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

(4581 errors, 285 warnings)

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

blocks/notifications/backup/moodle2/backup_notifications_block_task.class.php
(#23) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/notifications/backup/moodle2/backup_notifications_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Whitespace found at end of line
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) The use of function error_log() is forbidden
(#39) Expected 1 space before "?"; 0 found
(#39) Expected 1 space after "?"; 0 found
(#39) Expected 1 space before ":"; 0 found
(#39) Expected 1 space after ":"; 0 found
(#41) The use of function error_log() is forbidden
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/notifications/backup/moodle2/restore_notifications_block_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/notifications/backup/moodle2/restore_notifications_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) The use of function error_log() is forbidden
(#41) The use of function error_log() is forbidden
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) The use of function error_log() is forbidden
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) The use of function error_log() is forbidden
(#70) The use of function error_log() is forbidden
(#81) Whitespace found at end of line
(#85) The use of function error_log() is forbidden
(#85) The use of function print_r() is forbidden
(#85) Line exceeds 132 characters; contains 137 characters
(#87) Variable "notifications_data" must not contain underscores.
(#88) The use of function error_log() is forbidden
(#88) The use of function print_r() is forbidden
(#88) Variable "notifications_data" must not contain underscores.
(#88) Line exceeds 132 characters; contains 133 characters
(#92) The use of function error_log() is forbidden
(#93) Variable "notifications_data" must not contain underscores.
(#95) The use of function error_log() is forbidden
(#96) Variable "notifications_data" must not contain underscores.
(#97) Variable "notifications_data" must not contain underscores.
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/notifications/block_notifications.php
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#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.".
(#9) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#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.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) "include_once" must be immediately followed by an open parenthesis
(#12) File is being unconditionally included; use "require_once" instead
(#12) Line 12 of the opening comment must start "//".
(#12) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#12) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Line indented incorrectly; expected at least 4 spaces, found 0
(#19) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#20) Line indented incorrectly; expected at least 4 spaces, found 0
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Line indented incorrectly; expected at least 4 spaces, found 0
(#21) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#22) Visibility must be declared on method "init"
(#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
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#26) Visibility must be declared on method "has_config"
(#26) Opening brace must be the last content on the line
(#26) Closing brace must be on a line by itself
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#28) Visibility must be declared on method "after_install"
(#28) Closing brace must be on a line by itself
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Visibility must be declared on method "before_delete"
(#30) Closing brace must be on a line by itself
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Visibility must be declared on method "applicable_formats"
(#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 4 spaces, found 1
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "specialization"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "Course" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...) {\n"
(#46) Variable "Course" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Variable "Course" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Variable "Course" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Variable "Course" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#55) Visibility must be declared on method "instance_allow_config"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#59) Visibility must be declared on method "instance_config_save"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "Course" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "Course" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#66) Visibility must be declared on method "personal_settings"
(#66) Variable "course_registration" must not contain underscores.
(#66) Expected 1 space after closing parenthesis; found 0
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "global_config" must not contain underscores.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 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 8 spaces, found 2
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Variable "global_config" must not contain underscores.
(#75) Variable "global_config" must not contain underscores.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 3
(#76) Variable "course_registration" must not contain underscores.
(#76) Variable "course_registration" must not contain underscores.
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 11 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 15 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Variable "User" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Variable "user_preferences" must not contain underscores.
(#81) Variable "User" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#84) Variable "user_preferences" must not contain underscores.
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Variable "user_preferences" must not contain underscores.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#86) Variable "user_preferences" must not contain underscores.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Variable "user_preferences" must not contain underscores.
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Variable "user_preferences" must not contain underscores.
(#88) Variable "course_registration" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Variable "user_preferences" must not contain underscores.
(#89) Variable "course_registration" must not contain underscores.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Variable "User" must be all lower-case
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Variable "user_preferences" must not contain underscores.
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 12
(#91) Variable "user_preferences" must not contain underscores.
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 12
(#92) Variable "user_preferences" must not contain underscores.
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 12
(#93) Variable "user_preferences" must not contain underscores.
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 12 spaces, found 3
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Variable "mail_notification_status" must not contain underscores.
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#98) Expected "if (...) {\n"; found "if(...) { "
(#98) Variable "user_preferences" must not contain underscores.
(#98) Variable "user_preferences" must not contain underscores.
(#98) Variable "mail_notification_status" must not contain underscores.
(#98) Line exceeds 132 characters; contains 146 characters
(#98) Closing brace must be on a line by itself
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Variable "sms_notification_status" must not contain underscores.
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#101) Expected "if (...) {\n"; found "if(...) { "
(#101) Variable "user_preferences" must not contain underscores.
(#101) Variable "user_preferences" must not contain underscores.
(#101) Variable "sms_notification_status" must not contain underscores.
(#101) Line exceeds 132 characters; contains 141 characters
(#101) Closing brace must be on a line by itself
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) No space found before comment text; expected "// user preferences interface" but found "//user preferences interface"
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#104) Variable "up_interface" must not contain underscores.
(#104) Expected 1 space after "="; 0 found
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Variable "up_interface" must not contain underscores.
(#105) Expected 1 space before ".="; 0 found
(#105) Expected 1 space after ".="; 0 found
(#105) Line exceeds 132 characters; contains 136 characters
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Variable "up_interface" must not contain underscores.
(#106) Expected 1 space before ".="; 0 found
(#106) Expected 1 space after ".="; 0 found
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#107) Variable "up_interface" must not contain underscores.
(#107) Expected 1 space before ".="; 0 found
(#107) Expected 1 space after ".="; 0 found
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 3
(#108) Variable "up_interface" must not contain underscores.
(#108) Expected 1 space before ".="; 0 found
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Variable "up_interface" must not contain underscores.
(#109) Expected 1 space before ".="; 0 found
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Variable "up_interface" must not contain underscores.
(#110) Expected 1 space before ".="; 0 found
(#110) Expected 1 space after ".="; 0 found
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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 "up_interface" must not contain underscores.
(#111) Expected 1 space before ".="; 0 found
(#111) Expected 1 space after ".="; 0 found
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Variable "up_interface" must not contain underscores.
(#112) Expected 1 space before ".="; 0 found
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#113) Variable "up_interface" must not contain underscores.
(#113) Expected 1 space before ".="; 0 found
(#113) Expected 1 space after ".="; 0 found
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Variable "up_interface" must not contain underscores.
(#114) Expected 1 space before ".="; 0 found
(#114) Expected 1 space after ".="; 0 found
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#115) Variable "up_interface" must not contain underscores.
(#115) Expected 1 space before ".="; 0 found
(#115) Expected 1 space after ".="; 0 found
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Variable "up_interface" must not contain underscores.
(#116) Expected 1 space before ".="; 0 found
(#116) Expected 1 space after ".="; 0 found
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 12 spaces, found 3
(#117) Variable "global_config" must not contain underscores.
(#117) Variable "course_registration" must not contain underscores.
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 16 spaces, found 4
(#118) Variable "up_interface" must not contain underscores.
(#118) Expected 1 space before ".="; 0 found
(#118) Expected 1 space after ".="; 0 found
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 4
(#119) Variable "up_interface" must not contain underscores.
(#119) Expected 1 space before ".="; 0 found
(#119) Expected 1 space after ".="; 0 found
(#119) Variable "mail_notification_status" must not contain underscores.
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 4
(#120) Variable "up_interface" must not contain underscores.
(#120) Expected 1 space before ".="; 0 found
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 4
(#121) Variable "up_interface" must not contain underscores.
(#121) Expected 1 space before ".="; 0 found
(#121) Expected 1 space after ".="; 0 found
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 3
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 12 spaces, found 3
(#123) Variable "global_config" must not contain underscores.
(#123) Variable "course_registration" must not contain underscores.
(#123) Line exceeds 132 characters; contains 133 characters
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 4
(#124) Variable "up_interface" must not contain underscores.
(#124) Expected 1 space before ".="; 0 found
(#124) Expected 1 space after ".="; 0 found
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 16 spaces, found 4
(#125) Variable "up_interface" must not contain underscores.
(#125) Expected 1 space before ".="; 0 found
(#125) Expected 1 space after ".="; 0 found
(#125) Variable "sms_notification_status" must not contain underscores.
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 16 spaces, found 4
(#126) Variable "up_interface" must not contain underscores.
(#126) Expected 1 space before ".="; 0 found
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Variable "up_interface" must not contain underscores.
(#127) Expected 1 space before ".="; 0 found
(#127) Expected 1 space after ".="; 0 found
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 3
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 12 spaces, found 3
(#129) Variable "up_interface" must not contain underscores.
(#129) Expected 1 space before ".="; 0 found
(#129) Expected 1 space after ".="; 0 found
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Variable "up_interface" must not contain underscores.
(#130) Expected 1 space before ".="; 0 found
(#130) Expected 1 space after ".="; 0 found
(#130) Line exceeds 132 characters; contains 145 characters
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#131) Variable "up_interface" must not contain underscores.
(#131) Expected 1 space before ".="; 0 found
(#131) Expected 1 space after ".="; 0 found
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Variable "up_interface" must not contain underscores.
(#132) Expected 1 space before ".="; 0 found
(#132) Expected 1 space after ".="; 0 found
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) Variable "up_interface" must not contain underscores.
(#133) Expected 1 space before ".="; 0 found
(#133) Expected 1 space after ".="; 0 found
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Variable "up_interface" must not contain underscores.
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 2
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Line indented incorrectly; expected at least 4 spaces, found 0
(#140) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#141) Line indented incorrectly; expected at least 4 spaces, found 0
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 4 spaces, found 0
(#142) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#143) Visibility must be declared on method "get_content"
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#144) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Variable "Course" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Variable "global_config" must not contain underscores.
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Variable "course_registration" must not contain underscores.
(#155) Variable "Course" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#157) Expected "if (...) {\n"; found "if (...){\n"
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 3
(#158) Variable "global_config" must not contain underscores.
(#158) Variable "global_config" must not contain underscores.
(#158) Variable "global_config" must not contain underscores.
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 3
(#159) Variable "course_registration" must not contain underscores.
(#159) Variable "course_registration" must not contain underscores.
(#159) Variable "course_registration" must not contain underscores.
(#159) Line exceeds 132 characters; contains 139 characters
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 11 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 15 spaces, found 3
(#162) Expected 1 space after "="; 2 found
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Expected 1 space before ".="; 0 found
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) Expected 1 space before ".="; 0 found
(#168) Commas (,) must be followed by white space.
(#168) Variable "course_registration" must not contain underscores.
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Expected 1 space before ".="; 0 found
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 3
(#171) Variable "global_config" must not contain underscores.
(#171) Variable "course_registration" must not contain underscores.
(#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 4
(#172) Expected 1 space before ".="; 0 found
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 16 spaces, found 4
(#173) Expected 1 space before ".="; 0 found
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#174) Expected 1 space before ".="; 0 found
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) This comment is 50% valid code; is this commented out code?
(#175) Line indented incorrectly; expected at least 16 spaces, found 4
(#175) No space found before comment text; expected "// $this->content->text.= '<br />';" but found "//$this->content->text.= '<br />';"
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 12 spaces, found 3
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 3
(#178) Variable "global_config" must not contain underscores.
(#178) Variable "course_registration" must not contain underscores.
(#178) Line exceeds 132 characters; contains 133 characters
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 16 spaces, found 4
(#179) Expected "if (...) {\n"; found "if(...) {\n"
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line exceeds 132 characters; contains 154 characters
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) This comment is 50% valid code; is this commented out code?
(#180) Line indented incorrectly; expected at least 20 spaces, found 5
(#180) No space found before comment text; expected "// $this->content->text.= "<a target='_blank' href='$CFG->wwwroot/help.php?module=plugin&file=../blocks/notifications/lang/en_utf8/help/prova.html'>";" but found "//$this->content->text.= "<a target='_blank' href='$CFG->wwwroot/help.php?module=plugin&file=../blocks/notifications/lang/en_utf8/help/prova.html'>";"
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 20 spaces, found 5
(#181) Expected 1 space before ".="; 0 found
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 20 spaces, found 5
(#182) Expected 1 space before ".="; 0 found
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 20 spaces, found 5
(#183) Expected 1 space before ".="; 0 found
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 20 spaces, found 5
(#184) Expected 1 space before ".="; 0 found
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 20 spaces, found 5
(#185) Expected 1 space before ".="; 0 found
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 16 spaces, found 4
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 20 spaces, found 5
(#187) Expected 1 space before ".="; 0 found
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 20 spaces, found 5
(#188) Expected 1 space before ".="; 0 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 20 spaces, found 5
(#189) Expected 1 space before ".="; 0 found
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 16 spaces, found 4
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) This comment is 50% valid code; is this commented out code?
(#191) Line indented incorrectly; expected at least 16 spaces, found 4
(#191) No space found before comment text; expected "// $this->content->text.= '<br />';" but found "//$this->content->text.= '<br />';"
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 12 spaces, found 3
(#193) Variable "global_config" must not contain underscores.
(#193) Variable "course_registration" must not contain underscores.
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 16 spaces, found 4
(#194) Variable "course_registration" must not contain underscores.
(#194) Variable "course_registration" must not contain underscores.
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 20 spaces, found 5
(#195) Expected 1 space before ".="; 0 found
(#195) Line exceeds 132 characters; contains 152 characters
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 16 spaces, found 4
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 20 spaces, found 5
(#197) Expected 1 space before ".="; 0 found
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 16 spaces, found 4
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 16 spaces, found 4
(#199) Expected 1 space before ".="; 0 found
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 16 spaces, found 4
(#200) Expected 1 space before ".="; 0 found
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 4
(#201) Expected 1 space before ".="; 0 found
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 4
(#202) Expected 1 space before ".="; 0 found
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 3
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Expected 1 space before ".="; 0 found
(#207) Variable "course_registration" must not contain underscores.
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#212) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/AbstractSMS.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#6) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#7) Line 12 of the opening comment must start "//".
(#7) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Visibility must be declared on method "message"
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected 4 spaces, found 1
(#15) Visibility must be declared on method "notify"
(#18) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/Course.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Visibility must be declared on method "__construct"
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#18) Visibility must be declared on method "dump"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) The use of function print_r() is forbidden
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 8 spaces, found 2
(#20) Expected "if (...) {\n"; found "if(...) {\n"
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) The use of function print_r() is forbidden
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 12 spaces, found 3
(#22) The use of function print_r() is forbidden
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 12 spaces, found 3
(#23) The use of function print_r() is forbidden
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#24) The use of function print_r() is forbidden
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 12 spaces, found 3
(#25) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 16 spaces, found 4
(#26) The use of function print_r() is forbidden
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 16 spaces, found 4
(#27) The use of function print_r() is forbidden
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 16 spaces, found 4
(#28) The use of function print_r() is forbidden
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 16 spaces, found 4
(#29) The use of function print_r() is forbidden
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 16 spaces, found 4
(#30) The use of function print_r() is forbidden
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 16 spaces, found 4
(#31) The use of function print_r() is forbidden
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 16 spaces, found 4
(#32) The use of function print_r() is forbidden
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 12 spaces, found 3
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) The use of function print_r() is forbidden
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) The use of function print_r() is forbidden
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) The use of function print_r() is forbidden
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) The use of function print_r() is forbidden
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) The use of function print_r() is forbidden
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) The use of function print_r() is forbidden
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) The use of function print_r() is forbidden
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Visibility must be declared on method "register"
(#45) Variable "course_id" must not contain underscores.
(#45) Variable "starting_time" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "course_id" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Variable "starting_time" must not contain underscores.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#53) Expected "if (...) {\n"; found "if(...) {\n"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#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 2
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#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 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#93) Visibility must be declared on method "update_last_notification_time"
(#93) Variable "course_id" must not contain underscores.
(#93) Variable "last_notification_time" 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 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Variable "course_id" must not contain underscores.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Variable "course_id" must not contain underscores.
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "last_notification_time" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#104) Visibility must be declared on method "update_course_notification_settings"
(#104) Variable "course_id" must not contain underscores.
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Variable "course_id" must not contain underscores.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Variable "course_id" must not contain underscores.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Visibility must be declared on method "is_registered"
(#113) Variable "course_id" must not contain underscores.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Variable "course_registration" must not contain underscores.
(#114) Variable "course_id" must not contain underscores.
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 8 spaces, found 2
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Variable "course_registration" must not contain underscores.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#122) Visibility must be declared on method "get_registration_id"
(#122) Variable "course_id" must not contain underscores.
(#122) Expected 1 space after closing parenthesis; found 0
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Variable "course_registration" must not contain underscores.
(#123) Variable "course_id" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#124) Expected "if (...) {\n"; found "if(...) {\n"
(#124) Variable "course_registration" must not contain underscores.
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Variable "course_registration" must not contain underscores.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
(#131) Visibility must be declared on method "get_registration"
(#131) Variable "course_id" must not contain underscores.
(#131) Expected 1 space after closing parenthesis; found 0
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Variable "course_registration" must not contain underscores.
(#134) Variable "course_id" must not contain underscores.
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 2
(#135) Expected "if (...) {\n"; found "if(...) {\n"
(#135) Variable "course_registration" must not contain underscores.
(#135) Variable "course_registration" must not contain underscores.
(#135) Variable "course_registration" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Variable "course_registration" must not contain underscores.
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#142) Visibility must be declared on method "get_last_notification_time"
(#142) Variable "course_id" must not contain underscores.
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "course_registration" must not contain underscores.
(#145) Variable "course_id" must not contain underscores.
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#146) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Variable "course_registration" must not contain underscores.
(#146) Variable "course_registration" must not contain underscores.
(#146) Variable "course_registration" must not contain underscores.
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Variable "course_registration" must not contain underscores.
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#153) Visibility must be declared on method "uses_notifications_block"
(#153) Variable "course_id" must not contain underscores.
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Line exceeds maximum limit of 180 characters; contains 213 characters
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#157) Expected "if (...) {\n"; found "if(...) {\n"
(#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 3
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 3
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#165) Visibility must be declared on method "get_all_courses_using_notifications_block"
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#177) Visibility must be declared on method "extract_standard_logs"
(#177) Variable "course_id" must not contain underscores.
(#177) Variable "last_notification_time" must not contain underscores.
(#177) Expected 1 space after closing parenthesis; found 0
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Variable "course_registration" must not contain underscores.
(#179) Variable "course_id" must not contain underscores.
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Variable "global_config" must not contain underscores.
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 8 spaces, found 2
(#183) Expected "if (...) {\n"; found "if(...) {\n"
(#183) Variable "last_notification_time" must not contain underscores.
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Variable "last_notification_time" must not contain underscores.
(#184) Variable "course_registration" 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 8 spaces, found 2
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) This comment is 50% valid code; is this commented out code?
(#187) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) No space found before comment text; expected "// $standard_names = SupportedEvents::getStandardNames();" but found "//$standard_names = SupportedEvents::getStandardNames();"
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 8 spaces, found 2
(#188) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#188) Variable "block_instance_setting" must not contain underscores.
(#188) Variable "platform_event_name" must not contain underscores.
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#189) Variable "platform_event_name" 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 12 spaces, found 3
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#192) Variable "global_config" must not contain underscores.
(#192) Variable "course_registration" must not contain underscores.
(#192) Variable "block_instance_setting" must not contain underscores.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 16 spaces, found 4
(#193) Variable "platform_event_name" 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 12 spaces, found 3
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 8 spaces, found 2
(#197) Expected "if (...) {\n"; found "if(...) {\n"
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 3
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 3
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 12 spaces, found 3
(#201) Variable "course_id" must not contain underscores.
(#201) Line exceeds 132 characters; contains 157 characters
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 2
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 1
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 4 spaces, found 1
(#206) Visibility must be declared on method "update_log"
(#206) Variable "course_id" must not contain underscores.
(#206) Expected 1 space after closing parenthesis; found 0
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Variable "course_id" must not contain underscores.
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 4 spaces, found 1
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#211) Visibility must be declared on method "initialize_log"
(#211) Variable "course_id" must not contain underscores.
(#211) Expected 1 space after closing parenthesis; found 0
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Variable "course_id" must not contain underscores.
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#215) Visibility must be declared on method "populate_log"
(#215) Expected 1 space after closing parenthesis; found 0
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Line indented incorrectly; expected at least 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 8 spaces, found 2
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 2
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 8 spaces, found 2
(#220) Expected "if (...) {\n"; found "if(...) {\n"
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 8 spaces, found 2
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// We will use this to make sure the course module exists" but found "//We will use this to make sure the course module exists"
(#224) Variable "course_modules_arr" must not contain underscores.
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 8 spaces, found 2
(#226) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#226) Space found after opening bracket of FOREACH loop
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 12 spaces, found 3
(#228) Expected "if (...) {\n"; found "if(...) {\n"
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 16 spaces, found 4
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 12 spaces, found 3
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) This comment is 67% valid code; is this commented out code?
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) This comment is 67% valid code; is this commented out code?
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Variable "skip_module" must not contain underscores.
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Variable "new_record" must not contain underscores.
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 12 spaces, found 3
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 16 spaces, found 4
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 20 spaces, found 5
(#238) Variable "new_record" must not contain underscores.
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 20 spaces, found 5
(#239) Variable "new_record" must not contain underscores.
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 16 spaces, found 4
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Line indented incorrectly; expected at least 20 spaces, found 5
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 20 spaces, found 5
(#244) Variable "new_record" must not contain underscores.
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 20 spaces, found 5
(#245) Variable "new_record" must not contain underscores.
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 16 spaces, found 4
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 20 spaces, found 5
(#249) Variable "new_record" must not contain underscores.
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 20 spaces, found 5
(#250) Variable "new_record" must not contain underscores.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 16 spaces, found 4
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 20 spaces, found 5
(#254) Variable "new_record" must not contain underscores.
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 20 spaces, found 5
(#255) Variable "new_record" must not contain underscores.
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 16 spaces, found 4
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line indented incorrectly; expected at least 20 spaces, found 5
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 20 spaces, found 5
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 24 spaces, found 6
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 24 spaces, found 6
(#262) Expected "if (...) {\n"; found "if(...) {\n"
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 28 spaces, found 7
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 24 spaces, found 6
(#266) Whitespace found at end of line
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#270) Line indented incorrectly; expected 28 spaces, found 29
(#270) Variable "course_modules_arr" must not contain underscores.
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) No space found before comment text; expected "// We are namespaced in this module, so we must put a backslash before moodle_exception" but found "//We are namespaced in this module, so we must put a backslash before moodle_exception"
(#274) Line indented incorrectly; expected 28 spaces, found 29
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 24 spaces, found 6
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Line indented incorrectly; expected at least 24 spaces, found 6
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 24 spaces, found 6
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 24 spaces, found 6
(#280) Expected "if (...) {\n"; found "if(...) { "
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 24 spaces, found 7
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 24 spaces, found 7
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 39 spaces, found 6
(#283) Variable "skip_module" must not contain underscores.
(#283) Closing brace must be on a line by itself
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 39 spaces, found 6
(#284) Variable "new_record" must not contain underscores.
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 39 spaces, found 6
(#285) Variable "new_record" must not contain underscores.
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 20 spaces, found 5
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 24 spaces, found 6
(#287) Expected "if (...) {\n"; found "if(...) {\n"
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Line indented incorrectly; expected at least 28 spaces, found 7
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 28 spaces, found 7
(#289) Expected "if (...) {\n"; found "if(...) {\n"
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 32 spaces, found 8
(#290) Variable "new_record" must not contain underscores.
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 28 spaces, found 7
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 32 spaces, found 8
(#292) Variable "new_record" must not contain underscores.
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 28 spaces, found 7
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 28 spaces, found 7
(#295) Expected "if (...) {\n"; found "if(...) {\n"
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 32 spaces, found 8
(#296) Variable "new_record" must not contain underscores.
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 28 spaces, found 7
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 32 spaces, found 8
(#298) Variable "new_record" must not contain underscores.
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 28 spaces, found 7
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 24 spaces, found 6
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) This comment is 67% valid code; is this commented out code?
(#301) Line indented incorrectly; expected at least 28 spaces, found 7
(#302) Line indented incorrectly; expected at least 28 spaces, found 7
(#303) Line indented incorrectly; expected at least 28 spaces, found 7
(#304) Line indented incorrectly; expected at least 28 spaces, found 7
(#305) Line indented incorrectly; expected at least 28 spaces, found 7
(#306) Line indented incorrectly; expected at least 28 spaces, found 8
(#307) Line indented incorrectly; expected at least 28 spaces, found 7
(#308) Line indented incorrectly; expected at least 28 spaces, found 7
(#309) Line indented incorrectly; expected at least 28 spaces, found 7
(#310) Line indented incorrectly; expected at least 28 spaces, found 7
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 28 spaces, found 7
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 24 spaces, found 6
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 20 spaces, found 5
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 12 spaces, found 3
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 12 spaces, found 3
(#317) Expected "if (...) {\n"; found "if(...) { "
(#317) Variable "skip_module" must not contain underscores.
(#317) Closing brace must be on a line by itself
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 12 spaces, found 3
(#319) Variable "new_record" must not contain underscores.
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 12 spaces, found 3
(#320) Variable "new_record" must not contain underscores.
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 12 spaces, found 3
(#321) Variable "new_record" must not contain underscores.
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 12 spaces, found 3
(#322) Variable "new_record" must not contain underscores.
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 12 spaces, found 3
(#323) Variable "new_record" must not contain underscores.
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 12 spaces, found 3
(#324) Variable "new_record" must not contain underscores.
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 12 spaces, found 3
(#325) Variable "new_record" must not contain underscores.
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 12 spaces, found 3
(#326) Variable "new_record" must not contain underscores.
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) This comment is 80% valid code; is this commented out code?
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Line indented incorrectly; expected at least 12 spaces, found 3
(#328) No space found before comment text; expected "// print_r("inserting::::::::::::::\n\n");" but found "//print_r("inserting::::::::::::::\n\n");"
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) This comment is 80% valid code; is this commented out code?
(#329) Line indented incorrectly; expected at least 12 spaces, found 3
(#329) No space found before comment text; expected "// print_r($new_record);" but found "//print_r($new_record);"
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 12 spaces, found 3
(#331) Variable "new_record" must not contain underscores.
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 8 spaces, found 2
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 4 spaces, found 1
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 4 spaces, found 1
(#337) Visibility must be declared on method "is_module_logged"
(#337) Variable "course_id" must not contain underscores.
(#337) Variable "module_id" must not contain underscores.
(#337) Expected 1 space after closing parenthesis; found 0
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Variable "course_id" must not contain underscores.
(#340) Commas (,) must be followed by white space.
(#340) Line exceeds 132 characters; contains 145 characters
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 8 spaces, found 2
(#341) Expected "if (...) {\n"; found "if(...) {\n"
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 12 spaces, found 3
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 8 spaces, found 2
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 12 spaces, found 3
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 8 spaces, found 2
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 4 spaces, found 1
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 4 spaces, found 1
(#348) Visibility must be declared on method "is_admin"
(#348) Expected 1 space after closing parenthesis; found 0
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 8 spaces, found 2
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 8 spaces, found 2
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 8 spaces, found 2
(#351) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 12 spaces, found 3
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 16 spaces, found 4
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 16 spaces, found 4
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 12 spaces, found 3
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 8 spaces, found 2
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 8 spaces, found 2
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 4 spaces, found 1
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 4 spaces, found 1
(#360) Visibility must be declared on method "log_exists"
(#360) Variable "course_id" must not contain underscores.
(#360) Expected 1 space after closing parenthesis; found 0
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Variable "course_id" must not contain underscores.
(#363) Commas (,) must be followed by white space.
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 8 spaces, found 2
(#364) Expected "if (...) {\n"; found "if(...) {\n"
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 12 spaces, found 3
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 8 spaces, found 2
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 12 spaces, found 3
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 8 spaces, found 2
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 4 spaces, found 1
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 4 spaces, found 1
(#371) Visibility must be declared on method "get_log_entry"
(#371) Variable "module_id" must not contain underscores.
(#371) Expected 1 space after closing parenthesis; found 0
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 2
(#374) Variable "module_id" must not contain underscores.
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 8 spaces, found 2
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 12 spaces, found 3
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 8 spaces, found 2
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 12 spaces, found 3
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 8 spaces, found 2
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 4 spaces, found 1
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 4 spaces, found 1
(#382) Visibility must be declared on method "get_logs"
(#382) Variable "course_id" must not contain underscores.
(#382) Expected 1 space after closing parenthesis; found 0
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 8 spaces, found 2
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 8 spaces, found 2
(#384) Line exceeds 132 characters; contains 148 characters
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 8 spaces, found 2
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 12 spaces, found 3
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 8 spaces, found 2
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 12 spaces, found 3
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 8 spaces, found 2
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 4 spaces, found 1
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 4 spaces, found 1
(#392) Visibility must be declared on method "get_recent_activities"
(#392) Variable "course_id" must not contain underscores.
(#392) Expected 1 space after closing parenthesis; found 0
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 8 spaces, found 2
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Inline comments must start with a capital letter, digit or 3-dots sequence
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#395) Line indented incorrectly; expected at least 8 spaces, found 2
(#395) No space found before comment text; expected "// block_notifications_log table plus visible field from course_modules" but found "//block_notifications_log table plus visible field from course_modules"
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 8 spaces, found 2
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Variable "recent_activities" must not contain underscores.
(#400) Line exceeds 132 characters; contains 160 characters
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Line indented incorrectly; expected at least 8 spaces, found 2
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 8 spaces, found 2
(#402) Inline control structures are not allowed
(#402) Variable "recent_activities" must not contain underscores.
(#403) Spaces must be used to indent lines; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 8 spaces, found 3
(#403) Whitespace found at end of line within string
(#404) Variable "course_id" must not contain underscores.
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#406) Variable "recent_activities" must not contain underscores.
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 4 spaces, found 1
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 4 spaces, found 1
(#409) Visibility must be declared on method "get_course_info"
(#409) Variable "course_id" must not contain underscores.
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 8 spaces, found 2
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 4 spaces, found 1
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 4 spaces, found 1
(#415) Visibility must be declared on method "extract_deleted_module_name"
(#415) Variable "course_id" must not contain underscores.
(#415) Variable "module_id" must not contain underscores.
(#415) Variable "target_id" must not contain underscores.
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 2
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 8 spaces, found 2
(#420) Variable "target_id" must not contain underscores.
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 4 spaces, found 1
(#423) Spaces must be used to indent lines; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 4 spaces, found 1
(#423) Visibility must be declared on method "fill_in_deleted_modules_names"
(#423) Variable "course_id" must not contain underscores.
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 8 spaces, found 2
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 8 spaces, found 2
(#425) Variable "nameless_modules" must not contain underscores.
(#425) Line exceeds 132 characters; contains 141 characters
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 8 spaces, found 2
(#426) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#426) Variable "nameless_modules" must not contain underscores.
(#426) Variable "nameless_module" must not contain underscores.
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 12 spaces, found 3
(#427) Variable "course_id" must not contain underscores.
(#427) Variable "nameless_module" must not contain underscores.
(#427) Variable "nameless_module" must not contain underscores.
(#427) Variable "nameless_module" must not contain underscores.
(#427) Variable "nameless_module" must not contain underscores.
(#427) Line exceeds 132 characters; contains 169 characters
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected 12 spaces, found 3
(#428) Expected "if (...) {\n"; found "if(...) {\n"
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 16 spaces, found 4
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 16 spaces, found 5
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 16 spaces, found 6
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 16 spaces, found 6
(#434) Variable "course_id" must not contain underscores.
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 16 spaces, found 6
(#435) Variable "nameless_module" must not contain underscores.
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 16 spaces, found 6
(#436) Variable "nameless_module" must not contain underscores.
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 16 spaces, found 6
(#437) Variable "nameless_module" must not contain underscores.
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 16 spaces, found 6
(#438) Variable "nameless_module" must not contain underscores.
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 16 spaces, found 5
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 25 spaces, found 4
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 12 spaces, found 3
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 8 spaces, found 2
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 4 spaces, found 1
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Line indented incorrectly; expected at least 4 spaces, found 1
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 4 spaces, found 1
(#446) Visibility must be declared on method "collect_garbage"
(#446) Expected 1 space after closing parenthesis; found 0
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 8 spaces, found 2
(#448) Spaces must be used to indent lines; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 8 spaces, found 2
(#448) Variable "global_config" must not contain underscores.
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 8 spaces, found 2
(#450) Variable "complete_course_list" must not contain underscores.
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Line indented incorrectly; expected at least 8 spaces, found 2
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 8 spaces, found 2
(#453) Spaces must be used to indent lines; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 8 spaces, found 2
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Inline comments must start with a capital letter, digit or 3-dots sequence
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Line indented incorrectly; expected at least 8 spaces, found 2
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 8 spaces, found 2
(#456) Variable "course_ids" must not contain underscores.
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 8 spaces, found 2
(#457) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#457) Variable "course_ids" must not contain underscores.
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 12 spaces, found 3
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 12 spaces, found 3
(#459) Line exceeds maximum limit of 180 characters; contains 329 characters
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 8 spaces, found 2
(#461) Spaces must be used to indent lines; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 4 spaces, found 1
blocks/notifications/classes/RSS.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#4) "include_once" must be immediately followed by an open parenthesis
(#4) File is being unconditionally included; use "require_once" instead
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#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/>.".
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 4 spaces, found 1
(#10) Visibility must be declared on method "__construct"
(#10) Variable "course_id" must not contain underscores.
(#10) Expected 1 space after closing parenthesis; found 0
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Variable "global_config" must not contain underscores.
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Variable "Course" must be all lower-case
(#16) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 8 spaces, found 2
(#18) Expected "if (...) {\n"; found "if(...) {\n"
(#18) Variable "Course" must be all lower-case
(#18) Variable "course_id" must not contain underscores.
(#18) Variable "Course" must be all lower-case
(#18) Variable "course_id" must not contain underscores.
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 12 spaces, found 3
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 8 spaces, found 2
(#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
(#22) Variable "User" must be all lower-case
(#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 "User" must be all lower-case
(#23) Variable "course_id" must not contain underscores.
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 8 spaces, found 2
(#25) Expected "if (...) {\n"; found "if(...) {\n"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 12 spaces, found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 12 spaces, found 3
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Variable "course_info" must not contain underscores.
(#32) Variable "Course" must be all lower-case
(#32) Variable "course_id" must not contain underscores.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Variable "course_registration" must not contain underscores.
(#34) Variable "Course" must be all lower-case
(#34) Variable "course_id" must not contain underscores.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#36) Expected "if (...) {\n"; found "if (...){\n"
(#36) Variable "course_registration" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Variable "module_names" must not contain underscores.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Variable "course_name" must not contain underscores.
(#43) Variable "course_info" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "course_summary" must not contain underscores.
(#44) Variable "course_info" must not contain underscores.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "course_name" must not contain underscores.
(#50) Variable "course_summary" must not contain underscores.
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "Course" must be all lower-case
(#59) Variable "course_id" must not contain underscores.
(#59) Variable "global_config" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 12 spaces, found 3
(#69) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#69) Space found after opening bracket of FOREACH loop
(#69) Space found before closing bracket of FOREACH loop
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 16 spaces, found 4
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 16 spaces, found 4
(#71) Expected "if (...) {\n"; found "if(...) {\n"
(#71) Variable "module_names" must not contain underscores.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 20 spaces, found 5
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 16 spaces, found 4
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 5
(#74) Variable "module_names" must not contain underscores.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 16 spaces, found 4
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 20 spaces, found 5
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 16 spaces, found 4
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Line exceeds 132 characters; contains 143 characters
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 16 spaces, found 4
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#93) Visibility must be declared on method "extract_url"
(#93) Variable "log_entry" 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 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 2
(#97) Variable "log_entry" must not contain underscores.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 16 spaces, found 4
(#99) Variable "log_entry" must not contain underscores.
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#108) Visibility must be declared on method "standardize"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#120) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Expected "if (...) {\n"; found "if(...) {\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Variable "course_id" must not contain underscores.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Variable "course_id" must not contain underscores.
(#132) Variable "course_id" must not contain underscores.
(#133) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/SMS.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#6) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#7) Line 12 of the opening comment must start "//".
(#7) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) Line indented incorrectly; expected at least 4 spaces, found 0
(#8) No space found before comment text; expected "// class SMS {" but found "//class SMS {"
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 4 spaces, found 1
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 8 spaces, found 2
(#16) Space found after opening bracket of FOREACH loop
(#16) Space found before closing bracket of FOREACH loop
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 12 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 12 spaces, found 3
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 8 spaces, found 2
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 4 spaces, found 1
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Variable "message_size" must not contain underscores.
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Variable "course_shortname_limit" must not contain underscores.
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Variable "subject_overhead" must not contain underscores.
(#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
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "course_shortname_limit" must not contain underscores.
(#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
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Variable "message_length" must not contain underscores.
(#37) Variable "subject_overhead" must not contain underscores.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) This comment is 67% valid code; is this commented out code?
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) No space found before comment text; expected "// echo $message_length."\n";" but found "//echo $message_length."\n";"
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Variable "message_length" must not contain underscores.
(#39) Variable "message_size" must not contain underscores.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Variable "proper_size" must not contain underscores.
(#40) Variable "message_size" must not contain underscores.
(#40) Variable "subject_overhead" must not contain underscores.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Variable "proper_size" must not contain underscores.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) This comment is 61% valid code; is this commented out code?
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) This comment is 58% valid code; is this commented out code?
(#59) No space found before comment text; expected "// to $phone.self::$emailsuffix" but found "//to $phone.self::$emailsuffix"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 16 spaces, found 4
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 16 spaces, found 4
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) No space found before comment text; expected "// Send Error" but found "//Send Error"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#79) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/SupportedEvents.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#6) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Line 12 of the opening comment must start "//".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#8) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Inline comments must start with a capital letter, digit or 3-dots sequence
(#9) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected 4 spaces, found 1
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 3
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 3
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 3
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 4 spaces, found 3
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 3
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 3
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 3
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 3
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 3
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 4 spaces, found 3
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 3
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 3
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 3
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 3
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 3
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 3
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#54) Public method name "SupportedEvents::getStandardNames" must be in lower-case letters only
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#56) Variable "block_table_field_name" must not contain underscores.
(#56) Variable "standard_name" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Variable "standard_name" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) This comment is 50% valid code; is this commented out code?
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) No space found before comment text; expected "// $events = report_eventlist_list_generator::get_all_events_list();" but found "//$events = report_eventlist_list_generator::get_all_events_list();"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#63) Public method name "SupportedEvents::getShortNames" must be in lower-case letters only
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 2
(#65) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#65) Variable "block_table_field_name" must not contain underscores.
(#65) Variable "standard_name" 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 3
(#66) Variable "block_table_field_name" must not contain underscores.
(#66) Variable "standard_name" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#71) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/User.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Visibility must be declared on method "get_all_users_enrolled_in_the_course"
(#13) Variable "course_id" must not contain underscores.
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Variable "course_id" must not contain underscores.
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Variable "all_users" must not contain underscores.
(#15) Line exceeds maximum limit of 180 characters; contains 269 characters
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Variable "advanced_users" must not contain underscores.
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 8 spaces, found 2
(#18) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#18) Space found after opening bracket of FOREACH loop
(#18) Space found before closing bracket of FOREACH loop
(#18) Variable "advanced_users" must not contain underscores.
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 12 spaces, found 3
(#19) Variable "all_users" must not contain underscores.
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 8 spaces, found 2
(#22) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#22) Space found after opening bracket of FOREACH loop
(#22) Space found before closing bracket of FOREACH loop
(#22) Variable "all_users" must not contain underscores.
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 12 spaces, found 3
(#23) Expected "if (...) {\n"; found "if(...) {\n"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 16 spaces, found 4
(#24) Variable "all_users" must not contain underscores.
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 12 spaces, found 3
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Variable "all_users" must not contain underscores.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Visibility must be declared on method "get_professor"
(#30) Variable "course_id" must not contain underscores.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Variable "course_id" must not contain underscores.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Line exceeds maximum limit of 180 characters; contains 248 characters
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "advanced_users" must not contain underscores.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#34) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#34) Space found after opening bracket of FOREACH loop
(#34) Space found before closing bracket of FOREACH loop
(#34) Variable "advanced_users" 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 12 spaces, found 3
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Visibility must be declared on method "initialize_preferences"
(#43) Variable "user_id" must not contain underscores.
(#43) Variable "course_id" must not contain underscores.
(#43) Variable "notify_by_email" must not contain underscores.
(#43) Variable "notify_by_sms" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "user_preferences" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Variable "user_preferences" must not contain underscores.
(#46) Variable "user_id" must not contain underscores.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Variable "user_preferences" must not contain underscores.
(#47) Variable "course_id" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "user_preferences" must not contain underscores.
(#48) Variable "notify_by_email" must not contain underscores.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Variable "user_preferences" must not contain underscores.
(#49) Variable "notify_by_sms" must not contain underscores.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "user_preferences" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#53) Visibility must be declared on method "update_preferences"
(#53) Variable "user_id" must not contain underscores.
(#53) Variable "course_id" must not contain underscores.
(#53) Variable "notify_by_email" must not contain underscores.
(#53) Variable "notify_by_sms" must not contain underscores.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Variable "previous_user_preferences" must not contain underscores.
(#55) Variable "user_id" must not contain underscores.
(#55) Variable "course_id" must not contain underscores.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "user_preferences" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Variable "user_preferences" must not contain underscores.
(#57) Variable "previous_user_preferences" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Variable "user_preferences" must not contain underscores.
(#58) Variable "user_id" must not contain underscores.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "user_preferences" must not contain underscores.
(#59) Variable "course_id" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "user_preferences" must not contain underscores.
(#60) Variable "notify_by_email" must not contain underscores.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "user_preferences" must not contain underscores.
(#61) Variable "notify_by_sms" must not contain underscores.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "user_preferences" must not contain underscores.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#65) Visibility must be declared on method "get_preferences"
(#65) Variable "user_id" must not contain underscores.
(#65) Variable "course_id" 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 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "user_preferences" must not contain underscores.
(#67) Variable "course_id" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#68) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Variable "user_preferences" must not contain underscores.
(#68) Variable "user_preferences" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Variable "user_preferences" must not contain underscores.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#76) Visibility must be declared on method "collect_garbage"
(#76) Expected 1 space after closing parenthesis; found 0
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Variable "course_list" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "deleted_users_list" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#84) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/eMail.php
(#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".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) No space found before comment text; expected "// ***************************************************" but found "//***************************************************"
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected 4 spaces, found 1
(#11) Visibility must be declared on method "notify"
(#11) Expected 1 space after closing parenthesis; found 0
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 8 spaces, found 2
(#14) Expected "if (...) {\n"; found "if(...) {\n"
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 12 spaces, found 3
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 12 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Variable "html_message" must not contain underscores.
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Variable "text_message" must not contain underscores.
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#22) Expected 1 space before ".="; 0 found
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) This comment is 64% valid code; is this commented out code?
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Variable "text_message" must not contain underscores.
(#24) Variable "html_message" must not contain underscores.
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 4 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#28) Visibility must be declared on method "html_mail"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#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
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#44) Space found after opening bracket of FOREACH loop
(#44) Space found before closing bracket of FOREACH loop
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Expected 1 space after ".="; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Line exceeds 132 characters; contains 140 characters
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 12 spaces, found 3
(#47) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 4
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Expected 1 space after ".="; 0 found
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Visibility must be declared on method "text_mail"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#70) Space found after opening bracket of FOREACH loop
(#70) Space found before closing bracket of FOREACH loop
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Line exceeds 132 characters; contains 140 characters
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#73) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Expected 1 space after ".="; 0 found
(#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 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Expected 1 space after ".="; 0 found
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Visibility must be declared on method "extract_url"
(#82) Variable "log_entry" must not contain underscores.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#86) Variable "log_entry" must not contain underscores.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Variable "log_entry" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#97) Visibility must be declared on method "test_email_to_user"
(#97) Variable "text_message" must not contain underscores.
(#97) Variable "html_message" must not contain underscores.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Variable "text_message" must not contain underscores.
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#108) A closing tag is not permitted at the end of a PHP file
blocks/notifications/classes/task/notify.php
(#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 "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 4 spaces, found 1
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 4
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#19) The use of function error_log() is forbidden
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#22) Variable "User" must be all lower-case
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Variable "User" must be all lower-case
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Variable "Course" must be all lower-case
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Variable "Course" must be all lower-case
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Variable "Course" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 8 spaces, found 2
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) The use of function error_log() is forbidden
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) The use of function error_log() is forbidden
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "global_config" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#45) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 12 spaces, found 3
(#47) Expected "if (...) {\n"; found "if (...) { "
(#47) Closing brace must be on a line by itself
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Variable "Course" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Variable "Course" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Variable "course_registration" must not contain underscores.
(#56) Variable "Course" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Variable "enrolled_users" must not contain underscores.
(#59) Variable "User" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Inline control structures are not allowed
(#61) Variable "enrolled_users" must not contain underscores.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 12 spaces, found 3
(#62) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#62) Variable "enrolled_users" must not contain underscores.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Variable "user_preferences" must not contain underscores.
(#64) Variable "User" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 4
(#66) Expected "if (...) {\n"; found "if(...) {\n"
(#66) Variable "user_preferences" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 20 spaces, found 5
(#67) Variable "user_preferences" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 20 spaces, found 5
(#68) Variable "user_preferences" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 20 spaces, found 5
(#69) Variable "user_preferences" must not contain underscores.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 20 spaces, found 5
(#70) Variable "user_preferences" must not contain underscores.
(#70) Variable "course_registration" 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 5
(#71) Variable "user_preferences" must not contain underscores.
(#71) Variable "course_registration" must not contain underscores.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 20 spaces, found 5
(#73) Variable "User" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Variable "user_preferences" must not contain underscores.
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 11
(#74) Variable "user_preferences" must not contain underscores.
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 20 spaces, found 11
(#75) Variable "user_preferences" must not contain underscores.
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 20 spaces, found 11
(#76) Variable "user_preferences" must not contain underscores.
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 9
(#77) Inline control structures are not allowed
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#84) Variable "Course" must be all lower-case
(#84) Variable "course_registration" must not contain underscores.
(#84) Expected 1 space before "*"; 0 found
(#84) Expected 1 space after "*"; 0 found
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Inline control structures are not allowed
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#86) Variable "Course" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Inline control structures are not allowed
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Variable "Course" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#92) Inline control structures are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Variable "Course" must be all lower-case
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Inline control structures are not allowed
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Variable "Course" must be all lower-case
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Inline control structures are not allowed
(#101) The use of function print_r() is forbidden
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 3
(#102) Expected "if (...) {\n"; found "if(...) { "
(#102) Closing brace must be on a line by itself
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#104) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#104) Variable "enrolled_users" must not contain underscores.
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Variable "user_preferences" must not contain underscores.
(#106) Variable "User" must be all lower-case
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Line indented incorrectly; expected at least 16 spaces, found 4
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 16 spaces, found 4
(#110) Expected "if (...) {\n"; found "if(...) {\n"
(#110) Variable "global_config" must not contain underscores.
(#110) Variable "course_registration" must not contain underscores.
(#110) Variable "user_preferences" must not contain underscores.
(#110) Line exceeds 132 characters; contains 137 characters
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 20 spaces, found 5
(#111) Variable "eMail" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 20 spaces, found 5
(#112) Variable "eMail" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 16 spaces, found 4
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Line indented incorrectly; expected at least 16 spaces, found 4
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 16 spaces, found 4
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line indented incorrectly; expected at least 16 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 16 spaces, found 4
(#118) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 5
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 5
(#120) Variable "global_config" must not contain underscores.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 5
(#121) Variable "course_registration" must not contain underscores.
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 16 spaces, found 5
(#122) Variable "user_preferences" must not contain underscores.
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 5
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 25 spaces, found 4
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 29 spaces, found 5
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 29 spaces, found 5
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 16 spaces, found 4
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 3
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
blocks/notifications/common.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#6) "require_once" must be immediately followed by an open parenthesis
(#7) "require_once" must be immediately followed by an open parenthesis
(#7) Line exceeds 132 characters; contains 133 characters
(#8) A closing tag is not permitted at the end of a PHP file
blocks/notifications/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
blocks/notifications/db/tasks.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#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) Whitespace found at end of line
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Spaces must be used to indent lines; tabs are not allowed
(#3) Tab found within whitespace
(#3) 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) Whitespace found at end of line
(#4) Line 12 of the opening comment must start "//".
(#4) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#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/>.".
(#4) Whitespace found at end of line
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#5) Whitespace found at end of line
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Whitespace found at end of line
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) This comment is 67% valid code; is this commented out code?
(#7) No space found before comment text; expected "// 'hour' => '*/12'," but found "//'hour' => '*/12',"
(#7) Whitespace found at end of line
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Whitespace found at end of line
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Whitespace found at end of line
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Whitespace found at end of line
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Whitespace found at end of line
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#14) A closing tag is not permitted at the end of a PHP file
blocks/notifications/db/upgrade.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Line exceeds 132 characters; contains 134 characters
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Line exceeds 132 characters; contains 136 characters
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Line exceeds 132 characters; contains 133 characters
(#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
(#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
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Line exceeds 132 characters; contains 134 characters
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Line exceeds 132 characters; contains 144 characters
(#51) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) No space found before comment text; expected "// *************" but found "//*************"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) No space found before comment text; expected "// *************" but found "//*************"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) No space found before comment text; expected "// *************" but found "//*************"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) No space found before comment text; expected "// *************" but found "//*************"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#86) Variable "discussion_created_field" must not contain underscores.
(#86) Line exceeds 132 characters; contains 149 characters
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Variable "discussion_created_field" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Variable "discussion_created_field" must not contain underscores.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
blocks/notifications/edit_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) 53 slashes comments are not allowed; use "// Comment." instead
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) 52 slashes comments are not allowed; use "// Comment." instead
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#5) Line 6 of the opening comment must start "// (at your option) any later version.".
(#5) Line 7 of the opening comment must start "//".
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line indented incorrectly; expected 4 spaces, found 1
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected at least 8 spaces, found 2
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Line indented incorrectly; expected at least 8 spaces, found 2
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 8 spaces, found 2
(#10) Variable "global_config" must not contain underscores.
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#12) Variable "Course" must be all lower-case
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Variable "course_notification_setting" must not contain underscores.
(#13) Variable "Course" must be all lower-case
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 8 spaces, found 2
(#21) Expected "if (...) {\n"; found "if(...) {\n"
(#21) Variable "global_config" 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 12 spaces, found 3
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 8 spaces, found 2
(#27) Variable "course_notification_setting" must not contain underscores.
(#27) Variable "course_notification_setting" must not contain underscores.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 8 spaces, found 2
(#31) Expected "if (...) {\n"; found "if(...) {\n"
(#31) Variable "global_config" must not contain underscores.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#37) Variable "course_notification_setting" must not contain underscores.
(#37) Variable "course_notification_setting" must not contain underscores.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#41) Variable "global_config" must not contain underscores.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Line exceeds 132 characters; contains 140 characters
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#49) Variable "course_notification_setting" must not contain underscores.
(#49) Variable "course_notification_setting" must not contain underscores.
(#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 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#53) Variable "course_notification_setting" must not contain underscores.
(#53) Variable "course_notification_setting" must not contain underscores.
(#53) Line exceeds 132 characters; contains 134 characters
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Line exceeds 132 characters; contains 164 characters
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#60) Variable "course_notification_setting" must not contain underscores.
(#60) Variable "course_notification_setting" must not contain underscores.
(#60) Line exceeds 132 characters; contains 138 characters
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Variable "course_notification_setting" must not contain underscores.
(#67) Variable "course_notification_setting" must not contain underscores.
(#67) Line exceeds 132 characters; contains 134 characters
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Line exceeds 132 characters; contains 147 characters
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#77) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#77) Variable "block_instance_setting" must not contain underscores.
(#77) Variable "platform_event_name" must not contain underscores.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Variable "global_setting" must not contain underscores.
(#78) Variable "platform_event_name" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Variable "global_setting" must not contain underscores.
(#79) Variable "global_setting" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Variable "platform_event_name" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#82) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Variable "global_config" must not contain underscores.
(#82) Variable "global_setting" must not contain underscores.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Variable "block_instance_setting" must not contain underscores.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 16 spaces, found 4
(#84) Variable "course_notification_setting" must not contain underscores.
(#84) Variable "block_instance_setting" must not contain underscores.
(#84) Variable "course_notification_setting" must not contain underscores.
(#84) Variable "block_instance_setting" must not contain underscores.
(#84) Line exceeds 132 characters; contains 136 characters
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 20 spaces, found 5
(#85) Variable "block_instance_setting" must not contain underscores.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#87) Variable "block_instance_setting" must not contain underscores.
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Variable "block_instance_setting" must not contain underscores.
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Variable "block_instance_setting" must not contain underscores.
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 12 spaces, found 3
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#96) Visibility must be declared on method "set_data"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Variable "block_config" must not contain underscores.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Variable "block_config" must not contain underscores.
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "block_config" must not contain underscores.
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Variable "block_config" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Variable "block_config" must not contain underscores.
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Variable "block_config" must not contain underscores.
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Variable "block_config" must not contain underscores.
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#104) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#104) Variable "block_instance_setting" must not contain underscores.
(#104) Variable "platform_event_name" must not contain underscores.
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Variable "block_config" must not contain underscores.
(#105) Variable "block_instance_setting" must not contain underscores.
(#105) Variable "block_instance_setting" must not contain underscores.
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Variable "block_config" must not contain underscores.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#113) A closing tag is not permitted at the end of a PHP file
blocks/notifications/help.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "include_once" must be immediately followed by an open parenthesis
(#2) File is being unconditionally included; use "require_once" instead
(#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".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#2) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) Expected 1 space before "=>"; 0 found
(#5) Expected 1 space after "=>"; 0 found
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) A closing tag is not permitted at the end of a PHP file
blocks/notifications/js/user_preferences_interface.php
(#1) The first thing in a PHP file must be the <?php tag.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#16) Spaces must be used to indent lines; tabs are not allowed
blocks/notifications/lang/en/block_notifications.php
(#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".
(#2) 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/>.".
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// UTILITY" but found "//UTILITY"
(#76) A closing tag is not permitted at the end of a PHP file
blocks/notifications/lang/it/block_notifications.php
(#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".
(#2) 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/>.".
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Whitespace found at end of line
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) No space found before comment text; expected "// UTILITY" but found "//UTILITY"
(#70) Whitespace found at end of line
(#74) A closing tag is not permitted at the end of a PHP file
blocks/notifications/set_user_preferences.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "include_once" must be immediately followed by an open parenthesis
(#2) File is being unconditionally included; use "require_once" instead
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) Variable "notify_by_email" must not contain underscores.
(#9) Expected "if (...) {\n"; found "if(...) {\n"
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Variable "notify_by_email" must not contain underscores.
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Variable "notify_by_sms" must not contain underscores.
(#14) Expected "if (...) {\n"; found "if(...) {\n"
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Variable "notify_by_sms" must not contain underscores.
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Variable "user_id" must not contain underscores.
(#19) Expected "if (...) {\n"; found "if(...) {\n"
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Variable "user_id" 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 4 spaces, found 1
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Variable "course_id" must not contain underscores.
(#27) Expected "if (...) {\n"; found "if(...) {\n"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Variable "course_id" must not contain underscores.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Variable "User" must be all lower-case
(#34) Variable "User" must be all lower-case
(#34) Variable "user_id" must not contain underscores.
(#34) Variable "course_id" must not contain underscores.
(#34) Variable "notify_by_email" must not contain underscores.
(#34) Variable "notify_by_sms" must not contain underscores.
(#35) A closing tag is not permitted at the end of a PHP file
blocks/notifications/settings.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) 53 slashes comments are not allowed; use "// Comment." instead
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) 52 slashes comments are not allowed; use "// Comment." instead
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#5) Line 6 of the opening comment must start "// (at your option) any later version.".
(#5) Line 7 of the opening comment must start "//".
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#7) Line 12 of the opening comment must start "//".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) "include_once" must be immediately followed by an open parenthesis
(#7) File is being unconditionally included; use "require_once" instead
(#7) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Line exceeds 132 characters; contains 148 characters
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Line exceeds 132 characters; contains 140 characters
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#17) Expected "if (...) {\n"; found "if(...) {\n"
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Line exceeds 132 characters; contains 137 characters
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Line exceeds maximum limit of 180 characters; contains 198 characters
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Line exceeds 132 characters; contains 136 characters
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Line exceeds 132 characters; contains 161 characters
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Line exceeds 132 characters; contains 155 characters
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Line exceeds maximum limit of 180 characters; contains 244 characters
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Line exceeds maximum limit of 180 characters; contains 238 characters
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Line exceeds maximum limit of 180 characters; contains 219 characters
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Line exceeds 132 characters; contains 144 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#38) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
blocks/notifications/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#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/>.".

Javascript coding style problems

(5938 errors, 4104 warnings)

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

blocks/notifications/js/jquery-1.4.3.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#26) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Unnecessary escape character: \-. (no-useless-escape)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) 'isSimple' is assigned a value but never used. (no-unused-vars)
(#42) Unnecessary escape character: \[. (no-useless-escape)
(#42) Unnecessary escape character: \.. (no-useless-escape)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#63) Unnecessary escape character: \/. (no-useless-escape)
(#64) Unexpected tab character. (no-tabs)
(#64) Unnecessary escape character: \-. (no-useless-escape)
(#65) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#68) Unnecessary escape character: \/. (no-useless-escape)
(#69) Unexpected tab character. (no-tabs)
(#69) Unnecessary escape character: \/. (no-useless-escape)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#100) Method 'init' has a complexity of 21. (complexity)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#101) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#110) Unexpected tab character. (no-tabs)
(#111) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#114) Trailing spaces not allowed. (no-trailing-spaces)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#117) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#126) Unexpected tab character. (no-tabs)
(#127) Unexpected tab character. (no-tabs)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#129) Unexpected tab character. (no-tabs)
(#130) Unexpected tab character. (no-tabs)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#134) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#140) Unexpected tab character. (no-tabs)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#141) Unexpected tab character. (no-tabs)
(#141) Blocks are nested too deeply (5). (max-depth)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#142) Unexpected tab character. (no-tabs)
(#142) There should be no space after '['. (array-bracket-spacing)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no space before ']'. (array-bracket-spacing)
(#143) Unexpected tab character. (no-tabs)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#146) There should be no space after '['. (array-bracket-spacing)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no space before ']'. (array-bracket-spacing)
(#147) Unexpected tab character. (no-tabs)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no space after '['. (array-bracket-spacing)
(#150) There should be no space before ']'. (array-bracket-spacing)
(#150) There should be no space after '['. (array-bracket-spacing)
(#150) There should be no space before ']'. (array-bracket-spacing)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) Unexpected tab character. (no-tabs)
(#152) Unexpected tab character. (no-tabs)
(#153) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#155) Trailing spaces not allowed. (no-trailing-spaces)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#158) Unexpected tab character. (no-tabs)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#165) Blocks are nested too deeply (5). (max-depth)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#166) Unexpected tab character. (no-tabs)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#167) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#172) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#181) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#183) Unexpected tab character. (no-tabs)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#184) Unexpected tab character. (no-tabs)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#188) Unexpected tab character. (no-tabs)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#190) Unexpected tab character. (no-tabs)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#193) Unexpected tab character. (no-tabs)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#194) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#199) Unexpected tab character. (no-tabs)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#200) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#204) Unexpected tab character. (no-tabs)
(#205) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#208) Unexpected tab character. (no-tabs)
(#210) Unexpected tab character. (no-tabs)
(#211) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#214) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#217) Unexpected tab character. (no-tabs)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#221) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#226) Unexpected tab character. (no-tabs)
(#228) Unexpected tab character. (no-tabs)
(#229) Unexpected tab character. (no-tabs)
(#230) Unexpected tab character. (no-tabs)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#231) Unexpected tab character. (no-tabs)
(#231) Do not nest ternary expressions. (no-nested-ternary)
(#231) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no space after '['. (computed-property-spacing)
(#237) There should be no space before ']'. (computed-property-spacing)
(#237) There should be no space after '['. (computed-property-spacing)
(#237) There should be no space before ']'. (computed-property-spacing)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#238) Unexpected tab character. (no-tabs)
(#240) Unexpected tab character. (no-tabs)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#243) Unexpected tab character. (no-tabs)
(#244) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#247) Unexpected tab character. (no-tabs)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) Trailing spaces not allowed. (no-trailing-spaces)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#251) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#256) Unexpected tab character. (no-tabs)
(#258) Unexpected tab character. (no-tabs)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#261) Unexpected tab character. (no-tabs)
(#262) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#268) Unexpected tab character. (no-tabs)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#272) Unexpected tab character. (no-tabs)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#273) Unexpected tab character. (no-tabs)
(#274) Trailing spaces not allowed. (no-trailing-spaces)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#276) Unexpected tab character. (no-tabs)
(#277) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#280) Unexpected tab character. (no-tabs)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#281) Unexpected tab character. (no-tabs)
(#282) Unexpected tab character. (no-tabs)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#284) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#286) Unexpected tab character. (no-tabs)
(#287) Unexpected tab character. (no-tabs)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#288) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#292) Trailing spaces not allowed. (no-trailing-spaces)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#293) There should be no spaces inside this paren. (space-in-parens)
(#293) There should be no spaces inside this paren. (space-in-parens)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#296) Unexpected tab character. (no-tabs)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#300) Unexpected tab character. (no-tabs)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#301) Unexpected tab character. (no-tabs)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#305) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) Unexpected tab character. (no-tabs)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#313) Unexpected tab character. (no-tabs)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#314) Unexpected tab character. (no-tabs)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#315) Unexpected tab character. (no-tabs)
(#316) Unexpected tab character. (no-tabs)
(#317) Trailing spaces not allowed. (no-trailing-spaces)
(#317) Unexpected tab character. (no-tabs)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#320) Unexpected tab character. (no-tabs)
(#322) Unexpected tab character. (no-tabs)
(#323) Unexpected tab character. (no-tabs)
(#324) Unexpected tab character. (no-tabs)
(#325) Unexpected tab character. (no-tabs)
(#326) Unexpected tab character. (no-tabs)
(#333) Comments should not begin with a lowercase character (capitalized-comments)
(#333) Unexpected tab character. (no-tabs)
(#334) Unexpected tab character. (no-tabs)
(#334) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#334) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#334) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#334) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Unexpected tab character. (no-tabs)
(#337) Unexpected tab character. (no-tabs)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#338) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#340) Comments should not begin with a lowercase character (capitalized-comments)
(#341) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#349) Comments should not begin with a lowercase character (capitalized-comments)
(#350) Unexpected tab character. (no-tabs)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#356) Unexpected tab character. (no-tabs)
(#357) Unexpected tab character. (no-tabs)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#357) There should be no space after '['. (computed-property-spacing)
(#357) There should be no space before ']'. (computed-property-spacing)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#358) Unexpected tab character. (no-tabs)
(#359) Unexpected tab character. (no-tabs)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#360) Unexpected tab character. (no-tabs)
(#360) There should be no space after '['. (computed-property-spacing)
(#360) There should be no space before ']'. (computed-property-spacing)
(#361) Unexpected tab character. (no-tabs)
(#361) There should be no space after '['. (computed-property-spacing)
(#361) There should be no space before ']'. (computed-property-spacing)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#369) Unexpected tab character. (no-tabs)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#370) Unexpected tab character. (no-tabs)
(#370) Blocks are nested too deeply (5). (max-depth)
(#370) There should be no spaces inside this paren. (space-in-parens)
(#370) There should be no spaces inside this paren. (space-in-parens)
(#371) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#372) 'clone' is not defined. (no-undef)
(#374) Unexpected tab character. (no-tabs)
(#375) Unexpected tab character. (no-tabs)
(#375) 'clone' is not defined. (no-undef)
(#376) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#379) There should be no space after '['. (computed-property-spacing)
(#379) There should be no space before ']'. (computed-property-spacing)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) 'clone' is not defined. (no-undef)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#381) Unexpected tab character. (no-tabs)
(#382) Unexpected tab character. (no-tabs)
(#382) There should be no spaces inside this paren. (space-in-parens)
(#382) There should be no spaces inside this paren. (space-in-parens)
(#383) Unexpected tab character. (no-tabs)
(#383) There should be no space after '['. (computed-property-spacing)
(#383) There should be no space before ']'. (computed-property-spacing)
(#384) Unexpected tab character. (no-tabs)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#390) Unexpected tab character. (no-tabs)
(#394) Unexpected tab character. (no-tabs)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#395) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#402) Unexpected tab character. (no-tabs)
(#403) Trailing spaces not allowed. (no-trailing-spaces)
(#403) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#405) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#408) Unexpected tab character. (no-tabs)
(#409) Unexpected tab character. (no-tabs)
(#410) Trailing spaces not allowed. (no-trailing-spaces)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#412) Expected to return a value at the end of method 'ready'. (consistent-return)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#413) Unexpected tab character. (no-tabs)
(#414) Unexpected tab character. (no-tabs)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#415) Unexpected tab character. (no-tabs)
(#416) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#419) Unexpected tab character. (no-tabs)
(#419) There should be no spaces inside this paren. (space-in-parens)
(#419) There should be no spaces inside this paren. (space-in-parens)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#422) Unexpected tab character. (no-tabs)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#423) Unexpected tab character. (no-tabs)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#428) Unexpected tab character. (no-tabs)
(#429) Unexpected tab character. (no-tabs)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#430) Unexpected tab character. (no-tabs)
(#430) Method 'ready' expected a return value. (consistent-return)
(#431) Unexpected tab character. (no-tabs)
(#433) Unexpected tab character. (no-tabs)
(#434) Unexpected tab character. (no-tabs)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#435) Unexpected tab character. (no-tabs)
(#436) Unexpected tab character. (no-tabs)
(#436) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#437) Unexpected tab character. (no-tabs)
(#437) There should be no spaces inside this paren. (space-in-parens)
(#437) There should be no space after '['. (computed-property-spacing)
(#437) There should be no space before ']'. (computed-property-spacing)
(#437) There should be no spaces inside this paren. (space-in-parens)
(#438) Unexpected tab character. (no-tabs)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#439) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#447) Unexpected tab character. (no-tabs)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#448) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#451) Trailing spaces not allowed. (no-trailing-spaces)
(#451) Unexpected tab character. (no-tabs)
(#452) Unexpected tab character. (no-tabs)
(#453) Unexpected tab character. (no-tabs)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#463) Method 'bindReady' expected no return value. (consistent-return)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#464) Unexpected tab character. (no-tabs)
(#466) Unexpected tab character. (no-tabs)
(#467) Unexpected tab character. (no-tabs)
(#467) There should be no spaces inside this paren. (space-in-parens)
(#467) There should be no spaces inside this paren. (space-in-parens)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#470) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Unexpected tab character. (no-tabs)
(#471) Unexpected tab character. (no-tabs)
(#472) Unexpected tab character. (no-tabs)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#474) Unexpected tab character. (no-tabs)
(#475) Unexpected tab character. (no-tabs)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#476) Unexpected tab character. (no-tabs)
(#476) Comments should not begin with a lowercase character (capitalized-comments)
(#477) Unexpected tab character. (no-tabs)
(#478) Unexpected tab character. (no-tabs)
(#479) Trailing spaces not allowed. (no-trailing-spaces)
(#479) Unexpected tab character. (no-tabs)
(#480) Unexpected tab character. (no-tabs)
(#481) Unexpected tab character. (no-tabs)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#483) Unexpected tab character. (no-tabs)
(#484) Unexpected tab character. (no-tabs)
(#485) Unexpected tab character. (no-tabs)
(#487) Unexpected tab character. (no-tabs)
(#488) Unexpected tab character. (no-tabs)
(#488) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#489) Unexpected tab character. (no-tabs)
(#489) Expected space(s) after "catch". (keyword-spacing)
(#489) Empty block statement. (no-empty)
(#491) Unexpected tab character. (no-tabs)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#492) Unexpected tab character. (no-tabs)
(#493) Unexpected tab character. (no-tabs)
(#494) Unexpected tab character. (no-tabs)
(#495) Unexpected tab character. (no-tabs)
(#497) Unexpected tab character. (no-tabs)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#500) Unexpected tab character. (no-tabs)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#501) Unexpected tab character. (no-tabs)
(#502) Unexpected tab character. (no-tabs)
(#504) Unexpected tab character. (no-tabs)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#505) Unexpected tab character. (no-tabs)
(#506) Unexpected tab character. (no-tabs)
(#508) Unexpected tab character. (no-tabs)
(#509) Unexpected tab character. (no-tabs)
(#509) There should be no spaces inside this paren. (space-in-parens)
(#509) There should be no spaces inside this paren. (space-in-parens)
(#510) Unexpected tab character. (no-tabs)
(#511) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#514) Unexpected tab character. (no-tabs)
(#514) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#515) Unexpected tab character. (no-tabs)
(#517) Unexpected tab character. (no-tabs)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#518) Unexpected tab character. (no-tabs)
(#518) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#519) Unexpected tab character. (no-tabs)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#520) Unexpected tab character. (no-tabs)
(#520) There should be no space after '['. (computed-property-spacing)
(#520) There should be no space before ']'. (computed-property-spacing)
(#521) Unexpected tab character. (no-tabs)
(#523) Unexpected tab character. (no-tabs)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#526) Unexpected tab character. (no-tabs)
(#527) Unexpected tab character. (no-tabs)
(#527) There should be no spaces inside this paren. (space-in-parens)
(#527) There should be no spaces inside this paren. (space-in-parens)
(#527) There should be no spaces inside this paren. (space-in-parens)
(#527) There should be no spaces inside this paren. (space-in-parens)
(#528) Unexpected tab character. (no-tabs)
(#529) Unexpected tab character. (no-tabs)
(#530) Trailing spaces not allowed. (no-trailing-spaces)
(#530) Unexpected tab character. (no-tabs)
(#531) Unexpected tab character. (no-tabs)
(#532) Unexpected tab character. (no-tabs)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#533) Unexpected tab character. (no-tabs)
(#534) Unexpected tab character. (no-tabs)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#535) Unexpected tab character. (no-tabs)
(#536) Unexpected tab character. (no-tabs)
(#537) Trailing spaces not allowed. (no-trailing-spaces)
(#537) Unexpected tab character. (no-tabs)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#540) Trailing spaces not allowed. (no-trailing-spaces)
(#540) Unexpected tab character. (no-tabs)
(#541) Unexpected tab character. (no-tabs)
(#542) Unexpected tab character. (no-tabs)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) Empty block statement. (no-empty)
(#543) Trailing spaces not allowed. (no-trailing-spaces)
(#543) Unexpected tab character. (no-tabs)
(#544) Unexpected tab character. (no-tabs)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#545) Unexpected tab character. (no-tabs)
(#547) Unexpected tab character. (no-tabs)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#548) Unexpected tab character. (no-tabs)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#549) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#553) Trailing spaces not allowed. (no-trailing-spaces)
(#553) Unexpected tab character. (no-tabs)
(#554) Unexpected tab character. (no-tabs)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#555) Unexpected tab character. (no-tabs)
(#556) Unexpected tab character. (no-tabs)
(#557) Trailing spaces not allowed. (no-trailing-spaces)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#558) Expected to return a value at the end of method 'parseJSON'. (consistent-return)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#559) Unexpected tab character. (no-tabs)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#564) Unexpected tab character. (no-tabs)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#565) Trailing spaces not allowed. (no-trailing-spaces)
(#565) Unexpected tab character. (no-tabs)
(#566) Unexpected tab character. (no-tabs)
(#567) Unexpected tab character. (no-tabs)
(#568) Unexpected tab character. (no-tabs)
(#568) There should be no spaces inside this paren. (space-in-parens)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#572) Unexpected tab character. (no-tabs)
(#573) Unexpected tab character. (no-tabs)
(#574) Unexpected tab character. (no-tabs)
(#574) There should be no spaces inside this paren. (space-in-parens)
(#574) There should be no spaces inside this paren. (space-in-parens)
(#575) Unexpected tab character. (no-tabs)
(#575) The Function constructor is eval. (no-new-func)
(#577) Unexpected tab character. (no-tabs)
(#578) Unexpected tab character. (no-tabs)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#579) Unexpected tab character. (no-tabs)
(#580) Unexpected tab character. (no-tabs)
(#582) Unexpected tab character. (no-tabs)
(#582) Unexpected empty method 'noop'. (no-empty-function)
(#584) Unexpected tab character. (no-tabs)
(#585) Unexpected tab character. (no-tabs)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#586) Unexpected tab character. (no-tabs)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#587) Unexpected tab character. (no-tabs)
(#588) Unexpected tab character. (no-tabs)
(#589) Unexpected tab character. (no-tabs)
(#590) Unexpected tab character. (no-tabs)
(#592) Unexpected tab character. (no-tabs)
(#594) Unexpected tab character. (no-tabs)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#595) Unexpected tab character. (no-tabs)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#596) Unexpected tab character. (no-tabs)
(#597) Unexpected tab character. (no-tabs)
(#598) Unexpected tab character. (no-tabs)
(#600) Unexpected tab character. (no-tabs)
(#601) Unexpected tab character. (no-tabs)
(#602) Unexpected tab character. (no-tabs)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#603) Unexpected tab character. (no-tabs)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#604) Unexpected tab character. (no-tabs)
(#605) Unexpected tab character. (no-tabs)
(#607) Unexpected tab character. (no-tabs)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#608) Unexpected tab character. (no-tabs)
(#609) Unexpected tab character. (no-tabs)
(#611) Comments should not begin with a lowercase character (capitalized-comments)
(#611) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#612) There should be no spaces inside this paren. (space-in-parens)
(#612) There should be no spaces inside this paren. (space-in-parens)
(#613) Unexpected tab character. (no-tabs)
(#613) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#614) Unexpected tab character. (no-tabs)
(#615) Unexpected tab character. (no-tabs)
(#617) Unexpected tab character. (no-tabs)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#618) Unexpected tab character. (no-tabs)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#619) Unexpected tab character. (no-tabs)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#620) Unexpected tab character. (no-tabs)
(#620) There should be no spaces inside this paren. (space-in-parens)
(#620) There should be no spaces inside this paren. (space-in-parens)
(#620) There should be no space after '['. (computed-property-spacing)
(#620) There should be no space before ']'. (computed-property-spacing)
(#620) There should be no spaces inside this paren. (space-in-parens)
(#620) There should be no spaces inside this paren. (space-in-parens)
(#621) Unexpected tab character. (no-tabs)
(#622) Unexpected tab character. (no-tabs)
(#623) Unexpected tab character. (no-tabs)
(#624) Unexpected tab character. (no-tabs)
(#625) Unexpected tab character. (no-tabs)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#626) Unexpected tab character. (no-tabs)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no space after '['. (computed-property-spacing)
(#626) There should be no space before ']'. (computed-property-spacing)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#627) Unexpected tab character. (no-tabs)
(#628) Unexpected tab character. (no-tabs)
(#629) Unexpected tab character. (no-tabs)
(#630) Unexpected tab character. (no-tabs)
(#632) Unexpected tab character. (no-tabs)
(#633) Unexpected tab character. (no-tabs)
(#634) Unexpected tab character. (no-tabs)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#635) Unexpected tab character. (no-tabs)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#636) Unexpected tab character. (no-tabs)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no space after '['. (computed-property-spacing)
(#636) There should be no space before ']'. (computed-property-spacing)
(#636) There should be no space after '['. (computed-property-spacing)
(#636) There should be no space before ']'. (computed-property-spacing)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#637) Unexpected tab character. (no-tabs)
(#638) Unexpected tab character. (no-tabs)
(#639) Unexpected tab character. (no-tabs)
(#640) Unexpected tab character. (no-tabs)
(#641) Unexpected tab character. (no-tabs)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#642) Unexpected tab character. (no-tabs)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) Empty block statement. (no-empty)
(#643) Unexpected tab character. (no-tabs)
(#644) Unexpected tab character. (no-tabs)
(#646) Unexpected tab character. (no-tabs)
(#647) Unexpected tab character. (no-tabs)
(#649) Unexpected tab character. (no-tabs)
(#650) Unexpected tab character. (no-tabs)
(#651) Unexpected tab character. (no-tabs)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#652) Unexpected tab character. (no-tabs)
(#652) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#653) Unexpected tab character. (no-tabs)
(#654) Unexpected tab character. (no-tabs)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#655) Unexpected tab character. (no-tabs)
(#657) Unexpected tab character. (no-tabs)
(#658) Unexpected tab character. (no-tabs)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#659) Unexpected tab character. (no-tabs)
(#659) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#660) Unexpected tab character. (no-tabs)
(#661) Unexpected tab character. (no-tabs)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#662) Unexpected tab character. (no-tabs)
(#664) Comments should not begin with a lowercase character (capitalized-comments)
(#664) Unexpected tab character. (no-tabs)
(#665) Unexpected tab character. (no-tabs)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#666) Unexpected tab character. (no-tabs)
(#668) Unexpected tab character. (no-tabs)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#668) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#669) Unexpected tab character. (no-tabs)
(#670) Unexpected tab character. (no-tabs)
(#671) Unexpected tab character. (no-tabs)
(#672) Unexpected tab character. (no-tabs)
(#673) Unexpected tab character. (no-tabs)
(#675) Line 675 exceeds the maximum line length of 132. (max-len)
(#675) Unexpected tab character. (no-tabs)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#675) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#676) Unexpected tab character. (no-tabs)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#677) Unexpected tab character. (no-tabs)
(#678) Unexpected tab character. (no-tabs)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#679) Unexpected tab character. (no-tabs)
(#680) Unexpected tab character. (no-tabs)
(#682) Unexpected tab character. (no-tabs)
(#683) Unexpected tab character. (no-tabs)
(#685) Unexpected tab character. (no-tabs)
(#685) There should be no spaces inside this paren. (space-in-parens)
(#685) There should be no spaces inside this paren. (space-in-parens)
(#686) Unexpected tab character. (no-tabs)
(#686) There should be no spaces inside this paren. (space-in-parens)
(#686) There should be no spaces inside this paren. (space-in-parens)
(#687) Unexpected tab character. (no-tabs)
(#687) There should be no spaces inside this paren. (space-in-parens)
(#687) There should be no spaces inside this paren. (space-in-parens)
(#688) Unexpected tab character. (no-tabs)
(#690) Unexpected tab character. (no-tabs)
(#690) There should be no spaces inside this paren. (space-in-parens)
(#690) There should be no spaces inside this paren. (space-in-parens)
(#691) Unexpected tab character. (no-tabs)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no space after '['. (computed-property-spacing)
(#691) There should be no space before ']'. (computed-property-spacing)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#692) Unexpected tab character. (no-tabs)
(#693) Unexpected tab character. (no-tabs)
(#694) Unexpected tab character. (no-tabs)
(#696) Unexpected tab character. (no-tabs)
(#697) Unexpected tab character. (no-tabs)
(#699) Unexpected tab character. (no-tabs)
(#699) There should be no spaces inside this paren. (space-in-parens)
(#699) There should be no spaces inside this paren. (space-in-parens)
(#700) Unexpected tab character. (no-tabs)
(#700) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#702) Unexpected tab character. (no-tabs)
(#702) There should be no spaces inside this paren. (space-in-parens)
(#702) There should be no spaces inside this paren. (space-in-parens)
(#703) Unexpected tab character. (no-tabs)
(#703) There should be no spaces inside this paren. (space-in-parens)
(#703) There should be no spaces inside this paren. (space-in-parens)
(#704) Unexpected tab character. (no-tabs)
(#704) There should be no space after '['. (computed-property-spacing)
(#704) There should be no space before ']'. (computed-property-spacing)
(#704) There should be no space after '['. (computed-property-spacing)
(#704) There should be no space before ']'. (computed-property-spacing)
(#705) Unexpected tab character. (no-tabs)
(#706) Trailing spaces not allowed. (no-trailing-spaces)
(#706) Unexpected tab character. (no-tabs)
(#707) Unexpected tab character. (no-tabs)
(#708) Unexpected tab character. (no-tabs)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#709) Unexpected tab character. (no-tabs)
(#709) There should be no space after '['. (computed-property-spacing)
(#709) There should be no space before ']'. (computed-property-spacing)
(#709) There should be no space after '['. (computed-property-spacing)
(#709) There should be no space before ']'. (computed-property-spacing)
(#710) Unexpected tab character. (no-tabs)
(#711) Unexpected tab character. (no-tabs)
(#713) Unexpected tab character. (no-tabs)
(#715) Unexpected tab character. (no-tabs)
(#716) Unexpected tab character. (no-tabs)
(#718) Unexpected tab character. (no-tabs)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#719) Unexpected tab character. (no-tabs)
(#719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#720) Unexpected tab character. (no-tabs)
(#722) Unexpected tab character. (no-tabs)
(#723) Unexpected tab character. (no-tabs)
(#724) Unexpected tab character. (no-tabs)
(#724) There should be no spaces inside this paren. (space-in-parens)
(#724) There should be no spaces inside this paren. (space-in-parens)
(#725) Unexpected tab character. (no-tabs)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no space after '['. (computed-property-spacing)
(#725) There should be no space before ']'. (computed-property-spacing)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#726) Unexpected tab character. (no-tabs)
(#726) There should be no spaces inside this paren. (space-in-parens)
(#726) There should be no spaces inside this paren. (space-in-parens)
(#727) Unexpected tab character. (no-tabs)
(#727) There should be no spaces inside this paren. (space-in-parens)
(#727) There should be no space after '['. (computed-property-spacing)
(#727) There should be no space before ']'. (computed-property-spacing)
(#727) There should be no spaces inside this paren. (space-in-parens)
(#728) Unexpected tab character. (no-tabs)
(#729) Unexpected tab character. (no-tabs)
(#731) Unexpected tab character. (no-tabs)
(#732) Unexpected tab character. (no-tabs)
(#734) Unexpected tab character. (no-tabs)
(#734) Comments should not begin with a lowercase character (capitalized-comments)
(#735) Unexpected tab character. (no-tabs)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#736) Unexpected tab character. (no-tabs)
(#736) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#738) Unexpected tab character. (no-tabs)
(#739) Unexpected tab character. (no-tabs)
(#740) Unexpected tab character. (no-tabs)
(#740) There should be no spaces inside this paren. (space-in-parens)
(#740) There should be no spaces inside this paren. (space-in-parens)
(#741) Unexpected tab character. (no-tabs)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#741) There should be no space after '['. (computed-property-spacing)
(#741) There should be no space before ']'. (computed-property-spacing)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#743) Unexpected tab character. (no-tabs)
(#743) There should be no spaces inside this paren. (space-in-parens)
(#743) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#743) There should be no spaces inside this paren. (space-in-parens)
(#744) Unexpected tab character. (no-tabs)
(#744) There should be no space after '['. (computed-property-spacing)
(#744) There should be no space before ']'. (computed-property-spacing)
(#745) Unexpected tab character. (no-tabs)
(#746) Unexpected tab character. (no-tabs)
(#748) Unexpected tab character. (no-tabs)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#749) Unexpected tab character. (no-tabs)
(#751) Unexpected tab character. (no-tabs)
(#752) Unexpected tab character. (no-tabs)
(#754) Unexpected tab character. (no-tabs)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#755) Unexpected tab character. (no-tabs)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#756) Unexpected tab character. (no-tabs)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#757) Unexpected tab character. (no-tabs)
(#758) Unexpected tab character. (no-tabs)
(#758) There should be no space after '['. (computed-property-spacing)
(#758) There should be no space before ']'. (computed-property-spacing)
(#759) Unexpected tab character. (no-tabs)
(#761) Unexpected tab character. (no-tabs)
(#761) There should be no spaces inside this paren. (space-in-parens)
(#761) There should be no spaces inside this paren. (space-in-parens)
(#761) There should be no spaces inside this paren. (space-in-parens)
(#761) There should be no spaces inside this paren. (space-in-parens)
(#762) Unexpected tab character. (no-tabs)
(#763) Unexpected tab character. (no-tabs)
(#764) Unexpected tab character. (no-tabs)
(#765) Unexpected tab character. (no-tabs)
(#767) Unexpected tab character. (no-tabs)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#768) Unexpected tab character. (no-tabs)
(#769) Unexpected tab character. (no-tabs)
(#769) There should be no spaces inside this paren. (space-in-parens)
(#769) There should be no spaces inside this paren. (space-in-parens)
(#770) Unexpected tab character. (no-tabs)
(#771) Unexpected tab character. (no-tabs)
(#773) Unexpected tab character. (no-tabs)
(#774) Unexpected tab character. (no-tabs)
(#774) There should be no spaces inside this paren. (space-in-parens)
(#774) There should be no spaces inside this paren. (space-in-parens)
(#775) Unexpected tab character. (no-tabs)
(#776) Unexpected tab character. (no-tabs)
(#778) Unexpected tab character. (no-tabs)
(#779) Unexpected tab character. (no-tabs)
(#780) Unexpected tab character. (no-tabs)
(#782) Unexpected tab character. (no-tabs)
(#783) Unexpected tab character. (no-tabs)
(#784) Unexpected tab character. (no-tabs)
(#784) There should be no spaces inside this paren. (space-in-parens)
(#784) There should be no spaces inside this paren. (space-in-parens)
(#785) Unexpected tab character. (no-tabs)
(#786) Trailing spaces not allowed. (no-trailing-spaces)
(#786) Unexpected tab character. (no-tabs)
(#787) Unexpected tab character. (no-tabs)
(#788) Unexpected tab character. (no-tabs)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#789) Unexpected tab character. (no-tabs)
(#789) There should be no spaces inside this paren. (space-in-parens)
(#789) There should be no spaces inside this paren. (space-in-parens)
(#790) Unexpected tab character. (no-tabs)
(#790) There should be no spaces inside this paren. (space-in-parens)
(#790) There should be no spaces inside this paren. (space-in-parens)
(#791) Unexpected tab character. (no-tabs)
(#792) Unexpected tab character. (no-tabs)
(#793) Unexpected tab character. (no-tabs)
(#794) Trailing spaces not allowed. (no-trailing-spaces)
(#794) Unexpected tab character. (no-tabs)
(#795) Unexpected tab character. (no-tabs)
(#796) Unexpected tab character. (no-tabs)
(#796) There should be no spaces inside this paren. (space-in-parens)
(#796) There should be no spaces inside this paren. (space-in-parens)
(#797) Unexpected tab character. (no-tabs)
(#798) Unexpected tab character. (no-tabs)
(#799) Trailing spaces not allowed. (no-trailing-spaces)
(#799) Unexpected tab character. (no-tabs)
(#800) Unexpected tab character. (no-tabs)
(#800) There should be no spaces inside this paren. (space-in-parens)
(#800) There should be no spaces inside this paren. (space-in-parens)
(#801) Unexpected tab character. (no-tabs)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#802) Unexpected tab character. (no-tabs)
(#803) Trailing spaces not allowed. (no-trailing-spaces)
(#803) Unexpected tab character. (no-tabs)
(#804) Unexpected tab character. (no-tabs)
(#805) Unexpected tab character. (no-tabs)
(#806) Trailing spaces not allowed. (no-trailing-spaces)
(#806) Unexpected tab character. (no-tabs)
(#807) Unexpected tab character. (no-tabs)
(#808) Unexpected tab character. (no-tabs)
(#808) There should be no spaces inside this paren. (space-in-parens)
(#808) There should be no spaces inside this paren. (space-in-parens)
(#809) Unexpected tab character. (no-tabs)
(#811) Unexpected tab character. (no-tabs)
(#812) Unexpected tab character. (no-tabs)
(#813) Unexpected tab character. (no-tabs)
(#815) Unexpected tab character. (no-tabs)
(#816) Unexpected tab character. (no-tabs)
(#817) Unexpected tab character. (no-tabs)
(#817) There should be no spaces inside this paren. (space-in-parens)
(#817) There should be no spaces inside this paren. (space-in-parens)
(#818) Unexpected tab character. (no-tabs)
(#820) Unexpected tab character. (no-tabs)
(#820) There should be no spaces inside this paren. (space-in-parens)
(#820) There should be no spaces inside this paren. (space-in-parens)
(#821) Unexpected tab character. (no-tabs)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#822) Unexpected tab character. (no-tabs)
(#822) There should be no spaces inside this paren. (space-in-parens)
(#822) There should be no spaces inside this paren. (space-in-parens)
(#823) Unexpected tab character. (no-tabs)
(#823) There should be no spaces inside this paren. (space-in-parens)
(#823) There should be no spaces inside this paren. (space-in-parens)
(#824) Unexpected tab character. (no-tabs)
(#826) Unexpected tab character. (no-tabs)
(#826) There should be no space after '{'. (object-curly-spacing)
(#826) There should be no space before '}'. (object-curly-spacing)
(#827) Unexpected tab character. (no-tabs)
(#829) Unexpected tab character. (no-tabs)
(#834) Unexpected tab character. (no-tabs)
(#834) There should be no space after '['. (computed-property-spacing)
(#834) There should be no space before ']'. (computed-property-spacing)
(#837) There should be no spaces inside this paren. (space-in-parens)
(#837) There should be no spaces inside this paren. (space-in-parens)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#839) Unexpected tab character. (no-tabs)
(#839) There should be no space after '['. (computed-property-spacing)
(#839) There should be no space before ']'. (computed-property-spacing)
(#840) Unexpected tab character. (no-tabs)
(#844) There should be no spaces inside this paren. (space-in-parens)
(#844) There should be no spaces inside this paren. (space-in-parens)
(#845) Unexpected tab character. (no-tabs)
(#848) There should be no spaces inside this paren. (space-in-parens)
(#848) There should be no spaces inside this paren. (space-in-parens)
(#849) Unexpected tab character. (no-tabs)
(#849) There should be no spaces inside this paren. (space-in-parens)
(#849) There should be no spaces inside this paren. (space-in-parens)
(#850) Unexpected tab character. (no-tabs)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#851) Unexpected tab character. (no-tabs)
(#856) There should be no spaces inside this paren. (space-in-parens)
(#856) There should be no spaces inside this paren. (space-in-parens)
(#856) There should be no spaces inside this paren. (space-in-parens)
(#856) There should be no spaces inside this paren. (space-in-parens)
(#857) Unexpected tab character. (no-tabs)
(#858) Unexpected tab character. (no-tabs)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#866) Unexpected tab character. (no-tabs)
(#867) Unexpected tab character. (no-tabs)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#868) Unexpected tab character. (no-tabs)
(#869) Unexpected tab character. (no-tabs)
(#871) There should be no spaces inside this paren. (space-in-parens)
(#871) There should be no spaces inside this paren. (space-in-parens)
(#872) Unexpected tab character. (no-tabs)
(#873) Unexpected tab character. (no-tabs)
(#874) Unexpected tab character. (no-tabs)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#875) Unexpected tab character. (no-tabs)
(#875) There should be no spaces inside this paren. (space-in-parens)
(#875) There should be no spaces inside this paren. (space-in-parens)
(#876) Unexpected tab character. (no-tabs)
(#877) Unexpected tab character. (no-tabs)
(#878) Unexpected tab character. (no-tabs)
(#882) Missing JSDoc comment. (require-jsdoc)
(#883) Unexpected tab character. (no-tabs)
(#883) There should be no spaces inside this paren. (space-in-parens)
(#883) There should be no spaces inside this paren. (space-in-parens)
(#884) Unexpected tab character. (no-tabs)
(#885) Unexpected tab character. (no-tabs)
(#887) Unexpected tab character. (no-tabs)
(#888) Unexpected tab character. (no-tabs)
(#889) Unexpected tab character. (no-tabs)
(#890) Unexpected tab character. (no-tabs)
(#891) Unexpected tab character. (no-tabs)
(#891) Expected space(s) after "catch". (keyword-spacing)
(#892) Unexpected tab character. (no-tabs)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#893) Unexpected tab character. (no-tabs)
(#894) Unexpected tab character. (no-tabs)
(#896) Unexpected tab character. (no-tabs)
(#896) Comments should not begin with a lowercase character (capitalized-comments)
(#897) Unexpected tab character. (no-tabs)
(#901) Return statement should not contain assignment. (no-return-assign)
(#908) Unexpected tab character. (no-tabs)
(#910) Unexpected tab character. (no-tabs)
(#911) Unexpected tab character. (no-tabs)
(#912) Unexpected tab character. (no-tabs)
(#913) Unexpected tab character. (no-tabs)
(#915) Unexpected tab character. (no-tabs)
(#916) Unexpected tab character. (no-tabs)
(#918) Unexpected tab character. (no-tabs)
(#919) Unexpected tab character. (no-tabs)
(#920) Unexpected tab character. (no-tabs)
(#921) Unexpected tab character. (no-tabs)
(#921) There should be no spaces inside this paren. (space-in-parens)
(#921) There should be no spaces inside this paren. (space-in-parens)
(#923) Unexpected tab character. (no-tabs)
(#924) Unexpected tab character. (no-tabs)
(#924) There should be no spaces inside this paren. (space-in-parens)
(#924) There should be no spaces inside this paren. (space-in-parens)
(#925) Unexpected tab character. (no-tabs)
(#926) Unexpected tab character. (no-tabs)
(#928) Unexpected tab character. (no-tabs)
(#929) Unexpected tab character. (no-tabs)
(#930) Unexpected tab character. (no-tabs)
(#932) Unexpected tab character. (no-tabs)
(#933) Unexpected tab character. (no-tabs)
(#934) Unexpected tab character. (no-tabs)
(#936) Unexpected tab character. (no-tabs)
(#937) Unexpected tab character. (no-tabs)
(#938) Unexpected tab character. (no-tabs)
(#940) Unexpected tab character. (no-tabs)
(#941) Unexpected tab character. (no-tabs)
(#942) Unexpected tab character. (no-tabs)
(#942) There should be no spaces inside this paren. (space-in-parens)
(#942) There should be no spaces inside this paren. (space-in-parens)
(#944) Unexpected tab character. (no-tabs)
(#945) Unexpected tab character. (no-tabs)
(#946) Unexpected tab character. (no-tabs)
(#948) Unexpected tab character. (no-tabs)
(#949) Unexpected tab character. (no-tabs)
(#950) Unexpected tab character. (no-tabs)
(#951) Unexpected tab character. (no-tabs)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#953) Unexpected tab character. (no-tabs)
(#954) Unexpected tab character. (no-tabs)
(#955) Unexpected tab character. (no-tabs)
(#957) Unexpected tab character. (no-tabs)
(#958) Unexpected tab character. (no-tabs)
(#959) Unexpected tab character. (no-tabs)
(#960) Unexpected tab character. (no-tabs)
(#962) Unexpected tab character. (no-tabs)
(#963) Unexpected tab character. (no-tabs)
(#964) Unexpected tab character. (no-tabs)
(#966) Unexpected tab character. (no-tabs)
(#967) Unexpected tab character. (no-tabs)
(#968) Unexpected tab character. (no-tabs)
(#969) Unexpected tab character. (no-tabs)
(#970) Unexpected tab character. (no-tabs)
(#971) Unexpected tab character. (no-tabs)
(#972) Unexpected tab character. (no-tabs)
(#973) Unexpected tab character. (no-tabs)
(#974) Unexpected tab character. (no-tabs)
(#975) Unexpected tab character. (no-tabs)
(#977) Unexpected tab character. (no-tabs)
(#978) Unexpected tab character. (no-tabs)
(#979) Unexpected tab character. (no-tabs)
(#980) Unexpected tab character. (no-tabs)
(#982) Unexpected tab character. (no-tabs)
(#983) Unexpected tab character. (no-tabs)
(#984) Unexpected tab character. (no-tabs)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#984) There should be no spaces inside this paren. (space-in-parens)
(#985) Unexpected tab character. (no-tabs)
(#985) Expected space(s) after "catch". (keyword-spacing)
(#985) Empty block statement. (no-empty)
(#987) Unexpected tab character. (no-tabs)
(#987) There should be no spaces inside this paren. (space-in-parens)
(#987) There should be no spaces inside this paren. (space-in-parens)
(#989) Unexpected tab character. (no-tabs)
(#990) Unexpected tab character. (no-tabs)
(#991) Unexpected tab character. (no-tabs)
(#992) Unexpected tab character. (no-tabs)
(#992) There should be no spaces inside this paren. (space-in-parens)
(#992) There should be no space after '['. (computed-property-spacing)
(#992) There should be no space before ']'. (computed-property-spacing)
(#992) There should be no spaces inside this paren. (space-in-parens)
(#993) Unexpected tab character. (no-tabs)
(#994) Unexpected tab character. (no-tabs)
(#994) There should be no space after '['. (computed-property-spacing)
(#994) There should be no space before ']'. (computed-property-spacing)
(#995) Unexpected tab character. (no-tabs)
(#997) Unexpected tab character. (no-tabs)
(#997) There should be no spaces inside this paren. (space-in-parens)
(#997) There should be no spaces inside this paren. (space-in-parens)
(#999) Unexpected tab character. (no-tabs)
(#999) There should be no spaces inside this paren. (space-in-parens)
(#999) There should be no spaces inside this paren. (space-in-parens)
(#1000) Unexpected tab character. (no-tabs)
(#1001) Unexpected tab character. (no-tabs)
(#1002) Unexpected tab character. (no-tabs)
(#1003) Unexpected tab character. (no-tabs)
(#1004) Unexpected tab character. (no-tabs)
(#1005) Unexpected tab character. (no-tabs)
(#1006) Unexpected tab character. (no-tabs)
(#1007) Unexpected tab character. (no-tabs)
(#1009) Unexpected tab character. (no-tabs)
(#1010) Unexpected tab character. (no-tabs)
(#1012) Unexpected tab character. (no-tabs)
(#1013) Unexpected tab character. (no-tabs)
(#1013) There should be no spaces inside this paren. (space-in-parens)
(#1013) There should be no spaces inside this paren. (space-in-parens)
(#1015) Unexpected tab character. (no-tabs)
(#1016) Unexpected tab character. (no-tabs)
(#1018) Unexpected tab character. (no-tabs)
(#1019) Unexpected tab character. (no-tabs)
(#1020) Unexpected tab character. (no-tabs)
(#1021) Unexpected tab character. (no-tabs)
(#1022) Unexpected tab character. (no-tabs)
(#1024) Unexpected tab character. (no-tabs)
(#1024) There should be no spaces inside this paren. (space-in-parens)
(#1024) There should be no spaces inside this paren. (space-in-parens)
(#1025) Unexpected tab character. (no-tabs)
(#1027) Unexpected tab character. (no-tabs)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1028) Unexpected tab character. (no-tabs)
(#1029) Unexpected tab character. (no-tabs)
(#1030) Unexpected tab character. (no-tabs)
(#1031) Unexpected tab character. (no-tabs)
(#1032) Unexpected tab character. (no-tabs)
(#1033) Unexpected tab character. (no-tabs)
(#1034) Unexpected tab character. (no-tabs)
(#1036) Unexpected tab character. (no-tabs)
(#1037) Unexpected tab character. (no-tabs)
(#1038) Unexpected tab character. (no-tabs)
(#1039) Unexpected tab character. (no-tabs)
(#1040) Unexpected tab character. (no-tabs)
(#1041) Unexpected tab character. (no-tabs)
(#1043) Unexpected tab character. (no-tabs)
(#1044) Unexpected tab character. (no-tabs)
(#1046) Unexpected tab character. (no-tabs)
(#1047) Unexpected tab character. (no-tabs)
(#1048) Unexpected tab character. (no-tabs)
(#1049) Unexpected tab character. (no-tabs)
(#1050) Unexpected tab character. (no-tabs)
(#1051) Unexpected tab character. (no-tabs)
(#1052) Unexpected tab character. (no-tabs)
(#1053) Unexpected tab character. (no-tabs)
(#1055) Unexpected tab character. (no-tabs)
(#1056) Unexpected tab character. (no-tabs)
(#1058) Unexpected tab character. (no-tabs)
(#1059) Unexpected tab character. (no-tabs)
(#1060) Unexpected tab character. (no-tabs)
(#1061) Unexpected tab character. (no-tabs)
(#1063) Unexpected tab character. (no-tabs)
(#1063) There should be no spaces inside this paren. (space-in-parens)
(#1063) There should be no spaces inside this paren. (space-in-parens)
(#1064) Unexpected tab character. (no-tabs)
(#1065) Unexpected tab character. (no-tabs)
(#1067) Unexpected tab character. (no-tabs)
(#1068) Unexpected tab character. (no-tabs)
(#1069) Unexpected tab character. (no-tabs)
(#1069) There should be no spaces inside this paren. (space-in-parens)
(#1069) There should be no spaces inside this paren. (space-in-parens)
(#1070) Unexpected tab character. (no-tabs)
(#1071) Unexpected tab character. (no-tabs)
(#1073) Unexpected tab character. (no-tabs)
(#1074) Unexpected tab character. (no-tabs)
(#1074) There should be no spaces inside this paren. (space-in-parens)
(#1074) There should be no spaces inside this paren. (space-in-parens)
(#1075) Unexpected tab character. (no-tabs)
(#1076) Unexpected tab character. (no-tabs)
(#1077) Unexpected tab character. (no-tabs)
(#1078) Unexpected tab character. (no-tabs)
(#1080) Unexpected tab character. (no-tabs)
(#1081) Unexpected tab character. (no-tabs)
(#1083) Unexpected tab character. (no-tabs)
(#1084) Unexpected tab character. (no-tabs)
(#1086) Comments should not begin with a lowercase character (capitalized-comments)
(#1086) Unexpected tab character. (no-tabs)
(#1087) Unexpected tab character. (no-tabs)
(#1091) Unexpected tab character. (no-tabs)
(#1092) Unexpected tab character. (no-tabs)
(#1093) Unexpected tab character. (no-tabs)
(#1094) Unexpected tab character. (no-tabs)
(#1095) Unexpected tab character. (no-tabs)
(#1096) Unexpected tab character. (no-tabs)
(#1097) Unexpected tab character. (no-tabs)
(#1098) Unexpected tab character. (no-tabs)
(#1099) Unexpected tab character. (no-tabs)
(#1100) Unexpected tab character. (no-tabs)
(#1102) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1107) Unexpected tab character. (no-tabs)
(#1110) Unexpected tab character. (no-tabs)
(#1112) Unexpected tab character. (no-tabs)
(#1113) Unexpected tab character. (no-tabs)
(#1115) Unexpected tab character. (no-tabs)
(#1116) Unexpected tab character. (no-tabs)
(#1118) Unexpected tab character. (no-tabs)
(#1119) Unexpected tab character. (no-tabs)
(#1120) Unexpected tab character. (no-tabs)
(#1121) Unexpected tab character. (no-tabs)
(#1122) Unexpected tab character. (no-tabs)
(#1123) Unexpected tab character. (no-tabs)
(#1124) Unexpected tab character. (no-tabs)
(#1125) Unexpected tab character. (no-tabs)
(#1127) Unexpected tab character. (no-tabs)
(#1127) There should be no spaces inside this paren. (space-in-parens)
(#1127) There should be no spaces inside this paren. (space-in-parens)
(#1128) Unexpected tab character. (no-tabs)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1129) Unexpected tab character. (no-tabs)
(#1130) Unexpected tab character. (no-tabs)
(#1132) Unexpected tab character. (no-tabs)
(#1133) Unexpected tab character. (no-tabs)
(#1134) Unexpected tab character. (no-tabs)
(#1136) Unexpected tab character. (no-tabs)
(#1137) Unexpected tab character. (no-tabs)
(#1137) There should be no space after '['. (computed-property-spacing)
(#1137) There should be no space before ']'. (computed-property-spacing)
(#1138) Unexpected tab character. (no-tabs)
(#1138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1140) Unexpected tab character. (no-tabs)
(#1140) There should be no spaces inside this paren. (space-in-parens)
(#1140) There should be no spaces inside this paren. (space-in-parens)
(#1141) Unexpected tab character. (no-tabs)
(#1142) Unexpected tab character. (no-tabs)
(#1144) Unexpected tab character. (no-tabs)
(#1145) Unexpected tab character. (no-tabs)
(#1145) There should be no spaces inside this paren. (space-in-parens)
(#1145) There should be no spaces inside this paren. (space-in-parens)
(#1146) Unexpected tab character. (no-tabs)
(#1148) Unexpected tab character. (no-tabs)
(#1149) Unexpected tab character. (no-tabs)
(#1149) There should be no spaces inside this paren. (space-in-parens)
(#1149) There should be no spaces inside this paren. (space-in-parens)
(#1150) Unexpected tab character. (no-tabs)
(#1150) There should be no space after '['. (computed-property-spacing)
(#1150) There should be no space before ']'. (computed-property-spacing)
(#1151) Unexpected tab character. (no-tabs)
(#1153) Unexpected tab character. (no-tabs)
(#1154) Unexpected tab character. (no-tabs)
(#1155) Unexpected tab character. (no-tabs)
(#1155) There should be no spaces inside this paren. (space-in-parens)
(#1155) There should be no spaces inside this paren. (space-in-parens)
(#1156) Unexpected tab character. (no-tabs)
(#1156) There should be no spaces inside this paren. (space-in-parens)
(#1156) There should be no spaces inside this paren. (space-in-parens)
(#1157) Unexpected tab character. (no-tabs)
(#1157) There should be no space after '['. (computed-property-spacing)
(#1157) There should be no space before ']'. (computed-property-spacing)
(#1157) There should be no space after '['. (computed-property-spacing)
(#1157) There should be no space before ']'. (computed-property-spacing)
(#1159) Unexpected tab character. (no-tabs)
(#1160) Unexpected tab character. (no-tabs)
(#1160) There should be no spaces inside this paren. (space-in-parens)
(#1160) There should be no spaces inside this paren. (space-in-parens)
(#1161) Unexpected tab character. (no-tabs)
(#1163) Unexpected tab character. (no-tabs)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1163) There should be no space after '['. (computed-property-spacing)
(#1163) There should be no space before ']'. (computed-property-spacing)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1164) Unexpected tab character. (no-tabs)
(#1164) There should be no space after '['. (computed-property-spacing)
(#1164) There should be no space before ']'. (computed-property-spacing)
(#1165) Unexpected tab character. (no-tabs)
(#1167) Unexpected tab character. (no-tabs)
(#1167) There should be no space after '['. (computed-property-spacing)
(#1167) There should be no space before ']'. (computed-property-spacing)
(#1169) Unexpected tab character. (no-tabs)
(#1170) Unexpected tab character. (no-tabs)
(#1170) There should be no spaces inside this paren. (space-in-parens)
(#1170) There should be no spaces inside this paren. (space-in-parens)
(#1171) Unexpected tab character. (no-tabs)
(#1171) There should be no space after '['. (computed-property-spacing)
(#1171) There should be no space before ']'. (computed-property-spacing)
(#1172) Unexpected tab character. (no-tabs)
(#1174) Unexpected tab character. (no-tabs)
(#1174) Method 'data' expected no return value. (consistent-return)
(#1174) There should be no space after '['. (computed-property-spacing)
(#1174) There should be no space before ']'. (computed-property-spacing)
(#1175) Unexpected tab character. (no-tabs)
(#1177) Unexpected tab character. (no-tabs)
(#1177) There should be no spaces inside this paren. (space-in-parens)
(#1177) There should be no spaces inside this paren. (space-in-parens)
(#1178) Unexpected tab character. (no-tabs)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1178) There should be no spaces inside this paren. (space-in-parens)
(#1179) Unexpected tab character. (no-tabs)
(#1180) Unexpected tab character. (no-tabs)
(#1182) Unexpected tab character. (no-tabs)
(#1183) Unexpected tab character. (no-tabs)
(#1184) Unexpected tab character. (no-tabs)
(#1186) Unexpected tab character. (no-tabs)
(#1187) Unexpected tab character. (no-tabs)
(#1187) There should be no space after '['. (computed-property-spacing)
(#1187) There should be no space before ']'. (computed-property-spacing)
(#1188) Unexpected tab character. (no-tabs)
(#1189) Unexpected tab character. (no-tabs)
(#1189) There should be no space after '['. (computed-property-spacing)
(#1189) There should be no space before ']'. (computed-property-spacing)
(#1191) Unexpected tab character. (no-tabs)
(#1192) Unexpected tab character. (no-tabs)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1193) Unexpected tab character. (no-tabs)
(#1193) There should be no spaces inside this paren. (space-in-parens)
(#1193) There should be no spaces inside this paren. (space-in-parens)
(#1194) Unexpected tab character. (no-tabs)
(#1195) Unexpected tab character. (no-tabs)
(#1195) There should be no space after '['. (computed-property-spacing)
(#1195) There should be no space before ']'. (computed-property-spacing)
(#1197) Unexpected tab character. (no-tabs)
(#1198) Unexpected tab character. (no-tabs)
(#1198) There should be no spaces inside this paren. (space-in-parens)
(#1198) There should be no spaces inside this paren. (space-in-parens)
(#1199) Unexpected tab character. (no-tabs)
(#1199) There should be no spaces inside this paren. (space-in-parens)
(#1199) There should be no spaces inside this paren. (space-in-parens)
(#1200) Unexpected tab character. (no-tabs)
(#1201) Unexpected tab character. (no-tabs)
(#1203) Unexpected tab character. (no-tabs)
(#1204) Unexpected tab character. (no-tabs)
(#1205) Unexpected tab character. (no-tabs)
(#1205) There should be no spaces inside this paren. (space-in-parens)
(#1205) There should be no spaces inside this paren. (space-in-parens)
(#1206) Unexpected tab character. (no-tabs)
(#1206) There should be no space after '['. (computed-property-spacing)
(#1206) There should be no space before ']'. (computed-property-spacing)
(#1208) Unexpected tab character. (no-tabs)
(#1208) There should be no spaces inside this paren. (space-in-parens)
(#1208) There should be no spaces inside this paren. (space-in-parens)
(#1209) Unexpected tab character. (no-tabs)
(#1209) There should be no spaces inside this paren. (space-in-parens)
(#1209) There should be no spaces inside this paren. (space-in-parens)
(#1211) Unexpected tab character. (no-tabs)
(#1212) Unexpected tab character. (no-tabs)
(#1212) There should be no spaces inside this paren. (space-in-parens)
(#1212) There should be no spaces inside this paren. (space-in-parens)
(#1213) Unexpected tab character. (no-tabs)
(#1213) There should be no space after '['. (computed-property-spacing)
(#1213) There should be no space before ']'. (computed-property-spacing)
(#1215) Unexpected tab character. (no-tabs)
(#1216) Unexpected tab character. (no-tabs)
(#1217) Unexpected tab character. (no-tabs)
(#1217) There should be no spaces inside this paren. (space-in-parens)
(#1217) There should be no spaces inside this paren. (space-in-parens)
(#1218) Unexpected tab character. (no-tabs)
(#1218) There should be no space after '['. (computed-property-spacing)
(#1218) There should be no space before ']'. (computed-property-spacing)
(#1219) Unexpected tab character. (no-tabs)
(#1220) Unexpected tab character. (no-tabs)
(#1221) Unexpected tab character. (no-tabs)
(#1222) Unexpected tab character. (no-tabs)
(#1224) Unexpected tab character. (no-tabs)
(#1225) Unexpected tab character. (no-tabs)
(#1225) There should be no spaces inside this paren. (space-in-parens)
(#1225) There should be no spaces inside this paren. (space-in-parens)
(#1226) Unexpected tab character. (no-tabs)
(#1226) There should be no spaces inside this paren. (space-in-parens)
(#1226) There should be no spaces inside this paren. (space-in-parens)
(#1227) Unexpected tab character. (no-tabs)
(#1227) There should be no space after '['. (computed-property-spacing)
(#1227) There should be no space before ']'. (computed-property-spacing)
(#1229) Unexpected tab character. (no-tabs)
(#1229) There should be no spaces inside this paren. (space-in-parens)
(#1229) There should be no spaces inside this paren. (space-in-parens)
(#1230) Unexpected tab character. (no-tabs)
(#1231) Unexpected tab character. (no-tabs)
(#1232) Unexpected tab character. (no-tabs)
(#1234) Unexpected tab character. (no-tabs)
(#1235) Unexpected tab character. (no-tabs)
(#1239) Unexpected tab character. (no-tabs)
(#1239) There should be no spaces inside this paren. (space-in-parens)
(#1239) There should be no spaces inside this paren. (space-in-parens)
(#1240) Unexpected tab character. (no-tabs)
(#1240) There should be no spaces inside this paren. (space-in-parens)
(#1240) There should be no spaces inside this paren. (space-in-parens)
(#1241) Unexpected tab character. (no-tabs)
(#1241) There should be no spaces inside this paren. (space-in-parens)
(#1241) There should be no spaces inside this paren. (space-in-parens)
(#1243) Unexpected tab character. (no-tabs)
(#1243) There should be no spaces inside this paren. (space-in-parens)
(#1243) There should be no spaces inside this paren. (space-in-parens)
(#1244) Unexpected tab character. (no-tabs)
(#1245) Unexpected tab character. (no-tabs)
(#1245) There should be no spaces inside this paren. (space-in-parens)
(#1245) There should be no spaces inside this paren. (space-in-parens)
(#1246) Unexpected tab character. (no-tabs)
(#1247) Unexpected tab character. (no-tabs)
(#1249) Unexpected tab character. (no-tabs)
(#1250) Unexpected tab character. (no-tabs)
(#1252) Unexpected tab character. (no-tabs)
(#1252) There should be no spaces inside this paren. (space-in-parens)
(#1252) There should be no spaces inside this paren. (space-in-parens)
(#1253) Unexpected tab character. (no-tabs)
(#1255) Unexpected tab character. (no-tabs)
(#1256) Unexpected tab character. (no-tabs)
(#1256) There should be no spaces inside this paren. (space-in-parens)
(#1256) There should be no spaces inside this paren. (space-in-parens)
(#1257) Unexpected tab character. (no-tabs)
(#1257) There should be no spaces inside this paren. (space-in-parens)
(#1257) There should be no spaces inside this paren. (space-in-parens)
(#1259) Unexpected tab character. (no-tabs)
(#1260) Unexpected tab character. (no-tabs)
(#1261) Unexpected tab character. (no-tabs)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1262) Unexpected tab character. (no-tabs)
(#1262) There should be no spaces inside this paren. (space-in-parens)
(#1262) There should be no spaces inside this paren. (space-in-parens)
(#1264) Unexpected tab character. (no-tabs)
(#1264) There should be no spaces inside this paren. (space-in-parens)
(#1264) There should be no spaces inside this paren. (space-in-parens)
(#1265) Unexpected tab character. (no-tabs)
(#1266) Unexpected tab character. (no-tabs)
(#1266) Do not nest ternary expressions. (no-nested-ternary)
(#1267) Unexpected tab character. (no-tabs)
(#1267) Do not nest ternary expressions. (no-nested-ternary)
(#1268) Unexpected tab character. (no-tabs)
(#1268) Do not nest ternary expressions. (no-nested-ternary)
(#1269) Unexpected tab character. (no-tabs)
(#1269) Do not nest ternary expressions. (no-nested-ternary)
(#1269) There should be no spaces inside this paren. (space-in-parens)
(#1269) There should be no spaces inside this paren. (space-in-parens)
(#1269) There should be no spaces inside this paren. (space-in-parens)
(#1269) There should be no spaces inside this paren. (space-in-parens)
(#1270) Unexpected tab character. (no-tabs)
(#1270) There should be no spaces inside this paren. (space-in-parens)
(#1270) There should be no spaces inside this paren. (space-in-parens)
(#1270) There should be no spaces inside this paren. (space-in-parens)
(#1270) There should be no spaces inside this paren. (space-in-parens)
(#1271) Unexpected tab character. (no-tabs)
(#1272) Unexpected tab character. (no-tabs)
(#1272) Expected space(s) after "catch". (keyword-spacing)
(#1272) There should be no spaces inside this paren. (space-in-parens)
(#1272) There should be no spaces inside this paren. (space-in-parens)
(#1272) Empty block statement. (no-empty)
(#1274) Unexpected tab character. (no-tabs)
(#1275) Unexpected tab character. (no-tabs)
(#1276) Unexpected tab character. (no-tabs)
(#1277) Unexpected tab character. (no-tabs)
(#1278) Unexpected tab character. (no-tabs)
(#1280) Unexpected tab character. (no-tabs)
(#1281) Unexpected tab character. (no-tabs)
(#1281) There should be no spaces inside this paren. (space-in-parens)
(#1281) There should be no spaces inside this paren. (space-in-parens)
(#1282) Unexpected tab character. (no-tabs)
(#1284) Unexpected tab character. (no-tabs)
(#1285) Unexpected tab character. (no-tabs)
(#1286) Unexpected tab character. (no-tabs)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1286) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1286) There should be no space after '['. (array-bracket-spacing)
(#1286) There should be no space before ']'. (array-bracket-spacing)
(#1288) Unexpected tab character. (no-tabs)
(#1288) There should be no spaces inside this paren. (space-in-parens)
(#1288) There should be no spaces inside this paren. (space-in-parens)
(#1289) Unexpected tab character. (no-tabs)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1290) Unexpected tab character. (no-tabs)
(#1290) There should be no spaces inside this paren. (space-in-parens)
(#1290) There should be no spaces inside this paren. (space-in-parens)
(#1291) Unexpected tab character. (no-tabs)
(#1292) Unexpected tab character. (no-tabs)
(#1293) Unexpected tab character. (no-tabs)
(#1295) Unexpected tab character. (no-tabs)
(#1295) There should be no spaces inside this paren. (space-in-parens)
(#1295) There should be no spaces inside this paren. (space-in-parens)
(#1296) Unexpected tab character. (no-tabs)
(#1297) Unexpected tab character. (no-tabs)
(#1297) There should be no spaces inside this paren. (space-in-parens)
(#1297) There should be no spaces inside this paren. (space-in-parens)
(#1298) Unexpected tab character. (no-tabs)
(#1299) Unexpected tab character. (no-tabs)
(#1301) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1306) Unexpected tab character. (no-tabs)
(#1306) There should be no spaces inside this paren. (space-in-parens)
(#1306) There should be no spaces inside this paren. (space-in-parens)
(#1307) Unexpected tab character. (no-tabs)
(#1307) There should be no spaces inside this paren. (space-in-parens)
(#1307) There should be no spaces inside this paren. (space-in-parens)
(#1308) Unexpected tab character. (no-tabs)
(#1309) Unexpected tab character. (no-tabs)
(#1311) Unexpected tab character. (no-tabs)
(#1312) Unexpected tab character. (no-tabs)
(#1312) There should be no spaces inside this paren. (space-in-parens)
(#1312) There should be no spaces inside this paren. (space-in-parens)
(#1314) Unexpected tab character. (no-tabs)
(#1315) Unexpected tab character. (no-tabs)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1316) Unexpected tab character. (no-tabs)
(#1316) Method 'queue' expected no return value. (consistent-return)
(#1317) Unexpected tab character. (no-tabs)
(#1319) Unexpected tab character. (no-tabs)
(#1319) There should be no spaces inside this paren. (space-in-parens)
(#1319) There should be no spaces inside this paren. (space-in-parens)
(#1320) Unexpected tab character. (no-tabs)
(#1320) There should be no spaces inside this paren. (space-in-parens)
(#1320) There should be no spaces inside this paren. (space-in-parens)
(#1322) Unexpected tab character. (no-tabs)
(#1323) Unexpected tab character. (no-tabs)
(#1323) There should be no spaces inside this paren. (space-in-parens)
(#1323) There should be no spaces inside this paren. (space-in-parens)
(#1324) Unexpected tab character. (no-tabs)
(#1326) Unexpected tab character. (no-tabs)
(#1326) Method 'queue' expected no return value. (consistent-return)
(#1327) Unexpected tab character. (no-tabs)
(#1329) Unexpected tab character. (no-tabs)
(#1329) There should be no spaces inside this paren. (space-in-parens)
(#1329) There should be no spaces inside this paren. (space-in-parens)
(#1330) Unexpected tab character. (no-tabs)
(#1332) Unexpected tab character. (no-tabs)
(#1332) There should be no spaces inside this paren. (space-in-parens)
(#1332) There should be no spaces inside this paren. (space-in-parens)
(#1332) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1334) Unexpected tab character. (no-tabs)
(#1335) Unexpected tab character. (no-tabs)
(#1335) There should be no spaces inside this paren. (space-in-parens)
(#1335) There should be no spaces inside this paren. (space-in-parens)
(#1336) Unexpected tab character. (no-tabs)
(#1337) Unexpected tab character. (no-tabs)
(#1339) Unexpected tab character. (no-tabs)
(#1339) There should be no spaces inside this paren. (space-in-parens)
(#1339) There should be no spaces inside this paren. (space-in-parens)
(#1340) Unexpected tab character. (no-tabs)
(#1341) Unexpected tab character. (no-tabs)
(#1342) Unexpected tab character. (no-tabs)
(#1342) There should be no spaces inside this paren. (space-in-parens)
(#1342) There should be no spaces inside this paren. (space-in-parens)
(#1343) Unexpected tab character. (no-tabs)
(#1344) Unexpected tab character. (no-tabs)
(#1346) Unexpected tab character. (no-tabs)
(#1347) Unexpected tab character. (no-tabs)
(#1348) Unexpected tab character. (no-tabs)
(#1349) Unexpected tab character. (no-tabs)
(#1350) Unexpected tab character. (no-tabs)
(#1354) Unexpected tab character. (no-tabs)
(#1354) There should be no spaces inside this paren. (space-in-parens)
(#1354) There should be no spaces inside this paren. (space-in-parens)
(#1355) Unexpected tab character. (no-tabs)
(#1355) There should be no spaces inside this paren. (space-in-parens)
(#1355) There should be no spaces inside this paren. (space-in-parens)
(#1356) Unexpected tab character. (no-tabs)
(#1357) Unexpected tab character. (no-tabs)
(#1358) Unexpected tab character. (no-tabs)
(#1360) Unexpected tab character. (no-tabs)
(#1360) There should be no spaces inside this paren. (space-in-parens)
(#1360) There should be no spaces inside this paren. (space-in-parens)
(#1361) Unexpected tab character. (no-tabs)
(#1361) There should be no spaces inside this paren. (space-in-parens)
(#1361) There should be no spaces inside this paren. (space-in-parens)
(#1362) Unexpected tab character. (no-tabs)
(#1363) Unexpected tab character. (no-tabs)
(#1363) There should be no spaces inside this paren. (space-in-parens)
(#1363) 'i' is defined but never used. (no-unused-vars)
(#1363) There should be no spaces inside this paren. (space-in-parens)
(#1364) Unexpected tab character. (no-tabs)
(#1364) There should be no spaces inside this paren. (space-in-parens)
(#1364) There should be no spaces inside this paren. (space-in-parens)
(#1366) Unexpected tab character. (no-tabs)
(#1366) There should be no spaces inside this paren. (space-in-parens)
(#1366) There should be no spaces inside this paren. (space-in-parens)
(#1367) Unexpected tab character. (no-tabs)
(#1367) There should be no spaces inside this paren. (space-in-parens)
(#1367) There should be no spaces inside this paren. (space-in-parens)
(#1368) Unexpected tab character. (no-tabs)
(#1369) Unexpected tab character. (no-tabs)
(#1370) Unexpected tab character. (no-tabs)
(#1371) Unexpected tab character. (no-tabs)
(#1371) There should be no spaces inside this paren. (space-in-parens)
(#1371) There should be no spaces inside this paren. (space-in-parens)
(#1372) Unexpected tab character. (no-tabs)
(#1373) Unexpected tab character. (no-tabs)
(#1373) There should be no spaces inside this paren. (space-in-parens)
(#1373) There should be no spaces inside this paren. (space-in-parens)
(#1374) Unexpected tab character. (no-tabs)
(#1375) Unexpected tab character. (no-tabs)
(#1377) Unexpected tab character. (no-tabs)
(#1378) Unexpected tab character. (no-tabs)
(#1379) Unexpected tab character. (no-tabs)
(#1379) There should be no spaces inside this paren. (space-in-parens)
(#1379) There should be no spaces inside this paren. (space-in-parens)
(#1380) Unexpected tab character. (no-tabs)
(#1381) Unexpected tab character. (no-tabs)
(#1383) Unexpected tab character. (no-tabs)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1384) Unexpected tab character. (no-tabs)
(#1385) Unexpected tab character. (no-tabs)
(#1386) Unexpected tab character. (no-tabs)
(#1386) There should be no spaces inside this paren. (space-in-parens)
(#1386) There should be no spaces inside this paren. (space-in-parens)
(#1387) Unexpected tab character. (no-tabs)
(#1387) There should be no spaces inside this paren. (space-in-parens)
(#1388) Unexpected tab character. (no-tabs)
(#1389) Unexpected tab character. (no-tabs)
(#1391) Unexpected tab character. (no-tabs)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1392) Unexpected tab character. (no-tabs)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1393) Unexpected tab character. (no-tabs)
(#1395) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1400) Unexpected tab character. (no-tabs)
(#1401) Unexpected tab character. (no-tabs)
(#1402) Unexpected tab character. (no-tabs)
(#1403) Unexpected tab character. (no-tabs)
(#1404) Unexpected tab character. (no-tabs)
(#1405) Unexpected tab character. (no-tabs)
(#1406) Unexpected tab character. (no-tabs)
(#1409) Unexpected tab character. (no-tabs)
(#1409) There should be no spaces inside this paren. (space-in-parens)
(#1409) There should be no spaces inside this paren. (space-in-parens)
(#1410) Unexpected tab character. (no-tabs)
(#1410) There should be no spaces inside this paren. (space-in-parens)
(#1410) There should be no spaces inside this paren. (space-in-parens)
(#1411) Unexpected tab character. (no-tabs)
(#1413) Unexpected tab character. (no-tabs)
(#1413) There should be no spaces inside this paren. (space-in-parens)
(#1413) 'fn' is defined but never used. (no-unused-vars)
(#1413) There should be no spaces inside this paren. (space-in-parens)
(#1414) Unexpected tab character. (no-tabs)
(#1414) Missing space before opening brace. (space-before-blocks)
(#1415) Unexpected tab character. (no-tabs)
(#1415) There should be no spaces inside this paren. (space-in-parens)
(#1415) There should be no spaces inside this paren. (space-in-parens)
(#1416) Unexpected tab character. (no-tabs)
(#1416) There should be no spaces inside this paren. (space-in-parens)
(#1416) There should be no spaces inside this paren. (space-in-parens)
(#1417) Unexpected tab character. (no-tabs)
(#1417) There should be no spaces inside this paren. (space-in-parens)
(#1417) There should be no spaces inside this paren. (space-in-parens)
(#1418) Unexpected tab character. (no-tabs)
(#1419) Unexpected tab character. (no-tabs)
(#1420) Unexpected tab character. (no-tabs)
(#1422) Unexpected tab character. (no-tabs)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1422) There should be no spaces inside this paren. (space-in-parens)
(#1423) Unexpected tab character. (no-tabs)
(#1423) There should be no spaces inside this paren. (space-in-parens)
(#1423) There should be no spaces inside this paren. (space-in-parens)
(#1424) Unexpected tab character. (no-tabs)
(#1425) Unexpected tab character. (no-tabs)
(#1426) Unexpected tab character. (no-tabs)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1427) Unexpected tab character. (no-tabs)
(#1428) Unexpected tab character. (no-tabs)
(#1430) Unexpected tab character. (no-tabs)
(#1430) There should be no spaces inside this paren. (space-in-parens)
(#1430) There should be no spaces inside this paren. (space-in-parens)
(#1431) Unexpected tab character. (no-tabs)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1433) Unexpected tab character. (no-tabs)
(#1433) There should be no spaces inside this paren. (space-in-parens)
(#1433) There should be no spaces inside this paren. (space-in-parens)
(#1434) Unexpected tab character. (no-tabs)
(#1436) Unexpected tab character. (no-tabs)
(#1436) There should be no spaces inside this paren. (space-in-parens)
(#1436) There should be no spaces inside this paren. (space-in-parens)
(#1437) Unexpected tab character. (no-tabs)
(#1437) There should be no spaces inside this paren. (space-in-parens)
(#1437) There should be no spaces inside this paren. (space-in-parens)
(#1438) Unexpected tab character. (no-tabs)
(#1440) Unexpected tab character. (no-tabs)
(#1441) Unexpected tab character. (no-tabs)
(#1441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1442) Unexpected tab character. (no-tabs)
(#1442) Blocks are nested too deeply (5). (max-depth)
(#1442) There should be no spaces inside this paren. (space-in-parens)
(#1442) There should be no spaces inside this paren. (space-in-parens)
(#1443) Unexpected tab character. (no-tabs)
(#1443) Blocks are nested too deeply (6). (max-depth)
(#1443) There should be no spaces inside this paren. (space-in-parens)
(#1443) There should be no spaces inside this paren. (space-in-parens)
(#1443) There should be no spaces inside this paren. (space-in-parens)
(#1443) There should be no spaces inside this paren. (space-in-parens)
(#1444) Unexpected tab character. (no-tabs)
(#1445) Unexpected tab character. (no-tabs)
(#1446) Unexpected tab character. (no-tabs)
(#1447) Unexpected tab character. (no-tabs)
(#1447) There should be no spaces inside this paren. (space-in-parens)
(#1447) There should be no spaces inside this paren. (space-in-parens)
(#1448) Unexpected tab character. (no-tabs)
(#1449) Unexpected tab character. (no-tabs)
(#1450) Unexpected tab character. (no-tabs)
(#1451) Unexpected tab character. (no-tabs)
(#1453) Unexpected tab character. (no-tabs)
(#1454) Unexpected tab character. (no-tabs)
(#1456) Unexpected tab character. (no-tabs)
(#1456) There should be no spaces inside this paren. (space-in-parens)
(#1456) There should be no spaces inside this paren. (space-in-parens)
(#1457) Unexpected tab character. (no-tabs)
(#1457) There should be no spaces inside this paren. (space-in-parens)
(#1457) There should be no spaces inside this paren. (space-in-parens)
(#1458) Unexpected tab character. (no-tabs)
(#1459) Unexpected tab character. (no-tabs)
(#1460) Unexpected tab character. (no-tabs)
(#1460) There should be no spaces inside this paren. (space-in-parens)
(#1460) There should be no spaces inside this paren. (space-in-parens)
(#1461) Unexpected tab character. (no-tabs)
(#1462) Unexpected tab character. (no-tabs)
(#1464) Unexpected tab character. (no-tabs)
(#1464) There should be no spaces inside this paren. (space-in-parens)
(#1464) There should be no spaces inside this paren. (space-in-parens)
(#1465) Unexpected tab character. (no-tabs)
(#1465) There should be no spaces inside this paren. (space-in-parens)
(#1465) There should be no spaces inside this paren. (space-in-parens)
(#1467) Unexpected tab character. (no-tabs)
(#1467) There should be no spaces inside this paren. (space-in-parens)
(#1467) There should be no spaces inside this paren. (space-in-parens)
(#1468) Unexpected tab character. (no-tabs)
(#1470) Unexpected tab character. (no-tabs)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1471) Unexpected tab character. (no-tabs)
(#1471) There should be no spaces inside this paren. (space-in-parens)
(#1471) There should be no spaces inside this paren. (space-in-parens)
(#1472) Unexpected tab character. (no-tabs)
(#1473) Unexpected tab character. (no-tabs)
(#1473) Blocks are nested too deeply (5). (max-depth)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1474) Unexpected tab character. (no-tabs)
(#1475) Unexpected tab character. (no-tabs)
(#1476) Unexpected tab character. (no-tabs)
(#1476) There should be no spaces inside this paren. (space-in-parens)
(#1476) There should be no spaces inside this paren. (space-in-parens)
(#1478) Unexpected tab character. (no-tabs)
(#1479) Unexpected tab character. (no-tabs)
(#1480) Unexpected tab character. (no-tabs)
(#1481) Unexpected tab character. (no-tabs)
(#1482) Unexpected tab character. (no-tabs)
(#1483) Unexpected tab character. (no-tabs)
(#1485) Unexpected tab character. (no-tabs)
(#1486) Unexpected tab character. (no-tabs)
(#1488) Unexpected tab character. (no-tabs)
(#1488) There should be no spaces inside this paren. (space-in-parens)
(#1488) There should be no spaces inside this paren. (space-in-parens)
(#1489) Unexpected tab character. (no-tabs)
(#1489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1491) Unexpected tab character. (no-tabs)
(#1491) There should be no spaces inside this paren. (space-in-parens)
(#1491) There should be no spaces inside this paren. (space-in-parens)
(#1491) There should be no spaces inside this paren. (space-in-parens)
(#1491) There should be no spaces inside this paren. (space-in-parens)
(#1492) Unexpected tab character. (no-tabs)
(#1493) Unexpected tab character. (no-tabs)
(#1494) Unexpected tab character. (no-tabs)
(#1494) There should be no spaces inside this paren. (space-in-parens)
(#1494) There should be no spaces inside this paren. (space-in-parens)
(#1495) Unexpected tab character. (no-tabs)
(#1496) Unexpected tab character. (no-tabs)
(#1498) Unexpected tab character. (no-tabs)
(#1499) Unexpected tab character. (no-tabs)
(#1499) There should be no spaces inside this paren. (space-in-parens)
(#1499) There should be no spaces inside this paren. (space-in-parens)
(#1500) Unexpected tab character. (no-tabs)
(#1500) Comments should not begin with a lowercase character (capitalized-comments)
(#1501) Unexpected tab character. (no-tabs)
(#1501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1502) Unexpected tab character. (no-tabs)
(#1503) Unexpected tab character. (no-tabs)
(#1503) There should be no spaces inside this paren. (space-in-parens)
(#1503) There should be no spaces inside this paren. (space-in-parens)
(#1505) Unexpected tab character. (no-tabs)
(#1505) There should be no spaces inside this paren. (space-in-parens)
(#1505) There should be no space after '['. (computed-property-spacing)
(#1505) There should be no space before ']'. (computed-property-spacing)
(#1505) There should be no spaces inside this paren. (space-in-parens)
(#1506) Unexpected tab character. (no-tabs)
(#1506) Comments should not begin with a lowercase character (capitalized-comments)
(#1507) Unexpected tab character. (no-tabs)
(#1507) There should be no spaces inside this paren. (space-in-parens)
(#1507) There should be no spaces inside this paren. (space-in-parens)
(#1508) Unexpected tab character. (no-tabs)
(#1508) There should be no space after '['. (computed-property-spacing)
(#1508) There should be no space before ']'. (computed-property-spacing)
(#1508) There should be no spaces inside this paren. (space-in-parens)
(#1508) There should be no spaces inside this paren. (space-in-parens)
(#1509) Unexpected tab character. (no-tabs)
(#1511) Unexpected tab character. (no-tabs)
(#1511) There should be no spaces inside this paren. (space-in-parens)
(#1511) There should be no spaces inside this paren. (space-in-parens)
(#1512) Unexpected tab character. (no-tabs)
(#1512) There should be no spaces inside this paren. (space-in-parens)
(#1512) There should be no spaces inside this paren. (space-in-parens)
(#1513) Unexpected tab character. (no-tabs)
(#1513) Comments should not begin with a lowercase character (capitalized-comments)
(#1514) Unexpected tab character. (no-tabs)
(#1514) There should be no spaces inside this paren. (space-in-parens)
(#1514) There should be no spaces inside this paren. (space-in-parens)
(#1515) Unexpected tab character. (no-tabs)
(#1517) Unexpected tab character. (no-tabs)
(#1517) Comments should not begin with a lowercase character (capitalized-comments)
(#1518) Unexpected tab character. (no-tabs)
(#1518) There should be no spaces inside this paren. (space-in-parens)
(#1518) There should be no spaces inside this paren. (space-in-parens)
(#1519) Unexpected tab character. (no-tabs)
(#1520) Unexpected tab character. (no-tabs)
(#1521) Unexpected tab character. (no-tabs)
(#1523) Unexpected tab character. (no-tabs)
(#1523) There should be no spaces inside this paren. (space-in-parens)
(#1523) There should be no spaces inside this paren. (space-in-parens)
(#1524) Unexpected tab character. (no-tabs)
(#1525) Unexpected tab character. (no-tabs)
(#1525) There should be no spaces inside this paren. (space-in-parens)
(#1525) There should be no spaces inside this paren. (space-in-parens)
(#1526) Unexpected tab character. (no-tabs)
(#1526) There should be no spaces inside this paren. (space-in-parens)
(#1526) There should be no spaces inside this paren. (space-in-parens)
(#1526) There should be no spaces inside this paren. (space-in-parens)
(#1526) There should be no spaces inside this paren. (space-in-parens)
(#1527) Unexpected tab character. (no-tabs)
(#1528) Unexpected tab character. (no-tabs)
(#1529) Unexpected tab character. (no-tabs)
(#1531) Unexpected tab character. (no-tabs)
(#1532) Unexpected tab character. (no-tabs)
(#1534) Unexpected tab character. (no-tabs)
(#1534) There should be no spaces inside this paren. (space-in-parens)
(#1534) There should be no spaces inside this paren. (space-in-parens)
(#1535) Unexpected tab character. (no-tabs)
(#1535) There should be no spaces inside this paren. (space-in-parens)
(#1535) There should be no spaces inside this paren. (space-in-parens)
(#1536) Unexpected tab character. (no-tabs)
(#1538) Unexpected tab character. (no-tabs)
(#1538) There should be no spaces inside this paren. (space-in-parens)
(#1538) There should be no spaces inside this paren. (space-in-parens)
(#1539) Unexpected tab character. (no-tabs)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1540) Unexpected tab character. (no-tabs)
(#1540) Comments should not begin with a lowercase character (capitalized-comments)
(#1541) Unexpected tab character. (no-tabs)
(#1542) Unexpected tab character. (no-tabs)
(#1543) Unexpected tab character. (no-tabs)
(#1544) Unexpected tab character. (no-tabs)
(#1546) Unexpected tab character. (no-tabs)
(#1547) Unexpected tab character. (no-tabs)
(#1547) There should be no spaces inside this paren. (space-in-parens)
(#1547) There should be no spaces inside this paren. (space-in-parens)
(#1547) There should be no spaces inside this paren. (space-in-parens)
(#1547) There should be no spaces inside this paren. (space-in-parens)
(#1548) Unexpected tab character. (no-tabs)
(#1549) Unexpected tab character. (no-tabs)
(#1550) Unexpected tab character. (no-tabs)
(#1551) Unexpected tab character. (no-tabs)
(#1553) Unexpected tab character. (no-tabs)
(#1554) Unexpected tab character. (no-tabs)
(#1554) There should be no spaces inside this paren. (space-in-parens)
(#1554) There should be no spaces inside this paren. (space-in-parens)
(#1555) Unexpected tab character. (no-tabs)
(#1556) Unexpected tab character. (no-tabs)
(#1558) Unexpected tab character. (no-tabs)
(#1559) Unexpected tab character. (no-tabs)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1560) Unexpected tab character. (no-tabs)
(#1560) There should be no space after '['. (computed-property-spacing)
(#1560) There should be no space before ']'. (computed-property-spacing)
(#1562) Unexpected tab character. (no-tabs)
(#1563) Line 1563 exceeds the maximum line length of 132. (max-len)
(#1563) Unexpected tab character. (no-tabs)
(#1563) Blocks are nested too deeply (5). (max-depth)
(#1563) There should be no spaces inside this paren. (space-in-parens)
(#1563) Trailing spaces not allowed. (no-trailing-spaces)
(#1564) Unexpected tab character. (no-tabs)
(#1564) There should be no spaces inside this paren. (space-in-parens)
(#1564) There should be no spaces inside this paren. (space-in-parens)
(#1564) There should be no spaces inside this paren. (space-in-parens)
(#1566) Unexpected tab character. (no-tabs)
(#1567) Unexpected tab character. (no-tabs)
(#1569) Unexpected tab character. (no-tabs)
(#1570) Unexpected tab character. (no-tabs)
(#1570) Blocks are nested too deeply (6). (max-depth)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1571) Unexpected tab character. (no-tabs)
(#1572) Unexpected tab character. (no-tabs)
(#1574) Unexpected tab character. (no-tabs)
(#1575) Unexpected tab character. (no-tabs)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1576) Unexpected tab character. (no-tabs)
(#1577) Unexpected tab character. (no-tabs)
(#1579) Unexpected tab character. (no-tabs)
(#1580) Unexpected tab character. (no-tabs)
(#1582) Unexpected tab character. (no-tabs)
(#1583) Unexpected tab character. (no-tabs)
(#1583) There should be no spaces inside this paren. (space-in-parens)
(#1583) There should be no spaces inside this paren. (space-in-parens)
(#1583) There should be no spaces inside this paren. (space-in-parens)
(#1583) There should be no spaces inside this paren. (space-in-parens)
(#1584) Unexpected tab character. (no-tabs)
(#1585) Unexpected tab character. (no-tabs)
(#1586) Trailing spaces not allowed. (no-trailing-spaces)
(#1586) Unexpected tab character. (no-tabs)
(#1588) Unexpected tab character. (no-tabs)
(#1589) Unexpected tab character. (no-tabs)
(#1591) Unexpected tab character. (no-tabs)
(#1593) Unexpected tab character. (no-tabs)
(#1594) Unexpected tab character. (no-tabs)
(#1596) Unexpected tab character. (no-tabs)
(#1598) Unexpected tab character. (no-tabs)
(#1599) Unexpected tab character. (no-tabs)
(#1599) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1601) Unexpected tab character. (no-tabs)
(#1601) There should be no spaces inside this paren. (space-in-parens)
(#1601) There should be no spaces inside this paren. (space-in-parens)
(#1602) Unexpected tab character. (no-tabs)
(#1603) Unexpected tab character. (no-tabs)
(#1605) Unexpected tab character. (no-tabs)
(#1605) There should be no spaces inside this paren. (space-in-parens)
(#1605) There should be no spaces inside this paren. (space-in-parens)
(#1606) Unexpected tab character. (no-tabs)
(#1607) Unexpected tab character. (no-tabs)
(#1609) Unexpected tab character. (no-tabs)
(#1610) Unexpected tab character. (no-tabs)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1610) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1611) Unexpected tab character. (no-tabs)
(#1612) Unexpected tab character. (no-tabs)
(#1612) There should be no spaces inside this paren. (space-in-parens)
(#1612) There should be no spaces inside this paren. (space-in-parens)
(#1613) Unexpected tab character. (no-tabs)
(#1614) Unexpected tab character. (no-tabs)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1615) Unexpected tab character. (no-tabs)
(#1615) Unexpected space before function parentheses. (space-before-function-paren)
(#1616) Unexpected tab character. (no-tabs)
(#1616) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1617) Unexpected tab character. (no-tabs)
(#1618) Unexpected tab character. (no-tabs)
(#1620) Unexpected tab character. (no-tabs)
(#1620) There should be no spaces inside this paren. (space-in-parens)
(#1620) There should be no spaces inside this paren. (space-in-parens)
(#1620) There should be no spaces inside this paren. (space-in-parens)
(#1620) There should be no spaces inside this paren. (space-in-parens)
(#1621) Unexpected tab character. (no-tabs)
(#1621) There should be no spaces inside this paren. (space-in-parens)
(#1621) There should be no spaces inside this paren. (space-in-parens)
(#1623) Unexpected tab character. (no-tabs)
(#1623) There should be no spaces inside this paren. (space-in-parens)
(#1623) There should be no spaces inside this paren. (space-in-parens)
(#1623) There should be no spaces inside this paren. (space-in-parens)
(#1623) There should be no spaces inside this paren. (space-in-parens)
(#1624) Unexpected tab character. (no-tabs)
(#1626) Unexpected tab character. (no-tabs)
(#1626) There should be no spaces inside this paren. (space-in-parens)
(#1626) There should be no spaces inside this paren. (space-in-parens)
(#1627) Unexpected tab character. (no-tabs)
(#1627) There should be no spaces inside this paren. (space-in-parens)
(#1627) There should be no spaces inside this paren. (space-in-parens)
(#1628) Unexpected tab character. (no-tabs)
(#1630) Unexpected tab character. (no-tabs)
(#1630) There should be no spaces inside this paren. (space-in-parens)
(#1630) There should be no spaces inside this paren. (space-in-parens)
(#1631) Unexpected tab character. (no-tabs)
(#1632) Unexpected tab character. (no-tabs)
(#1634) Unexpected tab character. (no-tabs)
(#1635) Unexpected tab character. (no-tabs)
(#1636) Unexpected tab character. (no-tabs)
(#1637) Unexpected tab character. (no-tabs)
(#1638) Unexpected tab character. (no-tabs)
(#1642) Unexpected tab character. (no-tabs)
(#1643) Unexpected tab character. (no-tabs)
(#1644) Unexpected tab character. (no-tabs)
(#1645) Unexpected tab character. (no-tabs)
(#1646) Unexpected tab character. (no-tabs)
(#1647) Unexpected tab character. (no-tabs)
(#1648) Unexpected tab character. (no-tabs)
(#1649) Unexpected tab character. (no-tabs)
(#1650) Unexpected tab character. (no-tabs)
(#1651) Unexpected tab character. (no-tabs)
(#1652) Trailing spaces not allowed. (no-trailing-spaces)
(#1652) Unexpected tab character. (no-tabs)
(#1653) Unexpected tab character. (no-tabs)
(#1653) Expected to return a value at the end of method 'attr'. (consistent-return)
(#1653) Method 'attr' has a complexity of 28. (complexity)
(#1653) There should be no spaces inside this paren. (space-in-parens)
(#1653) There should be no spaces inside this paren. (space-in-parens)
(#1654) Unexpected tab character. (no-tabs)
(#1654) Comments should not begin with a lowercase character (capitalized-comments)
(#1655) Unexpected tab character. (no-tabs)
(#1655) There should be no spaces inside this paren. (space-in-parens)
(#1655) There should be no spaces inside this paren. (space-in-parens)
(#1656) Unexpected tab character. (no-tabs)
(#1657) Unexpected tab character. (no-tabs)
(#1659) Unexpected tab character. (no-tabs)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1660) Unexpected tab character. (no-tabs)
(#1661) Unexpected tab character. (no-tabs)
(#1663) Unexpected tab character. (no-tabs)
(#1663) There should be no spaces inside this paren. (space-in-parens)
(#1663) There should be no spaces inside this paren. (space-in-parens)
(#1664) Unexpected tab character. (no-tabs)
(#1665) Unexpected tab character. (no-tabs)
(#1667) Unexpected tab character. (no-tabs)
(#1668) Unexpected tab character. (no-tabs)
(#1668) There should be no space after '['. (computed-property-spacing)
(#1668) There should be no space before ']'. (computed-property-spacing)
(#1670) Unexpected tab character. (no-tabs)
(#1671) Unexpected tab character. (no-tabs)
(#1671) There should be no spaces inside this paren. (space-in-parens)
(#1671) There should be no spaces inside this paren. (space-in-parens)
(#1672) Unexpected tab character. (no-tabs)
(#1673) Unexpected tab character. (no-tabs)
(#1673) There should be no spaces inside this paren. (space-in-parens)
(#1673) There should be no spaces inside this paren. (space-in-parens)
(#1675) Unexpected tab character. (no-tabs)
(#1676) Unexpected tab character. (no-tabs)
(#1677) Unexpected tab character. (no-tabs)
(#1677) There should be no spaces inside this paren. (space-in-parens)
(#1677) There should be no spaces inside this paren. (space-in-parens)
(#1678) Unexpected tab character. (no-tabs)
(#1679) Unexpected tab character. (no-tabs)
(#1679) There should be no spaces inside this paren. (space-in-parens)
(#1679) There should be no spaces inside this paren. (space-in-parens)
(#1680) Unexpected tab character. (no-tabs)
(#1680) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1681) Trailing spaces not allowed. (no-trailing-spaces)
(#1681) Unexpected tab character. (no-tabs)
(#1682) Unexpected tab character. (no-tabs)
(#1683) Unexpected tab character. (no-tabs)
(#1683) There should be no spaces inside this paren. (space-in-parens)
(#1683) There should be no spaces inside this paren. (space-in-parens)
(#1684) Unexpected tab character. (no-tabs)
(#1684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1685) Unexpected tab character. (no-tabs)
(#1686) Unexpected tab character. (no-tabs)
(#1687) Unexpected tab character. (no-tabs)
(#1689) Unexpected tab character. (no-tabs)
(#1690) Unexpected tab character. (no-tabs)
(#1691) Unexpected tab character. (no-tabs)
(#1691) There should be no spaces inside this paren. (space-in-parens)
(#1691) There should be no space after '['. (computed-property-spacing)
(#1691) There should be no space before ']'. (computed-property-spacing)
(#1691) There should be no spaces inside this paren. (space-in-parens)
(#1692) Unexpected tab character. (no-tabs)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1693) Unexpected tab character. (no-tabs)
(#1694) Unexpected tab character. (no-tabs)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1695) Unexpected tab character. (no-tabs)
(#1695) There should be no spaces inside this paren. (space-in-parens)
(#1695) There should be no spaces inside this paren. (space-in-parens)
(#1696) Unexpected tab character. (no-tabs)
(#1698) Unexpected tab character. (no-tabs)
(#1698) There should be no spaces inside this paren. (space-in-parens)
(#1698) There should be no spaces inside this paren. (space-in-parens)
(#1699) Unexpected tab character. (no-tabs)
(#1699) Blocks are nested too deeply (5). (max-depth)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1700) Unexpected tab character. (no-tabs)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1701) Unexpected tab character. (no-tabs)
(#1703) Unexpected tab character. (no-tabs)
(#1704) Unexpected tab character. (no-tabs)
(#1704) There should be no space after '['. (computed-property-spacing)
(#1704) There should be no space before ']'. (computed-property-spacing)
(#1705) Unexpected tab character. (no-tabs)
(#1706) Unexpected tab character. (no-tabs)
(#1708) Unexpected tab character. (no-tabs)
(#1708) Comments should not begin with a lowercase character (capitalized-comments)
(#1709) Unexpected tab character. (no-tabs)
(#1709) There should be no spaces inside this paren. (space-in-parens)
(#1709) There should be no spaces inside this paren. (space-in-parens)
(#1709) There should be no spaces inside this paren. (space-in-parens)
(#1709) There should be no spaces inside this paren. (space-in-parens)
(#1710) Unexpected tab character. (no-tabs)
(#1710) There should be no spaces inside this paren. (space-in-parens)
(#1710) There should be no spaces inside this paren. (space-in-parens)
(#1711) Unexpected tab character. (no-tabs)
(#1713) Unexpected tab character. (no-tabs)
(#1713) Comments should not begin with a lowercase character (capitalized-comments)
(#1714) Unexpected tab character. (no-tabs)
(#1715) Unexpected tab character. (no-tabs)
(#1715) There should be no spaces inside this paren. (space-in-parens)
(#1715) There should be no spaces inside this paren. (space-in-parens)
(#1716) Unexpected tab character. (no-tabs)
(#1716) There should be no spaces inside this paren. (space-in-parens)
(#1716) There should be no spaces inside this paren. (space-in-parens)
(#1718) Unexpected tab character. (no-tabs)
(#1718) Do not nest ternary expressions. (no-nested-ternary)
(#1719) Unexpected tab character. (no-tabs)
(#1720) Unexpected tab character. (no-tabs)
(#1720) There should be no spaces inside this paren. (space-in-parens)
(#1720) There should be no spaces inside this paren. (space-in-parens)
(#1720) There should be no spaces inside this paren. (space-in-parens)
(#1720) There should be no spaces inside this paren. (space-in-parens)
(#1721) Unexpected tab character. (no-tabs)
(#1722) Unexpected tab character. (no-tabs)
(#1723) Unexpected tab character. (no-tabs)
(#1725) Unexpected tab character. (no-tabs)
(#1725) There should be no space after '['. (computed-property-spacing)
(#1725) There should be no space before ']'. (computed-property-spacing)
(#1726) Unexpected tab character. (no-tabs)
(#1728) Unexpected tab character. (no-tabs)
(#1728) There should be no spaces inside this paren. (space-in-parens)
(#1728) There should be no spaces inside this paren. (space-in-parens)
(#1729) Unexpected tab character. (no-tabs)
(#1729) There should be no spaces inside this paren. (space-in-parens)
(#1729) There should be no spaces inside this paren. (space-in-parens)
(#1730) Unexpected tab character. (no-tabs)
(#1731) Unexpected tab character. (no-tabs)
(#1733) Unexpected tab character. (no-tabs)
(#1734) Unexpected tab character. (no-tabs)
(#1736) Unexpected tab character. (no-tabs)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1737) Unexpected tab character. (no-tabs)
(#1737) Comments should not begin with a lowercase character (capitalized-comments)
(#1738) Unexpected tab character. (no-tabs)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1739) Unexpected tab character. (no-tabs)
(#1741) Unexpected tab character. (no-tabs)
(#1742) Unexpected tab character. (no-tabs)
(#1743) Unexpected tab character. (no-tabs)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no space after '['. (computed-property-spacing)
(#1743) There should be no space before ']'. (computed-property-spacing)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1744) Unexpected tab character. (no-tabs)
(#1745) Unexpected tab character. (no-tabs)
(#1747) Unexpected tab character. (no-tabs)
(#1748) Unexpected tab character. (no-tabs)
(#1749) Unexpected tab character. (no-tabs)
(#1749) There should be no spaces inside this paren. (space-in-parens)
(#1749) There should be no spaces inside this paren. (space-in-parens)
(#1750) Unexpected tab character. (no-tabs)
(#1750) There should be no spaces inside this paren. (space-in-parens)
(#1750) There should be no spaces inside this paren. (space-in-parens)
(#1752) Unexpected tab character. (no-tabs)
(#1753) Unexpected tab character. (no-tabs)
(#1754) Unexpected tab character. (no-tabs)
(#1755) Unexpected tab character. (no-tabs)
(#1757) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1762) Unexpected tab character. (no-tabs)
(#1763) Unexpected tab character. (no-tabs)
(#1764) Unexpected tab character. (no-tabs)
(#1765) Unexpected tab character. (no-tabs)
(#1766) Unexpected tab character. (no-tabs)
(#1766) There should be no spaces inside this paren. (space-in-parens)
(#1766) There should be no spaces inside this paren. (space-in-parens)
(#1767) Unexpected tab character. (no-tabs)
(#1768) Unexpected tab character. (no-tabs)
(#1769) Unexpected tab character. (no-tabs)
(#1769) There should be no space after '{'. (object-curly-spacing)
(#1769) There should be no space before '}'. (object-curly-spacing)
(#1778) Unexpected tab character. (no-tabs)
(#1779) Unexpected tab character. (no-tabs)
(#1780) Unexpected tab character. (no-tabs)
(#1780) Method 'add' has a complexity of 25. (complexity)
(#1780) There should be no spaces inside this paren. (space-in-parens)
(#1780) There should be no spaces inside this paren. (space-in-parens)
(#1781) Unexpected tab character. (no-tabs)
(#1781) There should be no spaces inside this paren. (space-in-parens)
(#1781) There should be no spaces inside this paren. (space-in-parens)
(#1782) Unexpected tab character. (no-tabs)
(#1783) Unexpected tab character. (no-tabs)
(#1785) Unexpected tab character. (no-tabs)
(#1786) Unexpected tab character. (no-tabs)
(#1787) Unexpected tab character. (no-tabs)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1788) Unexpected tab character. (no-tabs)
(#1789) Unexpected tab character. (no-tabs)
(#1791) Unexpected tab character. (no-tabs)
(#1791) There should be no spaces inside this paren. (space-in-parens)
(#1791) There should be no spaces inside this paren. (space-in-parens)
(#1792) Unexpected tab character. (no-tabs)
(#1793) Unexpected tab character. (no-tabs)
(#1795) Unexpected tab character. (no-tabs)
(#1797) Unexpected tab character. (no-tabs)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1798) Unexpected tab character. (no-tabs)
(#1799) Unexpected tab character. (no-tabs)
(#1800) Unexpected tab character. (no-tabs)
(#1802) Unexpected tab character. (no-tabs)
(#1803) Unexpected tab character. (no-tabs)
(#1803) There should be no spaces inside this paren. (space-in-parens)
(#1803) There should be no spaces inside this paren. (space-in-parens)
(#1804) Unexpected tab character. (no-tabs)
(#1805) Unexpected tab character. (no-tabs)
(#1807) Unexpected tab character. (no-tabs)
(#1808) Unexpected tab character. (no-tabs)
(#1808) There should be no spaces inside this paren. (space-in-parens)
(#1808) There should be no spaces inside this paren. (space-in-parens)
(#1810) Unexpected tab character. (no-tabs)
(#1811) Unexpected tab character. (no-tabs)
(#1812) Unexpected tab character. (no-tabs)
(#1812) There should be no spaces inside this paren. (space-in-parens)
(#1812) There should be no spaces inside this paren. (space-in-parens)
(#1813) Unexpected tab character. (no-tabs)
(#1814) Unexpected tab character. (no-tabs)
(#1816) Unexpected tab character. (no-tabs)
(#1817) Unexpected tab character. (no-tabs)
(#1818) Unexpected tab character. (no-tabs)
(#1819) Unexpected tab character. (no-tabs)
(#1819) There should be no space after '['. (computed-property-spacing)
(#1819) There should be no space before ']'. (computed-property-spacing)
(#1820) Unexpected tab character. (no-tabs)
(#1821) Trailing spaces not allowed. (no-trailing-spaces)
(#1821) Unexpected tab character. (no-tabs)
(#1822) Unexpected tab character. (no-tabs)
(#1822) There should be no spaces inside this paren. (space-in-parens)
(#1822) There should be no spaces inside this paren. (space-in-parens)
(#1823) Unexpected tab character. (no-tabs)
(#1824) Unexpected tab character. (no-tabs)
(#1825) Unexpected tab character. (no-tabs)
(#1826) Unexpected tab character. (no-tabs)
(#1827) Unexpected tab character. (no-tabs)
(#1829) Unexpected tab character. (no-tabs)
(#1829) There should be no spaces inside this paren. (space-in-parens)
(#1829) There should be no spaces inside this paren. (space-in-parens)
(#1830) Unexpected tab character. (no-tabs)
(#1830) There should be no spaces inside this paren. (space-in-parens)
(#1830) There should be no spaces inside this paren. (space-in-parens)
(#1831) Unexpected tab character. (no-tabs)
(#1832) Unexpected tab character. (no-tabs)
(#1833) Unexpected tab character. (no-tabs)
(#1833) There should be no space after '['. (computed-property-spacing)
(#1833) There should be no space before ']'. (computed-property-spacing)
(#1833) Missing space before opening brace. (space-before-blocks)
(#1833) Unexpected empty function. (no-empty-function)
(#1834) Unexpected tab character. (no-tabs)
(#1836) Unexpected tab character. (no-tabs)
(#1837) Unexpected tab character. (no-tabs)
(#1839) Unexpected tab character. (no-tabs)
(#1839) There should be no spaces inside this paren. (space-in-parens)
(#1839) There should be no spaces inside this paren. (space-in-parens)
(#1840) Unexpected tab character. (no-tabs)
(#1841) Unexpected tab character. (no-tabs)
(#1842) Unexpected tab character. (no-tabs)
(#1843) Unexpected tab character. (no-tabs)
(#1844) Unexpected tab character. (no-tabs)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1845) Unexpected tab character. (no-tabs)
(#1846) Unexpected tab character. (no-tabs)
(#1847) Unexpected tab character. (no-tabs)
(#1849) Unexpected tab character. (no-tabs)
(#1850) Unexpected tab character. (no-tabs)
(#1851) Unexpected tab character. (no-tabs)
(#1853) Unexpected tab character. (no-tabs)
(#1854) Unexpected tab character. (no-tabs)
(#1855) Unexpected tab character. (no-tabs)
(#1857) Unexpected tab character. (no-tabs)
(#1857) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1857) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1859) Unexpected tab character. (no-tabs)
(#1859) There should be no spaces inside this paren. (space-in-parens)
(#1859) There should be no space after '['. (computed-property-spacing)
(#1859) There should be no space before ']'. (computed-property-spacing)
(#1859) There should be no spaces inside this paren. (space-in-parens)
(#1860) Unexpected tab character. (no-tabs)
(#1861) Unexpected tab character. (no-tabs)
(#1862) Unexpected tab character. (no-tabs)
(#1862) There should be no space after '{'. (object-curly-spacing)
(#1862) There should be no space before '}'. (object-curly-spacing)
(#1864) Unexpected tab character. (no-tabs)
(#1865) Unexpected tab character. (no-tabs)
(#1865) There should be no spaces inside this paren. (space-in-parens)
(#1865) There should be no spaces inside this paren. (space-in-parens)
(#1866) Unexpected tab character. (no-tabs)
(#1867) Unexpected tab character. (no-tabs)
(#1868) Unexpected tab character. (no-tabs)
(#1870) Unexpected tab character. (no-tabs)
(#1871) Unexpected tab character. (no-tabs)
(#1872) Unexpected tab character. (no-tabs)
(#1873) Unexpected tab character. (no-tabs)
(#1875) Unexpected tab character. (no-tabs)
(#1876) Unexpected tab character. (no-tabs)
(#1876) There should be no spaces inside this paren. (space-in-parens)
(#1876) There should be no spaces inside this paren. (space-in-parens)
(#1877) Unexpected tab character. (no-tabs)
(#1878) Unexpected tab character. (no-tabs)
(#1880) Unexpected tab character. (no-tabs)
(#1881) Unexpected tab character. (no-tabs)
(#1881) There should be no space after '['. (computed-property-spacing)
(#1881) There should be no space before ']'. (computed-property-spacing)
(#1882) Unexpected tab character. (no-tabs)
(#1882) There should be no space after '['. (computed-property-spacing)
(#1882) There should be no space before ']'. (computed-property-spacing)
(#1884) Unexpected tab character. (no-tabs)
(#1885) Unexpected tab character. (no-tabs)
(#1885) There should be no spaces inside this paren. (space-in-parens)
(#1885) There should be no spaces inside this paren. (space-in-parens)
(#1886) Unexpected tab character. (no-tabs)
(#1886) There should be no space after '['. (computed-property-spacing)
(#1886) There should be no space before ']'. (computed-property-spacing)
(#1888) Unexpected tab character. (no-tabs)
(#1889) Unexpected tab character. (no-tabs)
(#1890) Unexpected tab character. (no-tabs)
(#1891) Unexpected tab character. (no-tabs)
(#1891) There should be no spaces inside this paren. (space-in-parens)
(#1891) There should be no spaces inside this paren. (space-in-parens)
(#1891) There should be no spaces inside this paren. (space-in-parens)
(#1891) There should be no spaces inside this paren. (space-in-parens)
(#1892) Unexpected tab character. (no-tabs)
(#1893) Unexpected tab character. (no-tabs)
(#1893) There should be no spaces inside this paren. (space-in-parens)
(#1893) There should be no spaces inside this paren. (space-in-parens)
(#1894) Unexpected tab character. (no-tabs)
(#1894) There should be no spaces inside this paren. (space-in-parens)
(#1894) There should be no spaces inside this paren. (space-in-parens)
(#1896) Unexpected tab character. (no-tabs)
(#1896) There should be no spaces inside this paren. (space-in-parens)
(#1896) There should be no spaces inside this paren. (space-in-parens)
(#1897) Unexpected tab character. (no-tabs)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1898) Unexpected tab character. (no-tabs)
(#1899) Unexpected tab character. (no-tabs)
(#1900) Unexpected tab character. (no-tabs)
(#1901) Trailing spaces not allowed. (no-trailing-spaces)
(#1901) Unexpected tab character. (no-tabs)
(#1902) Unexpected tab character. (no-tabs)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1902) Trailing spaces not allowed. (no-trailing-spaces)
(#1903) Unexpected tab character. (no-tabs)
(#1903) There should be no spaces inside this paren. (space-in-parens)
(#1903) There should be no spaces inside this paren. (space-in-parens)
(#1903) Trailing spaces not allowed. (no-trailing-spaces)
(#1905) Unexpected tab character. (no-tabs)
(#1905) There should be no spaces inside this paren. (space-in-parens)
(#1905) There should be no spaces inside this paren. (space-in-parens)
(#1906) Unexpected tab character. (no-tabs)
(#1907) Unexpected tab character. (no-tabs)
(#1908) Unexpected tab character. (no-tabs)
(#1910) Unexpected tab character. (no-tabs)
(#1911) Unexpected tab character. (no-tabs)
(#1911) There should be no spaces inside this paren. (space-in-parens)
(#1911) There should be no spaces inside this paren. (space-in-parens)
(#1913) Unexpected tab character. (no-tabs)
(#1914) Unexpected tab character. (no-tabs)
(#1914) There should be no space after '['. (computed-property-spacing)
(#1914) There should be no space before ']'. (computed-property-spacing)
(#1915) Unexpected tab character. (no-tabs)
(#1917) Unexpected tab character. (no-tabs)
(#1918) Unexpected tab character. (no-tabs)
(#1919) Unexpected tab character. (no-tabs)
(#1921) Unexpected tab character. (no-tabs)
(#1923) Unexpected tab character. (no-tabs)
(#1924) Unexpected tab character. (no-tabs)
(#1924) Method 'remove' has a complexity of 37. (complexity)
(#1924) There should be no spaces inside this paren. (space-in-parens)
(#1924) There should be no spaces inside this paren. (space-in-parens)
(#1925) Unexpected tab character. (no-tabs)
(#1925) Comments should not begin with a lowercase character (capitalized-comments)
(#1926) Unexpected tab character. (no-tabs)
(#1926) There should be no spaces inside this paren. (space-in-parens)
(#1926) There should be no spaces inside this paren. (space-in-parens)
(#1927) Unexpected tab character. (no-tabs)
(#1928) Unexpected tab character. (no-tabs)
(#1930) Unexpected tab character. (no-tabs)
(#1930) There should be no spaces inside this paren. (space-in-parens)
(#1930) There should be no spaces inside this paren. (space-in-parens)
(#1931) Unexpected tab character. (no-tabs)
(#1932) Unexpected tab character. (no-tabs)
(#1934) Unexpected tab character. (no-tabs)
(#1934) 'ret' is assigned a value but never used. (no-unused-vars)
(#1934) 'fn' is defined but never used. (no-unused-vars)
(#1934) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1934) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1935) Unexpected tab character. (no-tabs)
(#1936) Unexpected tab character. (no-tabs)
(#1936) There should be no spaces inside this paren. (space-in-parens)
(#1936) There should be no spaces inside this paren. (space-in-parens)
(#1937) Unexpected tab character. (no-tabs)
(#1937) There should be no space after '['. (computed-property-spacing)
(#1937) There should be no space before ']'. (computed-property-spacing)
(#1939) Unexpected tab character. (no-tabs)
(#1939) There should be no spaces inside this paren. (space-in-parens)
(#1939) There should be no spaces inside this paren. (space-in-parens)
(#1940) Unexpected tab character. (no-tabs)
(#1941) Unexpected tab character. (no-tabs)
(#1942) Trailing spaces not allowed. (no-trailing-spaces)
(#1942) Unexpected tab character. (no-tabs)
(#1943) Unexpected tab character. (no-tabs)
(#1943) There should be no spaces inside this paren. (space-in-parens)
(#1943) There should be no spaces inside this paren. (space-in-parens)
(#1944) Unexpected tab character. (no-tabs)
(#1945) Unexpected tab character. (no-tabs)
(#1946) Unexpected tab character. (no-tabs)
(#1948) Unexpected tab character. (no-tabs)
(#1948) Comments should not begin with a lowercase character (capitalized-comments)
(#1949) Unexpected tab character. (no-tabs)
(#1949) There should be no spaces inside this paren. (space-in-parens)
(#1949) There should be no spaces inside this paren. (space-in-parens)
(#1950) Unexpected tab character. (no-tabs)
(#1951) Unexpected tab character. (no-tabs)
(#1952) Unexpected tab character. (no-tabs)
(#1954) Unexpected tab character. (no-tabs)
(#1955) Unexpected tab character. (no-tabs)
(#1955) There should be no spaces inside this paren. (space-in-parens)
(#1955) There should be no spaces inside this paren. (space-in-parens)
(#1956) Unexpected tab character. (no-tabs)
(#1958) Unexpected tab character. (no-tabs)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1959) Unexpected tab character. (no-tabs)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1960) Unexpected tab character. (no-tabs)
(#1962) Unexpected tab character. (no-tabs)
(#1963) Unexpected tab character. (no-tabs)
(#1965) Unexpected tab character. (no-tabs)
(#1966) Unexpected tab character. (no-tabs)
(#1967) Unexpected tab character. (no-tabs)
(#1969) Unexpected tab character. (no-tabs)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1969) There should be no space after '['. (computed-property-spacing)
(#1969) There should be no space before ']'. (computed-property-spacing)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1970) Unexpected tab character. (no-tabs)
(#1971) Unexpected tab character. (no-tabs)
(#1972) Unexpected tab character. (no-tabs)
(#1973) Unexpected tab character. (no-tabs)
(#1975) Unexpected tab character. (no-tabs)
(#1975) There should be no spaces inside this paren. (space-in-parens)
(#1975) There should be no spaces inside this paren. (space-in-parens)
(#1976) Unexpected tab character. (no-tabs)
(#1977) Unexpected tab character. (no-tabs)
(#1978) Unexpected tab character. (no-tabs)
(#1980) Unexpected tab character. (no-tabs)
(#1980) Trailing spaces not allowed. (no-trailing-spaces)
(#1981) Unexpected tab character. (no-tabs)
(#1981) There should be no spaces inside this paren. (space-in-parens)
(#1981) There should be no spaces inside this paren. (space-in-parens)
(#1982) Unexpected tab character. (no-tabs)
(#1984) Unexpected tab character. (no-tabs)
(#1984) There should be no space after '['. (computed-property-spacing)
(#1984) There should be no space before ']'. (computed-property-spacing)
(#1986) Unexpected tab character. (no-tabs)
(#1986) There should be no spaces inside this paren. (space-in-parens)
(#1986) There should be no spaces inside this paren. (space-in-parens)
(#1987) Unexpected tab character. (no-tabs)
(#1988) Unexpected tab character. (no-tabs)
(#1990) Unexpected tab character. (no-tabs)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1991) Unexpected tab character. (no-tabs)
(#1991) There should be no spaces inside this paren. (space-in-parens)
(#1991) There should be no spaces inside this paren. (space-in-parens)
(#1992) Unexpected tab character. (no-tabs)
(#1992) There should be no space after '['. (computed-property-spacing)
(#1992) There should be no space before ']'. (computed-property-spacing)
(#1994) Unexpected tab character. (no-tabs)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1995) Unexpected tab character. (no-tabs)
(#1995) There should be no spaces inside this paren. (space-in-parens)
(#1995) There should be no spaces inside this paren. (space-in-parens)
(#1996) Unexpected tab character. (no-tabs)
(#1996) There should be no spaces inside this paren. (space-in-parens)
(#1996) There should be no spaces inside this paren. (space-in-parens)
(#1997) Unexpected tab character. (no-tabs)
(#1998) Unexpected tab character. (no-tabs)
(#2000) Unexpected tab character. (no-tabs)
(#2001) Unexpected tab character. (no-tabs)
(#2003) Unexpected tab character. (no-tabs)
(#2003) There should be no space after '['. (computed-property-spacing)
(#2003) There should be no space before ']'. (computed-property-spacing)
(#2005) Unexpected tab character. (no-tabs)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2006) Unexpected tab character. (no-tabs)
(#2006) There should be no space after '['. (computed-property-spacing)
(#2006) There should be no space before ']'. (computed-property-spacing)
(#2008) Unexpected tab character. (no-tabs)
(#2008) There should be no spaces inside this paren. (space-in-parens)
(#2008) There should be no spaces inside this paren. (space-in-parens)
(#2009) Unexpected tab character. (no-tabs)
(#2009) Comments should not begin with a lowercase character (capitalized-comments)
(#2010) Unexpected tab character. (no-tabs)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2011) Unexpected tab character. (no-tabs)
(#2011) Blocks are nested too deeply (5). (max-depth)
(#2011) There should be no spaces inside this paren. (space-in-parens)
(#2011) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2011) There should be no spaces inside this paren. (space-in-parens)
(#2012) Unexpected tab character. (no-tabs)
(#2012) There should be no spaces inside this paren. (space-in-parens)
(#2012) There should be no spaces inside this paren. (space-in-parens)
(#2013) Unexpected tab character. (no-tabs)
(#2015) Unexpected tab character. (no-tabs)
(#2015) Blocks are nested too deeply (5). (max-depth)
(#2015) There should be no spaces inside this paren. (space-in-parens)
(#2015) There should be no spaces inside this paren. (space-in-parens)
(#2016) Unexpected tab character. (no-tabs)
(#2016) There should be no spaces inside this paren. (space-in-parens)
(#2016) There should be no spaces inside this paren. (space-in-parens)
(#2017) Unexpected tab character. (no-tabs)
(#2018) Unexpected tab character. (no-tabs)
(#2020) Unexpected tab character. (no-tabs)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2020) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2021) Unexpected tab character. (no-tabs)
(#2022) Unexpected tab character. (no-tabs)
(#2023) Unexpected tab character. (no-tabs)
(#2024) Unexpected tab character. (no-tabs)
(#2026) Unexpected tab character. (no-tabs)
(#2026) Comments should not begin with a lowercase character (capitalized-comments)
(#2027) Unexpected tab character. (no-tabs)
(#2027) There should be no spaces inside this paren. (space-in-parens)
(#2027) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2027) There should be no spaces inside this paren. (space-in-parens)
(#2028) Unexpected tab character. (no-tabs)
(#2028) There should be no spaces inside this paren. (space-in-parens)
(#2028) There should be no spaces inside this paren. (space-in-parens)
(#2028) There should be no spaces inside this paren. (space-in-parens)
(#2028) There should be no spaces inside this paren. (space-in-parens)
(#2029) Unexpected tab character. (no-tabs)
(#2029) There should be no spaces inside this paren. (space-in-parens)
(#2029) There should be no spaces inside this paren. (space-in-parens)
(#2030) Unexpected tab character. (no-tabs)
(#2032) Unexpected tab character. (no-tabs)
(#2033) Unexpected tab character. (no-tabs)
(#2033) There should be no space after '['. (computed-property-spacing)
(#2033) There should be no space before ']'. (computed-property-spacing)
(#2034) Unexpected tab character. (no-tabs)
(#2035) Unexpected tab character. (no-tabs)
(#2037) Unexpected tab character. (no-tabs)
(#2038) Unexpected tab character. (no-tabs)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2039) Unexpected tab character. (no-tabs)
(#2040) Unexpected tab character. (no-tabs)
(#2040) There should be no spaces inside this paren. (space-in-parens)
(#2040) There should be no spaces inside this paren. (space-in-parens)
(#2041) Unexpected tab character. (no-tabs)
(#2042) Unexpected tab character. (no-tabs)
(#2044) Unexpected tab character. (no-tabs)
(#2045) Unexpected tab character. (no-tabs)
(#2047) Unexpected tab character. (no-tabs)
(#2047) There should be no spaces inside this paren. (space-in-parens)
(#2047) There should be no spaces inside this paren. (space-in-parens)
(#2048) Unexpected tab character. (no-tabs)
(#2048) There should be no spaces inside this paren. (space-in-parens)
(#2048) There should be no spaces inside this paren. (space-in-parens)
(#2050) Unexpected tab character. (no-tabs)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2051) Unexpected tab character. (no-tabs)
(#2051) There should be no spaces inside this paren. (space-in-parens)
(#2051) There should be no spaces inside this paren. (space-in-parens)
(#2052) Unexpected tab character. (no-tabs)
(#2053) Unexpected tab character. (no-tabs)
(#2054) Unexpected tab character. (no-tabs)
(#2056) Comments should not begin with a lowercase character (capitalized-comments)
(#2056) Unexpected tab character. (no-tabs)
(#2057) Unexpected tab character. (no-tabs)
(#2057) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#2057) Method 'trigger' has a complexity of 27. (complexity)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2057) Expected space or tab after '/*' in comment. (spaced-comment)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2058) Unexpected tab character. (no-tabs)
(#2059) Unexpected tab character. (no-tabs)
(#2060) Unexpected tab character. (no-tabs)
(#2062) Unexpected tab character. (no-tabs)
(#2062) There should be no spaces inside this paren. (space-in-parens)
(#2062) There should be no spaces inside this paren. (space-in-parens)
(#2063) Unexpected tab character. (no-tabs)
(#2063) Do not nest ternary expressions. (no-nested-ternary)
(#2064) Unexpected tab character. (no-tabs)
(#2064) Comments should not begin with a lowercase character (capitalized-comments)
(#2065) Unexpected tab character. (no-tabs)
(#2065) There should be no space after '['. (computed-property-spacing)
(#2065) There should be no space before ']'. (computed-property-spacing)
(#2066) Unexpected tab character. (no-tabs)
(#2067) Unexpected tab character. (no-tabs)
(#2067) There should be no spaces inside this paren. (space-in-parens)
(#2067) There should be no spaces inside this paren. (space-in-parens)
(#2068) Unexpected tab character. (no-tabs)
(#2069) Unexpected tab character. (no-tabs)
(#2071) Unexpected tab character. (no-tabs)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2072) Unexpected tab character. (no-tabs)
(#2073) Unexpected tab character. (no-tabs)
(#2074) Unexpected tab character. (no-tabs)
(#2076) Unexpected tab character. (no-tabs)
(#2077) Unexpected tab character. (no-tabs)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2078) Unexpected tab character. (no-tabs)
(#2079) Unexpected tab character. (no-tabs)
(#2081) Unexpected tab character. (no-tabs)
(#2082) Unexpected tab character. (no-tabs)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2082) There should be no space after '['. (computed-property-spacing)
(#2082) There should be no space before ']'. (computed-property-spacing)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2083) Unexpected tab character. (no-tabs)
(#2083) There should be no spaces inside this paren. (space-in-parens)
(#2084) Unexpected tab character. (no-tabs)
(#2084) There should be no spaces inside this paren. (space-in-parens)
(#2084) There should be no spaces inside this paren. (space-in-parens)
(#2085) Unexpected tab character. (no-tabs)
(#2085) There should be no spaces inside this paren. (space-in-parens)
(#2085) There should be no spaces inside this paren. (space-in-parens)
(#2086) Unexpected tab character. (no-tabs)
(#2087) Unexpected tab character. (no-tabs)
(#2088) Unexpected tab character. (no-tabs)
(#2089) Unexpected tab character. (no-tabs)
(#2091) Unexpected tab character. (no-tabs)
(#2093) Unexpected tab character. (no-tabs)
(#2094) Unexpected tab character. (no-tabs)
(#2094) There should be no spaces inside this paren. (space-in-parens)
(#2094) There should be no spaces inside this paren. (space-in-parens)
(#2095) Unexpected tab character. (no-tabs)
(#2096) Unexpected tab character. (no-tabs)
(#2098) Unexpected tab character. (no-tabs)
(#2099) Unexpected tab character. (no-tabs)
(#2100) Unexpected tab character. (no-tabs)
(#2102) Unexpected tab character. (no-tabs)
(#2103) Unexpected tab character. (no-tabs)
(#2103) There should be no spaces inside this paren. (space-in-parens)
(#2103) There should be no spaces inside this paren. (space-in-parens)
(#2104) Unexpected tab character. (no-tabs)
(#2104) There should be no spaces inside this paren. (space-in-parens)
(#2104) There should be no spaces inside this paren. (space-in-parens)
(#2105) Unexpected tab character. (no-tabs)
(#2107) Unexpected tab character. (no-tabs)
(#2109) Unexpected tab character. (no-tabs)
(#2110) Unexpected tab character. (no-tabs)
(#2111) Unexpected tab character. (no-tabs)
(#2111) There should be no spaces inside this paren. (space-in-parens)
(#2111) There should be no spaces inside this paren. (space-in-parens)
(#2112) Unexpected tab character. (no-tabs)
(#2112) There should be no spaces inside this paren. (space-in-parens)
(#2112) There should be no spaces inside this paren. (space-in-parens)
(#2114) Unexpected tab character. (no-tabs)
(#2114) There should be no spaces inside this paren. (space-in-parens)
(#2114) There should be no spaces inside this paren. (space-in-parens)
(#2115) Unexpected tab character. (no-tabs)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2116) Unexpected tab character. (no-tabs)
(#2118) Unexpected tab character. (no-tabs)
(#2120) Unexpected tab character. (no-tabs)
(#2121) Unexpected tab character. (no-tabs)
(#2122) Unexpected tab character. (no-tabs)
(#2122) There should be no spaces inside this paren. (space-in-parens)
(#2122) There should be no spaces inside this paren. (space-in-parens)
(#2123) Unexpected tab character. (no-tabs)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2123) There should be no space after '['. (computed-property-spacing)
(#2123) There should be no space before ']'. (computed-property-spacing)
(#2123) There should be no space after '['. (computed-property-spacing)
(#2123) There should be no space before ']'. (computed-property-spacing)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2124) Unexpected tab character. (no-tabs)
(#2125) Unexpected tab character. (no-tabs)
(#2126) Unexpected tab character. (no-tabs)
(#2127) Unexpected tab character. (no-tabs)
(#2129) Unexpected tab character. (no-tabs)
(#2129) Comments should not begin with a lowercase character (capitalized-comments)
(#2130) Unexpected tab character. (no-tabs)
(#2130) Empty block statement. (no-empty)
(#2132) Unexpected tab character. (no-tabs)
(#2132) There should be no spaces inside this paren. (space-in-parens)
(#2132) There should be no spaces inside this paren. (space-in-parens)
(#2133) Unexpected tab character. (no-tabs)
(#2133) There should be no spaces inside this paren. (space-in-parens)
(#2133) There should be no spaces inside this paren. (space-in-parens)
(#2135) Unexpected tab character. (no-tabs)
(#2135) There should be no spaces inside this paren. (space-in-parens)
(#2135) There should be no spaces inside this paren. (space-in-parens)
(#2136) Unexpected tab character. (no-tabs)
(#2136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2137) Unexpected tab character. (no-tabs)
(#2138) Unexpected tab character. (no-tabs)
(#2138) There should be no space after '['. (computed-property-spacing)
(#2138) There should be no space before ']'. (computed-property-spacing)
(#2140) Unexpected tab character. (no-tabs)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) Trailing spaces not allowed. (no-trailing-spaces)
(#2141) Unexpected tab character. (no-tabs)
(#2141) There should be no spaces inside this paren. (space-in-parens)
(#2143) Unexpected tab character. (no-tabs)
(#2144) Unexpected tab character. (no-tabs)
(#2144) There should be no spaces inside this paren. (space-in-parens)
(#2144) There should be no space after '['. (computed-property-spacing)
(#2144) There should be no space before ']'. (computed-property-spacing)
(#2144) There should be no spaces inside this paren. (space-in-parens)
(#2145) Unexpected tab character. (no-tabs)
(#2146) Unexpected tab character. (no-tabs)
(#2146) There should be no space after '['. (computed-property-spacing)
(#2146) There should be no space before ']'. (computed-property-spacing)
(#2148) Unexpected tab character. (no-tabs)
(#2148) Blocks are nested too deeply (5). (max-depth)
(#2148) There should be no spaces inside this paren. (space-in-parens)
(#2148) There should be no spaces inside this paren. (space-in-parens)
(#2149) Unexpected tab character. (no-tabs)
(#2149) There should be no space after '['. (computed-property-spacing)
(#2149) There should be no space before ']'. (computed-property-spacing)
(#2150) Unexpected tab character. (no-tabs)
(#2152) Unexpected tab character. (no-tabs)
(#2153) Unexpected tab character. (no-tabs)
(#2153) There should be no space after '['. (computed-property-spacing)
(#2153) There should be no space before ']'. (computed-property-spacing)
(#2154) Unexpected tab character. (no-tabs)
(#2156) Unexpected tab character. (no-tabs)
(#2156) Comments should not begin with a lowercase character (capitalized-comments)
(#2157) Unexpected tab character. (no-tabs)
(#2157) Empty block statement. (no-empty)
(#2159) Unexpected tab character. (no-tabs)
(#2159) There should be no spaces inside this paren. (space-in-parens)
(#2159) There should be no spaces inside this paren. (space-in-parens)
(#2160) Unexpected tab character. (no-tabs)
(#2160) There should be no space after '['. (computed-property-spacing)
(#2160) There should be no space before ']'. (computed-property-spacing)
(#2161) Unexpected tab character. (no-tabs)
(#2163) Unexpected tab character. (no-tabs)
(#2164) Unexpected tab character. (no-tabs)
(#2165) Unexpected tab character. (no-tabs)
(#2166) Unexpected tab character. (no-tabs)
(#2168) Unexpected tab character. (no-tabs)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2169) Unexpected tab character. (no-tabs)
(#2169) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2169) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2169) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2169) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2169) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2169) There should be no spaces inside this paren. (space-in-parens)
(#2169) There should be no spaces inside this paren. (space-in-parens)
(#2171) Unexpected tab character. (no-tabs)
(#2171) There should be no spaces inside this paren. (space-in-parens)
(#2171) There should be no spaces inside this paren. (space-in-parens)
(#2172) Unexpected tab character. (no-tabs)
(#2174) Unexpected tab character. (no-tabs)
(#2175) Unexpected tab character. (no-tabs)
(#2177) Unexpected tab character. (no-tabs)
(#2177) There should be no spaces inside this paren. (space-in-parens)
(#2177) There should be no spaces inside this paren. (space-in-parens)
(#2178) Unexpected tab character. (no-tabs)
(#2179) Unexpected tab character. (no-tabs)
(#2180) Unexpected tab character. (no-tabs)
(#2180) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2181) Unexpected tab character. (no-tabs)
(#2181) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2181) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2182) Unexpected tab character. (no-tabs)
(#2184) Unexpected tab character. (no-tabs)
(#2184) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2186) Unexpected tab character. (no-tabs)
(#2188) Unexpected tab character. (no-tabs)
(#2188) There should be no spaces inside this paren. (space-in-parens)
(#2188) There should be no spaces inside this paren. (space-in-parens)
(#2189) Unexpected tab character. (no-tabs)
(#2190) Unexpected tab character. (no-tabs)
(#2192) Unexpected tab character. (no-tabs)
(#2192) There should be no space after '['. (computed-property-spacing)
(#2192) There should be no space before ']'. (computed-property-spacing)
(#2194) Unexpected tab character. (no-tabs)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2195) Unexpected tab character. (no-tabs)
(#2196) Unexpected tab character. (no-tabs)
(#2198) Unexpected tab character. (no-tabs)
(#2198) There should be no spaces inside this paren. (space-in-parens)
(#2198) There should be no spaces inside this paren. (space-in-parens)
(#2199) Unexpected tab character. (no-tabs)
(#2199) There should be no space after '['. (computed-property-spacing)
(#2199) There should be no space before ']'. (computed-property-spacing)
(#2201) Unexpected tab character. (no-tabs)
(#2202) Unexpected tab character. (no-tabs)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2203) Unexpected tab character. (no-tabs)
(#2204) Unexpected tab character. (no-tabs)
(#2205) Unexpected tab character. (no-tabs)
(#2206) Unexpected tab character. (no-tabs)
(#2207) Unexpected tab character. (no-tabs)
(#2208) Trailing spaces not allowed. (no-trailing-spaces)
(#2208) Unexpected tab character. (no-tabs)
(#2209) Unexpected tab character. (no-tabs)
(#2209) There should be no spaces inside this paren. (space-in-parens)
(#2209) There should be no spaces inside this paren. (space-in-parens)
(#2211) Unexpected tab character. (no-tabs)
(#2211) There should be no spaces inside this paren. (space-in-parens)
(#2211) There should be no spaces inside this paren. (space-in-parens)
(#2212) Unexpected tab character. (no-tabs)
(#2213) Unexpected tab character. (no-tabs)
(#2213) Blocks are nested too deeply (5). (max-depth)
(#2213) There should be no spaces inside this paren. (space-in-parens)
(#2213) There should be no spaces inside this paren. (space-in-parens)
(#2214) Unexpected tab character. (no-tabs)
(#2215) Unexpected tab character. (no-tabs)
(#2216) Unexpected tab character. (no-tabs)
(#2217) Unexpected tab character. (no-tabs)
(#2219) Unexpected tab character. (no-tabs)
(#2219) There should be no spaces inside this paren. (space-in-parens)
(#2219) There should be no spaces inside this paren. (space-in-parens)
(#2220) Unexpected tab character. (no-tabs)
(#2221) Unexpected tab character. (no-tabs)
(#2222) Unexpected tab character. (no-tabs)
(#2223) Unexpected tab character. (no-tabs)
(#2224) Unexpected tab character. (no-tabs)
(#2226) Unexpected tab character. (no-tabs)
(#2227) Unexpected tab character. (no-tabs)
(#2229) Line 2229 exceeds the maximum line length of 132. (max-len)
(#2229) Unexpected tab character. (no-tabs)
(#2231) Unexpected tab character. (no-tabs)
(#2231) Method 'fix' has a complexity of 25. (complexity)
(#2231) There should be no spaces inside this paren. (space-in-parens)
(#2231) There should be no spaces inside this paren. (space-in-parens)
(#2232) Unexpected tab character. (no-tabs)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2232) There should be no space after '['. (computed-property-spacing)
(#2232) There should be no space before ']'. (computed-property-spacing)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2233) Unexpected tab character. (no-tabs)
(#2234) Unexpected tab character. (no-tabs)
(#2236) Unexpected tab character. (no-tabs)
(#2236) Comments should not begin with a lowercase character (capitalized-comments)
(#2237) Unexpected tab character. (no-tabs)
(#2238) Unexpected tab character. (no-tabs)
(#2239) Unexpected tab character. (no-tabs)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2241) Unexpected tab character. (no-tabs)
(#2241) There should be no spaces inside this paren. (space-in-parens)
(#2241) There should be no spaces inside this paren. (space-in-parens)
(#2242) Unexpected tab character. (no-tabs)
(#2242) There should be no space after '['. (computed-property-spacing)
(#2242) There should be no space before ']'. (computed-property-spacing)
(#2243) Unexpected tab character. (no-tabs)
(#2243) There should be no space after '['. (computed-property-spacing)
(#2243) There should be no space before ']'. (computed-property-spacing)
(#2243) There should be no space after '['. (computed-property-spacing)
(#2243) There should be no space before ']'. (computed-property-spacing)
(#2244) Unexpected tab character. (no-tabs)
(#2246) Unexpected tab character. (no-tabs)
(#2247) Unexpected tab character. (no-tabs)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2248) Unexpected tab character. (no-tabs)
(#2249) Unexpected tab character. (no-tabs)
(#2251) Unexpected tab character. (no-tabs)
(#2251) Comments should not begin with a lowercase character (capitalized-comments)
(#2252) Unexpected tab character. (no-tabs)
(#2252) There should be no spaces inside this paren. (space-in-parens)
(#2252) There should be no spaces inside this paren. (space-in-parens)
(#2253) Unexpected tab character. (no-tabs)
(#2254) Unexpected tab character. (no-tabs)
(#2256) Unexpected tab character. (no-tabs)
(#2257) Unexpected tab character. (no-tabs)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2258) Unexpected tab character. (no-tabs)
(#2259) Unexpected tab character. (no-tabs)
(#2261) Unexpected tab character. (no-tabs)
(#2262) Unexpected tab character. (no-tabs)
(#2262) There should be no spaces inside this paren. (space-in-parens)
(#2262) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2262) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2262) There should be no spaces inside this paren. (space-in-parens)
(#2263) Unexpected tab character. (no-tabs)
(#2263) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2264) Line 2264 exceeds the maximum line length of 132. (max-len)
(#2264) Unexpected tab character. (no-tabs)
(#2265) Line 2265 exceeds the maximum line length of 132. (max-len)
(#2265) Unexpected tab character. (no-tabs)
(#2265) Multiple spaces found before '||'. (no-multi-spaces)
(#2265) Multiple spaces found before '||'. (no-multi-spaces)
(#2265) Multiple spaces found before '||'. (no-multi-spaces)
(#2265) Multiple spaces found before '||'. (no-multi-spaces)
(#2266) Unexpected tab character. (no-tabs)
(#2268) Unexpected tab character. (no-tabs)
(#2269) Unexpected tab character. (no-tabs)
(#2269) There should be no spaces inside this paren. (space-in-parens)
(#2269) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2269) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2269) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2269) There should be no spaces inside this paren. (space-in-parens)
(#2270) Unexpected tab character. (no-tabs)
(#2270) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2271) Unexpected tab character. (no-tabs)
(#2273) Unexpected tab character. (no-tabs)
(#2274) Unexpected tab character. (no-tabs)
(#2274) There should be no spaces inside this paren. (space-in-parens)
(#2274) There should be no spaces inside this paren. (space-in-parens)
(#2275) Unexpected tab character. (no-tabs)
(#2276) Unexpected tab character. (no-tabs)
(#2278) Unexpected tab character. (no-tabs)
(#2279) Unexpected tab character. (no-tabs)
(#2280) Unexpected tab character. (no-tabs)
(#2280) There should be no spaces inside this paren. (space-in-parens)
(#2280) There should be no spaces inside this paren. (space-in-parens)
(#2281) Unexpected tab character. (no-tabs)
(#2281) Do not nest ternary expressions. (no-nested-ternary)
(#2281) Unexpected use of '&'. (no-bitwise)
(#2281) There should be no spaces inside this paren. (space-in-parens)
(#2281) Do not nest ternary expressions. (no-nested-ternary)
(#2281) Unexpected use of '&'. (no-bitwise)
(#2281) There should be no spaces inside this paren. (space-in-parens)
(#2281) Unexpected use of '&'. (no-bitwise)
(#2281) There should be no spaces inside this paren. (space-in-parens)
(#2281) There should be no spaces inside this paren. (space-in-parens)
(#2282) Unexpected tab character. (no-tabs)
(#2284) Unexpected tab character. (no-tabs)
(#2285) Unexpected tab character. (no-tabs)
(#2287) Unexpected tab character. (no-tabs)
(#2288) Unexpected tab character. (no-tabs)
(#2290) Unexpected tab character. (no-tabs)
(#2291) Unexpected tab character. (no-tabs)
(#2293) Unexpected tab character. (no-tabs)
(#2294) Unexpected tab character. (no-tabs)
(#2295) Unexpected tab character. (no-tabs)
(#2296) Unexpected tab character. (no-tabs)
(#2297) Unexpected tab character. (no-tabs)
(#2298) Unexpected tab character. (no-tabs)
(#2300) Unexpected tab character. (no-tabs)
(#2301) Unexpected tab character. (no-tabs)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2302) Unexpected tab character. (no-tabs)
(#2302) There should be no spaces inside this paren. (space-in-parens)
(#2303) Unexpected tab character. (no-tabs)
(#2303) There should be no spaces inside this paren. (space-in-parens)
(#2303) There should be no spaces inside this paren. (space-in-parens)
(#2304) Unexpected tab character. (no-tabs)
(#2304) There should be no spaces inside this paren. (space-in-parens)
(#2304) Trailing spaces not allowed. (no-trailing-spaces)
(#2305) Unexpected tab character. (no-tabs)
(#2307) Unexpected tab character. (no-tabs)
(#2307) There should be no spaces inside this paren. (space-in-parens)
(#2307) There should be no spaces inside this paren. (space-in-parens)
(#2308) Unexpected tab character. (no-tabs)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2309) Unexpected tab character. (no-tabs)
(#2310) Unexpected tab character. (no-tabs)
(#2312) Unexpected tab character. (no-tabs)
(#2313) Unexpected tab character. (no-tabs)
(#2313) There should be no spaces inside this paren. (space-in-parens)
(#2313) There should be no spaces inside this paren. (space-in-parens)
(#2314) Unexpected tab character. (no-tabs)
(#2315) Unexpected tab character. (no-tabs)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2316) Unexpected tab character. (no-tabs)
(#2317) Unexpected tab character. (no-tabs)
(#2318) Unexpected tab character. (no-tabs)
(#2320) Unexpected tab character. (no-tabs)
(#2320) There should be no spaces inside this paren. (space-in-parens)
(#2320) There should be no spaces inside this paren. (space-in-parens)
(#2321) Unexpected tab character. (no-tabs)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2322) Unexpected tab character. (no-tabs)
(#2323) Unexpected tab character. (no-tabs)
(#2324) Unexpected tab character. (no-tabs)
(#2325) Unexpected tab character. (no-tabs)
(#2326) Unexpected tab character. (no-tabs)
(#2330) Unexpected tab character. (no-tabs)
(#2330) There should be no spaces inside this paren. (space-in-parens)
(#2330) There should be no spaces inside this paren. (space-in-parens)
(#2331) Unexpected tab character. (no-tabs)
(#2331) There should be no spaces inside this paren. (space-in-parens)
(#2331) There should be no spaces inside this paren. (space-in-parens)
(#2332) Unexpected tab character. (no-tabs)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2333) Unexpected tab character. (no-tabs)
(#2334) Unexpected tab character. (no-tabs)
(#2334) Trailing spaces not allowed. (no-trailing-spaces)
(#2335) Unexpected tab character. (no-tabs)
(#2335) There should be no spaces inside this paren. (space-in-parens)
(#2335) There should be no spaces inside this paren. (space-in-parens)
(#2336) Unexpected tab character. (no-tabs)
(#2336) There should be no spaces inside this paren. (space-in-parens)
(#2336) There should be no spaces inside this paren. (space-in-parens)
(#2337) Unexpected tab character. (no-tabs)
(#2337) There should be no spaces inside this paren. (space-in-parens)
(#2337) There should be no spaces inside this paren. (space-in-parens)
(#2338) Unexpected tab character. (no-tabs)
(#2339) Unexpected tab character. (no-tabs)
(#2341) Expected to return a value at the end of function. (consistent-return)
(#2341) There should be no spaces inside this paren. (space-in-parens)
(#2341) There should be no spaces inside this paren. (space-in-parens)
(#2342) Unexpected tab character. (no-tabs)
(#2343) Unexpected tab character. (no-tabs)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2344) Unexpected tab character. (no-tabs)
(#2344) There should be no spaces inside this paren. (space-in-parens)
(#2344) There should be no spaces inside this paren. (space-in-parens)
(#2345) Unexpected tab character. (no-tabs)
(#2347) Unexpected tab character. (no-tabs)
(#2348) Unexpected tab character. (no-tabs)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2349) Unexpected tab character. (no-tabs)
(#2350) Unexpected tab character. (no-tabs)
(#2351) Unexpected tab character. (no-tabs)
(#2352) Unexpected tab character. (no-tabs)
(#2353) Unexpected tab character. (no-tabs)
(#2354) Unexpected tab character. (no-tabs)
(#2356) Unexpected tab character. (no-tabs)
(#2356) Comments should not begin with a lowercase character (capitalized-comments)
(#2357) Unexpected tab character. (no-tabs)
(#2358) Unexpected tab character. (no-tabs)
(#2360) Unexpected tab character. (no-tabs)
(#2361) Unexpected tab character. (no-tabs)
(#2361) There should be no space after '['. (computed-property-spacing)
(#2361) There should be no space before ']'. (computed-property-spacing)
(#2364) Missing JSDoc comment. (require-jsdoc)
(#2365) Unexpected tab character. (no-tabs)
(#2367) Missing JSDoc comment. (require-jsdoc)
(#2368) Unexpected tab character. (no-tabs)
(#2371) Comments should not begin with a lowercase character (capitalized-comments)
(#2374) Unexpected tab character. (no-tabs)
(#2375) Unexpected tab character. (no-tabs)
(#2377) Unexpected tab character. (no-tabs)
(#2378) Unexpected tab character. (no-tabs)
(#2378) There should be no spaces inside this paren. (space-in-parens)
(#2378) There should be no spaces inside this paren. (space-in-parens)
(#2379) Unexpected tab character. (no-tabs)
(#2380) Unexpected tab character. (no-tabs)
(#2381) Trailing spaces not allowed. (no-trailing-spaces)
(#2381) Unexpected tab character. (no-tabs)
(#2382) Unexpected tab character. (no-tabs)
(#2382) Comments should not begin with a lowercase character (capitalized-comments)
(#2383) Unexpected tab character. (no-tabs)
(#2383) There should be no spaces inside this paren. (space-in-parens)
(#2383) There should be no spaces inside this paren. (space-in-parens)
(#2384) Unexpected tab character. (no-tabs)
(#2386) Unexpected tab character. (no-tabs)
(#2386) Comments should not begin with a lowercase character (capitalized-comments)
(#2387) Unexpected tab character. (no-tabs)
(#2388) Unexpected tab character. (no-tabs)
(#2389) Unexpected tab character. (no-tabs)
(#2390) Unexpected tab character. (no-tabs)
(#2391) Unexpected tab character. (no-tabs)
(#2392) Unexpected tab character. (no-tabs)
(#2394) Unexpected tab character. (no-tabs)
(#2395) Unexpected tab character. (no-tabs)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2396) Unexpected tab character. (no-tabs)
(#2397) Unexpected tab character. (no-tabs)
(#2398) Unexpected tab character. (no-tabs)
(#2398) Comments should not begin with a lowercase character (capitalized-comments)
(#2399) Unexpected tab character. (no-tabs)
(#2399) There should be no spaces inside this paren. (space-in-parens)
(#2399) There should be no spaces inside this paren. (space-in-parens)
(#2400) Unexpected tab character. (no-tabs)
(#2401) Unexpected tab character. (no-tabs)
(#2402) Unexpected tab character. (no-tabs)
(#2402) Comments should not begin with a lowercase character (capitalized-comments)
(#2403) Unexpected tab character. (no-tabs)
(#2404) Unexpected tab character. (no-tabs)
(#2405) Unexpected tab character. (no-tabs)
(#2406) Unexpected tab character. (no-tabs)
(#2407) Unexpected tab character. (no-tabs)
(#2408) Unexpected tab character. (no-tabs)
(#2409) Unexpected tab character. (no-tabs)
(#2410) Unexpected tab character. (no-tabs)
(#2411) Unexpected tab character. (no-tabs)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2417) Unexpected tab character. (no-tabs)
(#2418) Unexpected tab character. (no-tabs)
(#2420) Unexpected tab character. (no-tabs)
(#2421) Unexpected tab character. (no-tabs)
(#2422) Unexpected tab character. (no-tabs)
(#2423) Unexpected tab character. (no-tabs)
(#2424) Unexpected tab character. (no-tabs)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2425) Unexpected tab character. (no-tabs)
(#2426) Unexpected tab character. (no-tabs)
(#2428) Unexpected tab character. (no-tabs)
(#2428) There should be no spaces inside this paren. (space-in-parens)
(#2428) There should be no spaces inside this paren. (space-in-parens)
(#2429) Unexpected tab character. (no-tabs)
(#2429) Comments should not begin with a lowercase character (capitalized-comments)
(#2430) Unexpected tab character. (no-tabs)
(#2432) Unexpected tab character. (no-tabs)
(#2432) Comments should not begin with a lowercase character (capitalized-comments)
(#2433) Unexpected tab character. (no-tabs)
(#2433) There should be no spaces inside this paren. (space-in-parens)
(#2433) There should be no spaces inside this paren. (space-in-parens)
(#2434) Unexpected tab character. (no-tabs)
(#2436) Comments should not begin with a lowercase character (capitalized-comments)
(#2436) Unexpected tab character. (no-tabs)
(#2437) Unexpected tab character. (no-tabs)
(#2437) Expected space(s) after "catch". (keyword-spacing)
(#2437) Empty block statement. (no-empty)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2443) Unexpected tab character. (no-tabs)
(#2444) Unexpected tab character. (no-tabs)
(#2444) There should be no spaces inside this paren. (space-in-parens)
(#2444) There should be no spaces inside this paren. (space-in-parens)
(#2449) Unexpected tab character. (no-tabs)
(#2450) Unexpected tab character. (no-tabs)
(#2451) There should be no spaces inside this paren. (space-in-parens)
(#2451) There should be no spaces inside this paren. (space-in-parens)
(#2452) Unexpected tab character. (no-tabs)
(#2452) There should be no space after '['. (computed-property-spacing)
(#2452) There should be no space before ']'. (computed-property-spacing)
(#2453) Unexpected tab character. (no-tabs)
(#2453) There should be no spaces inside this paren. (space-in-parens)
(#2453) There should be no spaces inside this paren. (space-in-parens)
(#2454) Unexpected tab character. (no-tabs)
(#2454) There should be no spaces inside this paren. (space-in-parens)
(#2454) There should be no spaces inside this paren. (space-in-parens)
(#2455) Unexpected tab character. (no-tabs)
(#2456) Unexpected tab character. (no-tabs)
(#2456) There should be no spaces inside this paren. (space-in-parens)
(#2456) There should be no spaces inside this paren. (space-in-parens)
(#2457) Unexpected tab character. (no-tabs)
(#2457) There should be no spaces inside this paren. (space-in-parens)
(#2457) There should be no spaces inside this paren. (space-in-parens)
(#2458) Unexpected tab character. (no-tabs)
(#2459) Unexpected tab character. (no-tabs)
(#2462) Comments should not begin with a lowercase character (capitalized-comments)
(#2463) There should be no spaces inside this paren. (space-in-parens)
(#2463) There should be no spaces inside this paren. (space-in-parens)
(#2465) Unexpected tab character. (no-tabs)
(#2466) Unexpected tab character. (no-tabs)
(#2466) Expected to return a value at the end of method 'setup'. (consistent-return)
(#2466) There should be no spaces inside this paren. (space-in-parens)
(#2466) 'namespaces' is defined but never used. (no-unused-vars)
(#2466) There should be no spaces inside this paren. (space-in-parens)
(#2467) Unexpected tab character. (no-tabs)
(#2467) There should be no spaces inside this paren. (space-in-parens)
(#2467) There should be no spaces inside this paren. (space-in-parens)
(#2468) Unexpected tab character. (no-tabs)
(#2468) Expected to return a value at the end of function. (consistent-return)
(#2468) There should be no spaces inside this paren. (space-in-parens)
(#2468) There should be no spaces inside this paren. (space-in-parens)
(#2469) Unexpected tab character. (no-tabs)
(#2469) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2471) Unexpected tab character. (no-tabs)
(#2471) There should be no spaces inside this paren. (space-in-parens)
(#2471) There should be no spaces inside this paren. (space-in-parens)
(#2471) There should be no spaces inside this paren. (space-in-parens)
(#2471) There should be no spaces inside this paren. (space-in-parens)
(#2472) Unexpected tab character. (no-tabs)
(#2473) Unexpected tab character. (no-tabs)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2474) Unexpected tab character. (no-tabs)
(#2475) Unexpected tab character. (no-tabs)
(#2476) Trailing spaces not allowed. (no-trailing-spaces)
(#2476) Unexpected tab character. (no-tabs)
(#2476) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2477) Unexpected tab character. (no-tabs)
(#2477) Expected to return a value at the end of function. (consistent-return)
(#2477) There should be no spaces inside this paren. (space-in-parens)
(#2477) There should be no spaces inside this paren. (space-in-parens)
(#2478) Unexpected tab character. (no-tabs)
(#2478) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2480) Unexpected tab character. (no-tabs)
(#2480) There should be no spaces inside this paren. (space-in-parens)
(#2480) There should be no spaces inside this paren. (space-in-parens)
(#2480) There should be no spaces inside this paren. (space-in-parens)
(#2480) There should be no spaces inside this paren. (space-in-parens)
(#2481) Unexpected tab character. (no-tabs)
(#2482) Unexpected tab character. (no-tabs)
(#2482) There should be no spaces inside this paren. (space-in-parens)
(#2482) There should be no spaces inside this paren. (space-in-parens)
(#2483) Unexpected tab character. (no-tabs)
(#2484) Unexpected tab character. (no-tabs)
(#2486) Unexpected tab character. (no-tabs)
(#2487) Unexpected tab character. (no-tabs)
(#2488) Unexpected tab character. (no-tabs)
(#2489) Unexpected tab character. (no-tabs)
(#2491) Unexpected tab character. (no-tabs)
(#2491) There should be no spaces inside this paren. (space-in-parens)
(#2491) 'namespaces' is defined but never used. (no-unused-vars)
(#2491) There should be no spaces inside this paren. (space-in-parens)
(#2492) Unexpected tab character. (no-tabs)
(#2492) There should be no spaces inside this paren. (space-in-parens)
(#2492) There should be no spaces inside this paren. (space-in-parens)
(#2493) Unexpected tab character. (no-tabs)
(#2494) Unexpected tab character. (no-tabs)
(#2498) Comments should not begin with a lowercase character (capitalized-comments)
(#2499) There should be no spaces inside this paren. (space-in-parens)
(#2499) There should be no spaces inside this paren. (space-in-parens)
(#2501) Unexpected tab character. (no-tabs)
(#2503) Unexpected tab character. (no-tabs)
(#2503) There should be no spaces inside this paren. (space-in-parens)
(#2503) There should be no spaces inside this paren. (space-in-parens)
(#2504) Unexpected tab character. (no-tabs)
(#2504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2506) Unexpected tab character. (no-tabs)
(#2506) There should be no spaces inside this paren. (space-in-parens)
(#2506) There should be no spaces inside this paren. (space-in-parens)
(#2507) Unexpected tab character. (no-tabs)
(#2509) Unexpected tab character. (no-tabs)
(#2509) There should be no spaces inside this paren. (space-in-parens)
(#2509) There should be no spaces inside this paren. (space-in-parens)
(#2510) Unexpected tab character. (no-tabs)
(#2511) Unexpected tab character. (no-tabs)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2512) Unexpected tab character. (no-tabs)
(#2513) Unexpected tab character. (no-tabs)
(#2514) Unexpected tab character. (no-tabs)
(#2516) Unexpected tab character. (no-tabs)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2517) Unexpected tab character. (no-tabs)
(#2518) Unexpected tab character. (no-tabs)
(#2520) Unexpected tab character. (no-tabs)
(#2521) Unexpected tab character. (no-tabs)
(#2523) Unexpected tab character. (no-tabs)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2524) Unexpected tab character. (no-tabs)
(#2524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2526) Unexpected tab character. (no-tabs)
(#2526) There should be no spaces inside this paren. (space-in-parens)
(#2526) There should be no spaces inside this paren. (space-in-parens)
(#2526) There should be no spaces inside this paren. (space-in-parens)
(#2526) There should be no spaces inside this paren. (space-in-parens)
(#2527) Unexpected tab character. (no-tabs)
(#2528) Unexpected tab character. (no-tabs)
(#2530) Unexpected tab character. (no-tabs)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2530) There should be no spaces inside this paren. (space-in-parens)
(#2531) Unexpected tab character. (no-tabs)
(#2533) Unexpected tab character. (no-tabs)
(#2533) Comments should not begin with a lowercase character (capitalized-comments)
(#2534) Unexpected tab character. (no-tabs)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2535) Unexpected tab character. (no-tabs)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2536) Unexpected tab character. (no-tabs)
(#2537) Trailing spaces not allowed. (no-trailing-spaces)
(#2537) Unexpected tab character. (no-tabs)
(#2538) Unexpected tab character. (no-tabs)
(#2538) There should be no spaces inside this paren. (space-in-parens)
(#2538) There should be no spaces inside this paren. (space-in-parens)
(#2539) Unexpected tab character. (no-tabs)
(#2540) Unexpected tab character. (no-tabs)
(#2542) Unexpected tab character. (no-tabs)
(#2542) There should be no spaces inside this paren. (space-in-parens)
(#2542) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2542) There should be no spaces inside this paren. (space-in-parens)
(#2543) Unexpected tab character. (no-tabs)
(#2544) Unexpected tab character. (no-tabs)
(#2545) Unexpected tab character. (no-tabs)
(#2545) Function 'testChange' expected no return value. (consistent-return)
(#2545) There should be no spaces inside this paren. (space-in-parens)
(#2545) There should be no spaces inside this paren. (space-in-parens)
(#2546) Unexpected tab character. (no-tabs)
(#2547) Unexpected tab character. (no-tabs)
(#2549) Unexpected tab character. (no-tabs)
(#2550) Unexpected tab character. (no-tabs)
(#2551) Unexpected tab character. (no-tabs)
(#2551) Trailing spaces not allowed. (no-trailing-spaces)
(#2553) Unexpected tab character. (no-tabs)
(#2555) Unexpected tab character. (no-tabs)
(#2555) Expected to return a value at the end of method 'click'. (consistent-return)
(#2555) There should be no spaces inside this paren. (space-in-parens)
(#2555) There should be no spaces inside this paren. (space-in-parens)
(#2556) Unexpected tab character. (no-tabs)
(#2556) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2558) Unexpected tab character. (no-tabs)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2559) Unexpected tab character. (no-tabs)
(#2559) There should be no spaces inside this paren. (space-in-parens)
(#2559) There should be no spaces inside this paren. (space-in-parens)
(#2560) Unexpected tab character. (no-tabs)
(#2561) Unexpected tab character. (no-tabs)
(#2563) Unexpected tab character. (no-tabs)
(#2564) Unexpected tab character. (no-tabs)
(#2565) Unexpected tab character. (no-tabs)
(#2565) Expected to return a value at the end of method 'keydown'. (consistent-return)
(#2565) There should be no spaces inside this paren. (space-in-parens)
(#2565) There should be no spaces inside this paren. (space-in-parens)
(#2566) Unexpected tab character. (no-tabs)
(#2566) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2568) Unexpected tab character. (no-tabs)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2569) Unexpected tab character. (no-tabs)
(#2570) Unexpected tab character. (no-tabs)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2571) Unexpected tab character. (no-tabs)
(#2571) There should be no spaces inside this paren. (space-in-parens)
(#2571) There should be no spaces inside this paren. (space-in-parens)
(#2572) Unexpected tab character. (no-tabs)
(#2573) Unexpected tab character. (no-tabs)
(#2575) Unexpected tab character. (no-tabs)
(#2576) Unexpected tab character. (no-tabs)
(#2577) Unexpected tab character. (no-tabs)
(#2578) Unexpected tab character. (no-tabs)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2579) Unexpected tab character. (no-tabs)
(#2580) Unexpected tab character. (no-tabs)
(#2580) There should be no spaces inside this paren. (space-in-parens)
(#2580) There should be no spaces inside this paren. (space-in-parens)
(#2581) Unexpected tab character. (no-tabs)
(#2582) Unexpected tab character. (no-tabs)
(#2584) Unexpected tab character. (no-tabs)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2584) 'namespaces' is defined but never used. (no-unused-vars)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2585) Unexpected tab character. (no-tabs)
(#2585) There should be no spaces inside this paren. (space-in-parens)
(#2585) There should be no spaces inside this paren. (space-in-parens)
(#2586) Unexpected tab character. (no-tabs)
(#2587) Unexpected tab character. (no-tabs)
(#2589) Unexpected tab character. (no-tabs)
(#2589) There should be no spaces inside this paren. (space-in-parens)
(#2589) There should be no spaces inside this paren. (space-in-parens)
(#2590) Unexpected tab character. (no-tabs)
(#2590) There should be no spaces inside this paren. (space-in-parens)
(#2590) There should be no spaces inside this paren. (space-in-parens)
(#2591) Unexpected tab character. (no-tabs)
(#2593) Unexpected tab character. (no-tabs)
(#2593) There should be no spaces inside this paren. (space-in-parens)
(#2593) There should be no spaces inside this paren. (space-in-parens)
(#2594) Unexpected tab character. (no-tabs)
(#2596) Unexpected tab character. (no-tabs)
(#2596) There should be no spaces inside this paren. (space-in-parens)
(#2596) 'namespaces' is defined but never used. (no-unused-vars)
(#2596) There should be no spaces inside this paren. (space-in-parens)
(#2597) Unexpected tab character. (no-tabs)
(#2597) There should be no spaces inside this paren. (space-in-parens)
(#2597) There should be no spaces inside this paren. (space-in-parens)
(#2599) Unexpected tab character. (no-tabs)
(#2599) There should be no spaces inside this paren. (space-in-parens)
(#2599) There should be no spaces inside this paren. (space-in-parens)
(#2600) Unexpected tab character. (no-tabs)
(#2601) Unexpected tab character. (no-tabs)
(#2603) Unexpected tab character. (no-tabs)
(#2605) Unexpected tab character. (no-tabs)
(#2606) Unexpected tab character. (no-tabs)
(#2609) Missing JSDoc comment. (require-jsdoc)
(#2609) There should be no spaces inside this paren. (space-in-parens)
(#2609) There should be no spaces inside this paren. (space-in-parens)
(#2610) Unexpected tab character. (no-tabs)
(#2611) Unexpected tab character. (no-tabs)
(#2611) There should be no spaces inside this paren. (space-in-parens)
(#2611) There should be no spaces inside this paren. (space-in-parens)
(#2615) There should be no spaces inside this paren. (space-in-parens)
(#2615) There should be no spaces inside this paren. (space-in-parens)
(#2616) Unexpected tab character. (no-tabs)
(#2616) There should be no space after '{'. (object-curly-spacing)
(#2616) There should be no space before '}'. (object-curly-spacing)
(#2616) There should be no spaces inside this paren. (space-in-parens)
(#2616) There should be no spaces inside this paren. (space-in-parens)
(#2617) Unexpected tab character. (no-tabs)
(#2617) There should be no space after '['. (computed-property-spacing)
(#2617) There should be no space before ']'. (computed-property-spacing)
(#2618) Unexpected tab character. (no-tabs)
(#2619) Unexpected tab character. (no-tabs)
(#2619) There should be no spaces inside this paren. (space-in-parens)
(#2619) There should be no spaces inside this paren. (space-in-parens)
(#2620) Unexpected tab character. (no-tabs)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2621) Unexpected tab character. (no-tabs)
(#2622) Unexpected tab character. (no-tabs)
(#2622) Trailing spaces not allowed. (no-trailing-spaces)
(#2623) Unexpected tab character. (no-tabs)
(#2623) Trailing spaces not allowed. (no-trailing-spaces)
(#2624) Unexpected tab character. (no-tabs)
(#2624) There should be no spaces inside this paren. (space-in-parens)
(#2624) There should be no spaces inside this paren. (space-in-parens)
(#2625) Unexpected tab character. (no-tabs)
(#2625) There should be no spaces inside this paren. (space-in-parens)
(#2625) There should be no spaces inside this paren. (space-in-parens)
(#2626) Unexpected tab character. (no-tabs)
(#2627) Unexpected tab character. (no-tabs)
(#2628) Unexpected tab character. (no-tabs)
(#2630) Unexpected tab character. (no-tabs)
(#2630) Missing JSDoc comment. (require-jsdoc)
(#2630) There should be no spaces inside this paren. (space-in-parens)
(#2630) There should be no spaces inside this paren. (space-in-parens)
(#2630) Trailing spaces not allowed. (no-trailing-spaces)
(#2631) Unexpected tab character. (no-tabs)
(#2631) There should be no spaces inside this paren. (space-in-parens)
(#2631) There should be no spaces inside this paren. (space-in-parens)
(#2632) Unexpected tab character. (no-tabs)
(#2633) Unexpected tab character. (no-tabs)
(#2633) There should be no spaces inside this paren. (space-in-parens)
(#2633) There should be no spaces inside this paren. (space-in-parens)
(#2634) Unexpected tab character. (no-tabs)
(#2635) Unexpected tab character. (no-tabs)
(#2638) There should be no spaces inside this paren. (space-in-parens)
(#2638) There should be no spaces inside this paren. (space-in-parens)
(#2639) Unexpected tab character. (no-tabs)
(#2639) There should be no space after '['. (computed-property-spacing)
(#2639) There should be no space before ']'. (computed-property-spacing)
(#2639) There should be no spaces inside this paren. (space-in-parens)
(#2639) There should be no spaces inside this paren. (space-in-parens)
(#2640) Unexpected tab character. (no-tabs)
(#2641) Unexpected tab character. (no-tabs)
(#2641) There should be no spaces inside this paren. (space-in-parens)
(#2641) There should be no spaces inside this paren. (space-in-parens)
(#2642) Unexpected tab character. (no-tabs)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2643) Unexpected tab character. (no-tabs)
(#2643) There should be no space after '['. (computed-property-spacing)
(#2643) There should be no space before ']'. (computed-property-spacing)
(#2644) Unexpected tab character. (no-tabs)
(#2645) Unexpected tab character. (no-tabs)
(#2646) Unexpected tab character. (no-tabs)
(#2647) Trailing spaces not allowed. (no-trailing-spaces)
(#2647) Unexpected tab character. (no-tabs)
(#2648) Unexpected tab character. (no-tabs)
(#2648) There should be no spaces inside this paren. (space-in-parens)
(#2648) There should be no spaces inside this paren. (space-in-parens)
(#2648) There should be no spaces inside this paren. (space-in-parens)
(#2648) There should be no spaces inside this paren. (space-in-parens)
(#2649) Unexpected tab character. (no-tabs)
(#2650) Unexpected tab character. (no-tabs)
(#2651) Unexpected tab character. (no-tabs)
(#2653) Unexpected tab character. (no-tabs)
(#2653) There should be no spaces inside this paren. (space-in-parens)
(#2653) There should be no spaces inside this paren. (space-in-parens)
(#2653) There should be no spaces inside this paren. (space-in-parens)
(#2654) Unexpected tab character. (no-tabs)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2655) Unexpected tab character. (no-tabs)
(#2655) There should be no spaces inside this paren. (space-in-parens)
(#2655) There should be no spaces inside this paren. (space-in-parens)
(#2656) Unexpected tab character. (no-tabs)
(#2658) Unexpected tab character. (no-tabs)
(#2658) There should be no spaces inside this paren. (space-in-parens)
(#2658) There should be no spaces inside this paren. (space-in-parens)
(#2659) Unexpected tab character. (no-tabs)
(#2659) There should be no spaces inside this paren. (space-in-parens)
(#2659) There should be no spaces inside this paren. (space-in-parens)
(#2661) Unexpected tab character. (no-tabs)
(#2662) Unexpected tab character. (no-tabs)
(#2662) There should be no spaces inside this paren. (space-in-parens)
(#2662) There should be no spaces inside this paren. (space-in-parens)
(#2663) Unexpected tab character. (no-tabs)
(#2663) There should be no spaces inside this paren. (space-in-parens)
(#2663) There should be no spaces inside this paren. (space-in-parens)
(#2664) Unexpected tab character. (no-tabs)
(#2665) Unexpected tab character. (no-tabs)
(#2667) Unexpected tab character. (no-tabs)
(#2668) Unexpected tab character. (no-tabs)
(#2672) Unexpected tab character. (no-tabs)
(#2672) There should be no spaces inside this paren. (space-in-parens)
(#2672) There should be no spaces inside this paren. (space-in-parens)
(#2673) Unexpected tab character. (no-tabs)
(#2674) Unexpected tab character. (no-tabs)
(#2674) There should be no spaces inside this paren. (space-in-parens)
(#2674) There should be no spaces inside this paren. (space-in-parens)
(#2675) Unexpected tab character. (no-tabs)
(#2675) There should be no spaces inside this paren. (space-in-parens)
(#2675) There should be no spaces inside this paren. (space-in-parens)
(#2676) Unexpected tab character. (no-tabs)
(#2677) Unexpected tab character. (no-tabs)
(#2679) Unexpected tab character. (no-tabs)
(#2680) Unexpected tab character. (no-tabs)
(#2680) There should be no spaces inside this paren. (space-in-parens)
(#2680) There should be no spaces inside this paren. (space-in-parens)
(#2681) Unexpected tab character. (no-tabs)
(#2681) There should be no spaces inside this paren. (space-in-parens)
(#2681) There should be no spaces inside this paren. (space-in-parens)
(#2682) Unexpected tab character. (no-tabs)
(#2683) Unexpected tab character. (no-tabs)
(#2685) Unexpected tab character. (no-tabs)
(#2686) Unexpected tab character. (no-tabs)
(#2687) Trailing spaces not allowed. (no-trailing-spaces)
(#2687) Unexpected tab character. (no-tabs)
(#2688) Unexpected tab character. (no-tabs)
(#2688) There should be no spaces inside this paren. (space-in-parens)
(#2688) There should be no spaces inside this paren. (space-in-parens)
(#2689) Unexpected tab character. (no-tabs)
(#2689) There should be no spaces inside this paren. (space-in-parens)
(#2689) There should be no spaces inside this paren. (space-in-parens)
(#2690) Unexpected tab character. (no-tabs)
(#2691) Trailing spaces not allowed. (no-trailing-spaces)
(#2691) Unexpected tab character. (no-tabs)
(#2692) Unexpected tab character. (no-tabs)
(#2692) There should be no spaces inside this paren. (space-in-parens)
(#2692) There should be no spaces inside this paren. (space-in-parens)
(#2693) Unexpected tab character. (no-tabs)
(#2693) There should be no spaces inside this paren. (space-in-parens)
(#2693) There should be no spaces inside this paren. (space-in-parens)
(#2694) Unexpected tab character. (no-tabs)
(#2694) There should be no spaces inside this paren. (space-in-parens)
(#2694) There should be no spaces inside this paren. (space-in-parens)
(#2695) Trailing spaces not allowed. (no-trailing-spaces)
(#2695) Unexpected tab character. (no-tabs)
(#2696) Unexpected tab character. (no-tabs)
(#2697) Unexpected tab character. (no-tabs)
(#2697) There should be no spaces inside this paren. (space-in-parens)
(#2697) There should be no spaces inside this paren. (space-in-parens)
(#2698) Unexpected tab character. (no-tabs)
(#2699) Unexpected tab character. (no-tabs)
(#2700) Trailing spaces not allowed. (no-trailing-spaces)
(#2700) Unexpected tab character. (no-tabs)
(#2701) Unexpected tab character. (no-tabs)
(#2701) There should be no spaces inside this paren. (space-in-parens)
(#2701) There should be no spaces inside this paren. (space-in-parens)
(#2702) Unexpected tab character. (no-tabs)
(#2703) Unexpected tab character. (no-tabs)
(#2703) There should be no spaces inside this paren. (space-in-parens)
(#2703) There should be no spaces inside this paren. (space-in-parens)
(#2704) Unexpected tab character. (no-tabs)
(#2705) Unexpected tab character. (no-tabs)
(#2707) Unexpected tab character. (no-tabs)
(#2707) Expected to return a value at the end of method 'triggerHandler'. (consistent-return)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2708) Unexpected tab character. (no-tabs)
(#2708) There should be no spaces inside this paren. (space-in-parens)
(#2708) There should be no spaces inside this paren. (space-in-parens)
(#2709) Unexpected tab character. (no-tabs)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2710) Unexpected tab character. (no-tabs)
(#2711) Unexpected tab character. (no-tabs)
(#2712) Unexpected tab character. (no-tabs)
(#2712) There should be no spaces inside this paren. (space-in-parens)
(#2712) There should be no spaces inside this paren. (space-in-parens)
(#2713) Unexpected tab character. (no-tabs)
(#2714) Unexpected tab character. (no-tabs)
(#2715) Unexpected tab character. (no-tabs)
(#2717) Unexpected tab character. (no-tabs)
(#2717) There should be no spaces inside this paren. (space-in-parens)
(#2717) There should be no spaces inside this paren. (space-in-parens)
(#2718) Unexpected tab character. (no-tabs)
(#2719) Unexpected tab character. (no-tabs)
(#2719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2721) Unexpected tab character. (no-tabs)
(#2721) Comments should not begin with a lowercase character (capitalized-comments)
(#2722) Unexpected tab character. (no-tabs)
(#2722) There should be no spaces inside this paren. (space-in-parens)
(#2722) There should be no spaces inside this paren. (space-in-parens)
(#2723) Unexpected tab character. (no-tabs)
(#2723) There should be no spaces inside this paren. (space-in-parens)
(#2723) There should be no space after '['. (computed-property-spacing)
(#2723) There should be no space before ']'. (computed-property-spacing)
(#2723) There should be no spaces inside this paren. (space-in-parens)
(#2724) Unexpected tab character. (no-tabs)
(#2726) Unexpected tab character. (no-tabs)
(#2726) There should be no spaces inside this paren. (space-in-parens)
(#2726) There should be no spaces inside this paren. (space-in-parens)
(#2726) There should be no spaces inside this paren. (space-in-parens)
(#2726) There should be no spaces inside this paren. (space-in-parens)
(#2727) Unexpected tab character. (no-tabs)
(#2728) Unexpected tab character. (no-tabs)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2728) There should be no spaces inside this paren. (space-in-parens)
(#2729) Unexpected tab character. (no-tabs)
(#2729) There should be no spaces inside this paren. (space-in-parens)
(#2729) There should be no spaces inside this paren. (space-in-parens)
(#2731) Unexpected tab character. (no-tabs)
(#2732) Unexpected tab character. (no-tabs)
(#2734) Unexpected tab character. (no-tabs)
(#2734) Comments should not begin with a lowercase character (capitalized-comments)
(#2735) Unexpected tab character. (no-tabs)
(#2735) There should be no space after '['. (computed-property-spacing)
(#2735) There should be no space before ']'. (computed-property-spacing)
(#2735) There should be no spaces inside this paren. (space-in-parens)
(#2735) There should be no spaces inside this paren. (space-in-parens)
(#2736) Unexpected tab character. (no-tabs)
(#2737) Unexpected tab character. (no-tabs)
(#2739) Unexpected tab character. (no-tabs)
(#2739) There should be no spaces inside this paren. (space-in-parens)
(#2739) There should be no spaces inside this paren. (space-in-parens)
(#2740) Unexpected tab character. (no-tabs)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2741) Unexpected tab character. (no-tabs)
(#2745) Unexpected tab character. (no-tabs)
(#2746) Unexpected tab character. (no-tabs)
(#2747) Unexpected tab character. (no-tabs)
(#2748) Unexpected tab character. (no-tabs)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2752) Unexpected tab character. (no-tabs)
(#2752) There should be no space after '['. (computed-property-spacing)
(#2752) There should be no space before ']'. (computed-property-spacing)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2753) Unexpected tab character. (no-tabs)
(#2753) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2753) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2754) Unexpected tab character. (no-tabs)
(#2755) Unexpected tab character. (no-tabs)
(#2755) There should be no spaces inside this paren. (space-in-parens)
(#2755) There should be no spaces inside this paren. (space-in-parens)
(#2756) Trailing spaces not allowed. (no-trailing-spaces)
(#2756) Unexpected tab character. (no-tabs)
(#2757) Unexpected tab character. (no-tabs)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2758) Unexpected tab character. (no-tabs)
(#2758) There should be no spaces inside this paren. (space-in-parens)
(#2758) There should be no spaces inside this paren. (space-in-parens)
(#2759) Unexpected tab character. (no-tabs)
(#2759) There should be no space after '['. (computed-property-spacing)
(#2759) There should be no space before ']'. (computed-property-spacing)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2760) Unexpected tab character. (no-tabs)
(#2761) Trailing spaces not allowed. (no-trailing-spaces)
(#2761) Unexpected tab character. (no-tabs)
(#2762) Unexpected tab character. (no-tabs)
(#2763) Unexpected tab character. (no-tabs)
(#2765) Unexpected tab character. (no-tabs)
(#2765) There should be no spaces inside this paren. (space-in-parens)
(#2765) There should be no spaces inside this paren. (space-in-parens)
(#2765) There should be no spaces inside this paren. (space-in-parens)
(#2765) There should be no spaces inside this paren. (space-in-parens)
(#2766) Unexpected tab character. (no-tabs)
(#2767) Unexpected tab character. (no-tabs)
(#2768) Unexpected tab character. (no-tabs)
(#2770) Unexpected tab character. (no-tabs)
(#2772) Unexpected tab character. (no-tabs)
(#2772) There should be no spaces inside this paren. (space-in-parens)
(#2772) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2772) There should be no space after '['. (computed-property-spacing)
(#2772) There should be no space before ']'. (computed-property-spacing)
(#2772) There should be no spaces inside this paren. (space-in-parens)
(#2773) Unexpected tab character. (no-tabs)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2774) Unexpected tab character. (no-tabs)
(#2776) Unexpected tab character. (no-tabs)
(#2776) There should be no spaces inside this paren. (space-in-parens)
(#2776) There should be no spaces inside this paren. (space-in-parens)
(#2776) Multiple spaces found before '{'. (no-multi-spaces)
(#2777) Unexpected tab character. (no-tabs)
(#2778) Unexpected tab character. (no-tabs)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2778) There should be no spaces inside this paren. (space-in-parens)
(#2779) Unexpected tab character. (no-tabs)
(#2781) Unexpected tab character. (no-tabs)
(#2781) There should be no spaces inside this paren. (space-in-parens)
(#2781) There should be no spaces inside this paren. (space-in-parens)
(#2782) Unexpected tab character. (no-tabs)
(#2782) There should be no spaces inside this paren. (space-in-parens)
(#2782) There should be no spaces inside this paren. (space-in-parens)
(#2783) Unexpected tab character. (no-tabs)
(#2784) Unexpected tab character. (no-tabs)
(#2786) Unexpected tab character. (no-tabs)
(#2788) Unexpected tab character. (no-tabs)
(#2788) There should be no spaces inside this paren. (space-in-parens)
(#2788) There should be no spaces inside this paren. (space-in-parens)
(#2789) Unexpected tab character. (no-tabs)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2789) There should be no space after '['. (computed-property-spacing)
(#2789) There should be no space before ']'. (computed-property-spacing)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2790) Unexpected tab character. (no-tabs)
(#2792) Unexpected tab character. (no-tabs)
(#2793) Unexpected tab character. (no-tabs)
(#2793) There should be no space after '['. (computed-property-spacing)
(#2793) There should be no space before ']'. (computed-property-spacing)
(#2794) Unexpected tab character. (no-tabs)
(#2796) Unexpected tab character. (no-tabs)
(#2796) There should be no spaces inside this paren. (space-in-parens)
(#2796) There should be no spaces inside this paren. (space-in-parens)
(#2797) Unexpected tab character. (no-tabs)
(#2797) Comments should not begin with a lowercase character (capitalized-comments)
(#2798) Unexpected tab character. (no-tabs)
(#2798) There should be no spaces inside this paren. (space-in-parens)
(#2798) There should be no spaces inside this paren. (space-in-parens)
(#2799) Unexpected tab character. (no-tabs)
(#2799) There should be no spaces inside this paren. (space-in-parens)
(#2799) There should be no spaces inside this paren. (space-in-parens)
(#2799) There should be no spaces inside this paren. (space-in-parens)
(#2800) Unexpected tab character. (no-tabs)
(#2800) There should be no space after '{'. (object-curly-spacing)
(#2800) There should be no space before '}'. (object-curly-spacing)
(#2800) There should be no spaces inside this paren. (space-in-parens)
(#2801) Unexpected tab character. (no-tabs)
(#2803) Unexpected tab character. (no-tabs)
(#2804) Unexpected tab character. (no-tabs)
(#2804) Comments should not begin with a lowercase character (capitalized-comments)
(#2805) Unexpected tab character. (no-tabs)
(#2805) There should be no spaces inside this paren. (space-in-parens)
(#2805) There should be no spaces inside this paren. (space-in-parens)
(#2805) There should be no spaces inside this paren. (space-in-parens)
(#2805) There should be no spaces inside this paren. (space-in-parens)
(#2806) Unexpected tab character. (no-tabs)
(#2807) Unexpected tab character. (no-tabs)
(#2808) Trailing spaces not allowed. (no-trailing-spaces)
(#2808) Unexpected tab character. (no-tabs)
(#2809) Unexpected tab character. (no-tabs)
(#2810) Unexpected tab character. (no-tabs)
(#2813) Missing JSDoc comment. (require-jsdoc)
(#2813) Function 'liveHandler' has a complexity of 23. (complexity)
(#2813) There should be no spaces inside this paren. (space-in-parens)
(#2813) There should be no spaces inside this paren. (space-in-parens)
(#2814) Unexpected tab character. (no-tabs)
(#2814) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2814) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2815) Unexpected tab character. (no-tabs)
(#2815) 'data' is defined but never used. (no-unused-vars)
(#2816) Unexpected tab character. (no-tabs)
(#2816) There should be no spaces inside this paren. (space-in-parens)
(#2816) There should be no spaces inside this paren. (space-in-parens)
(#2818) Unexpected tab character. (no-tabs)
(#2818) There should be no spaces inside this paren. (space-in-parens)
(#2818) There should be no spaces inside this paren. (space-in-parens)
(#2819) Unexpected tab character. (no-tabs)
(#2820) Unexpected tab character. (no-tabs)
(#2822) Unexpected tab character. (no-tabs)
(#2823) Unexpected tab character. (no-tabs)
(#2823) There should be no spaces inside this paren. (space-in-parens)
(#2823) There should be no spaces inside this paren. (space-in-parens)
(#2824) Unexpected tab character. (no-tabs)
(#2825) Unexpected tab character. (no-tabs)
(#2827) Unexpected tab character. (no-tabs)
(#2827) There should be no spaces inside this paren. (space-in-parens)
(#2827) There should be no spaces inside this paren. (space-in-parens)
(#2828) Unexpected tab character. (no-tabs)
(#2829) Unexpected tab character. (no-tabs)
(#2831) Unexpected tab character. (no-tabs)
(#2833) Unexpected tab character. (no-tabs)
(#2835) Unexpected tab character. (no-tabs)
(#2835) There should be no spaces inside this paren. (space-in-parens)
(#2835) There should be no spaces inside this paren. (space-in-parens)
(#2836) Unexpected tab character. (no-tabs)
(#2838) Unexpected tab character. (no-tabs)
(#2838) There should be no spaces inside this paren. (space-in-parens)
(#2838) There should be no spaces inside this paren. (space-in-parens)
(#2838) There should be no spaces inside this paren. (space-in-parens)
(#2838) There should be no spaces inside this paren. (space-in-parens)
(#2839) Unexpected tab character. (no-tabs)
(#2839) There should be no spaces inside this paren. (space-in-parens)
(#2839) There should be no spaces inside this paren. (space-in-parens)
(#2841) Unexpected tab character. (no-tabs)
(#2842) Unexpected tab character. (no-tabs)
(#2842) There should be no spaces inside this paren. (space-in-parens)
(#2842) There should be no spaces inside this paren. (space-in-parens)
(#2843) Unexpected tab character. (no-tabs)
(#2844) Unexpected tab character. (no-tabs)
(#2846) Unexpected tab character. (no-tabs)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2848) Unexpected tab character. (no-tabs)
(#2848) There should be no spaces inside this paren. (space-in-parens)
(#2848) There should be no spaces inside this paren. (space-in-parens)
(#2849) Unexpected tab character. (no-tabs)
(#2851) Unexpected tab character. (no-tabs)
(#2851) There should be no spaces inside this paren. (space-in-parens)
(#2851) There should be no spaces inside this paren. (space-in-parens)
(#2852) Unexpected tab character. (no-tabs)
(#2854) Unexpected tab character. (no-tabs)
(#2854) There should be no spaces inside this paren. (space-in-parens)
(#2854) There should be no spaces inside this paren. (space-in-parens)
(#2854) There should be no spaces inside this paren. (space-in-parens)
(#2854) There should be no spaces inside this paren. (space-in-parens)
(#2855) Unexpected tab character. (no-tabs)
(#2856) Unexpected tab character. (no-tabs)
(#2858) Unexpected tab character. (no-tabs)
(#2859) Unexpected tab character. (no-tabs)
(#2859) There should be no spaces inside this paren. (space-in-parens)
(#2859) There should be no spaces inside this paren. (space-in-parens)
(#2860) Unexpected tab character. (no-tabs)
(#2861) Unexpected tab character. (no-tabs)
(#2861) There should be no spaces inside this paren. (space-in-parens)
(#2861) There should be no spaces inside this paren. (space-in-parens)
(#2861) There should be no spaces inside this paren. (space-in-parens)
(#2861) There should be no spaces inside this paren. (space-in-parens)
(#2862) Unexpected tab character. (no-tabs)
(#2864) Unexpected tab character. (no-tabs)
(#2864) There should be no spaces inside this paren. (space-in-parens)
(#2864) There should be no spaces inside this paren. (space-in-parens)
(#2865) Unexpected tab character. (no-tabs)
(#2865) There should be no space after '{'. (object-curly-spacing)
(#2865) There should be no space before '}'. (object-curly-spacing)
(#2866) Unexpected tab character. (no-tabs)
(#2867) Unexpected tab character. (no-tabs)
(#2868) Unexpected tab character. (no-tabs)
(#2869) Unexpected tab character. (no-tabs)
(#2871) Unexpected tab character. (no-tabs)
(#2871) There should be no spaces inside this paren. (space-in-parens)
(#2871) There should be no spaces inside this paren. (space-in-parens)
(#2872) Unexpected tab character. (no-tabs)
(#2874) Unexpected tab character. (no-tabs)
(#2874) There should be no spaces inside this paren. (space-in-parens)
(#2874) There should be no spaces inside this paren. (space-in-parens)
(#2875) Unexpected tab character. (no-tabs)
(#2876) Unexpected tab character. (no-tabs)
(#2878) Unexpected tab character. (no-tabs)
(#2879) Unexpected tab character. (no-tabs)
(#2880) Unexpected tab character. (no-tabs)
(#2882) Unexpected tab character. (no-tabs)
(#2882) There should be no spaces inside this paren. (space-in-parens)
(#2882) There should be no spaces inside this paren. (space-in-parens)
(#2884) Unexpected tab character. (no-tabs)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2885) Unexpected tab character. (no-tabs)
(#2887) Unexpected tab character. (no-tabs)
(#2887) There should be no spaces inside this paren. (space-in-parens)
(#2887) There should be no spaces inside this paren. (space-in-parens)
(#2888) Unexpected tab character. (no-tabs)
(#2889) Unexpected tab character. (no-tabs)
(#2890) Unexpected tab character. (no-tabs)
(#2891) Unexpected tab character. (no-tabs)
(#2893) Unexpected tab character. (no-tabs)
(#2893) Function 'liveHandler' expected no return value. (consistent-return)
(#2896) Missing JSDoc comment. (require-jsdoc)
(#2896) There should be no spaces inside this paren. (space-in-parens)
(#2896) There should be no spaces inside this paren. (space-in-parens)
(#2897) Unexpected tab character. (no-tabs)
(#2900) There should be no spaces inside this paren. (space-in-parens)
(#2901) Unexpected tab character. (no-tabs)
(#2902) Unexpected tab character. (no-tabs)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2904) Unexpected tab character. (no-tabs)
(#2905) Unexpected tab character. (no-tabs)
(#2905) There should be no space after '['. (computed-property-spacing)
(#2905) There should be no space before ']'. (computed-property-spacing)
(#2905) There should be no spaces inside this paren. (space-in-parens)
(#2905) There should be no spaces inside this paren. (space-in-parens)
(#2906) Unexpected tab character. (no-tabs)
(#2906) There should be no spaces inside this paren. (space-in-parens)
(#2906) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2906) There should be no spaces inside this paren. (space-in-parens)
(#2907) Unexpected tab character. (no-tabs)
(#2908) Unexpected tab character. (no-tabs)
(#2909) Unexpected tab character. (no-tabs)
(#2911) Unexpected tab character. (no-tabs)
(#2912) Unexpected tab character. (no-tabs)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2913) Unexpected tab character. (no-tabs)
(#2913) There should be no spaces inside this paren. (space-in-parens)
(#2913) There should be no spaces inside this paren. (space-in-parens)
(#2914) Unexpected tab character. (no-tabs)
(#2916) Unexpected tab character. (no-tabs)
(#2916) There should be no spaces inside this paren. (space-in-parens)
(#2916) There should be no spaces inside this paren. (space-in-parens)
(#2917) Unexpected tab character. (no-tabs)
(#2917) There should be no space after '['. (computed-property-spacing)
(#2917) There should be no space before ']'. (computed-property-spacing)
(#2918) Unexpected tab character. (no-tabs)
(#2925) There should be no spaces inside this paren. (space-in-parens)
(#2925) There should be no spaces inside this paren. (space-in-parens)
(#2926) Unexpected tab character. (no-tabs)
(#2927) Unexpected tab character. (no-tabs)
(#2927) There should be no spaces inside this paren. (space-in-parens)
(#2927) There should be no spaces inside this paren. (space-in-parens)
(#2928) Unexpected tab character. (no-tabs)
(#2928) There should be no spaces inside this paren. (space-in-parens)
(#2928) There should be no space after '['. (computed-property-spacing)
(#2928) There should be no space before ']'. (computed-property-spacing)
(#2928) There should be no spaces inside this paren. (space-in-parens)
(#2929) Unexpected tab character. (no-tabs)
(#2930) Unexpected tab character. (no-tabs)
(#2931) Unexpected tab character. (no-tabs)
(#2931) There should be no spaces inside this paren. (space-in-parens)
(#2931) There should be no space after '['. (computed-property-spacing)
(#2931) There should be no space before ']'. (computed-property-spacing)
(#2931) There should be no spaces inside this paren. (space-in-parens)
(#2932) Unexpected tab character. (no-tabs)
(#2932) Expected space(s) after "catch". (keyword-spacing)
(#2932) Empty block statement. (no-empty)
(#2933) Unexpected tab character. (no-tabs)
(#2934) Unexpected tab character. (no-tabs)
(#2935) Unexpected tab character. (no-tabs)
(#2939) Expected space or tab after '/*' in comment. (spaced-comment)
(#2945) Missing space before opening brace. (space-before-blocks)
(#2947) Line 2947 exceeds the maximum line length of 132. (max-len)
(#2947) Unnecessary escape character: \[. (no-useless-escape)
(#2947) Unnecessary escape character: \[. (no-useless-escape)
(#2947) Unnecessary escape character: \[. (no-useless-escape)
(#2948) Unexpected tab character. (no-tabs)
(#2949) Unexpected tab character. (no-tabs)
(#2950) Unexpected tab character. (no-tabs)
(#2951) Unexpected tab character. (no-tabs)
(#2957) Missing space before opening brace. (space-before-blocks)
(#2958) Unexpected tab character. (no-tabs)
(#2959) Unexpected tab character. (no-tabs)
(#2962) Function has a complexity of 37. (complexity)
(#2963) Unexpected tab character. (no-tabs)
(#2964) Unexpected tab character. (no-tabs)
(#2966) Unexpected tab character. (no-tabs)
(#2968) Unexpected tab character. (no-tabs)
(#2968) There should be no spaces inside this paren. (space-in-parens)
(#2968) There should be no spaces inside this paren. (space-in-parens)
(#2969) Unexpected tab character. (no-tabs)
(#2970) Unexpected tab character. (no-tabs)
(#2971) Trailing spaces not allowed. (no-trailing-spaces)
(#2971) Unexpected tab character. (no-tabs)
(#2972) Unexpected tab character. (no-tabs)
(#2972) There should be no spaces inside this paren. (space-in-parens)
(#2972) There should be no spaces inside this paren. (space-in-parens)
(#2973) Unexpected tab character. (no-tabs)
(#2974) Unexpected tab character. (no-tabs)
(#2976) Unexpected tab character. (no-tabs)
(#2976) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2976) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2976) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2977) Unexpected tab character. (no-tabs)
(#2977) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2978) Trailing spaces not allowed. (no-trailing-spaces)
(#2978) Unexpected tab character. (no-tabs)
(#2979) Unexpected tab character. (no-tabs)
(#2980) Unexpected tab character. (no-tabs)
(#2981) Unexpected tab character. (no-tabs)
(#2982) Unexpected tab character. (no-tabs)
(#2984) Unexpected tab character. (no-tabs)
(#2984) There should be no spaces inside this paren. (space-in-parens)
(#2984) There should be no spaces inside this paren. (space-in-parens)
(#2985) Unexpected tab character. (no-tabs)
(#2986) Trailing spaces not allowed. (no-trailing-spaces)
(#2986) Unexpected tab character. (no-tabs)
(#2987) Unexpected tab character. (no-tabs)
(#2987) There should be no spaces inside this paren. (space-in-parens)
(#2987) There should be no spaces inside this paren. (space-in-parens)
(#2988) Trailing spaces not allowed. (no-trailing-spaces)
(#2988) Unexpected tab character. (no-tabs)
(#2989) Unexpected tab character. (no-tabs)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2989) There should be no spaces inside this paren. (space-in-parens)
(#2990) Unexpected tab character. (no-tabs)
(#2991) Unexpected tab character. (no-tabs)
(#2992) Unexpected tab character. (no-tabs)
(#2993) Unexpected tab character. (no-tabs)
(#2994) Unexpected tab character. (no-tabs)
(#2994) There should be no spaces inside this paren. (space-in-parens)
(#2994) There should be no spaces inside this paren. (space-in-parens)
(#2996) Unexpected tab character. (no-tabs)
(#2996) There should be no spaces inside this paren. (space-in-parens)
(#2996) There should be no spaces inside this paren. (space-in-parens)
(#2996) There should be no spaces inside this paren. (space-in-parens)
(#2996) There should be no spaces inside this paren. (space-in-parens)
(#2997) Unexpected tab character. (no-tabs)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2997) There should be no space after '['. (computed-property-spacing)
(#2997) There should be no space before ']'. (computed-property-spacing)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2998) Unexpected tab character. (no-tabs)
(#2998) There should be no spaces inside this paren. (space-in-parens)
(#2998) There should be no spaces inside this paren. (space-in-parens)
(#2999) Unexpected tab character. (no-tabs)
(#3000) Unexpected tab character. (no-tabs)
(#3000) There should be no space after '['. (computed-property-spacing)
(#3000) There should be no space before ']'. (computed-property-spacing)
(#3001) Unexpected tab character. (no-tabs)
(#3001) There should be no space after '['. (array-bracket-spacing)
(#3001) There should be no space before ']'. (array-bracket-spacing)
(#3002) Unexpected tab character. (no-tabs)
(#3002) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3002) There should be no spaces inside this paren. (space-in-parens)
(#3002) There should be no spaces inside this paren. (space-in-parens)
(#3004) Unexpected tab character. (no-tabs)
(#3004) There should be no spaces inside this paren. (space-in-parens)
(#3004) There should be no spaces inside this paren. (space-in-parens)
(#3005) Unexpected tab character. (no-tabs)
(#3007) Unexpected tab character. (no-tabs)
(#3007) There should be no spaces inside this paren. (space-in-parens)
(#3007) There should be no space after '['. (computed-property-spacing)
(#3007) There should be no space before ']'. (computed-property-spacing)
(#3007) There should be no spaces inside this paren. (space-in-parens)
(#3008) Unexpected tab character. (no-tabs)
(#3009) Unexpected tab character. (no-tabs)
(#3010) Trailing spaces not allowed. (no-trailing-spaces)
(#3010) Unexpected tab character. (no-tabs)
(#3011) Unexpected tab character. (no-tabs)
(#3011) There should be no spaces inside this paren. (space-in-parens)
(#3011) There should be no spaces inside this paren. (space-in-parens)
(#3012) Unexpected tab character. (no-tabs)
(#3013) Unexpected tab character. (no-tabs)
(#3014) Unexpected tab character. (no-tabs)
(#3015) Unexpected tab character. (no-tabs)
(#3016) Unexpected tab character. (no-tabs)
(#3017) Unexpected tab character. (no-tabs)
(#3017) There should be no spaces inside this paren. (space-in-parens)
(#3018) Unexpected tab character. (no-tabs)
(#3018) There should be no spaces inside this paren. (space-in-parens)
(#3019) Unexpected tab character. (no-tabs)
(#3019) There should be no spaces inside this paren. (space-in-parens)
(#3019) There should be no spaces inside this paren. (space-in-parens)
(#3020) Unexpected tab character. (no-tabs)
(#3020) There should be no spaces inside this paren. (space-in-parens)
(#3020) There should be no spaces inside this paren. (space-in-parens)
(#3021) Unexpected tab character. (no-tabs)
(#3023) Unexpected tab character. (no-tabs)
(#3023) There should be no spaces inside this paren. (space-in-parens)
(#3023) There should be no spaces inside this paren. (space-in-parens)
(#3024) Unexpected tab character. (no-tabs)
(#3025) Unexpected tab character. (no-tabs)
(#3025) There should be no space after '{'. (object-curly-spacing)
(#3025) There should be no space before '}'. (object-curly-spacing)
(#3026) Line 3026 exceeds the maximum line length of 132. (max-len)
(#3026) Unexpected tab character. (no-tabs)
(#3026) There should be no spaces inside this paren. (space-in-parens)
(#3026) There should be no spaces inside this paren. (space-in-parens)
(#3027) Unexpected tab character. (no-tabs)
(#3027) There should be no spaces inside this paren. (space-in-parens)
(#3027) There should be no spaces inside this paren. (space-in-parens)
(#3029) Unexpected tab character. (no-tabs)
(#3029) There should be no spaces inside this paren. (space-in-parens)
(#3029) There should be no spaces inside this paren. (space-in-parens)
(#3030) Unexpected tab character. (no-tabs)
(#3031) Unexpected tab character. (no-tabs)
(#3032) Unexpected tab character. (no-tabs)
(#3033) Unexpected tab character. (no-tabs)
(#3035) Unexpected tab character. (no-tabs)
(#3035) There should be no spaces inside this paren. (space-in-parens)
(#3035) There should be no spaces inside this paren. (space-in-parens)
(#3036) Unexpected tab character. (no-tabs)
(#3037) Unexpected tab character. (no-tabs)
(#3039) Unexpected tab character. (no-tabs)
(#3039) There should be no spaces inside this paren. (space-in-parens)
(#3039) There should be no space after '['. (computed-property-spacing)
(#3039) There should be no space before ']'. (computed-property-spacing)
(#3039) There should be no spaces inside this paren. (space-in-parens)
(#3040) Unexpected tab character. (no-tabs)
(#3041) Unexpected tab character. (no-tabs)
(#3042) Unexpected tab character. (no-tabs)
(#3043) Unexpected tab character. (no-tabs)
(#3045) Unexpected tab character. (no-tabs)
(#3045) There should be no spaces inside this paren. (space-in-parens)
(#3045) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3045) There should be no spaces inside this paren. (space-in-parens)
(#3046) Unexpected tab character. (no-tabs)
(#3047) Unexpected tab character. (no-tabs)
(#3049) Unexpected tab character. (no-tabs)
(#3049) There should be no space after '['. (computed-property-spacing)
(#3049) There should be no space before ']'. (computed-property-spacing)
(#3049) There should be no spaces inside this paren. (space-in-parens)
(#3049) There should be no spaces inside this paren. (space-in-parens)
(#3050) Unexpected tab character. (no-tabs)
(#3051) Unexpected tab character. (no-tabs)
(#3052) Unexpected tab character. (no-tabs)
(#3053) Unexpected tab character. (no-tabs)
(#3054) Unexpected tab character. (no-tabs)
(#3056) Unexpected tab character. (no-tabs)
(#3056) There should be no spaces inside this paren. (space-in-parens)
(#3056) There should be no spaces inside this paren. (space-in-parens)
(#3057) Unexpected tab character. (no-tabs)
(#3058) Unexpected tab character. (no-tabs)
(#3060) Unexpected tab character. (no-tabs)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3061) Unexpected tab character. (no-tabs)
(#3061) There should be no spaces inside this paren. (space-in-parens)
(#3061) There should be no spaces inside this paren. (space-in-parens)
(#3062) Unexpected tab character. (no-tabs)
(#3064) Unexpected tab character. (no-tabs)
(#3064) There should be no spaces inside this paren. (space-in-parens)
(#3064) There should be no spaces inside this paren. (space-in-parens)
(#3065) Unexpected tab character. (no-tabs)
(#3065) There should be no spaces inside this paren. (space-in-parens)
(#3065) There should be no spaces inside this paren. (space-in-parens)
(#3066) Unexpected tab character. (no-tabs)
(#3066) There should be no spaces inside this paren. (space-in-parens)
(#3066) There should be no spaces inside this paren. (space-in-parens)
(#3067) Unexpected tab character. (no-tabs)
(#3067) There should be no spaces inside this paren. (space-in-parens)
(#3067) There should be no spaces inside this paren. (space-in-parens)
(#3068) Unexpected tab character. (no-tabs)
(#3068) There should be no spaces inside this paren. (space-in-parens)
(#3068) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3068) There should be no spaces inside this paren. (space-in-parens)
(#3069) Line 3069 exceeds the maximum line length of 132. (max-len)
(#3069) Unexpected tab character. (no-tabs)
(#3069) There should be no spaces inside this paren. (space-in-parens)
(#3069) There should be no spaces inside this paren. (space-in-parens)
(#3070) Unexpected tab character. (no-tabs)
(#3070) There should be no spaces inside this paren. (space-in-parens)
(#3070) There should be no spaces inside this paren. (space-in-parens)
(#3071) Unexpected tab character. (no-tabs)
(#3072) Unexpected tab character. (no-tabs)
(#3073) Unexpected tab character. (no-tabs)
(#3074) Unexpected tab character. (no-tabs)
(#3074) There should be no spaces inside this paren. (space-in-parens)
(#3074) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3074) There should be no spaces inside this paren. (space-in-parens)
(#3075) Unexpected tab character. (no-tabs)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3076) Unexpected tab character. (no-tabs)
(#3076) There should be no spaces inside this paren. (space-in-parens)
(#3076) There should be no spaces inside this paren. (space-in-parens)
(#3077) Unexpected tab character. (no-tabs)
(#3078) Unexpected tab character. (no-tabs)
(#3079) Unexpected tab character. (no-tabs)
(#3080) Unexpected tab character. (no-tabs)
(#3081) Unexpected tab character. (no-tabs)
(#3081) There should be no spaces inside this paren. (space-in-parens)
(#3081) There should be no spaces inside this paren. (space-in-parens)
(#3082) Unexpected tab character. (no-tabs)
(#3084) Unexpected tab character. (no-tabs)
(#3084) There should be no spaces inside this paren. (space-in-parens)
(#3084) There should be no spaces inside this paren. (space-in-parens)
(#3085) Unexpected tab character. (no-tabs)
(#3085) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3085) There should be no spaces inside this paren. (space-in-parens)
(#3085) There should be no spaces inside this paren. (space-in-parens)
(#3086) Unexpected tab character. (no-tabs)
(#3086) There should be no spaces inside this paren. (space-in-parens)
(#3086) There should be no spaces inside this paren. (space-in-parens)
(#3087) Unexpected tab character. (no-tabs)
(#3089) Unexpected tab character. (no-tabs)
(#3092) Missing space before opening brace. (space-before-blocks)
(#3093) Unexpected tab character. (no-tabs)
(#3093) There should be no spaces inside this paren. (space-in-parens)
(#3093) There should be no spaces inside this paren. (space-in-parens)
(#3094) Unexpected tab character. (no-tabs)
(#3095) Unexpected tab character. (no-tabs)
(#3097) Unexpected tab character. (no-tabs)
(#3097) There should be no spaces inside this paren. (space-in-parens)
(#3097) There should be no spaces inside this paren. (space-in-parens)
(#3098) Unexpected tab character. (no-tabs)
(#3098) There should be no spaces inside this paren. (space-in-parens)
(#3098) There should be no spaces inside this paren. (space-in-parens)
(#3099) Unexpected tab character. (no-tabs)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3099) Infix operators must be spaced. (space-infix-ops)
(#3099) There should be no spaces inside this paren. (space-in-parens)
(#3100) Unexpected tab character. (no-tabs)
(#3101) Unexpected tab character. (no-tabs)
(#3102) Unexpected tab character. (no-tabs)
(#3103) Unexpected tab character. (no-tabs)
(#3104) Unexpected tab character. (no-tabs)
(#3106) Unexpected tab character. (no-tabs)
(#3109) Missing space before opening brace. (space-before-blocks)
(#3110) Unexpected tab character. (no-tabs)
(#3110) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3113) Missing space before opening brace. (space-before-blocks)
(#3114) Unexpected tab character. (no-tabs)
(#3114) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3117) Missing space before opening brace. (space-before-blocks)
(#3118) Unexpected tab character. (no-tabs)
(#3120) Unexpected tab character. (no-tabs)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3121) Unexpected tab character. (no-tabs)
(#3122) Unexpected tab character. (no-tabs)
(#3124) Unexpected tab character. (no-tabs)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3125) Unexpected tab character. (no-tabs)
(#3125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3126) Trailing spaces not allowed. (no-trailing-spaces)
(#3126) Unexpected tab character. (no-tabs)
(#3127) Unexpected tab character. (no-tabs)
(#3127) There should be no spaces inside this paren. (space-in-parens)
(#3127) There should be no space after '['. (computed-property-spacing)
(#3127) There should be no space before ']'. (computed-property-spacing)
(#3127) There should be no spaces inside this paren. (space-in-parens)
(#3127) There should be no spaces inside this paren. (space-in-parens)
(#3127) There should be no spaces inside this paren. (space-in-parens)
(#3128) Unexpected tab character. (no-tabs)
(#3129) Unexpected tab character. (no-tabs)
(#3129) A space is required after ','. (comma-spacing)
(#3131) Unexpected tab character. (no-tabs)
(#3131) There should be no spaces inside this paren. (space-in-parens)
(#3131) There should be no spaces inside this paren. (space-in-parens)
(#3131) There should be no spaces inside this paren. (space-in-parens)
(#3131) There should be no spaces inside this paren. (space-in-parens)
(#3132) Unexpected tab character. (no-tabs)
(#3133) Unexpected tab character. (no-tabs)
(#3133) There should be no space after '['. (computed-property-spacing)
(#3133) There should be no space before ']'. (computed-property-spacing)
(#3133) There should be no spaces inside this paren. (space-in-parens)
(#3133) There should be no spaces inside this paren. (space-in-parens)
(#3134) Unexpected tab character. (no-tabs)
(#3134) There should be no spaces inside this paren. (space-in-parens)
(#3134) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3134) There should be no spaces inside this paren. (space-in-parens)
(#3135) Unexpected tab character. (no-tabs)
(#3135) There should be no spaces inside this paren. (space-in-parens)
(#3135) There should be no space after '['. (computed-property-spacing)
(#3135) There should be no space before ']'. (computed-property-spacing)
(#3135) There should be no spaces inside this paren. (space-in-parens)
(#3136) Unexpected tab character. (no-tabs)
(#3137) Unexpected tab character. (no-tabs)
(#3138) Unexpected tab character. (no-tabs)
(#3139) Unexpected tab character. (no-tabs)
(#3140) Unexpected tab character. (no-tabs)
(#3142) Unexpected tab character. (no-tabs)
(#3142) There should be no spaces inside this paren. (space-in-parens)
(#3142) There should be no spaces inside this paren. (space-in-parens)
(#3143) Unexpected tab character. (no-tabs)
(#3144) Unexpected tab character. (no-tabs)
(#3146) Unexpected tab character. (no-tabs)
(#3149) Missing space before opening brace. (space-before-blocks)
(#3150) Unexpected tab character. (no-tabs)
(#3150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3151) Unexpected tab character. (no-tabs)
(#3153) Unexpected tab character. (no-tabs)
(#3153) There should be no spaces inside this paren. (space-in-parens)
(#3153) There should be no spaces inside this paren. (space-in-parens)
(#3154) Unexpected tab character. (no-tabs)
(#3154) There should be no spaces inside this paren. (space-in-parens)
(#3154) There should be no spaces inside this paren. (space-in-parens)
(#3155) Unexpected tab character. (no-tabs)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3155) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3155) There should be no space after '['. (computed-property-spacing)
(#3155) There should be no space before ']'. (computed-property-spacing)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3156) Unexpected tab character. (no-tabs)
(#3156) There should be no space after '['. (computed-property-spacing)
(#3156) There should be no space before ']'. (computed-property-spacing)
(#3156) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3156) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3157) Unexpected tab character. (no-tabs)
(#3159) Unexpected tab character. (no-tabs)
(#3159) A space is required after ','. (comma-spacing)
(#3161) Unexpected tab character. (no-tabs)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3162) Unexpected tab character. (no-tabs)
(#3163) Unexpected tab character. (no-tabs)
(#3165) Unexpected tab character. (no-tabs)
(#3165) There should be no spaces inside this paren. (space-in-parens)
(#3165) There should be no spaces inside this paren. (space-in-parens)
(#3166) Unexpected tab character. (no-tabs)
(#3167) Unexpected tab character. (no-tabs)
(#3169) Unexpected tab character. (no-tabs)
(#3169) There should be no spaces inside this paren. (space-in-parens)
(#3169) There should be no space after '['. (computed-property-spacing)
(#3169) There should be no space before ']'. (computed-property-spacing)
(#3169) There should be no spaces inside this paren. (space-in-parens)
(#3170) Unexpected tab character. (no-tabs)
(#3170) There should be no space after '['. (computed-property-spacing)
(#3170) There should be no space before ']'. (computed-property-spacing)
(#3170) There should be no spaces inside this paren. (space-in-parens)
(#3170) There should be no spaces inside this paren. (space-in-parens)
(#3172) Unexpected tab character. (no-tabs)
(#3172) Blocks are nested too deeply (5). (max-depth)
(#3172) There should be no spaces inside this paren. (space-in-parens)
(#3172) There should be no spaces inside this paren. (space-in-parens)
(#3173) Unexpected tab character. (no-tabs)
(#3174) Unexpected tab character. (no-tabs)
(#3174) There should be no spaces inside this paren. (space-in-parens)
(#3174) There should be no spaces inside this paren. (space-in-parens)
(#3175) Unexpected tab character. (no-tabs)
(#3176) Unexpected tab character. (no-tabs)
(#3177) Unexpected tab character. (no-tabs)
(#3179) Unexpected tab character. (no-tabs)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3180) Unexpected tab character. (no-tabs)
(#3180) There should be no spaces inside this paren. (space-in-parens)
(#3180) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3180) There should be no spaces inside this paren. (space-in-parens)
(#3181) Unexpected tab character. (no-tabs)
(#3181) Blocks are nested too deeply (5). (max-depth)
(#3181) There should be no spaces inside this paren. (space-in-parens)
(#3181) There should be no spaces inside this paren. (space-in-parens)
(#3182) Unexpected tab character. (no-tabs)
(#3182) There should be no spaces inside this paren. (space-in-parens)
(#3182) There should be no spaces inside this paren. (space-in-parens)
(#3183) Unexpected tab character. (no-tabs)
(#3183) Unexpected use of '^'. (no-bitwise)
(#3185) Unexpected tab character. (no-tabs)
(#3185) Blocks are nested too deeply (6). (max-depth)
(#3185) There should be no spaces inside this paren. (space-in-parens)
(#3185) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3185) There should be no spaces inside this paren. (space-in-parens)
(#3186) Unexpected tab character. (no-tabs)
(#3186) Blocks are nested too deeply (7). (max-depth)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3187) Unexpected tab character. (no-tabs)
(#3188) Unexpected tab character. (no-tabs)
(#3189) Unexpected tab character. (no-tabs)
(#3190) Unexpected tab character. (no-tabs)
(#3191) Unexpected tab character. (no-tabs)
(#3191) There should be no spaces inside this paren. (space-in-parens)
(#3191) There should be no spaces inside this paren. (space-in-parens)
(#3192) Unexpected tab character. (no-tabs)
(#3192) There should be no spaces inside this paren. (space-in-parens)
(#3192) There should be no spaces inside this paren. (space-in-parens)
(#3193) Unexpected tab character. (no-tabs)
(#3194) Unexpected tab character. (no-tabs)
(#3195) Unexpected tab character. (no-tabs)
(#3196) Unexpected tab character. (no-tabs)
(#3197) Unexpected tab character. (no-tabs)
(#3199) Unexpected tab character. (no-tabs)
(#3199) There should be no spaces inside this paren. (space-in-parens)
(#3199) There should be no spaces inside this paren. (space-in-parens)
(#3200) Unexpected tab character. (no-tabs)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3201) Unexpected tab character. (no-tabs)
(#3202) Unexpected tab character. (no-tabs)
(#3204) Unexpected tab character. (no-tabs)
(#3204) There should be no spaces inside this paren. (space-in-parens)
(#3204) There should be no space after '['. (computed-property-spacing)
(#3204) There should be no space before ']'. (computed-property-spacing)
(#3204) There should be no spaces inside this paren. (space-in-parens)
(#3206) Unexpected tab character. (no-tabs)
(#3206) There should be no spaces inside this paren. (space-in-parens)
(#3206) There should be no spaces inside this paren. (space-in-parens)
(#3207) Unexpected tab character. (no-tabs)
(#3208) Unexpected tab character. (no-tabs)
(#3210) Unexpected tab character. (no-tabs)
(#3211) Unexpected tab character. (no-tabs)
(#3212) Unexpected tab character. (no-tabs)
(#3213) Unexpected tab character. (no-tabs)
(#3215) Unexpected tab character. (no-tabs)
(#3216) Unexpected tab character. (no-tabs)
(#3216) There should be no spaces inside this paren. (space-in-parens)
(#3216) There should be no spaces inside this paren. (space-in-parens)
(#3217) Unexpected tab character. (no-tabs)
(#3217) There should be no spaces inside this paren. (space-in-parens)
(#3217) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3217) There should be no spaces inside this paren. (space-in-parens)
(#3218) Unexpected tab character. (no-tabs)
(#3218) There should be no spaces inside this paren. (space-in-parens)
(#3218) There should be no spaces inside this paren. (space-in-parens)
(#3219) Unexpected tab character. (no-tabs)
(#3220) Unexpected tab character. (no-tabs)
(#3221) Unexpected tab character. (no-tabs)
(#3222) Unexpected tab character. (no-tabs)
(#3224) Unexpected tab character. (no-tabs)
(#3225) Unexpected tab character. (no-tabs)
(#3227) Unexpected tab character. (no-tabs)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3231) Unexpected tab character. (no-tabs)
(#3231) Expected an object to be thrown. (no-throw-literal)
(#3235) Unexpected tab character. (no-tabs)
(#3235) There should be no space after '['. (array-bracket-spacing)
(#3235) There should be no space before ']'. (array-bracket-spacing)
(#3236) Unexpected tab character. (no-tabs)
(#3237) Unexpected tab character. (no-tabs)
(#3237) Unnecessary escape character: \-. (no-useless-escape)
(#3238) Unexpected tab character. (no-tabs)
(#3238) Unnecessary escape character: \-. (no-useless-escape)
(#3239) Unexpected tab character. (no-tabs)
(#3239) Unnecessary escape character: \-. (no-useless-escape)
(#3240) Unexpected tab character. (no-tabs)
(#3240) Unnecessary escape character: \-. (no-useless-escape)
(#3241) Unexpected tab character. (no-tabs)
(#3241) Unnecessary escape character: \*. (no-useless-escape)
(#3241) Unnecessary escape character: \-. (no-useless-escape)
(#3242) Unexpected tab character. (no-tabs)
(#3242) Unnecessary escape character: \-. (no-useless-escape)
(#3243) Unexpected tab character. (no-tabs)
(#3243) Unnecessary escape character: \-. (no-useless-escape)
(#3244) Unexpected tab character. (no-tabs)
(#3244) Unnecessary escape character: \-. (no-useless-escape)
(#3244) Unnecessary escape character: \). (no-useless-escape)
(#3244) Unnecessary escape character: \(. (no-useless-escape)
(#3244) Unnecessary escape character: \). (no-useless-escape)
(#3245) Unexpected tab character. (no-tabs)
(#3246) Unexpected tab character. (no-tabs)
(#3247) Unexpected tab character. (no-tabs)
(#3248) Unexpected tab character. (no-tabs)
(#3249) Unexpected tab character. (no-tabs)
(#3250) Unexpected tab character. (no-tabs)
(#3251) Unexpected tab character. (no-tabs)
(#3252) Unexpected tab character. (no-tabs)
(#3252) Missing space before opening brace. (space-before-blocks)
(#3253) Unexpected tab character. (no-tabs)
(#3254) Unexpected tab character. (no-tabs)
(#3255) Unexpected tab character. (no-tabs)
(#3256) Unexpected tab character. (no-tabs)
(#3257) Unexpected tab character. (no-tabs)
(#3257) Missing space before opening brace. (space-before-blocks)
(#3258) Unexpected tab character. (no-tabs)
(#3259) Unexpected tab character. (no-tabs)
(#3260) Unexpected tab character. (no-tabs)
(#3262) Unexpected tab character. (no-tabs)
(#3262) There should be no spaces inside this paren. (space-in-parens)
(#3262) There should be no spaces inside this paren. (space-in-parens)
(#3263) Unexpected tab character. (no-tabs)
(#3264) Unexpected tab character. (no-tabs)
(#3266) Unexpected tab character. (no-tabs)
(#3266) There should be no spaces inside this paren. (space-in-parens)
(#3266) There should be no spaces inside this paren. (space-in-parens)
(#3267) Unexpected tab character. (no-tabs)
(#3267) There should be no spaces inside this paren. (space-in-parens)
(#3267) There should be no spaces inside this paren. (space-in-parens)
(#3268) Unexpected tab character. (no-tabs)
(#3268) There should be no spaces inside this paren. (space-in-parens)
(#3268) There should be no spaces inside this paren. (space-in-parens)
(#3268) Empty block statement. (no-empty)
(#3270) Unexpected tab character. (no-tabs)
(#3271) Unexpected tab character. (no-tabs)
(#3272) Unexpected tab character. (no-tabs)
(#3273) Unexpected tab character. (no-tabs)
(#3274) Unexpected tab character. (no-tabs)
(#3276) Unexpected tab character. (no-tabs)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3277) Unexpected tab character. (no-tabs)
(#3277) There should be no spaces inside this paren. (space-in-parens)
(#3277) There should be no spaces inside this paren. (space-in-parens)
(#3278) Unexpected tab character. (no-tabs)
(#3279) Unexpected tab character. (no-tabs)
(#3280) Unexpected tab character. (no-tabs)
(#3280) Missing space before opening brace. (space-before-blocks)
(#3281) Unexpected tab character. (no-tabs)
(#3282) Unexpected tab character. (no-tabs)
(#3282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3284) Unexpected tab character. (no-tabs)
(#3284) There should be no spaces inside this paren. (space-in-parens)
(#3284) There should be no spaces inside this paren. (space-in-parens)
(#3285) Unexpected tab character. (no-tabs)
(#3287) Unexpected tab character. (no-tabs)
(#3287) There should be no spaces inside this paren. (space-in-parens)
(#3287) There should be no spaces inside this paren. (space-in-parens)
(#3288) Unexpected tab character. (no-tabs)
(#3289) Unexpected tab character. (no-tabs)
(#3289) There should be no spaces inside this paren. (space-in-parens)
(#3289) There should be no spaces inside this paren. (space-in-parens)
(#3290) Unexpected tab character. (no-tabs)
(#3291) Unexpected tab character. (no-tabs)
(#3292) Unexpected tab character. (no-tabs)
(#3293) Unexpected tab character. (no-tabs)
(#3294) Unexpected tab character. (no-tabs)
(#3295) Unexpected tab character. (no-tabs)
(#3295) There should be no spaces inside this paren. (space-in-parens)
(#3295) There should be no spaces inside this paren. (space-in-parens)
(#3296) Unexpected tab character. (no-tabs)
(#3297) Unexpected tab character. (no-tabs)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3298) Unexpected tab character. (no-tabs)
(#3299) Unexpected tab character. (no-tabs)
(#3300) Unexpected tab character. (no-tabs)
(#3301) Unexpected tab character. (no-tabs)
(#3302) Unexpected tab character. (no-tabs)
(#3304) Unexpected tab character. (no-tabs)
(#3304) There should be no spaces inside this paren. (space-in-parens)
(#3304) There should be no spaces inside this paren. (space-in-parens)
(#3305) Unexpected tab character. (no-tabs)
(#3305) There should be no spaces inside this paren. (space-in-parens)
(#3305) There should be no spaces inside this paren. (space-in-parens)
(#3306) Unexpected tab character. (no-tabs)
(#3307) Unexpected tab character. (no-tabs)
(#3308) Unexpected tab character. (no-tabs)
(#3309) Unexpected tab character. (no-tabs)
(#3309) Missing space before opening brace. (space-before-blocks)
(#3310) Unexpected tab character. (no-tabs)
(#3310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3310) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3312) Unexpected tab character. (no-tabs)
(#3312) There should be no spaces inside this paren. (space-in-parens)
(#3312) There should be no spaces inside this paren. (space-in-parens)
(#3313) Unexpected tab character. (no-tabs)
(#3314) Unexpected tab character. (no-tabs)
(#3315) Unexpected tab character. (no-tabs)
(#3316) Unexpected tab character. (no-tabs)
(#3318) Unexpected tab character. (no-tabs)
(#3319) Unexpected tab character. (no-tabs)
(#3320) Unexpected tab character. (no-tabs)
(#3320) Missing space before opening brace. (space-before-blocks)
(#3321) Unexpected tab character. (no-tabs)
(#3321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3323) Unexpected tab character. (no-tabs)
(#3323) There should be no spaces inside this paren. (space-in-parens)
(#3323) There should be no spaces inside this paren. (space-in-parens)
(#3324) Unexpected tab character. (no-tabs)
(#3325) Unexpected tab character. (no-tabs)
(#3326) Unexpected tab character. (no-tabs)
(#3327) Unexpected tab character. (no-tabs)
(#3329) Unexpected tab character. (no-tabs)
(#3330) Unexpected tab character. (no-tabs)
(#3331) Unexpected tab character. (no-tabs)
(#3332) Unexpected tab character. (no-tabs)
(#3333) Unexpected tab character. (no-tabs)
(#3333) Expected to return a value at the end of method 'ID'. (consistent-return)
(#3333) Missing space before opening brace. (space-before-blocks)
(#3334) Unexpected tab character. (no-tabs)
(#3334) There should be no spaces inside this paren. (space-in-parens)
(#3334) There should be no spaces inside this paren. (space-in-parens)
(#3335) Unexpected tab character. (no-tabs)
(#3336) Unexpected tab character. (no-tabs)
(#3337) Unexpected tab character. (no-tabs)
(#3338) Unexpected tab character. (no-tabs)
(#3339) Unexpected tab character. (no-tabs)
(#3340) Unexpected tab character. (no-tabs)
(#3341) Unexpected tab character. (no-tabs)
(#3341) Expected to return a value at the end of method 'NAME'. (consistent-return)
(#3341) Missing space before opening brace. (space-before-blocks)
(#3342) Unexpected tab character. (no-tabs)
(#3342) There should be no spaces inside this paren. (space-in-parens)
(#3342) There should be no spaces inside this paren. (space-in-parens)
(#3343) Unexpected tab character. (no-tabs)
(#3343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3345) Unexpected tab character. (no-tabs)
(#3345) There should be no spaces inside this paren. (space-in-parens)
(#3345) There should be no spaces inside this paren. (space-in-parens)
(#3346) Unexpected tab character. (no-tabs)
(#3346) There should be no spaces inside this paren. (space-in-parens)
(#3346) There should be no spaces inside this paren. (space-in-parens)
(#3347) Unexpected tab character. (no-tabs)
(#3347) There should be no spaces inside this paren. (space-in-parens)
(#3347) There should be no spaces inside this paren. (space-in-parens)
(#3348) Unexpected tab character. (no-tabs)
(#3349) Unexpected tab character. (no-tabs)
(#3351) Unexpected tab character. (no-tabs)
(#3352) Unexpected tab character. (no-tabs)
(#3353) Unexpected tab character. (no-tabs)
(#3354) Unexpected tab character. (no-tabs)
(#3354) Missing space before opening brace. (space-before-blocks)
(#3355) Unexpected tab character. (no-tabs)
(#3356) Unexpected tab character. (no-tabs)
(#3357) Unexpected tab character. (no-tabs)
(#3358) Unexpected tab character. (no-tabs)
(#3359) Unexpected tab character. (no-tabs)
(#3359) Missing space before opening brace. (space-before-blocks)
(#3360) Unexpected tab character. (no-tabs)
(#3362) Unexpected tab character. (no-tabs)
(#3362) There should be no spaces inside this paren. (space-in-parens)
(#3362) There should be no spaces inside this paren. (space-in-parens)
(#3363) Unexpected tab character. (no-tabs)
(#3364) Unexpected tab character. (no-tabs)
(#3366) Unexpected tab character. (no-tabs)
(#3366) There should be no spaces inside this paren. (space-in-parens)
(#3366) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3366) There should be no spaces inside this paren. (space-in-parens)
(#3367) Unexpected tab character. (no-tabs)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3368) Unexpected tab character. (no-tabs)
(#3368) There should be no spaces inside this paren. (space-in-parens)
(#3368) Unexpected use of '^'. (no-bitwise)
(#3368) There should be no spaces inside this paren. (space-in-parens)
(#3369) Unexpected tab character. (no-tabs)
(#3369) There should be no spaces inside this paren. (space-in-parens)
(#3369) There should be no spaces inside this paren. (space-in-parens)
(#3370) Unexpected tab character. (no-tabs)
(#3370) There should be no spaces inside this paren. (space-in-parens)
(#3370) There should be no spaces inside this paren. (space-in-parens)
(#3371) Unexpected tab character. (no-tabs)
(#3372) Unexpected tab character. (no-tabs)
(#3372) There should be no spaces inside this paren. (space-in-parens)
(#3372) There should be no spaces inside this paren. (space-in-parens)
(#3373) Unexpected tab character. (no-tabs)
(#3374) Unexpected tab character. (no-tabs)
(#3375) Unexpected tab character. (no-tabs)
(#3376) Unexpected tab character. (no-tabs)
(#3378) Unexpected tab character. (no-tabs)
(#3379) Unexpected tab character. (no-tabs)
(#3380) Unexpected tab character. (no-tabs)
(#3380) Missing space before opening brace. (space-before-blocks)
(#3381) Unexpected tab character. (no-tabs)
(#3382) Unexpected tab character. (no-tabs)
(#3383) Unexpected tab character. (no-tabs)
(#3383) 'curLoop' is defined but never used. (no-unused-vars)
(#3383) Missing space before opening brace. (space-before-blocks)
(#3384) Unexpected tab character. (no-tabs)
(#3385) Unexpected tab character. (no-tabs)
(#3386) Unexpected tab character. (no-tabs)
(#3386) Missing space before opening brace. (space-before-blocks)
(#3387) Unexpected tab character. (no-tabs)
(#3387) There should be no spaces inside this paren. (space-in-parens)
(#3387) There should be no spaces inside this paren. (space-in-parens)
(#3388) Unexpected tab character. (no-tabs)
(#3388) Comments should not begin with a lowercase character (capitalized-comments)
(#3389) Unexpected tab character. (no-tabs)
(#3390) Unexpected tab character. (no-tabs)
(#3391) Unexpected tab character. (no-tabs)
(#3391) There should be no spaces inside this paren. (space-in-parens)
(#3391) There should be no spaces inside this paren. (space-in-parens)
(#3393) Unexpected tab character. (no-tabs)
(#3393) Comments should not begin with a lowercase character (capitalized-comments)
(#3394) Unexpected tab character. (no-tabs)
(#3395) Unexpected tab character. (no-tabs)
(#3396) Unexpected tab character. (no-tabs)
(#3398) Unexpected tab character. (no-tabs)
(#3399) Unexpected tab character. (no-tabs)
(#3401) Unexpected tab character. (no-tabs)
(#3402) Unexpected tab character. (no-tabs)
(#3403) Unexpected tab character. (no-tabs)
(#3403) Missing space before opening brace. (space-before-blocks)
(#3404) Unexpected tab character. (no-tabs)
(#3405) Trailing spaces not allowed. (no-trailing-spaces)
(#3405) Unexpected tab character. (no-tabs)
(#3406) Unexpected tab character. (no-tabs)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3407) Unexpected tab character. (no-tabs)
(#3408) Unexpected tab character. (no-tabs)
(#3410) Unexpected tab character. (no-tabs)
(#3410) There should be no spaces inside this paren. (space-in-parens)
(#3410) There should be no spaces inside this paren. (space-in-parens)
(#3411) Unexpected tab character. (no-tabs)
(#3412) Unexpected tab character. (no-tabs)
(#3414) Unexpected tab character. (no-tabs)
(#3415) Unexpected tab character. (no-tabs)
(#3416) Unexpected tab character. (no-tabs)
(#3416) Missing space before opening brace. (space-before-blocks)
(#3417) Unexpected tab character. (no-tabs)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3418) Unexpected tab character. (no-tabs)
(#3419) Unexpected tab character. (no-tabs)
(#3419) There should be no spaces inside this paren. (space-in-parens)
(#3419) There should be no spaces inside this paren. (space-in-parens)
(#3419) There should be no spaces inside this paren. (space-in-parens)
(#3419) There should be no spaces inside this paren. (space-in-parens)
(#3420) Unexpected tab character. (no-tabs)
(#3420) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3421) Unexpected tab character. (no-tabs)
(#3422) Unexpected tab character. (no-tabs)
(#3422) Unexpected use of '^'. (no-bitwise)
(#3423) Unexpected tab character. (no-tabs)
(#3423) There should be no spaces inside this paren. (space-in-parens)
(#3423) There should be no spaces inside this paren. (space-in-parens)
(#3424) Unexpected tab character. (no-tabs)
(#3424) There should be no spaces inside this paren. (space-in-parens)
(#3424) There should be no spaces inside this paren. (space-in-parens)
(#3425) Unexpected tab character. (no-tabs)
(#3426) Unexpected tab character. (no-tabs)
(#3427) Unexpected tab character. (no-tabs)
(#3428) Unexpected tab character. (no-tabs)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3429) Unexpected tab character. (no-tabs)
(#3430) Unexpected tab character. (no-tabs)
(#3431) Trailing spaces not allowed. (no-trailing-spaces)
(#3431) Unexpected tab character. (no-tabs)
(#3432) Unexpected tab character. (no-tabs)
(#3433) Unexpected tab character. (no-tabs)
(#3434) Unexpected tab character. (no-tabs)
(#3434) Missing space before opening brace. (space-before-blocks)
(#3435) Unexpected tab character. (no-tabs)
(#3435) There should be no spaces inside this paren. (space-in-parens)
(#3435) There should be no spaces inside this paren. (space-in-parens)
(#3436) Unexpected tab character. (no-tabs)
(#3437) Unexpected tab character. (no-tabs)
(#3438) Unexpected tab character. (no-tabs)
(#3439) Unexpected tab character. (no-tabs)
(#3440) Unexpected tab character. (no-tabs)
(#3440) Missing space before opening brace. (space-before-blocks)
(#3441) Unexpected tab character. (no-tabs)
(#3442) Unexpected tab character. (no-tabs)
(#3443) Unexpected tab character. (no-tabs)
(#3443) Missing space before opening brace. (space-before-blocks)
(#3444) Unexpected tab character. (no-tabs)
(#3445) Unexpected tab character. (no-tabs)
(#3446) Unexpected tab character. (no-tabs)
(#3446) Missing space before opening brace. (space-before-blocks)
(#3447) Unexpected tab character. (no-tabs)
(#3448) Unexpected tab character. (no-tabs)
(#3449) Unexpected tab character. (no-tabs)
(#3449) Missing space before opening brace. (space-before-blocks)
(#3450) Unexpected tab character. (no-tabs)
(#3451) Unexpected tab character. (no-tabs)
(#3452) Unexpected tab character. (no-tabs)
(#3452) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3453) Unexpected tab character. (no-tabs)
(#3454) Unexpected tab character. (no-tabs)
(#3455) Unexpected tab character. (no-tabs)
(#3455) Missing space before opening brace. (space-before-blocks)
(#3456) Unexpected tab character. (no-tabs)
(#3457) Unexpected tab character. (no-tabs)
(#3458) Unexpected tab character. (no-tabs)
(#3458) Missing space before opening brace. (space-before-blocks)
(#3459) Unexpected tab character. (no-tabs)
(#3460) Unexpected tab character. (no-tabs)
(#3461) Unexpected tab character. (no-tabs)
(#3461) Missing space before opening brace. (space-before-blocks)
(#3462) Unexpected tab character. (no-tabs)
(#3462) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3462) There should be no spaces inside this paren. (space-in-parens)
(#3462) There should be no spaces inside this paren. (space-in-parens)
(#3463) Unexpected tab character. (no-tabs)
(#3464) Unexpected tab character. (no-tabs)
(#3464) Missing space before opening brace. (space-before-blocks)
(#3465) Unexpected tab character. (no-tabs)
(#3465) There should be no spaces inside this paren. (space-in-parens)
(#3465) There should be no spaces inside this paren. (space-in-parens)
(#3466) Unexpected tab character. (no-tabs)
(#3467) Unexpected tab character. (no-tabs)
(#3467) Missing space before opening brace. (space-before-blocks)
(#3468) Unexpected tab character. (no-tabs)
(#3469) Unexpected tab character. (no-tabs)
(#3470) Unexpected tab character. (no-tabs)
(#3470) Missing space before opening brace. (space-before-blocks)
(#3471) Unexpected tab character. (no-tabs)
(#3472) Unexpected tab character. (no-tabs)
(#3473) Unexpected tab character. (no-tabs)
(#3473) Missing space before opening brace. (space-before-blocks)
(#3474) Unexpected tab character. (no-tabs)
(#3475) Unexpected tab character. (no-tabs)
(#3476) Unexpected tab character. (no-tabs)
(#3476) Missing space before opening brace. (space-before-blocks)
(#3477) Unexpected tab character. (no-tabs)
(#3478) Unexpected tab character. (no-tabs)
(#3479) Unexpected tab character. (no-tabs)
(#3479) Missing space before opening brace. (space-before-blocks)
(#3480) Unexpected tab character. (no-tabs)
(#3481) Unexpected tab character. (no-tabs)
(#3482) Unexpected tab character. (no-tabs)
(#3482) Missing space before opening brace. (space-before-blocks)
(#3483) Unexpected tab character. (no-tabs)
(#3484) Unexpected tab character. (no-tabs)
(#3485) Unexpected tab character. (no-tabs)
(#3485) Missing space before opening brace. (space-before-blocks)
(#3486) Unexpected tab character. (no-tabs)
(#3487) Unexpected tab character. (no-tabs)
(#3488) Unexpected tab character. (no-tabs)
(#3488) Missing space before opening brace. (space-before-blocks)
(#3489) Unexpected tab character. (no-tabs)
(#3490) Unexpected tab character. (no-tabs)
(#3491) Unexpected tab character. (no-tabs)
(#3491) Missing space before opening brace. (space-before-blocks)
(#3492) Unexpected tab character. (no-tabs)
(#3493) Unexpected tab character. (no-tabs)
(#3494) Unexpected tab character. (no-tabs)
(#3494) Missing space before opening brace. (space-before-blocks)
(#3495) Unexpected tab character. (no-tabs)
(#3496) Unexpected tab character. (no-tabs)
(#3497) Unexpected tab character. (no-tabs)
(#3498) Unexpected tab character. (no-tabs)
(#3499) Unexpected tab character. (no-tabs)
(#3499) Missing space before opening brace. (space-before-blocks)
(#3500) Unexpected tab character. (no-tabs)
(#3501) Unexpected tab character. (no-tabs)
(#3502) Unexpected tab character. (no-tabs)
(#3502) Missing space before opening brace. (space-before-blocks)
(#3503) Unexpected tab character. (no-tabs)
(#3504) Unexpected tab character. (no-tabs)
(#3505) Unexpected tab character. (no-tabs)
(#3505) Missing space before opening brace. (space-before-blocks)
(#3506) Unexpected tab character. (no-tabs)
(#3507) Unexpected tab character. (no-tabs)
(#3508) Unexpected tab character. (no-tabs)
(#3508) Missing space before opening brace. (space-before-blocks)
(#3509) Unexpected tab character. (no-tabs)
(#3510) Unexpected tab character. (no-tabs)
(#3511) Unexpected tab character. (no-tabs)
(#3511) Missing space before opening brace. (space-before-blocks)
(#3512) Unexpected tab character. (no-tabs)
(#3513) Unexpected tab character. (no-tabs)
(#3514) Unexpected tab character. (no-tabs)
(#3514) Missing space before opening brace. (space-before-blocks)
(#3515) Unexpected tab character. (no-tabs)
(#3516) Unexpected tab character. (no-tabs)
(#3517) Unexpected tab character. (no-tabs)
(#3517) Missing space before opening brace. (space-before-blocks)
(#3518) Unexpected tab character. (no-tabs)
(#3519) Unexpected tab character. (no-tabs)
(#3520) Unexpected tab character. (no-tabs)
(#3520) Missing space before opening brace. (space-before-blocks)
(#3521) Unexpected tab character. (no-tabs)
(#3522) Unexpected tab character. (no-tabs)
(#3523) Unexpected tab character. (no-tabs)
(#3524) Unexpected tab character. (no-tabs)
(#3525) Unexpected tab character. (no-tabs)
(#3525) Expected to return a value at the end of method 'PSEUDO'. (consistent-return)
(#3525) Missing space before opening brace. (space-before-blocks)
(#3526) Unexpected tab character. (no-tabs)
(#3526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3526) There should be no space after '['. (computed-property-spacing)
(#3526) There should be no space before ']'. (computed-property-spacing)
(#3528) Unexpected tab character. (no-tabs)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3529) Unexpected tab character. (no-tabs)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3530) Unexpected tab character. (no-tabs)
(#3530) There should be no spaces inside this paren. (space-in-parens)
(#3530) There should be no spaces inside this paren. (space-in-parens)
(#3531) Unexpected tab character. (no-tabs)
(#3531) There should be no space after '['. (array-bracket-spacing)
(#3531) There should be no space before ']'. (array-bracket-spacing)
(#3532) Unexpected tab character. (no-tabs)
(#3532) There should be no spaces inside this paren. (space-in-parens)
(#3532) There should be no spaces inside this paren. (space-in-parens)
(#3533) Unexpected tab character. (no-tabs)
(#3535) Unexpected tab character. (no-tabs)
(#3535) There should be no spaces inside this paren. (space-in-parens)
(#3535) There should be no spaces inside this paren. (space-in-parens)
(#3536) Unexpected tab character. (no-tabs)
(#3536) There should be no spaces inside this paren. (space-in-parens)
(#3536) There should be no spaces inside this paren. (space-in-parens)
(#3537) Unexpected tab character. (no-tabs)
(#3538) Unexpected tab character. (no-tabs)
(#3539) Unexpected tab character. (no-tabs)
(#3541) Unexpected tab character. (no-tabs)
(#3542) Unexpected tab character. (no-tabs)
(#3543) Unexpected tab character. (no-tabs)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3544) Unexpected tab character. (no-tabs)
(#3545) Unexpected tab character. (no-tabs)
(#3546) Unexpected tab character. (no-tabs)
(#3546) Expected to return a value at the end of method 'CHILD'. (consistent-return)
(#3546) Missing space before opening brace. (space-before-blocks)
(#3547) Unexpected tab character. (no-tabs)
(#3547) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3548) Unexpected tab character. (no-tabs)
(#3549) Unexpected tab character. (no-tabs)
(#3550) Unexpected tab character. (no-tabs)
(#3551) Unexpected tab character. (no-tabs)
(#3551) There should be no spaces inside this paren. (space-in-parens)
(#3551) There should be no spaces inside this paren. (space-in-parens)
(#3552) Unexpected tab character. (no-tabs)
(#3552) There should be no spaces inside this paren. (space-in-parens)
(#3552) There should be no spaces inside this paren. (space-in-parens)
(#3552) Trailing spaces not allowed. (no-trailing-spaces)
(#3553) Unexpected tab character. (no-tabs)
(#3553) Trailing spaces not allowed. (no-trailing-spaces)
(#3554) Unexpected tab character. (no-tabs)
(#3555) Unexpected tab character. (no-tabs)
(#3556) Unexpected tab character. (no-tabs)
(#3556) There should be no spaces inside this paren. (space-in-parens)
(#3556) There should be no spaces inside this paren. (space-in-parens)
(#3556) Trailing spaces not allowed. (no-trailing-spaces)
(#3557) Unexpected tab character. (no-tabs)
(#3557) Trailing spaces not allowed. (no-trailing-spaces)
(#3558) Unexpected tab character. (no-tabs)
(#3559) Unexpected tab character. (no-tabs)
(#3560) Unexpected tab character. (no-tabs)
(#3560) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3561) Unexpected tab character. (no-tabs)
(#3561) There should be no spaces inside this paren. (space-in-parens)
(#3561) There should be no spaces inside this paren. (space-in-parens)
(#3562) Unexpected tab character. (no-tabs)
(#3562) There should be no spaces inside this paren. (space-in-parens)
(#3562) There should be no spaces inside this paren. (space-in-parens)
(#3562) Trailing spaces not allowed. (no-trailing-spaces)
(#3563) Unexpected tab character. (no-tabs)
(#3563) Trailing spaces not allowed. (no-trailing-spaces)
(#3564) Unexpected tab character. (no-tabs)
(#3565) Unexpected tab character. (no-tabs)
(#3566) Unexpected tab character. (no-tabs)
(#3567) Unexpected tab character. (no-tabs)
(#3568) Unexpected tab character. (no-tabs)
(#3568) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3570) Unexpected tab character. (no-tabs)
(#3570) There should be no spaces inside this paren. (space-in-parens)
(#3570) There should be no spaces inside this paren. (space-in-parens)
(#3571) Unexpected tab character. (no-tabs)
(#3572) Unexpected tab character. (no-tabs)
(#3573) Trailing spaces not allowed. (no-trailing-spaces)
(#3573) Unexpected tab character. (no-tabs)
(#3574) Unexpected tab character. (no-tabs)
(#3575) Unexpected tab character. (no-tabs)
(#3576) Trailing spaces not allowed. (no-trailing-spaces)
(#3576) Unexpected tab character. (no-tabs)
(#3577) Unexpected tab character. (no-tabs)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3578) Unexpected tab character. (no-tabs)
(#3579) Unexpected tab character. (no-tabs)
(#3579) There should be no spaces inside this paren. (space-in-parens)
(#3579) There should be no spaces inside this paren. (space-in-parens)
(#3580) Unexpected tab character. (no-tabs)
(#3580) There should be no spaces inside this paren. (space-in-parens)
(#3580) There should be no spaces inside this paren. (space-in-parens)
(#3581) Unexpected tab character. (no-tabs)
(#3582) Unexpected tab character. (no-tabs)
(#3583) Unexpected tab character. (no-tabs)
(#3583) Trailing spaces not allowed. (no-trailing-spaces)
(#3584) Unexpected tab character. (no-tabs)
(#3585) Unexpected tab character. (no-tabs)
(#3586) Trailing spaces not allowed. (no-trailing-spaces)
(#3586) Unexpected tab character. (no-tabs)
(#3587) Unexpected tab character. (no-tabs)
(#3588) Unexpected tab character. (no-tabs)
(#3588) There should be no spaces inside this paren. (space-in-parens)
(#3588) There should be no spaces inside this paren. (space-in-parens)
(#3589) Unexpected tab character. (no-tabs)
(#3590) Unexpected tab character. (no-tabs)
(#3591) Unexpected tab character. (no-tabs)
(#3591) There should be no spaces inside this paren. (space-in-parens)
(#3591) There should be no spaces inside this paren. (space-in-parens)
(#3592) Unexpected tab character. (no-tabs)
(#3593) Unexpected tab character. (no-tabs)
(#3594) Unexpected tab character. (no-tabs)
(#3595) Unexpected tab character. (no-tabs)
(#3595) Missing space before opening brace. (space-before-blocks)
(#3596) Unexpected tab character. (no-tabs)
(#3597) Unexpected tab character. (no-tabs)
(#3598) Unexpected tab character. (no-tabs)
(#3598) Missing space before opening brace. (space-before-blocks)
(#3599) Unexpected tab character. (no-tabs)
(#3600) Unexpected tab character. (no-tabs)
(#3601) Unexpected tab character. (no-tabs)
(#3601) Missing space before opening brace. (space-before-blocks)
(#3602) Unexpected tab character. (no-tabs)
(#3603) Unexpected tab character. (no-tabs)
(#3603) There should be no spaces inside this paren. (space-in-parens)
(#3603) There should be no spaces inside this paren. (space-in-parens)
(#3604) Unexpected tab character. (no-tabs)
(#3605) Unexpected tab character. (no-tabs)
(#3605) Missing space before opening brace. (space-before-blocks)
(#3606) Unexpected tab character. (no-tabs)
(#3607) Unexpected tab character. (no-tabs)
(#3607) Do not nest ternary expressions. (no-nested-ternary)
(#3607) There should be no space after '['. (computed-property-spacing)
(#3607) There should be no space before ']'. (computed-property-spacing)
(#3608) Unexpected tab character. (no-tabs)
(#3608) There should be no space after '['. (computed-property-spacing)
(#3608) There should be no space before ']'. (computed-property-spacing)
(#3608) There should be no spaces inside this paren. (space-in-parens)
(#3608) There should be no spaces inside this paren. (space-in-parens)
(#3609) Unexpected tab character. (no-tabs)
(#3609) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3609) There should be no space after '['. (computed-property-spacing)
(#3609) There should be no space before ']'. (computed-property-spacing)
(#3610) Unexpected tab character. (no-tabs)
(#3610) There should be no space after '['. (computed-property-spacing)
(#3610) There should be no space before ']'. (computed-property-spacing)
(#3611) Unexpected tab character. (no-tabs)
(#3611) There should be no spaces inside this paren. (space-in-parens)
(#3611) There should be no spaces inside this paren. (space-in-parens)
(#3612) Unexpected tab character. (no-tabs)
(#3613) Unexpected tab character. (no-tabs)
(#3614) Unexpected tab character. (no-tabs)
(#3616) Unexpected tab character. (no-tabs)
(#3616) Do not nest ternary expressions. (no-nested-ternary)
(#3616) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3617) Unexpected tab character. (no-tabs)
(#3618) Unexpected tab character. (no-tabs)
(#3618) Do not nest ternary expressions. (no-nested-ternary)
(#3619) Unexpected tab character. (no-tabs)
(#3620) Unexpected tab character. (no-tabs)
(#3620) Do not nest ternary expressions. (no-nested-ternary)
(#3621) Unexpected tab character. (no-tabs)
(#3622) Unexpected tab character. (no-tabs)
(#3622) Do not nest ternary expressions. (no-nested-ternary)
(#3623) Unexpected tab character. (no-tabs)
(#3624) Unexpected tab character. (no-tabs)
(#3624) Do not nest ternary expressions. (no-nested-ternary)
(#3625) Unexpected tab character. (no-tabs)
(#3626) Unexpected tab character. (no-tabs)
(#3626) Do not nest ternary expressions. (no-nested-ternary)
(#3627) Unexpected tab character. (no-tabs)
(#3628) Unexpected tab character. (no-tabs)
(#3628) Do not nest ternary expressions. (no-nested-ternary)
(#3629) Unexpected tab character. (no-tabs)
(#3630) Unexpected tab character. (no-tabs)
(#3630) Do not nest ternary expressions. (no-nested-ternary)
(#3631) Unexpected tab character. (no-tabs)
(#3632) Unexpected tab character. (no-tabs)
(#3633) Unexpected tab character. (no-tabs)
(#3634) Unexpected tab character. (no-tabs)
(#3635) Unexpected tab character. (no-tabs)
(#3636) Unexpected tab character. (no-tabs)
(#3636) Expected to return a value at the end of method 'POS'. (consistent-return)
(#3636) Missing space before opening brace. (space-before-blocks)
(#3637) Unexpected tab character. (no-tabs)
(#3637) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3637) There should be no space after '['. (computed-property-spacing)
(#3637) There should be no space before ']'. (computed-property-spacing)
(#3639) Unexpected tab character. (no-tabs)
(#3639) There should be no spaces inside this paren. (space-in-parens)
(#3639) There should be no spaces inside this paren. (space-in-parens)
(#3640) Unexpected tab character. (no-tabs)
(#3640) There should be no spaces inside this paren. (space-in-parens)
(#3640) There should be no spaces inside this paren. (space-in-parens)
(#3641) Unexpected tab character. (no-tabs)
(#3642) Unexpected tab character. (no-tabs)
(#3643) Unexpected tab character. (no-tabs)
(#3647) Unexpected tab character. (no-tabs)
(#3647) Missing space before opening brace. (space-before-blocks)
(#3648) Unexpected tab character. (no-tabs)
(#3649) Unexpected tab character. (no-tabs)
(#3651) There should be no spaces inside this paren. (space-in-parens)
(#3651) There should be no spaces inside this paren. (space-in-parens)
(#3652) Unexpected tab character. (no-tabs)
(#3652) There should be no space after '['. (computed-property-spacing)
(#3652) There should be no space before ']'. (computed-property-spacing)
(#3652) There should be no spaces inside this paren. (space-in-parens)
(#3652) There should be no space after '['. (computed-property-spacing)
(#3652) There should be no space before ']'. (computed-property-spacing)
(#3652) Unnecessary escape character: \[. (no-useless-escape)
(#3652) Unnecessary escape character: \(. (no-useless-escape)
(#3652) There should be no spaces inside this paren. (space-in-parens)
(#3653) Unexpected tab character. (no-tabs)
(#3653) There should be no space after '['. (computed-property-spacing)
(#3653) There should be no space before ']'. (computed-property-spacing)
(#3653) There should be no spaces inside this paren. (space-in-parens)
(#3653) There should be no space after '['. (computed-property-spacing)
(#3653) There should be no space before ']'. (computed-property-spacing)
(#3653) There should be no spaces inside this paren. (space-in-parens)
(#3657) Unexpected tab character. (no-tabs)
(#3657) There should be no spaces inside this paren. (space-in-parens)
(#3657) There should be no spaces inside this paren. (space-in-parens)
(#3659) Unexpected tab character. (no-tabs)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3660) Unexpected tab character. (no-tabs)
(#3660) There should be no spaces inside this paren. (space-in-parens)
(#3660) There should be no spaces inside this paren. (space-in-parens)
(#3661) Unexpected tab character. (no-tabs)
(#3662) Unexpected tab character. (no-tabs)
(#3663) Trailing spaces not allowed. (no-trailing-spaces)
(#3663) Unexpected tab character. (no-tabs)
(#3664) Unexpected tab character. (no-tabs)
(#3672) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3672) Unexpected tab character. (no-tabs)
(#3672) There should be no spaces inside this paren. (space-in-parens)
(#3672) There should be no spaces inside this paren. (space-in-parens)
(#3675) Expected space(s) after "catch". (keyword-spacing)
(#3675) Missing space before opening brace. (space-before-blocks)
(#3676) Unexpected tab character. (no-tabs)
(#3677) Unexpected tab character. (no-tabs)
(#3677) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3679) Unexpected tab character. (no-tabs)
(#3679) There should be no spaces inside this paren. (space-in-parens)
(#3679) There should be no spaces inside this paren. (space-in-parens)
(#3680) Unexpected tab character. (no-tabs)
(#3680) There should be no spaces inside this paren. (space-in-parens)
(#3680) There should be no spaces inside this paren. (space-in-parens)
(#3681) Unexpected tab character. (no-tabs)
(#3682) Unexpected tab character. (no-tabs)
(#3682) There should be no spaces inside this paren. (space-in-parens)
(#3682) There should be no spaces inside this paren. (space-in-parens)
(#3683) Unexpected tab character. (no-tabs)
(#3683) There should be no spaces inside this paren. (space-in-parens)
(#3683) There should be no spaces inside this paren. (space-in-parens)
(#3684) Unexpected tab character. (no-tabs)
(#3684) There should be no spaces inside this paren. (space-in-parens)
(#3684) There should be no spaces inside this paren. (space-in-parens)
(#3685) Unexpected tab character. (no-tabs)
(#3686) Unexpected tab character. (no-tabs)
(#3687) Unexpected tab character. (no-tabs)
(#3687) There should be no spaces inside this paren. (space-in-parens)
(#3687) There should be no spaces inside this paren. (space-in-parens)
(#3688) Unexpected tab character. (no-tabs)
(#3688) There should be no spaces inside this paren. (space-in-parens)
(#3688) There should be no spaces inside this paren. (space-in-parens)
(#3689) Unexpected tab character. (no-tabs)
(#3690) Unexpected tab character. (no-tabs)
(#3691) Unexpected tab character. (no-tabs)
(#3693) Unexpected tab character. (no-tabs)
(#3694) Unexpected tab character. (no-tabs)
(#3699) There should be no spaces inside this paren. (space-in-parens)
(#3699) There should be no spaces inside this paren. (space-in-parens)
(#3700) Unexpected tab character. (no-tabs)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3701) Unexpected tab character. (no-tabs)
(#3701) There should be no spaces inside this paren. (space-in-parens)
(#3701) There should be no spaces inside this paren. (space-in-parens)
(#3702) Unexpected tab character. (no-tabs)
(#3703) Unexpected tab character. (no-tabs)
(#3704) Unexpected tab character. (no-tabs)
(#3706) Unexpected tab character. (no-tabs)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3707) Unexpected tab character. (no-tabs)
(#3708) Unexpected tab character. (no-tabs)
(#3710) Unexpected tab character. (no-tabs)
(#3710) Unexpected use of '&'. (no-bitwise)
(#3711) Unexpected tab character. (no-tabs)
(#3713) Unexpected tab character. (no-tabs)
(#3713) There should be no spaces inside this paren. (space-in-parens)
(#3713) There should be no spaces inside this paren. (space-in-parens)
(#3714) Unexpected tab character. (no-tabs)
(#3714) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3714) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3714) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3715) Unexpected tab character. (no-tabs)
(#3715) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3717) Unexpected tab character. (no-tabs)
(#3718) Unexpected tab character. (no-tabs)
(#3718) There should be no spaces inside this paren. (space-in-parens)
(#3718) There should be no spaces inside this paren. (space-in-parens)
(#3719) Unexpected tab character. (no-tabs)
(#3720) Unexpected tab character. (no-tabs)
(#3722) Unexpected tab character. (no-tabs)
(#3723) Unexpected tab character. (no-tabs)
(#3723) There should be no spaces inside this paren. (space-in-parens)
(#3723) There should be no spaces inside this paren. (space-in-parens)
(#3724) Unexpected tab character. (no-tabs)
(#3724) There should be no spaces inside this paren. (space-in-parens)
(#3724) There should be no spaces inside this paren. (space-in-parens)
(#3726) Unexpected tab character. (no-tabs)
(#3727) Unexpected tab character. (no-tabs)
(#3727) There should be no spaces inside this paren. (space-in-parens)
(#3727) There should be no spaces inside this paren. (space-in-parens)
(#3728) Unexpected tab character. (no-tabs)
(#3730) Unexpected tab character. (no-tabs)
(#3730) There should be no spaces inside this paren. (space-in-parens)
(#3730) There should be no spaces inside this paren. (space-in-parens)
(#3731) Unexpected tab character. (no-tabs)
(#3732) Unexpected tab character. (no-tabs)
(#3734) Unexpected tab character. (no-tabs)
(#3735) Unexpected tab character. (no-tabs)
(#3736) Unexpected tab character. (no-tabs)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3737) Unexpected tab character. (no-tabs)
(#3737) There should be no spaces inside this paren. (space-in-parens)
(#3737) There should be no spaces inside this paren. (space-in-parens)
(#3738) Unexpected tab character. (no-tabs)
(#3739) Unexpected tab character. (no-tabs)
(#3741) Unexpected tab character. (no-tabs)
(#3743) Unexpected tab character. (no-tabs)
(#3743) There should be no spaces inside this paren. (space-in-parens)
(#3743) There should be no spaces inside this paren. (space-in-parens)
(#3744) Unexpected tab character. (no-tabs)
(#3744) There should be no spaces inside this paren. (space-in-parens)
(#3744) There should be no spaces inside this paren. (space-in-parens)
(#3745) Unexpected tab character. (no-tabs)
(#3746) Unexpected tab character. (no-tabs)
(#3748) Unexpected tab character. (no-tabs)
(#3749) Unexpected tab character. (no-tabs)
(#3751) Unexpected tab character. (no-tabs)
(#3752) Unexpected tab character. (no-tabs)
(#3752) There should be no spaces inside this paren. (space-in-parens)
(#3752) There should be no spaces inside this paren. (space-in-parens)
(#3753) Unexpected tab character. (no-tabs)
(#3753) There should be no spaces inside this paren. (space-in-parens)
(#3753) There should be no spaces inside this paren. (space-in-parens)
(#3754) Unexpected tab character. (no-tabs)
(#3754) There should be no spaces inside this paren. (space-in-parens)
(#3754) There should be no spaces inside this paren. (space-in-parens)
(#3755) Unexpected tab character. (no-tabs)
(#3756) Unexpected tab character. (no-tabs)
(#3758) Unexpected tab character. (no-tabs)
(#3759) Unexpected tab character. (no-tabs)
(#3759) 'i' used outside of binding context. (block-scoped-var)
(#3760) Unexpected tab character. (no-tabs)
(#3760) There should be no spaces inside this paren. (space-in-parens)
(#3760) 'i' used outside of binding context. (block-scoped-var)
(#3760) There should be no spaces inside this paren. (space-in-parens)
(#3761) Unexpected tab character. (no-tabs)
(#3761) There should be no spaces inside this paren. (space-in-parens)
(#3761) 'i' used outside of binding context. (block-scoped-var)
(#3761) There should be no spaces inside this paren. (space-in-parens)
(#3762) Unexpected tab character. (no-tabs)
(#3764) Unexpected tab character. (no-tabs)
(#3764) There should be no spaces inside this paren. (space-in-parens)
(#3764) There should be no spaces inside this paren. (space-in-parens)
(#3765) Unexpected tab character. (no-tabs)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3766) Unexpected tab character. (no-tabs)
(#3767) Unexpected tab character. (no-tabs)
(#3769) Unexpected tab character. (no-tabs)
(#3771) Unexpected tab character. (no-tabs)
(#3771) There should be no spaces inside this paren. (space-in-parens)
(#3771) There should be no spaces inside this paren. (space-in-parens)
(#3772) Unexpected tab character. (no-tabs)
(#3772) There should be no spaces inside this paren. (space-in-parens)
(#3772) There should be no spaces inside this paren. (space-in-parens)
(#3773) Unexpected tab character. (no-tabs)
(#3774) Unexpected tab character. (no-tabs)
(#3776) Unexpected tab character. (no-tabs)
(#3777) Unexpected tab character. (no-tabs)
(#3779) Unexpected tab character. (no-tabs)
(#3780) Unexpected tab character. (no-tabs)
(#3784) There should be no spaces inside this paren. (space-in-parens)
(#3784) There should be no spaces inside this paren. (space-in-parens)
(#3785) Unexpected tab character. (no-tabs)
(#3785) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3787) Unexpected tab character. (no-tabs)
(#3787) There should be no spaces inside this paren. (space-in-parens)
(#3787) There should be no spaces inside this paren. (space-in-parens)
(#3788) Unexpected tab character. (no-tabs)
(#3790) Unexpected tab character. (no-tabs)
(#3791) Unexpected tab character. (no-tabs)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3792) Unexpected tab character. (no-tabs)
(#3794) Unexpected tab character. (no-tabs)
(#3795) Unexpected tab character. (no-tabs)
(#3795) There should be no spaces inside this paren. (space-in-parens)
(#3795) There should be no spaces inside this paren. (space-in-parens)
(#3796) Unexpected tab character. (no-tabs)
(#3796) There should be no spaces inside this paren. (space-in-parens)
(#3796) There should be no spaces inside this paren. (space-in-parens)
(#3797) Unexpected tab character. (no-tabs)
(#3798) Unexpected tab character. (no-tabs)
(#3800) Unexpected tab character. (no-tabs)
(#3805) Missing space before opening brace. (space-before-blocks)
(#3806) Unexpected tab character. (no-tabs)
(#3807) Unexpected tab character. (no-tabs)
(#3808) Unexpected tab character. (no-tabs)
(#3809) Unexpected tab character. (no-tabs)
(#3811) Unexpected tab character. (no-tabs)
(#3812) Unexpected tab character. (no-tabs)
(#3813) Unexpected tab character. (no-tabs)
(#3813) There should be no spaces inside this paren. (space-in-parens)
(#3813) There should be no spaces inside this paren. (space-in-parens)
(#3815) Unexpected tab character. (no-tabs)
(#3816) Unexpected tab character. (no-tabs)
(#3817) Unexpected tab character. (no-tabs)
(#3817) There should be no spaces inside this paren. (space-in-parens)
(#3817) There should be no spaces inside this paren. (space-in-parens)
(#3817) There should be no spaces inside this paren. (space-in-parens)
(#3817) There should be no spaces inside this paren. (space-in-parens)
(#3818) Unexpected tab character. (no-tabs)
(#3818) Expected to return a value at the end of function. (consistent-return)
(#3818) Missing space before opening brace. (space-before-blocks)
(#3819) Unexpected tab character. (no-tabs)
(#3819) There should be no spaces inside this paren. (space-in-parens)
(#3819) There should be no spaces inside this paren. (space-in-parens)
(#3820) Unexpected tab character. (no-tabs)
(#3821) Line 3821 exceeds the maximum line length of 132. (max-len)
(#3821) Unexpected tab character. (no-tabs)
(#3821) Do not nest ternary expressions. (no-nested-ternary)
(#3822) Unexpected tab character. (no-tabs)
(#3823) Unexpected tab character. (no-tabs)
(#3825) Unexpected tab character. (no-tabs)
(#3825) Missing space before opening brace. (space-before-blocks)
(#3826) Unexpected tab character. (no-tabs)
(#3827) Unexpected tab character. (no-tabs)
(#3828) Unexpected tab character. (no-tabs)
(#3829) Unexpected tab character. (no-tabs)
(#3831) Unexpected tab character. (no-tabs)
(#3831) There should be no spaces inside this paren. (space-in-parens)
(#3831) There should be no spaces inside this paren. (space-in-parens)
(#3832) Unexpected tab character. (no-tabs)
(#3832) Comments should not begin with a lowercase character (capitalized-comments)
(#3835) Missing space before opening brace. (space-before-blocks)
(#3836) Unexpected tab character. (no-tabs)
(#3837) Unexpected tab character. (no-tabs)
(#3839) Unexpected tab character. (no-tabs)
(#3840) Unexpected tab character. (no-tabs)
(#3841) Unexpected tab character. (no-tabs)
(#3841) There should be no spaces inside this paren. (space-in-parens)
(#3841) There should be no spaces inside this paren. (space-in-parens)
(#3843) Unexpected tab character. (no-tabs)
(#3844) Unexpected tab character. (no-tabs)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3845) Unexpected tab character. (no-tabs)
(#3845) Missing space before opening brace. (space-before-blocks)
(#3846) Unexpected tab character. (no-tabs)
(#3848) Unexpected tab character. (no-tabs)
(#3849) Unexpected tab character. (no-tabs)
(#3849) There should be no spaces inside this paren. (space-in-parens)
(#3849) There should be no spaces inside this paren. (space-in-parens)
(#3850) Unexpected tab character. (no-tabs)
(#3852) Unexpected tab character. (no-tabs)
(#3852) There should be no spaces inside this paren. (space-in-parens)
(#3852) There should be no spaces inside this paren. (space-in-parens)
(#3853) Unexpected tab character. (no-tabs)
(#3853) There should be no spaces inside this paren. (space-in-parens)
(#3853) There should be no spaces inside this paren. (space-in-parens)
(#3854) Unexpected tab character. (no-tabs)
(#3854) There should be no spaces inside this paren. (space-in-parens)
(#3854) There should be no spaces inside this paren. (space-in-parens)
(#3855) Unexpected tab character. (no-tabs)
(#3856) Unexpected tab character. (no-tabs)
(#3858) Unexpected tab character. (no-tabs)
(#3859) Unexpected tab character. (no-tabs)
(#3861) Unexpected tab character. (no-tabs)
(#3862) Unexpected tab character. (no-tabs)
(#3863) Unexpected tab character. (no-tabs)
(#3865) Unexpected tab character. (no-tabs)
(#3866) Unexpected tab character. (no-tabs)
(#3867) Unexpected tab character. (no-tabs)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3868) Unexpected tab character. (no-tabs)
(#3868) There should be no spaces inside this paren. (space-in-parens)
(#3869) Unexpected tab character. (no-tabs)
(#3869) Missing space before opening brace. (space-before-blocks)
(#3870) Unexpected tab character. (no-tabs)
(#3871) Unexpected tab character. (no-tabs)
(#3872) Unexpected tab character. (no-tabs)
(#3874) Unexpected tab character. (no-tabs)
(#3874) Comments should not begin with a lowercase character (capitalized-comments)
(#3877) There should be no spaces inside this paren. (space-in-parens)
(#3877) There should be no spaces inside this paren. (space-in-parens)
(#3878) Unexpected tab character. (no-tabs)
(#3878) Missing space before opening brace. (space-before-blocks)
(#3879) Unexpected tab character. (no-tabs)
(#3879) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3880) Unexpected tab character. (no-tabs)
(#3882) Unexpected tab character. (no-tabs)
(#3883) Unexpected tab character. (no-tabs)
(#3884) Unexpected tab character. (no-tabs)
(#3884) There should be no spaces inside this paren. (space-in-parens)
(#3884) There should be no spaces inside this paren. (space-in-parens)
(#3885) Unexpected tab character. (no-tabs)
(#3886) Unexpected tab character. (no-tabs)
(#3887) Trailing spaces not allowed. (no-trailing-spaces)
(#3887) Unexpected tab character. (no-tabs)
(#3888) Unexpected tab character. (no-tabs)
(#3888) Missing space before opening brace. (space-before-blocks)
(#3889) Unexpected tab character. (no-tabs)
(#3891) Unexpected tab character. (no-tabs)
(#3892) Unexpected tab character. (no-tabs)
(#3893) Unexpected tab character. (no-tabs)
(#3893) There should be no spaces inside this paren. (space-in-parens)
(#3893) There should be no spaces inside this paren. (space-in-parens)
(#3894) Unexpected tab character. (no-tabs)
(#3894) There should be no spaces inside this paren. (space-in-parens)
(#3894) There should be no spaces inside this paren. (space-in-parens)
(#3895) Unexpected tab character. (no-tabs)
(#3896) Unexpected tab character. (no-tabs)
(#3896) There should be no spaces inside this paren. (space-in-parens)
(#3896) There should be no spaces inside this paren. (space-in-parens)
(#3897) Unexpected tab character. (no-tabs)
(#3897) Expected space(s) after "catch". (keyword-spacing)
(#3897) Empty block statement. (no-empty)
(#3899) Unexpected tab character. (no-tabs)
(#3899) Comments should not begin with a lowercase character (capitalized-comments)
(#3900) Unexpected tab character. (no-tabs)
(#3901) Unexpected tab character. (no-tabs)
(#3902) Unexpected tab character. (no-tabs)
(#3903) Unexpected tab character. (no-tabs)
(#3903) There should be no spaces inside this paren. (space-in-parens)
(#3903) There should be no spaces inside this paren. (space-in-parens)
(#3904) Unexpected tab character. (no-tabs)
(#3904) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3906) Unexpected tab character. (no-tabs)
(#3907) Unexpected tab character. (no-tabs)
(#3907) There should be no spaces inside this paren. (space-in-parens)
(#3907) There should be no spaces inside this paren. (space-in-parens)
(#3907) There should be no spaces inside this paren. (space-in-parens)
(#3907) There should be no spaces inside this paren. (space-in-parens)
(#3909) Unexpected tab character. (no-tabs)
(#3909) Expected space(s) after "catch". (keyword-spacing)
(#3909) Empty block statement. (no-empty)
(#3910) Unexpected tab character. (no-tabs)
(#3911) Unexpected tab character. (no-tabs)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3912) Unexpected tab character. (no-tabs)
(#3914) Unexpected tab character. (no-tabs)
(#3915) Unexpected tab character. (no-tabs)
(#3915) There should be no spaces inside this paren. (space-in-parens)
(#3915) There should be no spaces inside this paren. (space-in-parens)
(#3916) Unexpected tab character. (no-tabs)
(#3917) Unexpected tab character. (no-tabs)
(#3918) Unexpected tab character. (no-tabs)
(#3919) Unexpected tab character. (no-tabs)
(#3920) Trailing spaces not allowed. (no-trailing-spaces)
(#3920) Unexpected tab character. (no-tabs)
(#3921) Unexpected tab character. (no-tabs)
(#3922) Unexpected tab character. (no-tabs)
(#3924) Unexpected tab character. (no-tabs)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3925) Unexpected tab character. (no-tabs)
(#3925) There should be no space after '['. (computed-property-spacing)
(#3925) There should be no space before ']'. (computed-property-spacing)
(#3925) There should be no space after '['. (computed-property-spacing)
(#3925) There should be no space before ']'. (computed-property-spacing)
(#3926) Unexpected tab character. (no-tabs)
(#3928) Unexpected tab character. (no-tabs)
(#3928) Comments should not begin with a lowercase character (capitalized-comments)
(#3929) Unexpected tab character. (no-tabs)
(#3932) Missing space before opening brace. (space-before-blocks)
(#3933) Unexpected tab character. (no-tabs)
(#3934) Unexpected tab character. (no-tabs)
(#3935) Unexpected tab character. (no-tabs)
(#3937) Unexpected tab character. (no-tabs)
(#3938) Unexpected tab character. (no-tabs)
(#3939) Unexpected tab character. (no-tabs)
(#3940) Unexpected tab character. (no-tabs)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3941) Trailing spaces not allowed. (no-trailing-spaces)
(#3941) Unexpected tab character. (no-tabs)
(#3942) Unexpected tab character. (no-tabs)
(#3942) Expected space(s) after "catch". (keyword-spacing)
(#3942) There should be no spaces inside this paren. (space-in-parens)
(#3942) There should be no spaces inside this paren. (space-in-parens)
(#3943) Unexpected tab character. (no-tabs)
(#3944) Unexpected tab character. (no-tabs)
(#3946) Unexpected tab character. (no-tabs)
(#3946) There should be no spaces inside this paren. (space-in-parens)
(#3946) There should be no spaces inside this paren. (space-in-parens)
(#3947) Unexpected tab character. (no-tabs)
(#3947) There should be no spaces inside this paren. (space-in-parens)
(#3947) There should be no spaces inside this paren. (space-in-parens)
(#3948) Unexpected tab character. (no-tabs)
(#3948) Trailing spaces not allowed. (no-trailing-spaces)
(#3949) Unexpected tab character. (no-tabs)
(#3949) There should be no spaces inside this paren. (space-in-parens)
(#3949) There should be no spaces inside this paren. (space-in-parens)
(#3949) There should be no spaces inside this paren. (space-in-parens)
(#3949) There should be no spaces inside this paren. (space-in-parens)
(#3950) Unexpected tab character. (no-tabs)
(#3950) There should be no spaces inside this paren. (space-in-parens)
(#3950) There should be no spaces inside this paren. (space-in-parens)
(#3951) Unexpected tab character. (no-tabs)
(#3952) Unexpected tab character. (no-tabs)
(#3952) Expected space(s) after "catch". (keyword-spacing)
(#3952) Empty block statement. (no-empty)
(#3954) Unexpected tab character. (no-tabs)
(#3954) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3955) Unexpected tab character. (no-tabs)
(#3956) Unexpected tab character. (no-tabs)
(#3959) Missing space before opening brace. (space-before-blocks)
(#3960) Unexpected tab character. (no-tabs)
(#3962) Unexpected tab character. (no-tabs)
(#3964) Unexpected tab character. (no-tabs)
(#3965) Unexpected tab character. (no-tabs)
(#3966) Unexpected tab character. (no-tabs)
(#3966) There should be no spaces inside this paren. (space-in-parens)
(#3966) There should be no spaces inside this paren. (space-in-parens)
(#3967) Unexpected tab character. (no-tabs)
(#3968) Unexpected tab character. (no-tabs)
(#3970) Unexpected tab character. (no-tabs)
(#3971) Unexpected tab character. (no-tabs)
(#3973) Unexpected tab character. (no-tabs)
(#3973) There should be no spaces inside this paren. (space-in-parens)
(#3973) There should be no spaces inside this paren. (space-in-parens)
(#3974) Unexpected tab character. (no-tabs)
(#3975) Unexpected tab character. (no-tabs)
(#3976) Trailing spaces not allowed. (no-trailing-spaces)
(#3976) Unexpected tab character. (no-tabs)
(#3977) Unexpected tab character. (no-tabs)
(#3978) Unexpected tab character. (no-tabs)
(#3978) Expected to return a value at the end of function. (consistent-return)
(#3979) Unexpected tab character. (no-tabs)
(#3979) There should be no spaces inside this paren. (space-in-parens)
(#3979) There should be no spaces inside this paren. (space-in-parens)
(#3980) Unexpected tab character. (no-tabs)
(#3981) Unexpected tab character. (no-tabs)
(#3982) Unexpected tab character. (no-tabs)
(#3984) Unexpected tab character. (no-tabs)
(#3984) Comments should not begin with a lowercase character (capitalized-comments)
(#3987) Missing JSDoc comment. (require-jsdoc)
(#3987) There should be no spaces inside this paren. (space-in-parens)
(#3987) There should be no spaces inside this paren. (space-in-parens)
(#3988) Unexpected tab character. (no-tabs)
(#3988) There should be no spaces inside this paren. (space-in-parens)
(#3988) There should be no spaces inside this paren. (space-in-parens)
(#3989) Unexpected tab character. (no-tabs)
(#3990) Unexpected tab character. (no-tabs)
(#3990) There should be no spaces inside this paren. (space-in-parens)
(#3990) There should be no spaces inside this paren. (space-in-parens)
(#3991) Unexpected tab character. (no-tabs)
(#3992) Unexpected tab character. (no-tabs)
(#3994) Unexpected tab character. (no-tabs)
(#3994) There should be no spaces inside this paren. (space-in-parens)
(#3994) There should be no spaces inside this paren. (space-in-parens)
(#3995) Unexpected tab character. (no-tabs)
(#3995) There should be no spaces inside this paren. (space-in-parens)
(#3995) There should be no spaces inside this paren. (space-in-parens)
(#3996) Unexpected tab character. (no-tabs)
(#3997) Unexpected tab character. (no-tabs)
(#3998) Unexpected tab character. (no-tabs)
(#4000) Unexpected tab character. (no-tabs)
(#4000) There should be no spaces inside this paren. (space-in-parens)
(#4000) There should be no spaces inside this paren. (space-in-parens)
(#4000) Missing space before opening brace. (space-before-blocks)
(#4001) Unexpected tab character. (no-tabs)
(#4002) Unexpected tab character. (no-tabs)
(#4003) Unexpected tab character. (no-tabs)
(#4005) Unexpected tab character. (no-tabs)
(#4005) There should be no spaces inside this paren. (space-in-parens)
(#4005) There should be no spaces inside this paren. (space-in-parens)
(#4006) Unexpected tab character. (no-tabs)
(#4007) Unexpected tab character. (no-tabs)
(#4008) Unexpected tab character. (no-tabs)
(#4010) Unexpected tab character. (no-tabs)
(#4011) Unexpected tab character. (no-tabs)
(#4013) Unexpected tab character. (no-tabs)
(#4014) Unexpected tab character. (no-tabs)
(#4015) Unexpected tab character. (no-tabs)
(#4018) Missing JSDoc comment. (require-jsdoc)
(#4018) There should be no spaces inside this paren. (space-in-parens)
(#4018) There should be no spaces inside this paren. (space-in-parens)
(#4019) Unexpected tab character. (no-tabs)
(#4019) There should be no spaces inside this paren. (space-in-parens)
(#4019) There should be no spaces inside this paren. (space-in-parens)
(#4020) Unexpected tab character. (no-tabs)
(#4021) Unexpected tab character. (no-tabs)
(#4021) There should be no spaces inside this paren. (space-in-parens)
(#4021) There should be no spaces inside this paren. (space-in-parens)
(#4022) Unexpected tab character. (no-tabs)
(#4023) Unexpected tab character. (no-tabs)
(#4025) Unexpected tab character. (no-tabs)
(#4025) There should be no spaces inside this paren. (space-in-parens)
(#4025) There should be no spaces inside this paren. (space-in-parens)
(#4026) Unexpected tab character. (no-tabs)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4027) Unexpected tab character. (no-tabs)
(#4028) Unexpected tab character. (no-tabs)
(#4029) Unexpected tab character. (no-tabs)
(#4031) Unexpected tab character. (no-tabs)
(#4031) There should be no spaces inside this paren. (space-in-parens)
(#4031) There should be no spaces inside this paren. (space-in-parens)
(#4032) Unexpected tab character. (no-tabs)
(#4032) Blocks are nested too deeply (5). (max-depth)
(#4032) There should be no spaces inside this paren. (space-in-parens)
(#4032) There should be no spaces inside this paren. (space-in-parens)
(#4033) Unexpected tab character. (no-tabs)
(#4034) Unexpected tab character. (no-tabs)
(#4035) Unexpected tab character. (no-tabs)
(#4036) Unexpected tab character. (no-tabs)
(#4036) Blocks are nested too deeply (5). (max-depth)
(#4036) There should be no spaces inside this paren. (space-in-parens)
(#4036) There should be no spaces inside this paren. (space-in-parens)
(#4037) Unexpected tab character. (no-tabs)
(#4037) Blocks are nested too deeply (6). (max-depth)
(#4037) There should be no spaces inside this paren. (space-in-parens)
(#4037) There should be no spaces inside this paren. (space-in-parens)
(#4038) Unexpected tab character. (no-tabs)
(#4039) Unexpected tab character. (no-tabs)
(#4040) Unexpected tab character. (no-tabs)
(#4042) Unexpected tab character. (no-tabs)
(#4042) There should be no spaces inside this paren. (space-in-parens)
(#4042) There should be no spaces inside this paren. (space-in-parens)
(#4042) There should be no spaces inside this paren. (space-in-parens)
(#4042) There should be no spaces inside this paren. (space-in-parens)
(#4043) Unexpected tab character. (no-tabs)
(#4044) Unexpected tab character. (no-tabs)
(#4045) Unexpected tab character. (no-tabs)
(#4046) Unexpected tab character. (no-tabs)
(#4048) Unexpected tab character. (no-tabs)
(#4049) Unexpected tab character. (no-tabs)
(#4051) Unexpected tab character. (no-tabs)
(#4052) Unexpected tab character. (no-tabs)
(#4053) Unexpected tab character. (no-tabs)
(#4056) Missing space before opening brace. (space-before-blocks)
(#4057) Unexpected tab character. (no-tabs)
(#4058) Missing space before opening brace. (space-before-blocks)
(#4059) Unexpected tab character. (no-tabs)
(#4059) Unexpected use of '&'. (no-bitwise)
(#4062) Missing space before opening brace. (space-before-blocks)
(#4063) Comments should not begin with a lowercase character (capitalized-comments)
(#4063) Unexpected tab character. (no-tabs)
(#4064) Unexpected tab character. (no-tabs)
(#4065) Unexpected tab character. (no-tabs)
(#4066) Unexpected tab character. (no-tabs)
(#4069) Missing space before opening brace. (space-before-blocks)
(#4070) Unexpected tab character. (no-tabs)
(#4070) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4070) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4071) Unexpected tab character. (no-tabs)
(#4073) Unexpected tab character. (no-tabs)
(#4074) Unexpected tab character. (no-tabs)
(#4075) Unexpected tab character. (no-tabs)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4076) Unexpected tab character. (no-tabs)
(#4077) Unexpected tab character. (no-tabs)
(#4077) There should be no spaces inside this paren. (space-in-parens)
(#4077) There should be no spaces inside this paren. (space-in-parens)
(#4078) Unexpected tab character. (no-tabs)
(#4080) Unexpected tab character. (no-tabs)
(#4082) Unexpected tab character. (no-tabs)
(#4082) There should be no spaces inside this paren. (space-in-parens)
(#4082) There should be no spaces inside this paren. (space-in-parens)
(#4083) Unexpected tab character. (no-tabs)
(#4083) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4084) Unexpected tab character. (no-tabs)
(#4086) Unexpected tab character. (no-tabs)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4103) Unexpected tab character. (no-tabs)
(#4104) Unexpected tab character. (no-tabs)
(#4105) Unexpected tab character. (no-tabs)
(#4106) Unexpected tab character. (no-tabs)
(#4106) Unnecessary escape character: \[. (no-useless-escape)
(#4106) Unnecessary escape character: \.. (no-useless-escape)
(#4107) Unexpected tab character. (no-tabs)
(#4108) Unexpected tab character. (no-tabs)
(#4111) Unexpected tab character. (no-tabs)
(#4111) There should be no spaces inside this paren. (space-in-parens)
(#4111) There should be no spaces inside this paren. (space-in-parens)
(#4112) Unexpected tab character. (no-tabs)
(#4112) There should be no spaces inside this paren. (space-in-parens)
(#4112) There should be no spaces inside this paren. (space-in-parens)
(#4112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4114) Unexpected tab character. (no-tabs)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4115) Unexpected tab character. (no-tabs)
(#4116) Unexpected tab character. (no-tabs)
(#4116) There should be no spaces inside this paren. (space-in-parens)
(#4116) There should be no spaces inside this paren. (space-in-parens)
(#4118) Unexpected tab character. (no-tabs)
(#4118) There should be no spaces inside this paren. (space-in-parens)
(#4118) There should be no spaces inside this paren. (space-in-parens)
(#4119) Unexpected tab character. (no-tabs)
(#4120) Unexpected tab character. (no-tabs)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4121) Unexpected tab character. (no-tabs)
(#4121) There should be no spaces inside this paren. (space-in-parens)
(#4121) There should be no spaces inside this paren. (space-in-parens)
(#4122) Unexpected tab character. (no-tabs)
(#4122) Blocks are nested too deeply (5). (max-depth)
(#4122) There should be no spaces inside this paren. (space-in-parens)
(#4122) There should be no spaces inside this paren. (space-in-parens)
(#4123) Unexpected tab character. (no-tabs)
(#4124) Unexpected tab character. (no-tabs)
(#4125) Unexpected tab character. (no-tabs)
(#4126) Unexpected tab character. (no-tabs)
(#4127) Unexpected tab character. (no-tabs)
(#4128) Unexpected tab character. (no-tabs)
(#4129) Unexpected tab character. (no-tabs)
(#4131) Unexpected tab character. (no-tabs)
(#4132) Unexpected tab character. (no-tabs)
(#4134) Unexpected tab character. (no-tabs)
(#4134) There should be no spaces inside this paren. (space-in-parens)
(#4134) There should be no spaces inside this paren. (space-in-parens)
(#4135) Unexpected tab character. (no-tabs)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4136) Unexpected tab character. (no-tabs)
(#4136) Expected to return a value at the end of function. (consistent-return)
(#4136) Expected to return a value at the end of function. (array-callback-return)
(#4137) Unexpected tab character. (no-tabs)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4138) Unexpected tab character. (no-tabs)
(#4138) There should be no spaces inside this paren. (space-in-parens)
(#4138) There should be no spaces inside this paren. (space-in-parens)
(#4138) There should be no spaces inside this paren. (space-in-parens)
(#4138) There should be no spaces inside this paren. (space-in-parens)
(#4139) Unexpected tab character. (no-tabs)
(#4140) Unexpected tab character. (no-tabs)
(#4141) Unexpected tab character. (no-tabs)
(#4142) Unexpected tab character. (no-tabs)
(#4143) Unexpected tab character. (no-tabs)
(#4145) Unexpected tab character. (no-tabs)
(#4145) There should be no spaces inside this paren. (space-in-parens)
(#4145) There should be no spaces inside this paren. (space-in-parens)
(#4146) Unexpected tab character. (no-tabs)
(#4146) There should be no spaces inside this paren. (space-in-parens)
(#4147) Unexpected tab character. (no-tabs)
(#4149) Unexpected tab character. (no-tabs)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4150) Unexpected tab character. (no-tabs)
(#4150) There should be no spaces inside this paren. (space-in-parens)
(#4150) There should be no spaces inside this paren. (space-in-parens)
(#4151) Unexpected tab character. (no-tabs)
(#4152) Trailing spaces not allowed. (no-trailing-spaces)
(#4152) Unexpected tab character. (no-tabs)
(#4153) Unexpected tab character. (no-tabs)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4154) Unexpected tab character. (no-tabs)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4155) Unexpected tab character. (no-tabs)
(#4157) Unexpected tab character. (no-tabs)
(#4157) Method 'closest' has a complexity of 21. (complexity)
(#4157) There should be no spaces inside this paren. (space-in-parens)
(#4157) There should be no spaces inside this paren. (space-in-parens)
(#4158) Unexpected tab character. (no-tabs)
(#4158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4160) Unexpected tab character. (no-tabs)
(#4160) There should be no spaces inside this paren. (space-in-parens)
(#4160) There should be no spaces inside this paren. (space-in-parens)
(#4160) There should be no spaces inside this paren. (space-in-parens)
(#4160) There should be no spaces inside this paren. (space-in-parens)
(#4161) Unexpected tab character. (no-tabs)
(#4161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4163) Unexpected tab character. (no-tabs)
(#4163) There should be no spaces inside this paren. (space-in-parens)
(#4163) There should be no spaces inside this paren. (space-in-parens)
(#4164) Unexpected tab character. (no-tabs)
(#4164) There should be no spaces inside this paren. (space-in-parens)
(#4164) There should be no spaces inside this paren. (space-in-parens)
(#4165) Unexpected tab character. (no-tabs)
(#4167) Unexpected tab character. (no-tabs)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4168) Unexpected tab character. (no-tabs)
(#4168) There should be no spaces inside this paren. (space-in-parens)
(#4168) There should be no spaces inside this paren. (space-in-parens)
(#4168) Trailing spaces not allowed. (no-trailing-spaces)
(#4169) Unexpected tab character. (no-tabs)
(#4169) There should be no spaces inside this paren. (space-in-parens)
(#4169) There should be no spaces inside this paren. (space-in-parens)
(#4170) Unexpected tab character. (no-tabs)
(#4171) Unexpected tab character. (no-tabs)
(#4172) Unexpected tab character. (no-tabs)
(#4174) Unexpected tab character. (no-tabs)
(#4174) There should be no spaces inside this paren. (space-in-parens)
(#4174) There should be no spaces inside this paren. (space-in-parens)
(#4175) Unexpected tab character. (no-tabs)
(#4175) There should be no spaces inside this paren. (space-in-parens)
(#4175) There should be no spaces inside this paren. (space-in-parens)
(#4176) Unexpected tab character. (no-tabs)
(#4178) Unexpected tab character. (no-tabs)
(#4178) Blocks are nested too deeply (5). (max-depth)
(#4178) There should be no spaces inside this paren. (space-in-parens)
(#4178) There should be no spaces inside this paren. (space-in-parens)
(#4179) Unexpected tab character. (no-tabs)
(#4179) There should be no space after '{'. (object-curly-spacing)
(#4179) There should be no space before '}'. (object-curly-spacing)
(#4180) Unexpected tab character. (no-tabs)
(#4181) Unexpected tab character. (no-tabs)
(#4183) Unexpected tab character. (no-tabs)
(#4184) Unexpected tab character. (no-tabs)
(#4185) Unexpected tab character. (no-tabs)
(#4186) Unexpected tab character. (no-tabs)
(#4188) Unexpected tab character. (no-tabs)
(#4189) Unexpected tab character. (no-tabs)
(#4191) Unexpected tab character. (no-tabs)
(#4191) There should be no spaces inside this paren. (space-in-parens)
(#4191) There should be no spaces inside this paren. (space-in-parens)
(#4191) Trailing spaces not allowed. (no-trailing-spaces)
(#4192) Unexpected tab character. (no-tabs)
(#4192) There should be no spaces inside this paren. (space-in-parens)
(#4192) There should be no spaces inside this paren. (space-in-parens)
(#4194) Unexpected tab character. (no-tabs)
(#4194) There should be no spaces inside this paren. (space-in-parens)
(#4194) There should be no spaces inside this paren. (space-in-parens)
(#4195) Unexpected tab character. (no-tabs)
(#4197) Unexpected tab character. (no-tabs)
(#4197) There should be no spaces inside this paren. (space-in-parens)
(#4197) There should be no spaces inside this paren. (space-in-parens)
(#4198) Unexpected tab character. (no-tabs)
(#4198) There should be no spaces inside this paren. (space-in-parens)
(#4198) There should be no spaces inside this paren. (space-in-parens)
(#4199) Unexpected tab character. (no-tabs)
(#4199) There should be no spaces inside this paren. (space-in-parens)
(#4199) There should be no spaces inside this paren. (space-in-parens)
(#4200) Unexpected tab character. (no-tabs)
(#4202) Unexpected tab character. (no-tabs)
(#4203) Unexpected tab character. (no-tabs)
(#4204) Unexpected tab character. (no-tabs)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4205) Unexpected tab character. (no-tabs)
(#4206) Unexpected tab character. (no-tabs)
(#4207) Unexpected tab character. (no-tabs)
(#4208) Unexpected tab character. (no-tabs)
(#4209) Unexpected tab character. (no-tabs)
(#4211) Unexpected tab character. (no-tabs)
(#4212) Trailing spaces not allowed. (no-trailing-spaces)
(#4212) Unexpected tab character. (no-tabs)
(#4213) Unexpected tab character. (no-tabs)
(#4213) There should be no spaces inside this paren. (space-in-parens)
(#4213) There should be no spaces inside this paren. (space-in-parens)
(#4214) Unexpected tab character. (no-tabs)
(#4215) Trailing spaces not allowed. (no-trailing-spaces)
(#4215) Unexpected tab character. (no-tabs)
(#4216) Unexpected tab character. (no-tabs)
(#4217) Unexpected tab character. (no-tabs)
(#4218) Unexpected tab character. (no-tabs)
(#4218) There should be no spaces inside this paren. (space-in-parens)
(#4218) There should be no spaces inside this paren. (space-in-parens)
(#4219) Unexpected tab character. (no-tabs)
(#4219) There should be no spaces inside this paren. (space-in-parens)
(#4219) There should be no spaces inside this paren. (space-in-parens)
(#4220) Unexpected tab character. (no-tabs)
(#4220) There should be no spaces inside this paren. (space-in-parens)
(#4221) Unexpected tab character. (no-tabs)
(#4222) Unexpected tab character. (no-tabs)
(#4223) Unexpected tab character. (no-tabs)
(#4223) There should be no spaces inside this paren. (space-in-parens)
(#4223) There should be no spaces inside this paren. (space-in-parens)
(#4223) There should be no spaces inside this paren. (space-in-parens)
(#4224) Unexpected tab character. (no-tabs)
(#4225) Unexpected tab character. (no-tabs)
(#4226) Unexpected tab character. (no-tabs)
(#4227) Unexpected tab character. (no-tabs)
(#4228) Unexpected tab character. (no-tabs)
(#4228) There should be no spaces inside this paren. (space-in-parens)
(#4229) Unexpected tab character. (no-tabs)
(#4231) Unexpected tab character. (no-tabs)
(#4231) There should be no spaces inside this paren. (space-in-parens)
(#4231) There should be no spaces inside this paren. (space-in-parens)
(#4232) Unexpected tab character. (no-tabs)
(#4233) Unexpected tab character. (no-tabs)
(#4233) There should be no spaces inside this paren. (space-in-parens)
(#4233) There should be no spaces inside this paren. (space-in-parens)
(#4234) Unexpected tab character. (no-tabs)
(#4234) There should be no spaces inside this paren. (space-in-parens)
(#4234) There should be no spaces inside this paren. (space-in-parens)
(#4235) Unexpected tab character. (no-tabs)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4237) Unexpected tab character. (no-tabs)
(#4237) There should be no spaces inside this paren. (space-in-parens)
(#4237) There should be no spaces inside this paren. (space-in-parens)
(#4237) There should be no spaces inside this paren. (space-in-parens)
(#4237) There should be no spaces inside this paren. (space-in-parens)
(#4237) There should be no spaces inside this paren. (space-in-parens)
(#4238) Unexpected tab character. (no-tabs)
(#4239) Unexpected tab character. (no-tabs)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4240) Unexpected tab character. (no-tabs)
(#4242) Unexpected tab character. (no-tabs)
(#4243) Unexpected tab character. (no-tabs)
(#4243) There should be no spaces inside this paren. (space-in-parens)
(#4243) There should be no spaces inside this paren. (space-in-parens)
(#4244) Unexpected tab character. (no-tabs)
(#4249) Missing JSDoc comment. (require-jsdoc)
(#4249) There should be no spaces inside this paren. (space-in-parens)
(#4249) There should be no spaces inside this paren. (space-in-parens)
(#4250) Unexpected tab character. (no-tabs)
(#4254) Unexpected tab character. (no-tabs)
(#4254) There should be no spaces inside this paren. (space-in-parens)
(#4254) There should be no spaces inside this paren. (space-in-parens)
(#4255) Unexpected tab character. (no-tabs)
(#4256) Unexpected tab character. (no-tabs)
(#4257) Unexpected tab character. (no-tabs)
(#4258) Unexpected tab character. (no-tabs)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4259) Unexpected tab character. (no-tabs)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4260) Unexpected tab character. (no-tabs)
(#4261) Unexpected tab character. (no-tabs)
(#4261) There should be no spaces inside this paren. (space-in-parens)
(#4261) There should be no spaces inside this paren. (space-in-parens)
(#4262) Unexpected tab character. (no-tabs)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4263) Unexpected tab character. (no-tabs)
(#4264) Unexpected tab character. (no-tabs)
(#4264) There should be no spaces inside this paren. (space-in-parens)
(#4264) There should be no spaces inside this paren. (space-in-parens)
(#4265) Unexpected tab character. (no-tabs)
(#4265) There should be no spaces inside this paren. (space-in-parens)
(#4265) There should be no spaces inside this paren. (space-in-parens)
(#4266) Unexpected tab character. (no-tabs)
(#4267) Unexpected tab character. (no-tabs)
(#4267) There should be no spaces inside this paren. (space-in-parens)
(#4267) There should be no spaces inside this paren. (space-in-parens)
(#4268) Unexpected tab character. (no-tabs)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4269) Unexpected tab character. (no-tabs)
(#4270) Unexpected tab character. (no-tabs)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4271) Unexpected tab character. (no-tabs)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4272) Unexpected tab character. (no-tabs)
(#4273) Unexpected tab character. (no-tabs)
(#4273) There should be no spaces inside this paren. (space-in-parens)
(#4273) There should be no spaces inside this paren. (space-in-parens)
(#4274) Unexpected tab character. (no-tabs)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4275) Unexpected tab character. (no-tabs)
(#4276) Unexpected tab character. (no-tabs)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4277) Unexpected tab character. (no-tabs)
(#4277) There should be no spaces inside this paren. (space-in-parens)
(#4277) There should be no spaces inside this paren. (space-in-parens)
(#4278) Unexpected tab character. (no-tabs)
(#4279) Unexpected tab character. (no-tabs)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4280) Unexpected tab character. (no-tabs)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4281) Unexpected tab character. (no-tabs)
(#4282) Unexpected tab character. (no-tabs)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4283) Unexpected tab character. (no-tabs)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4284) Unexpected tab character. (no-tabs)
(#4285) Unexpected tab character. (no-tabs)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4286) Unexpected tab character. (no-tabs)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4287) Unexpected tab character. (no-tabs)
(#4288) Unexpected tab character. (no-tabs)
(#4288) There should be no spaces inside this paren. (space-in-parens)
(#4288) There should be no spaces inside this paren. (space-in-parens)
(#4289) Unexpected tab character. (no-tabs)
(#4289) There should be no spaces inside this paren. (space-in-parens)
(#4289) There should be no spaces inside this paren. (space-in-parens)
(#4290) Unexpected tab character. (no-tabs)
(#4291) Unexpected tab character. (no-tabs)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4292) Unexpected tab character. (no-tabs)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4294) Unexpected tab character. (no-tabs)
(#4294) There should be no space after '['. (computed-property-spacing)
(#4294) There should be no space before ']'. (computed-property-spacing)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4295) Unexpected tab character. (no-tabs)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4296) Trailing spaces not allowed. (no-trailing-spaces)
(#4296) Unexpected tab character. (no-tabs)
(#4297) Unexpected tab character. (no-tabs)
(#4297) There should be no spaces inside this paren. (space-in-parens)
(#4297) There should be no spaces inside this paren. (space-in-parens)
(#4297) There should be no spaces inside this paren. (space-in-parens)
(#4297) There should be no spaces inside this paren. (space-in-parens)
(#4298) Unexpected tab character. (no-tabs)
(#4299) Unexpected tab character. (no-tabs)
(#4301) Unexpected tab character. (no-tabs)
(#4301) There should be no spaces inside this paren. (space-in-parens)
(#4301) There should be no spaces inside this paren. (space-in-parens)
(#4302) Unexpected tab character. (no-tabs)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4303) Unexpected tab character. (no-tabs)
(#4305) Unexpected tab character. (no-tabs)
(#4305) There should be no spaces inside this paren. (space-in-parens)
(#4305) There should be no spaces inside this paren. (space-in-parens)
(#4307) Unexpected tab character. (no-tabs)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4308) Unexpected tab character. (no-tabs)
(#4309) Unexpected tab character. (no-tabs)
(#4311) Unexpected tab character. (no-tabs)
(#4311) There should be no spaces inside this paren. (space-in-parens)
(#4311) There should be no spaces inside this paren. (space-in-parens)
(#4312) Unexpected tab character. (no-tabs)
(#4316) Unexpected tab character. (no-tabs)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4317) Unexpected tab character. (no-tabs)
(#4317) There should be no spaces inside this paren. (space-in-parens)
(#4317) There should be no spaces inside this paren. (space-in-parens)
(#4318) Unexpected tab character. (no-tabs)
(#4319) Unexpected tab character. (no-tabs)
(#4321) Unexpected tab character. (no-tabs)
(#4321) Do not nest ternary expressions. (no-nested-ternary)
(#4322) Unexpected tab character. (no-tabs)
(#4322) There should be no space after '['. (array-bracket-spacing)
(#4322) There should be no space before ']'. (array-bracket-spacing)
(#4323) Unexpected tab character. (no-tabs)
(#4324) Unexpected tab character. (no-tabs)
(#4325) Trailing spaces not allowed. (no-trailing-spaces)
(#4325) Unexpected tab character. (no-tabs)
(#4326) Unexpected tab character. (no-tabs)
(#4326) There should be no spaces inside this paren. (space-in-parens)
(#4326) There should be no spaces inside this paren. (space-in-parens)
(#4327) Unexpected tab character. (no-tabs)
(#4327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4328) Unexpected tab character. (no-tabs)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) 'until' is not modified in this loop. (no-unmodified-loop-condition)
(#4328) 'undefined' is not modified in this loop. (no-unmodified-loop-condition)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4329) Unexpected tab character. (no-tabs)
(#4329) There should be no spaces inside this paren. (space-in-parens)
(#4329) There should be no spaces inside this paren. (space-in-parens)
(#4330) Unexpected tab character. (no-tabs)
(#4330) There should be no spaces inside this paren. (space-in-parens)
(#4330) There should be no spaces inside this paren. (space-in-parens)
(#4331) Unexpected tab character. (no-tabs)
(#4332) Unexpected tab character. (no-tabs)
(#4333) Unexpected tab character. (no-tabs)
(#4334) Unexpected tab character. (no-tabs)
(#4335) Unexpected tab character. (no-tabs)
(#4337) Unexpected tab character. (no-tabs)
(#4337) There should be no spaces inside this paren. (space-in-parens)
(#4337) 'elem' is defined but never used. (no-unused-vars)
(#4337) There should be no spaces inside this paren. (space-in-parens)
(#4338) Unexpected tab character. (no-tabs)
(#4339) Unexpected tab character. (no-tabs)
(#4341) Unexpected tab character. (no-tabs)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4342) Unexpected tab character. (no-tabs)
(#4342) There should be no spaces inside this paren. (space-in-parens)
(#4342) There should be no spaces inside this paren. (space-in-parens)
(#4343) Unexpected tab character. (no-tabs)
(#4344) Unexpected tab character. (no-tabs)
(#4345) Unexpected tab character. (no-tabs)
(#4347) Unexpected tab character. (no-tabs)
(#4348) Unexpected tab character. (no-tabs)
(#4350) Unexpected tab character. (no-tabs)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4351) Unexpected tab character. (no-tabs)
(#4353) Unexpected tab character. (no-tabs)
(#4353) There should be no spaces inside this paren. (space-in-parens)
(#4353) There should be no spaces inside this paren. (space-in-parens)
(#4354) Unexpected tab character. (no-tabs)
(#4354) There should be no spaces inside this paren. (space-in-parens)
(#4354) There should be no spaces inside this paren. (space-in-parens)
(#4355) Unexpected tab character. (no-tabs)
(#4355) There should be no spaces inside this paren. (space-in-parens)
(#4355) There should be no spaces inside this paren. (space-in-parens)
(#4356) Unexpected tab character. (no-tabs)
(#4357) Unexpected tab character. (no-tabs)
(#4359) Unexpected tab character. (no-tabs)
(#4360) Unexpected tab character. (no-tabs)
(#4364) Missing JSDoc comment. (require-jsdoc)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4365) Unexpected tab character. (no-tabs)
(#4365) There should be no spaces inside this paren. (space-in-parens)
(#4365) There should be no spaces inside this paren. (space-in-parens)
(#4365) There should be no spaces inside this paren. (space-in-parens)
(#4365) There should be no spaces inside this paren. (space-in-parens)
(#4366) Unexpected tab character. (no-tabs)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4367) Unexpected tab character. (no-tabs)
(#4367) There should be no spaces inside this paren. (space-in-parens)
(#4367) There should be no spaces inside this paren. (space-in-parens)
(#4368) Unexpected tab character. (no-tabs)
(#4369) Unexpected tab character. (no-tabs)
(#4371) Unexpected tab character. (no-tabs)
(#4371) There should be no spaces inside this paren. (space-in-parens)
(#4371) There should be no spaces inside this paren. (space-in-parens)
(#4372) Unexpected tab character. (no-tabs)
(#4372) There should be no spaces inside this paren. (space-in-parens)
(#4372) 'i' is defined but never used. (no-unused-vars)
(#4372) There should be no spaces inside this paren. (space-in-parens)
(#4373) Unexpected tab character. (no-tabs)
(#4374) Unexpected tab character. (no-tabs)
(#4376) Unexpected tab character. (no-tabs)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4377) Unexpected tab character. (no-tabs)
(#4377) There should be no spaces inside this paren. (space-in-parens)
(#4377) There should be no spaces inside this paren. (space-in-parens)
(#4378) Unexpected tab character. (no-tabs)
(#4379) Unexpected tab character. (no-tabs)
(#4381) Unexpected tab character. (no-tabs)
(#4381) There should be no spaces inside this paren. (space-in-parens)
(#4381) There should be no spaces inside this paren. (space-in-parens)
(#4381) There should be no spaces inside this paren. (space-in-parens)
(#4381) There should be no spaces inside this paren. (space-in-parens)
(#4382) Unexpected tab character. (no-tabs)
(#4383) Unexpected tab character. (no-tabs)
(#4384) Unexpected tab character. (no-tabs)
(#4384) There should be no spaces inside this paren. (space-in-parens)
(#4384) There should be no spaces inside this paren. (space-in-parens)
(#4385) Unexpected tab character. (no-tabs)
(#4386) Unexpected tab character. (no-tabs)
(#4388) Unexpected tab character. (no-tabs)
(#4388) There should be no spaces inside this paren. (space-in-parens)
(#4388) 'i' is defined but never used. (no-unused-vars)
(#4388) There should be no spaces inside this paren. (space-in-parens)
(#4389) Unexpected tab character. (no-tabs)
(#4389) There should be no spaces inside this paren. (space-in-parens)
(#4389) There should be no spaces inside this paren. (space-in-parens)
(#4390) Unexpected tab character. (no-tabs)
(#4392) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4397) Unexpected tab character. (no-tabs)
(#4398) Unexpected tab character. (no-tabs)
(#4399) Unexpected tab character. (no-tabs)
(#4400) Unexpected tab character. (no-tabs)
(#4401) Unexpected tab character. (no-tabs)
(#4402) Unexpected tab character. (no-tabs)
(#4403) Unexpected tab character. (no-tabs)
(#4403) Multiple spaces found before '// checked="ch...'. (no-multi-spaces)
(#4403) Comments should not begin with a lowercase character (capitalized-comments)
(#4404) Unexpected tab character. (no-tabs)
(#4404) Unnecessary escape character: \=. (no-useless-escape)
(#4405) Unexpected tab character. (no-tabs)
(#4406) Unexpected tab character. (no-tabs)
(#4406) There should be no space after '['. (array-bracket-spacing)
(#4406) There should be no space before ']'. (array-bracket-spacing)
(#4407) Unexpected tab character. (no-tabs)
(#4407) There should be no space after '['. (array-bracket-spacing)
(#4407) There should be no space before ']'. (array-bracket-spacing)
(#4408) Unexpected tab character. (no-tabs)
(#4408) There should be no space after '['. (array-bracket-spacing)
(#4408) There should be no space before ']'. (array-bracket-spacing)
(#4409) Unexpected tab character. (no-tabs)
(#4409) There should be no space after '['. (array-bracket-spacing)
(#4409) There should be no space before ']'. (array-bracket-spacing)
(#4410) Unexpected tab character. (no-tabs)
(#4410) There should be no space after '['. (array-bracket-spacing)
(#4410) There should be no space before ']'. (array-bracket-spacing)
(#4411) Unexpected tab character. (no-tabs)
(#4411) There should be no space after '['. (array-bracket-spacing)
(#4411) There should be no space before ']'. (array-bracket-spacing)
(#4412) Unexpected tab character. (no-tabs)
(#4412) There should be no space after '['. (array-bracket-spacing)
(#4412) There should be no space before ']'. (array-bracket-spacing)
(#4413) Unexpected tab character. (no-tabs)
(#4413) There should be no space after '['. (array-bracket-spacing)
(#4413) There should be no space before ']'. (array-bracket-spacing)
(#4414) Unexpected tab character. (no-tabs)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4422) Unexpected tab character. (no-tabs)
(#4422) There should be no space after '['. (array-bracket-spacing)
(#4422) There should be no space before ']'. (array-bracket-spacing)
(#4426) Unexpected tab character. (no-tabs)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4427) Unexpected tab character. (no-tabs)
(#4427) There should be no spaces inside this paren. (space-in-parens)
(#4427) There should be no spaces inside this paren. (space-in-parens)
(#4428) Unexpected tab character. (no-tabs)
(#4429) Unexpected tab character. (no-tabs)
(#4430) Unexpected tab character. (no-tabs)
(#4430) There should be no spaces inside this paren. (space-in-parens)
(#4430) There should be no spaces inside this paren. (space-in-parens)
(#4431) Unexpected tab character. (no-tabs)
(#4432) Unexpected tab character. (no-tabs)
(#4434) Unexpected tab character. (no-tabs)
(#4434) There should be no spaces inside this paren. (space-in-parens)
(#4434) There should be no spaces inside this paren. (space-in-parens)
(#4435) Unexpected tab character. (no-tabs)
(#4435) There should be no spaces inside this paren. (space-in-parens)
(#4435) There should be no spaces inside this paren. (space-in-parens)
(#4435) There should be no spaces inside this paren. (space-in-parens)
(#4435) There should be no spaces inside this paren. (space-in-parens)
(#4436) Unexpected tab character. (no-tabs)
(#4438) Unexpected tab character. (no-tabs)
(#4438) There should be no spaces inside this paren. (space-in-parens)
(#4438) There should be no spaces inside this paren. (space-in-parens)
(#4439) Unexpected tab character. (no-tabs)
(#4441) Unexpected tab character. (no-tabs)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4442) Unexpected tab character. (no-tabs)
(#4442) There should be no spaces inside this paren. (space-in-parens)
(#4442) There should be no spaces inside this paren. (space-in-parens)
(#4442) There should be no spaces inside this paren. (space-in-parens)
(#4442) There should be no spaces inside this paren. (space-in-parens)
(#4443) Unexpected tab character. (no-tabs)
(#4444) Unexpected tab character. (no-tabs)
(#4444) There should be no spaces inside this paren. (space-in-parens)
(#4444) There should be no spaces inside this paren. (space-in-parens)
(#4445) Unexpected tab character. (no-tabs)
(#4446) Unexpected tab character. (no-tabs)
(#4448) Unexpected tab character. (no-tabs)
(#4448) There should be no spaces inside this paren. (space-in-parens)
(#4448) There should be no spaces inside this paren. (space-in-parens)
(#4449) Unexpected tab character. (no-tabs)
(#4450) Unexpected tab character. (no-tabs)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4452) Unexpected tab character. (no-tabs)
(#4452) There should be no spaces inside this paren. (space-in-parens)
(#4452) There should be no spaces inside this paren. (space-in-parens)
(#4453) Unexpected tab character. (no-tabs)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4454) Unexpected tab character. (no-tabs)
(#4456) Unexpected tab character. (no-tabs)
(#4457) Unexpected tab character. (no-tabs)
(#4459) Unexpected tab character. (no-tabs)
(#4459) There should be no spaces inside this paren. (space-in-parens)
(#4459) There should be no spaces inside this paren. (space-in-parens)
(#4460) Unexpected tab character. (no-tabs)
(#4461) Unexpected tab character. (no-tabs)
(#4463) Unexpected tab character. (no-tabs)
(#4464) Unexpected tab character. (no-tabs)
(#4465) Unexpected tab character. (no-tabs)
(#4467) Unexpected tab character. (no-tabs)
(#4468) Unexpected tab character. (no-tabs)
(#4470) Unexpected tab character. (no-tabs)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4471) Unexpected tab character. (no-tabs)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4472) Unexpected tab character. (no-tabs)
(#4473) Unexpected tab character. (no-tabs)
(#4473) There should be no spaces inside this paren. (space-in-parens)
(#4473) There should be no spaces inside this paren. (space-in-parens)
(#4474) Unexpected tab character. (no-tabs)
(#4475) Unexpected tab character. (no-tabs)
(#4477) Unexpected tab character. (no-tabs)
(#4478) Unexpected tab character. (no-tabs)
(#4478) There should be no spaces inside this paren. (space-in-parens)
(#4478) There should be no spaces inside this paren. (space-in-parens)
(#4478) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4480) Unexpected tab character. (no-tabs)
(#4480) There should be no spaces inside this paren. (space-in-parens)
(#4480) There should be no spaces inside this paren. (space-in-parens)
(#4481) Unexpected tab character. (no-tabs)
(#4481) There should be no spaces inside this paren. (space-in-parens)
(#4481) There should be no spaces inside this paren. (space-in-parens)
(#4483) Unexpected tab character. (no-tabs)
(#4484) Unexpected tab character. (no-tabs)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4485) Unexpected tab character. (no-tabs)
(#4486) Unexpected tab character. (no-tabs)
(#4487) Unexpected tab character. (no-tabs)
(#4489) Unexpected tab character. (no-tabs)
(#4489) There should be no spaces inside this paren. (space-in-parens)
(#4489) There should be no spaces inside this paren. (space-in-parens)
(#4490) Unexpected tab character. (no-tabs)
(#4491) Unexpected tab character. (no-tabs)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4492) Unexpected tab character. (no-tabs)
(#4493) Unexpected tab character. (no-tabs)
(#4495) Unexpected tab character. (no-tabs)
(#4496) Unexpected tab character. (no-tabs)
(#4497) Unexpected tab character. (no-tabs)
(#4497) There should be no spaces inside this paren. (space-in-parens)
(#4497) There should be no spaces inside this paren. (space-in-parens)
(#4497) There should be no spaces inside this paren. (space-in-parens)
(#4497) There should be no spaces inside this paren. (space-in-parens)
(#4498) Unexpected tab character. (no-tabs)
(#4498) There should be no spaces inside this paren. (space-in-parens)
(#4498) There should be no spaces inside this paren. (space-in-parens)
(#4498) There should be no spaces inside this paren. (space-in-parens)
(#4498) There should be no spaces inside this paren. (space-in-parens)
(#4499) Unexpected tab character. (no-tabs)
(#4500) Unexpected tab character. (no-tabs)
(#4501) Unexpected tab character. (no-tabs)
(#4503) Unexpected tab character. (no-tabs)
(#4504) Unexpected tab character. (no-tabs)
(#4504) There should be no spaces inside this paren. (space-in-parens)
(#4504) There should be no spaces inside this paren. (space-in-parens)
(#4505) Unexpected tab character. (no-tabs)
(#4505) There should be no spaces inside this paren. (space-in-parens)
(#4505) There should be no spaces inside this paren. (space-in-parens)
(#4506) Unexpected tab character. (no-tabs)
(#4506) There should be no spaces inside this paren. (space-in-parens)
(#4506) There should be no spaces inside this paren. (space-in-parens)
(#4507) Unexpected tab character. (no-tabs)
(#4508) Unexpected tab character. (no-tabs)
(#4509) Unexpected tab character. (no-tabs)
(#4511) Unexpected tab character. (no-tabs)
(#4512) Unexpected tab character. (no-tabs)
(#4512) There should be no spaces inside this paren. (space-in-parens)
(#4512) There should be no spaces inside this paren. (space-in-parens)
(#4513) Unexpected tab character. (no-tabs)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4514) Unexpected tab character. (no-tabs)
(#4514) There should be no spaces inside this paren. (space-in-parens)
(#4514) There should be no spaces inside this paren. (space-in-parens)
(#4515) Unexpected tab character. (no-tabs)
(#4516) Unexpected tab character. (no-tabs)
(#4517) Unexpected tab character. (no-tabs)
(#4519) Unexpected tab character. (no-tabs)
(#4519) Expected to return a value at the end of method 'before'. (consistent-return)
(#4520) Unexpected tab character. (no-tabs)
(#4520) There should be no spaces inside this paren. (space-in-parens)
(#4520) There should be no spaces inside this paren. (space-in-parens)
(#4521) Unexpected tab character. (no-tabs)
(#4521) There should be no spaces inside this paren. (space-in-parens)
(#4521) There should be no spaces inside this paren. (space-in-parens)
(#4522) Unexpected tab character. (no-tabs)
(#4522) There should be no spaces inside this paren. (space-in-parens)
(#4522) There should be no spaces inside this paren. (space-in-parens)
(#4523) Unexpected tab character. (no-tabs)
(#4524) Unexpected tab character. (no-tabs)
(#4524) There should be no spaces inside this paren. (space-in-parens)
(#4524) There should be no spaces inside this paren. (space-in-parens)
(#4525) Unexpected tab character. (no-tabs)
(#4526) Unexpected tab character. (no-tabs)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4527) Unexpected tab character. (no-tabs)
(#4527) There should be no spaces inside this paren. (space-in-parens)
(#4527) There should be no spaces inside this paren. (space-in-parens)
(#4528) Unexpected tab character. (no-tabs)
(#4529) Unexpected tab character. (no-tabs)
(#4531) Unexpected tab character. (no-tabs)
(#4531) Expected to return a value at the end of method 'after'. (consistent-return)
(#4532) Unexpected tab character. (no-tabs)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4533) Unexpected tab character. (no-tabs)
(#4533) There should be no spaces inside this paren. (space-in-parens)
(#4533) There should be no spaces inside this paren. (space-in-parens)
(#4534) Unexpected tab character. (no-tabs)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4535) Unexpected tab character. (no-tabs)
(#4536) Unexpected tab character. (no-tabs)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4537) Unexpected tab character. (no-tabs)
(#4537) There should be no spaces inside this paren. (space-in-parens)
(#4537) There should be no spaces inside this paren. (space-in-parens)
(#4538) Unexpected tab character. (no-tabs)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4539) Unexpected tab character. (no-tabs)
(#4540) Unexpected tab character. (no-tabs)
(#4541) Unexpected tab character. (no-tabs)
(#4542) Trailing spaces not allowed. (no-trailing-spaces)
(#4542) Unexpected tab character. (no-tabs)
(#4543) Unexpected tab character. (no-tabs)
(#4543) Comments should not begin with a lowercase character (capitalized-comments)
(#4544) Unexpected tab character. (no-tabs)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4545) Unexpected tab character. (no-tabs)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4545) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4546) Unexpected tab character. (no-tabs)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no space after '['. (array-bracket-spacing)
(#4546) There should be no space before ']'. (array-bracket-spacing)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4547) Unexpected tab character. (no-tabs)
(#4547) There should be no spaces inside this paren. (space-in-parens)
(#4547) There should be no spaces inside this paren. (space-in-parens)
(#4548) Unexpected tab character. (no-tabs)
(#4548) There should be no spaces inside this paren. (space-in-parens)
(#4548) There should be no spaces inside this paren. (space-in-parens)
(#4549) Unexpected tab character. (no-tabs)
(#4549) There should be no spaces inside this paren. (space-in-parens)
(#4549) There should be no space after '['. (array-bracket-spacing)
(#4549) There should be no space before ']'. (array-bracket-spacing)
(#4549) There should be no spaces inside this paren. (space-in-parens)
(#4550) Unexpected tab character. (no-tabs)
(#4552) Unexpected tab character. (no-tabs)
(#4552) There should be no spaces inside this paren. (space-in-parens)
(#4552) There should be no spaces inside this paren. (space-in-parens)
(#4553) Unexpected tab character. (no-tabs)
(#4553) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#4553) There should be no spaces inside this paren. (space-in-parens)
(#4553) There should be no spaces inside this paren. (space-in-parens)
(#4554) Unexpected tab character. (no-tabs)
(#4555) Unexpected tab character. (no-tabs)
(#4556) Unexpected tab character. (no-tabs)
(#4557) Trailing spaces not allowed. (no-trailing-spaces)
(#4557) Unexpected tab character. (no-tabs)
(#4558) Unexpected tab character. (no-tabs)
(#4559) Unexpected tab character. (no-tabs)
(#4561) Unexpected tab character. (no-tabs)
(#4562) Unexpected tab character. (no-tabs)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4562) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4563) Unexpected tab character. (no-tabs)
(#4564) Unexpected tab character. (no-tabs)
(#4564) There should be no spaces inside this paren. (space-in-parens)
(#4564) There should be no spaces inside this paren. (space-in-parens)
(#4565) Unexpected tab character. (no-tabs)
(#4565) There should be no spaces inside this paren. (space-in-parens)
(#4565) There should be no spaces inside this paren. (space-in-parens)
(#4566) Unexpected tab character. (no-tabs)
(#4568) Unexpected tab character. (no-tabs)
(#4569) Unexpected tab character. (no-tabs)
(#4569) There should be no spaces inside this paren. (space-in-parens)
(#4569) There should be no spaces inside this paren. (space-in-parens)
(#4570) Unexpected tab character. (no-tabs)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4571) Unexpected tab character. (no-tabs)
(#4572) Unexpected tab character. (no-tabs)
(#4573) Trailing spaces not allowed. (no-trailing-spaces)
(#4573) Unexpected tab character. (no-tabs)
(#4574) Unexpected tab character. (no-tabs)
(#4575) Unexpected tab character. (no-tabs)
(#4577) Unexpected tab character. (no-tabs)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4578) Unexpected tab character. (no-tabs)
(#4579) Unexpected tab character. (no-tabs)
(#4580) Unexpected tab character. (no-tabs)
(#4580) There should be no spaces inside this paren. (space-in-parens)
(#4580) There should be no spaces inside this paren. (space-in-parens)
(#4581) Unexpected tab character. (no-tabs)
(#4582) Unexpected tab character. (no-tabs)
(#4583) Unexpected tab character. (no-tabs)
(#4584) Unexpected tab character. (no-tabs)
(#4585) Unexpected tab character. (no-tabs)
(#4586) Unexpected tab character. (no-tabs)
(#4587) Unexpected tab character. (no-tabs)
(#4588) Unexpected tab character. (no-tabs)
(#4589) Unexpected tab character. (no-tabs)
(#4589) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4590) Unexpected tab character. (no-tabs)
(#4590) There should be no spaces inside this paren. (space-in-parens)
(#4590) There should be no spaces inside this paren. (space-in-parens)
(#4591) Unexpected tab character. (no-tabs)
(#4592) Unexpected tab character. (no-tabs)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4593) Unexpected tab character. (no-tabs)
(#4594) Unexpected tab character. (no-tabs)
(#4596) Unexpected tab character. (no-tabs)
(#4597) Unexpected tab character. (no-tabs)
(#4598) Unexpected tab character. (no-tabs)
(#4599) Unexpected tab character. (no-tabs)
(#4600) Unexpected tab character. (no-tabs)
(#4601) Unexpected tab character. (no-tabs)
(#4602) Unexpected tab character. (no-tabs)
(#4603) Unexpected tab character. (no-tabs)
(#4605) Unexpected tab character. (no-tabs)
(#4606) Unexpected tab character. (no-tabs)
(#4606) There should be no spaces inside this paren. (space-in-parens)
(#4606) There should be no spaces inside this paren. (space-in-parens)
(#4607) Unexpected tab character. (no-tabs)
(#4607) There should be no spaces inside this paren. (space-in-parens)
(#4607) There should be no spaces inside this paren. (space-in-parens)
(#4608) Unexpected tab character. (no-tabs)
(#4608) There should be no spaces inside this paren. (space-in-parens)
(#4608) There should be no spaces inside this paren. (space-in-parens)
(#4609) Unexpected tab character. (no-tabs)
(#4611) Unexpected tab character. (no-tabs)
(#4612) Unexpected tab character. (no-tabs)
(#4613) Unexpected tab character. (no-tabs)
(#4615) Unexpected tab character. (no-tabs)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4616) Unexpected tab character. (no-tabs)
(#4616) There should be no spaces inside this paren. (space-in-parens)
(#4616) There should be no spaces inside this paren. (space-in-parens)
(#4617) Unexpected tab character. (no-tabs)
(#4618) Unexpected tab character. (no-tabs)
(#4619) Unexpected tab character. (no-tabs)
(#4621) Unexpected tab character. (no-tabs)
(#4622) Unexpected tab character. (no-tabs)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4623) Unexpected tab character. (no-tabs)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4624) Unexpected tab character. (no-tabs)
(#4624) There should be no space after '['. (computed-property-spacing)
(#4624) There should be no spaces inside this paren. (space-in-parens)
(#4624) There should be no spaces inside this paren. (space-in-parens)
(#4624) There should be no space before ']'. (computed-property-spacing)
(#4624) There should be no spaces inside this paren. (space-in-parens)
(#4626) Unexpected tab character. (no-tabs)
(#4628) Unexpected tab character. (no-tabs)
(#4629) Unexpected tab character. (no-tabs)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4630) Unexpected tab character. (no-tabs)
(#4631) Unexpected tab character. (no-tabs)
(#4631) There should be no spaces inside this paren. (space-in-parens)
(#4631) There should be no spaces inside this paren. (space-in-parens)
(#4632) Unexpected tab character. (no-tabs)
(#4632) There should be no spaces inside this paren. (space-in-parens)
(#4632) There should be no spaces inside this paren. (space-in-parens)
(#4633) Unexpected tab character. (no-tabs)
(#4634) Unexpected tab character. (no-tabs)
(#4635) Unexpected tab character. (no-tabs)
(#4637) Unexpected tab character. (no-tabs)
(#4638) Unexpected tab character. (no-tabs)
(#4638) Expected space(s) after "catch". (keyword-spacing)
(#4639) Unexpected tab character. (no-tabs)
(#4639) There should be no spaces inside this paren. (space-in-parens)
(#4639) There should be no spaces inside this paren. (space-in-parens)
(#4640) Unexpected tab character. (no-tabs)
(#4642) Unexpected tab character. (no-tabs)
(#4642) There should be no spaces inside this paren. (space-in-parens)
(#4642) There should be no spaces inside this paren. (space-in-parens)
(#4642) There should be no spaces inside this paren. (space-in-parens)
(#4642) There should be no spaces inside this paren. (space-in-parens)
(#4643) Unexpected tab character. (no-tabs)
(#4643) Missing space before opening brace. (space-before-blocks)
(#4644) Unexpected tab character. (no-tabs)
(#4645) Unexpected tab character. (no-tabs)
(#4645) There should be no spaces inside this paren. (space-in-parens)
(#4645) There should be no spaces inside this paren. (space-in-parens)
(#4646) Unexpected tab character. (no-tabs)
(#4648) Unexpected tab character. (no-tabs)
(#4649) Unexpected tab character. (no-tabs)
(#4649) There should be no spaces inside this paren. (space-in-parens)
(#4649) There should be no spaces inside this paren. (space-in-parens)
(#4650) Unexpected tab character. (no-tabs)
(#4652) Unexpected tab character. (no-tabs)
(#4653) Unexpected tab character. (no-tabs)
(#4655) Unexpected tab character. (no-tabs)
(#4655) There should be no spaces inside this paren. (space-in-parens)
(#4655) There should be no spaces inside this paren. (space-in-parens)
(#4656) Unexpected tab character. (no-tabs)
(#4656) There should be no spaces inside this paren. (space-in-parens)
(#4656) There should be no spaces inside this paren. (space-in-parens)
(#4657) Unexpected tab character. (no-tabs)
(#4658) Unexpected tab character. (no-tabs)
(#4659) Unexpected tab character. (no-tabs)
(#4659) There should be no spaces inside this paren. (space-in-parens)
(#4659) There should be no spaces inside this paren. (space-in-parens)
(#4659) There should be no spaces inside this paren. (space-in-parens)
(#4659) There should be no spaces inside this paren. (space-in-parens)
(#4660) Unexpected tab character. (no-tabs)
(#4661) Unexpected tab character. (no-tabs)
(#4661) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4662) Unexpected tab character. (no-tabs)
(#4662) There should be no spaces inside this paren. (space-in-parens)
(#4662) There should be no spaces inside this paren. (space-in-parens)
(#4662) There should be no spaces inside this paren. (space-in-parens)
(#4662) There should be no spaces inside this paren. (space-in-parens)
(#4663) Unexpected tab character. (no-tabs)
(#4664) Unexpected tab character. (no-tabs)
(#4666) Unexpected tab character. (no-tabs)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4667) Unexpected tab character. (no-tabs)
(#4668) Unexpected tab character. (no-tabs)
(#4670) Unexpected tab character. (no-tabs)
(#4671) Unexpected tab character. (no-tabs)
(#4671) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4673) Unexpected tab character. (no-tabs)
(#4675) Unexpected tab character. (no-tabs)
(#4675) There should be no spaces inside this paren. (space-in-parens)
(#4675) There should be no spaces inside this paren. (space-in-parens)
(#4676) Unexpected tab character. (no-tabs)
(#4676) There should be no spaces inside this paren. (space-in-parens)
(#4676) There should be no spaces inside this paren. (space-in-parens)
(#4677) Unexpected tab character. (no-tabs)
(#4678) Unexpected tab character. (no-tabs)
(#4678) There should be no spaces inside this paren. (space-in-parens)
(#4678) There should be no spaces inside this paren. (space-in-parens)
(#4679) Unexpected tab character. (no-tabs)
(#4680) Unexpected tab character. (no-tabs)
(#4681) Unexpected tab character. (no-tabs)
(#4682) Unexpected tab character. (no-tabs)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4683) Unexpected tab character. (no-tabs)
(#4684) Unexpected tab character. (no-tabs)
(#4686) Unexpected tab character. (no-tabs)
(#4686) There should be no spaces inside this paren. (space-in-parens)
(#4686) There should be no spaces inside this paren. (space-in-parens)
(#4687) Unexpected tab character. (no-tabs)
(#4687) There should be no spaces inside this paren. (space-in-parens)
(#4687) There should be no spaces inside this paren. (space-in-parens)
(#4688) Unexpected tab character. (no-tabs)
(#4690) Unexpected tab character. (no-tabs)
(#4690) There should be no spaces inside this paren. (space-in-parens)
(#4690) There should be no spaces inside this paren. (space-in-parens)
(#4691) Unexpected tab character. (no-tabs)
(#4691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4693) Unexpected tab character. (no-tabs)
(#4694) Unexpected tab character. (no-tabs)
(#4694) There should be no spaces inside this paren. (space-in-parens)
(#4694) There should be no spaces inside this paren. (space-in-parens)
(#4694) There should be no spaces inside this paren. (space-in-parens)
(#4694) There should be no spaces inside this paren. (space-in-parens)
(#4695) Unexpected tab character. (no-tabs)
(#4696) Unexpected tab character. (no-tabs)
(#4696) There should be no spaces inside this paren. (space-in-parens)
(#4696) There should be no spaces inside this paren. (space-in-parens)
(#4697) Unexpected tab character. (no-tabs)
(#4698) Unexpected tab character. (no-tabs)
(#4700) Unexpected tab character. (no-tabs)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4701) Unexpected tab character. (no-tabs)
(#4702) Unexpected tab character. (no-tabs)
(#4703) Unexpected tab character. (no-tabs)
(#4704) Unexpected tab character. (no-tabs)
(#4704) There should be no spaces inside this paren. (space-in-parens)
(#4704) There should be no spaces inside this paren. (space-in-parens)
(#4705) Unexpected tab character. (no-tabs)
(#4706) Unexpected tab character. (no-tabs)
(#4708) Unexpected tab character. (no-tabs)
(#4708) There should be no spaces inside this paren. (space-in-parens)
(#4708) There should be no spaces inside this paren. (space-in-parens)
(#4709) Unexpected tab character. (no-tabs)
(#4711) Unexpected tab character. (no-tabs)
(#4712) Unexpected tab character. (no-tabs)
(#4712) There should be no spaces inside this paren. (space-in-parens)
(#4712) There should be no spaces inside this paren. (space-in-parens)
(#4713) Unexpected tab character. (no-tabs)
(#4713) There should be no space after '{'. (object-curly-spacing)
(#4713) There should be no space before '}'. (object-curly-spacing)
(#4715) Unexpected tab character. (no-tabs)
(#4716) Unexpected tab character. (no-tabs)
(#4716) There should be no spaces inside this paren. (space-in-parens)
(#4716) There should be no spaces inside this paren. (space-in-parens)
(#4717) Unexpected tab character. (no-tabs)
(#4718) Trailing spaces not allowed. (no-trailing-spaces)
(#4718) Unexpected tab character. (no-tabs)
(#4719) Unexpected tab character. (no-tabs)
(#4720) Trailing spaces not allowed. (no-trailing-spaces)
(#4720) Unexpected tab character. (no-tabs)
(#4721) Unexpected tab character. (no-tabs)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4722) Unexpected tab character. (no-tabs)
(#4723) Unexpected tab character. (no-tabs)
(#4724) Unexpected tab character. (no-tabs)
(#4725) Unexpected tab character. (no-tabs)
(#4727) Unexpected tab character. (no-tabs)
(#4727) There should be no spaces inside this paren. (space-in-parens)
(#4727) There should be no spaces inside this paren. (space-in-parens)
(#4728) Unexpected tab character. (no-tabs)
(#4728) There should be no spaces inside this paren. (space-in-parens)
(#4728) There should be no spaces inside this paren. (space-in-parens)
(#4730) Unexpected tab character. (no-tabs)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4731) Unexpected tab character. (no-tabs)
(#4732) Unexpected tab character. (no-tabs)
(#4733) Unexpected tab character. (no-tabs)
(#4734) Unexpected tab character. (no-tabs)
(#4735) Unexpected tab character. (no-tabs)
(#4735) Multiple spaces found before '?'. (no-multi-spaces)
(#4736) Unexpected tab character. (no-tabs)
(#4737) Unexpected tab character. (no-tabs)
(#4738) Unexpected tab character. (no-tabs)
(#4739) Unexpected tab character. (no-tabs)
(#4740) Unexpected tab character. (no-tabs)
(#4742) Unexpected tab character. (no-tabs)
(#4742) There should be no spaces inside this paren. (space-in-parens)
(#4742) There should be no spaces inside this paren. (space-in-parens)
(#4743) Unexpected tab character. (no-tabs)
(#4743) There should be no spaces inside this paren. (space-in-parens)
(#4743) There should be no spaces inside this paren. (space-in-parens)
(#4744) Unexpected tab character. (no-tabs)
(#4745) Unexpected tab character. (no-tabs)
(#4747) Unexpected tab character. (no-tabs)
(#4748) Unexpected tab character. (no-tabs)
(#4751) Missing JSDoc comment. (require-jsdoc)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4751) 'cur' is defined but never used. (no-unused-vars)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4752) Unexpected tab character. (no-tabs)
(#4753) Unexpected tab character. (no-tabs)
(#4754) Unexpected tab character. (no-tabs)
(#4755) Unexpected tab character. (no-tabs)
(#4758) Missing JSDoc comment. (require-jsdoc)
(#4759) Unexpected tab character. (no-tabs)
(#4761) Unexpected tab character. (no-tabs)
(#4762) Unexpected tab character. (no-tabs)
(#4762) There should be no spaces inside this paren. (space-in-parens)
(#4762) There should be no spaces inside this paren. (space-in-parens)
(#4763) Unexpected tab character. (no-tabs)
(#4764) Unexpected tab character. (no-tabs)
(#4766) Unexpected tab character. (no-tabs)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4768) Unexpected tab character. (no-tabs)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4769) Unexpected tab character. (no-tabs)
(#4770) Unexpected tab character. (no-tabs)
(#4772) Unexpected tab character. (no-tabs)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4773) Unexpected tab character. (no-tabs)
(#4773) There should be no spaces inside this paren. (space-in-parens)
(#4773) There should be no space after '['. (computed-property-spacing)
(#4773) There should be no space before ']'. (computed-property-spacing)
(#4773) There should be no spaces inside this paren. (space-in-parens)
(#4774) Unexpected tab character. (no-tabs)
(#4774) There should be no spaces inside this paren. (space-in-parens)
(#4774) There should be no space after '['. (computed-property-spacing)
(#4774) There should be no space before ']'. (computed-property-spacing)
(#4774) There should be no space after '['. (computed-property-spacing)
(#4774) There should be no space before ']'. (computed-property-spacing)
(#4774) There should be no space after '['. (computed-property-spacing)
(#4774) There should be no space before ']'. (computed-property-spacing)
(#4774) There should be no space after '['. (computed-property-spacing)
(#4774) There should be no space before ']'. (computed-property-spacing)
(#4774) There should be no spaces inside this paren. (space-in-parens)
(#4775) Unexpected tab character. (no-tabs)
(#4776) Unexpected tab character. (no-tabs)
(#4777) Unexpected tab character. (no-tabs)
(#4778) Unexpected tab character. (no-tabs)
(#4781) There should be no spaces inside this paren. (space-in-parens)
(#4781) There should be no spaces inside this paren. (space-in-parens)
(#4782) Unexpected tab character. (no-tabs)
(#4783) Unexpected tab character. (no-tabs)
(#4785) Unexpected tab character. (no-tabs)
(#4786) Unexpected tab character. (no-tabs)
(#4787) Unexpected tab character. (no-tabs)
(#4788) Unexpected tab character. (no-tabs)
(#4789) Unexpected tab character. (no-tabs)
(#4789) There should be no spaces inside this paren. (space-in-parens)
(#4790) Unexpected tab character. (no-tabs)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4792) Unexpected tab character. (no-tabs)
(#4793) Unexpected tab character. (no-tabs)
(#4793) There should be no space after '['. (computed-property-spacing)
(#4793) There should be no space before ']'. (computed-property-spacing)
(#4794) Unexpected tab character. (no-tabs)
(#4794) There should be no spaces inside this paren. (space-in-parens)
(#4794) There should be no spaces inside this paren. (space-in-parens)
(#4795) Unexpected tab character. (no-tabs)
(#4795) There should be no spaces inside this paren. (space-in-parens)
(#4795) There should be no spaces inside this paren. (space-in-parens)
(#4796) Unexpected tab character. (no-tabs)
(#4797) Unexpected tab character. (no-tabs)
(#4798) Unexpected tab character. (no-tabs)
(#4799) Unexpected tab character. (no-tabs)
(#4801) Unexpected tab character. (no-tabs)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4802) Unexpected tab character. (no-tabs)
(#4803) Unexpected tab character. (no-tabs)
(#4803) There should be no spaces inside this paren. (space-in-parens)
(#4803) There should be no spaces inside this paren. (space-in-parens)
(#4804) Unexpected tab character. (no-tabs)
(#4806) Unexpected tab character. (no-tabs)
(#4806) There should be no spaces inside this paren. (space-in-parens)
(#4806) There should be no spaces inside this paren. (space-in-parens)
(#4807) Unexpected tab character. (no-tabs)
(#4807) There should be no space after '['. (computed-property-spacing)
(#4807) There should be no space before ']'. (computed-property-spacing)
(#4808) Unexpected tab character. (no-tabs)
(#4810) Unexpected tab character. (no-tabs)
(#4810) There should be no space after '{'. (object-curly-spacing)
(#4810) There should be no space before '}'. (object-curly-spacing)
(#4816) Unexpected tab character. (no-tabs)
(#4817) Unexpected tab character. (no-tabs)
(#4818) Unexpected tab character. (no-tabs)
(#4819) Unexpected tab character. (no-tabs)
(#4820) Unexpected tab character. (no-tabs)
(#4821) There should be no spaces inside this paren. (space-in-parens)
(#4821) There should be no spaces inside this paren. (space-in-parens)
(#4822) Unexpected tab character. (no-tabs)
(#4822) There should be no space after '['. (computed-property-spacing)
(#4822) There should be no space before ']'. (computed-property-spacing)
(#4822) There should be no spaces inside this paren. (space-in-parens)
(#4822) There should be no spaces inside this paren. (space-in-parens)
(#4823) Unexpected tab character. (no-tabs)
(#4823) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4823) There should be no spaces inside this paren. (space-in-parens)
(#4823) There should be no spaces inside this paren. (space-in-parens)
(#4824) Unexpected tab character. (no-tabs)
(#4825) Trailing spaces not allowed. (no-trailing-spaces)
(#4825) Unexpected tab character. (no-tabs)
(#4826) Unexpected tab character. (no-tabs)
(#4826) There should be no spaces inside this paren. (space-in-parens)
(#4826) There should be no spaces inside this paren. (space-in-parens)
(#4827) Unexpected tab character. (no-tabs)
(#4827) There should be no space after '['. (computed-property-spacing)
(#4827) There should be no space before ']'. (computed-property-spacing)
(#4827) There should be no spaces inside this paren. (space-in-parens)
(#4827) There should be no spaces inside this paren. (space-in-parens)
(#4828) Unexpected tab character. (no-tabs)
(#4829) Trailing spaces not allowed. (no-trailing-spaces)
(#4829) Unexpected tab character. (no-tabs)
(#4830) Unexpected tab character. (no-tabs)
(#4831) Unexpected tab character. (no-tabs)
(#4831) There should be no spaces inside this paren. (space-in-parens)
(#4831) There should be no spaces inside this paren. (space-in-parens)
(#4832) Unexpected tab character. (no-tabs)
(#4833) Unexpected tab character. (no-tabs)
(#4833) There should be no spaces inside this paren. (space-in-parens)
(#4833) There should be no spaces inside this paren. (space-in-parens)
(#4833) There should be no space after '['. (computed-property-spacing)
(#4833) There should be no space before ']'. (computed-property-spacing)
(#4833) There should be no spaces inside this paren. (space-in-parens)
(#4833) There should be no spaces inside this paren. (space-in-parens)
(#4834) Unexpected tab character. (no-tabs)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4835) Unexpected tab character. (no-tabs)
(#4836) Trailing spaces not allowed. (no-trailing-spaces)
(#4836) Unexpected tab character. (no-tabs)
(#4837) Unexpected tab character. (no-tabs)
(#4837) There should be no spaces inside this paren. (space-in-parens)
(#4837) There should be no spaces inside this paren. (space-in-parens)
(#4838) Unexpected tab character. (no-tabs)
(#4839) Unexpected tab character. (no-tabs)
(#4843) Unexpected tab character. (no-tabs)
(#4843) Method 'clean' has a complexity of 26. (complexity)
(#4843) There should be no spaces inside this paren. (space-in-parens)
(#4843) There should be no spaces inside this paren. (space-in-parens)
(#4844) Unexpected tab character. (no-tabs)
(#4846) Unexpected tab character. (no-tabs)
(#4847) Unexpected tab character. (no-tabs)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4848) Unexpected tab character. (no-tabs)
(#4849) Unexpected tab character. (no-tabs)
(#4851) Unexpected tab character. (no-tabs)
(#4853) Unexpected tab character. (no-tabs)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4853) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4854) Unexpected tab character. (no-tabs)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4855) Unexpected tab character. (no-tabs)
(#4856) Unexpected tab character. (no-tabs)
(#4858) Unexpected tab character. (no-tabs)
(#4858) There should be no spaces inside this paren. (space-in-parens)
(#4858) There should be no spaces inside this paren. (space-in-parens)
(#4859) Unexpected tab character. (no-tabs)
(#4860) Unexpected tab character. (no-tabs)
(#4862) Unexpected tab character. (no-tabs)
(#4863) Unexpected tab character. (no-tabs)
(#4863) There should be no spaces inside this paren. (space-in-parens)
(#4863) There should be no spaces inside this paren. (space-in-parens)
(#4863) There should be no spaces inside this paren. (space-in-parens)
(#4863) There should be no spaces inside this paren. (space-in-parens)
(#4864) Unexpected tab character. (no-tabs)
(#4864) There should be no spaces inside this paren. (space-in-parens)
(#4864) There should be no spaces inside this paren. (space-in-parens)
(#4866) Unexpected tab character. (no-tabs)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4867) Unexpected tab character. (no-tabs)
(#4868) Unexpected tab character. (no-tabs)
(#4870) Unexpected tab character. (no-tabs)
(#4871) Unexpected tab character. (no-tabs)
(#4871) There should be no spaces inside this paren. (space-in-parens)
(#4871) There should be no spaces inside this paren. (space-in-parens)
(#4872) Unexpected tab character. (no-tabs)
(#4872) There should be no space after '['. (computed-property-spacing)
(#4872) There should be no space before ']'. (computed-property-spacing)
(#4873) Unexpected tab character. (no-tabs)
(#4874) Unexpected tab character. (no-tabs)
(#4876) Unexpected tab character. (no-tabs)
(#4877) Unexpected tab character. (no-tabs)
(#4879) Unexpected tab character. (no-tabs)
(#4880) Unexpected tab character. (no-tabs)
(#4880) There should be no spaces inside this paren. (space-in-parens)
(#4880) There should be no spaces inside this paren. (space-in-parens)
(#4881) Unexpected tab character. (no-tabs)
(#4882) Unexpected tab character. (no-tabs)
(#4884) Unexpected tab character. (no-tabs)
(#4885) Unexpected tab character. (no-tabs)
(#4885) There should be no spaces inside this paren. (space-in-parens)
(#4885) There should be no spaces inside this paren. (space-in-parens)
(#4887) Unexpected tab character. (no-tabs)
(#4888) Unexpected tab character. (no-tabs)
(#4889) Unexpected tab character. (no-tabs)
(#4889) Do not nest ternary expressions. (no-nested-ternary)
(#4890) Unexpected tab character. (no-tabs)
(#4892) Unexpected tab character. (no-tabs)
(#4893) Unexpected tab character. (no-tabs)
(#4894) Unexpected tab character. (no-tabs)
(#4895) Unexpected tab character. (no-tabs)
(#4897) Unexpected tab character. (no-tabs)
(#4897) There should be no spaces inside this paren. (space-in-parens)
(#4897) Unexpected whitespace before semicolon. (semi-spacing)
(#4897) There should be no spaces inside this paren. (space-in-parens)
(#4898) Unexpected tab character. (no-tabs)
(#4898) Blocks are nested too deeply (5). (max-depth)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no space after '['. (computed-property-spacing)
(#4898) There should be no space before ']'. (computed-property-spacing)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no space after '['. (computed-property-spacing)
(#4898) There should be no space before ']'. (computed-property-spacing)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4899) Unexpected tab character. (no-tabs)
(#4899) There should be no space after '['. (computed-property-spacing)
(#4899) There should be no space before ']'. (computed-property-spacing)
(#4899) There should be no spaces inside this paren. (space-in-parens)
(#4899) There should be no space after '['. (computed-property-spacing)
(#4899) There should be no space before ']'. (computed-property-spacing)
(#4899) There should be no spaces inside this paren. (space-in-parens)
(#4900) Unexpected tab character. (no-tabs)
(#4901) Unexpected tab character. (no-tabs)
(#4903) Unexpected tab character. (no-tabs)
(#4905) Unexpected tab character. (no-tabs)
(#4906) Unexpected tab character. (no-tabs)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4907) Unexpected tab character. (no-tabs)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4908) Unexpected tab character. (no-tabs)
(#4910) Unexpected tab character. (no-tabs)
(#4911) Unexpected tab character. (no-tabs)
(#4913) Unexpected tab character. (no-tabs)
(#4913) There should be no spaces inside this paren. (space-in-parens)
(#4913) There should be no spaces inside this paren. (space-in-parens)
(#4914) Unexpected tab character. (no-tabs)
(#4914) There should be no spaces inside this paren. (space-in-parens)
(#4914) There should be no spaces inside this paren. (space-in-parens)
(#4915) Unexpected tab character. (no-tabs)
(#4916) Unexpected tab character. (no-tabs)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4917) Unexpected tab character. (no-tabs)
(#4918) Unexpected tab character. (no-tabs)
(#4920) Unexpected tab character. (no-tabs)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4921) Unexpected tab character. (no-tabs)
(#4921) There should be no spaces inside this paren. (space-in-parens)
(#4921) 'i' used outside of binding context. (block-scoped-var)
(#4921) 'i' used outside of binding context. (block-scoped-var)
(#4921) 'i' used outside of binding context. (block-scoped-var)
(#4921) There should be no spaces inside this paren. (space-in-parens)
(#4922) Line 4922 exceeds the maximum line length of 132. (max-len)
(#4922) Unexpected tab character. (no-tabs)
(#4922) There should be no spaces inside this paren. (space-in-parens)
(#4922) There should be no spaces inside this paren. (space-in-parens)
(#4922) 'i' used outside of binding context. (block-scoped-var)
(#4922) There should be no spaces inside this paren. (space-in-parens)
(#4922) 'i' used outside of binding context. (block-scoped-var)
(#4922) 'i' used outside of binding context. (block-scoped-var)
(#4922) There should be no spaces inside this paren. (space-in-parens)
(#4923) Unexpected tab character. (no-tabs)
(#4923) There should be no spaces inside this paren. (space-in-parens)
(#4923) 'i' used outside of binding context. (block-scoped-var)
(#4923) 'i' used outside of binding context. (block-scoped-var)
(#4923) There should be no spaces inside this paren. (space-in-parens)
(#4923) 'i' used outside of binding context. (block-scoped-var)
(#4923) There should be no spaces inside this paren. (space-in-parens)
(#4923) 'i' used outside of binding context. (block-scoped-var)
(#4923) There should be no spaces inside this paren. (space-in-parens)
(#4924) Trailing spaces not allowed. (no-trailing-spaces)
(#4924) Unexpected tab character. (no-tabs)
(#4925) Unexpected tab character. (no-tabs)
(#4926) Unexpected tab character. (no-tabs)
(#4926) There should be no spaces inside this paren. (space-in-parens)
(#4926) 'i' used outside of binding context. (block-scoped-var)
(#4926) There should be no spaces inside this paren. (space-in-parens)
(#4927) Unexpected tab character. (no-tabs)
(#4927) There should be no spaces inside this paren. (space-in-parens)
(#4927) 'i' used outside of binding context. (block-scoped-var)
(#4927) 'i' used outside of binding context. (block-scoped-var)
(#4927) There should be no spaces inside this paren. (space-in-parens)
(#4928) Unexpected tab character. (no-tabs)
(#4929) Unexpected tab character. (no-tabs)
(#4929) There should be no spaces inside this paren. (space-in-parens)
(#4929) 'i' used outside of binding context. (block-scoped-var)
(#4929) There should be no spaces inside this paren. (space-in-parens)
(#4930) Unexpected tab character. (no-tabs)
(#4931) Unexpected tab character. (no-tabs)
(#4932) Unexpected tab character. (no-tabs)
(#4934) Unexpected tab character. (no-tabs)
(#4935) Unexpected tab character. (no-tabs)
(#4936) Trailing spaces not allowed. (no-trailing-spaces)
(#4936) Unexpected tab character. (no-tabs)
(#4937) Unexpected tab character. (no-tabs)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4938) Unexpected tab character. (no-tabs)
(#4938) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4939) Unexpected tab character. (no-tabs)
(#4940) Unexpected tab character. (no-tabs)
(#4941) Trailing spaces not allowed. (no-trailing-spaces)
(#4941) Unexpected tab character. (no-tabs)
(#4942) Unexpected tab character. (no-tabs)
(#4942) There should be no spaces inside this paren. (space-in-parens)
(#4942) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4942) There should be no spaces inside this paren. (space-in-parens)
(#4943) Unexpected tab character. (no-tabs)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4944) Unexpected tab character. (no-tabs)
(#4945) Unexpected tab character. (no-tabs)
(#4947) Unexpected tab character. (no-tabs)
(#4947) There should be no space after '['. (computed-property-spacing)
(#4947) There should be no space before ']'. (computed-property-spacing)
(#4948) Trailing spaces not allowed. (no-trailing-spaces)
(#4948) Unexpected tab character. (no-tabs)
(#4949) Unexpected tab character. (no-tabs)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4950) Unexpected tab character. (no-tabs)
(#4950) There should be no space after '['. (computed-property-spacing)
(#4950) There should be no space before ']'. (computed-property-spacing)
(#4951) Trailing spaces not allowed. (no-trailing-spaces)
(#4951) Unexpected tab character. (no-tabs)
(#4952) Unexpected tab character. (no-tabs)
(#4952) There should be no spaces inside this paren. (space-in-parens)
(#4952) There should be no spaces inside this paren. (space-in-parens)
(#4953) Unexpected tab character. (no-tabs)
(#4953) There should be no spaces inside this paren. (space-in-parens)
(#4953) There should be no spaces inside this paren. (space-in-parens)
(#4954) Unexpected tab character. (no-tabs)
(#4954) Blocks are nested too deeply (5). (max-depth)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no space after '['. (computed-property-spacing)
(#4954) There should be no space before ']'. (computed-property-spacing)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4955) Unexpected tab character. (no-tabs)
(#4955) There should be no spaces inside this paren. (space-in-parens)
(#4955) There should be no spaces inside this paren. (space-in-parens)
(#4957) Unexpected tab character. (no-tabs)
(#4958) Unexpected tab character. (no-tabs)
(#4958) There should be no spaces inside this paren. (space-in-parens)
(#4958) There should be no spaces inside this paren. (space-in-parens)
(#4959) Unexpected tab character. (no-tabs)
(#4960) Unexpected tab character. (no-tabs)
(#4961) Unexpected tab character. (no-tabs)
(#4962) Trailing spaces not allowed. (no-trailing-spaces)
(#4962) Unexpected tab character. (no-tabs)
(#4963) Unexpected tab character. (no-tabs)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4964) Unexpected tab character. (no-tabs)
(#4964) There should be no space after '['. (computed-property-spacing)
(#4964) There should be no space before ']'. (computed-property-spacing)
(#4966) Unexpected tab character. (no-tabs)
(#4966) There should be no spaces inside this paren. (space-in-parens)
(#4966) There should be no spaces inside this paren. (space-in-parens)
(#4967) Unexpected tab character. (no-tabs)
(#4967) There should be no spaces inside this paren. (space-in-parens)
(#4967) There should be no spaces inside this paren. (space-in-parens)
(#4968) Unexpected tab character. (no-tabs)
(#4969) Trailing spaces not allowed. (no-trailing-spaces)
(#4969) Unexpected tab character. (no-tabs)
(#4970) Unexpected tab character. (no-tabs)
(#4970) There should be no space after '['. (computed-property-spacing)
(#4970) There should be no space before ']'. (computed-property-spacing)
(#4971) Unexpected tab character. (no-tabs)
(#4972) Unexpected tab character. (no-tabs)
(#4973) Unexpected tab character. (no-tabs)
(#4976) Missing JSDoc comment. (require-jsdoc)
(#4976) There should be no spaces inside this paren. (space-in-parens)
(#4976) There should be no spaces inside this paren. (space-in-parens)
(#4977) Unexpected tab character. (no-tabs)
(#4977) There should be no spaces inside this paren. (space-in-parens)
(#4977) There should be no spaces inside this paren. (space-in-parens)
(#4978) Unexpected tab character. (no-tabs)
(#4979) Unexpected tab character. (no-tabs)
(#4980) Unexpected tab character. (no-tabs)
(#4981) Unexpected tab character. (no-tabs)
(#4982) Unexpected tab character. (no-tabs)
(#4983) Unexpected tab character. (no-tabs)
(#4984) Unexpected tab character. (no-tabs)
(#4984) There should be no spaces inside this paren. (space-in-parens)
(#4984) There should be no spaces inside this paren. (space-in-parens)
(#4985) Unexpected tab character. (no-tabs)
(#4987) Unexpected tab character. (no-tabs)
(#4987) There should be no spaces inside this paren. (space-in-parens)
(#4987) There should be no spaces inside this paren. (space-in-parens)
(#4988) Unexpected tab character. (no-tabs)
(#4988) There should be no spaces inside this paren. (space-in-parens)
(#4988) There should be no spaces inside this paren. (space-in-parens)
(#4989) Unexpected tab character. (no-tabs)
(#4991) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4996) Unexpected tab character. (no-tabs)
(#4997) Unexpected tab character. (no-tabs)
(#4998) Unexpected tab character. (no-tabs)
(#4999) Unexpected tab character. (no-tabs)
(#5000) Unexpected tab character. (no-tabs)
(#5002) Unexpected tab character. (no-tabs)
(#5002) There should be no space after '{'. (object-curly-spacing)
(#5002) There should be no space before '}'. (object-curly-spacing)
(#5003) Unexpected tab character. (no-tabs)
(#5003) There should be no space after '['. (array-bracket-spacing)
(#5003) There should be no space before ']'. (array-bracket-spacing)
(#5004) Unexpected tab character. (no-tabs)
(#5004) There should be no space after '['. (array-bracket-spacing)
(#5004) There should be no space before ']'. (array-bracket-spacing)
(#5005) Unexpected tab character. (no-tabs)
(#5007) Unexpected tab character. (no-tabs)
(#5007) Comments should not begin with a lowercase character (capitalized-comments)
(#5008) Unexpected tab character. (no-tabs)
(#5010) Unexpected tab character. (no-tabs)
(#5010) There should be no spaces inside this paren. (space-in-parens)
(#5010) There should be no spaces inside this paren. (space-in-parens)
(#5011) Unexpected tab character. (no-tabs)
(#5012) Unexpected tab character. (no-tabs)
(#5014) There should be no spaces inside this paren. (space-in-parens)
(#5014) There should be no spaces inside this paren. (space-in-parens)
(#5015) Unexpected tab character. (no-tabs)
(#5016) Unexpected tab character. (no-tabs)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5017) Unexpected tab character. (no-tabs)
(#5018) Unexpected tab character. (no-tabs)
(#5020) Unexpected tab character. (no-tabs)
(#5020) There should be no spaces inside this paren. (space-in-parens)
(#5020) There should be no spaces inside this paren. (space-in-parens)
(#5020) There should be no spaces inside this paren. (space-in-parens)
(#5021) Unexpected tab character. (no-tabs)
(#5022) Unexpected tab character. (no-tabs)
(#5022) There should be no spaces inside this paren. (space-in-parens)
(#5022) There should be no spaces inside this paren. (space-in-parens)
(#5023) Unexpected tab character. (no-tabs)
(#5023) There should be no spaces inside this paren. (space-in-parens)
(#5023) There should be no spaces inside this paren. (space-in-parens)
(#5024) Unexpected tab character. (no-tabs)
(#5028) Unexpected tab character. (no-tabs)
(#5029) Unexpected tab character. (no-tabs)
(#5030) Unexpected tab character. (no-tabs)
(#5031) Unexpected tab character. (no-tabs)
(#5032) Unexpected tab character. (no-tabs)
(#5032) There should be no spaces inside this paren. (space-in-parens)
(#5032) There should be no spaces inside this paren. (space-in-parens)
(#5033) Unexpected tab character. (no-tabs)
(#5033) There should be no spaces inside this paren. (space-in-parens)
(#5033) There should be no spaces inside this paren. (space-in-parens)
(#5034) Unexpected tab character. (no-tabs)
(#5035) Unexpected tab character. (no-tabs)
(#5035) There should be no spaces inside this paren. (space-in-parens)
(#5035) There should be no spaces inside this paren. (space-in-parens)
(#5036) Unexpected tab character. (no-tabs)
(#5038) Unexpected tab character. (no-tabs)
(#5039) Unexpected tab character. (no-tabs)
(#5040) Unexpected tab character. (no-tabs)
(#5041) Unexpected tab character. (no-tabs)
(#5042) Unexpected tab character. (no-tabs)
(#5043) Unexpected tab character. (no-tabs)
(#5045) Unexpected tab character. (no-tabs)
(#5046) Unexpected tab character. (no-tabs)
(#5047) Unexpected tab character. (no-tabs)
(#5048) Unexpected tab character. (no-tabs)
(#5049) Unexpected tab character. (no-tabs)
(#5050) Unexpected tab character. (no-tabs)
(#5051) Unexpected tab character. (no-tabs)
(#5052) Unexpected tab character. (no-tabs)
(#5054) Unexpected tab character. (no-tabs)
(#5055) Unexpected tab character. (no-tabs)
(#5056) Unexpected tab character. (no-tabs)
(#5057) Unexpected tab character. (no-tabs)
(#5057) Comments should not begin with a lowercase character (capitalized-comments)
(#5058) Unexpected tab character. (no-tabs)
(#5059) Unexpected tab character. (no-tabs)
(#5061) Unexpected tab character. (no-tabs)
(#5062) Unexpected tab character. (no-tabs)
(#5062) There should be no spaces inside this paren. (space-in-parens)
(#5062) There should be no spaces inside this paren. (space-in-parens)
(#5063) Unexpected tab character. (no-tabs)
(#5064) Unexpected tab character. (no-tabs)
(#5064) There should be no spaces inside this paren. (space-in-parens)
(#5064) There should be no spaces inside this paren. (space-in-parens)
(#5065) Unexpected tab character. (no-tabs)
(#5066) Unexpected tab character. (no-tabs)
(#5068) Unexpected tab character. (no-tabs)
(#5069) Unexpected tab character. (no-tabs)
(#5069) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5069) There should be no spaces inside this paren. (space-in-parens)
(#5069) There should be no spaces inside this paren. (space-in-parens)
(#5070) Unexpected tab character. (no-tabs)
(#5070) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5070) There should be no space after '['. (computed-property-spacing)
(#5070) There should be no space before ']'. (computed-property-spacing)
(#5072) Unexpected tab character. (no-tabs)
(#5072) There should be no space after '['. (computed-property-spacing)
(#5072) There should be no space before ']'. (computed-property-spacing)
(#5074) Unexpected tab character. (no-tabs)
(#5075) Unexpected tab character. (no-tabs)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5076) Unexpected tab character. (no-tabs)
(#5077) Unexpected tab character. (no-tabs)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5077) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5078) Unexpected tab character. (no-tabs)
(#5079) Unexpected tab character. (no-tabs)
(#5081) Unexpected tab character. (no-tabs)
(#5082) Unexpected tab character. (no-tabs)
(#5082) There should be no spaces inside this paren. (space-in-parens)
(#5082) There should be no space after '['. (computed-property-spacing)
(#5082) There should be no space before ']'. (computed-property-spacing)
(#5082) There should be no spaces inside this paren. (space-in-parens)
(#5083) Unexpected tab character. (no-tabs)
(#5084) Unexpected tab character. (no-tabs)
(#5086) Unexpected tab character. (no-tabs)
(#5087) Unexpected tab character. (no-tabs)
(#5087) There should be no spaces inside this paren. (space-in-parens)
(#5087) There should be no spaces inside this paren. (space-in-parens)
(#5087) There should be no spaces inside this paren. (space-in-parens)
(#5087) There should be no spaces inside this paren. (space-in-parens)
(#5088) Unexpected tab character. (no-tabs)
(#5089) Unexpected tab character. (no-tabs)
(#5090) Unexpected tab character. (no-tabs)
(#5091) Unexpected tab character. (no-tabs)
(#5091) There should be no space after '['. (computed-property-spacing)
(#5091) There should be no space before ']'. (computed-property-spacing)
(#5092) Unexpected tab character. (no-tabs)
(#5092) Expected space(s) after "catch". (keyword-spacing)
(#5092) Empty block statement. (no-empty)
(#5093) Unexpected tab character. (no-tabs)
(#5095) Unexpected tab character. (no-tabs)
(#5096) Unexpected tab character. (no-tabs)
(#5097) Unexpected tab character. (no-tabs)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5098) Unexpected tab character. (no-tabs)
(#5098) Method 'style' expected no return value. (consistent-return)
(#5099) Unexpected tab character. (no-tabs)
(#5101) Unexpected tab character. (no-tabs)
(#5102) Unexpected tab character. (no-tabs)
(#5102) Method 'style' expected no return value. (consistent-return)
(#5102) There should be no space after '['. (computed-property-spacing)
(#5102) There should be no space before ']'. (computed-property-spacing)
(#5103) Unexpected tab character. (no-tabs)
(#5104) Unexpected tab character. (no-tabs)
(#5106) Unexpected tab character. (no-tabs)
(#5106) Expected to return a value at the end of method 'css'. (consistent-return)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5107) Unexpected tab character. (no-tabs)
(#5108) Unexpected tab character. (no-tabs)
(#5108) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5109) Unexpected tab character. (no-tabs)
(#5109) There should be no space after '['. (computed-property-spacing)
(#5109) There should be no space before ']'. (computed-property-spacing)
(#5111) Unexpected tab character. (no-tabs)
(#5111) There should be no space after '['. (computed-property-spacing)
(#5111) There should be no space before ']'. (computed-property-spacing)
(#5113) Unexpected tab character. (no-tabs)
(#5114) Unexpected tab character. (no-tabs)
(#5114) There should be no spaces inside this paren. (space-in-parens)
(#5114) There should be no spaces inside this paren. (space-in-parens)
(#5114) There should be no spaces inside this paren. (space-in-parens)
(#5114) There should be no spaces inside this paren. (space-in-parens)
(#5115) Unexpected tab character. (no-tabs)
(#5117) Unexpected tab character. (no-tabs)
(#5118) Unexpected tab character. (no-tabs)
(#5118) There should be no spaces inside this paren. (space-in-parens)
(#5118) There should be no spaces inside this paren. (space-in-parens)
(#5119) Unexpected tab character. (no-tabs)
(#5119) There should be no spaces inside this paren. (space-in-parens)
(#5119) There should be no spaces inside this paren. (space-in-parens)
(#5120) Unexpected tab character. (no-tabs)
(#5121) Unexpected tab character. (no-tabs)
(#5123) Unexpected tab character. (no-tabs)
(#5124) Unexpected tab character. (no-tabs)
(#5124) There should be no spaces inside this paren. (space-in-parens)
(#5124) There should be no spaces inside this paren. (space-in-parens)
(#5125) Unexpected tab character. (no-tabs)
(#5127) Unexpected tab character. (no-tabs)
(#5128) Unexpected tab character. (no-tabs)
(#5128) There should be no spaces inside this paren. (space-in-parens)
(#5128) There should be no spaces inside this paren. (space-in-parens)
(#5129) Unexpected tab character. (no-tabs)
(#5129) There should be no space after '['. (computed-property-spacing)
(#5129) There should be no space before ']'. (computed-property-spacing)
(#5129) There should be no space after '['. (computed-property-spacing)
(#5129) There should be no space before ']'. (computed-property-spacing)
(#5130) Unexpected tab character. (no-tabs)
(#5130) There should be no space after '['. (computed-property-spacing)
(#5130) There should be no space before ']'. (computed-property-spacing)
(#5130) There should be no space after '['. (computed-property-spacing)
(#5130) There should be no space before ']'. (computed-property-spacing)
(#5131) Unexpected tab character. (no-tabs)
(#5133) Unexpected tab character. (no-tabs)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5135) Unexpected tab character. (no-tabs)
(#5136) Unexpected tab character. (no-tabs)
(#5136) There should be no spaces inside this paren. (space-in-parens)
(#5136) 'name' used outside of binding context. (block-scoped-var)
(#5136) There should be no spaces inside this paren. (space-in-parens)
(#5137) Unexpected tab character. (no-tabs)
(#5137) There should be no space after '['. (computed-property-spacing)
(#5137) 'name' used outside of binding context. (block-scoped-var)
(#5137) There should be no space before ']'. (computed-property-spacing)
(#5137) There should be no space after '['. (computed-property-spacing)
(#5137) 'name' used outside of binding context. (block-scoped-var)
(#5137) There should be no space before ']'. (computed-property-spacing)
(#5138) Unexpected tab character. (no-tabs)
(#5139) Unexpected tab character. (no-tabs)
(#5141) Unexpected tab character. (no-tabs)
(#5141) There should be no spaces inside this paren. (space-in-parens)
(#5141) There should be no spaces inside this paren. (space-in-parens)
(#5142) Unexpected tab character. (no-tabs)
(#5142) There should be no spaces inside this paren. (space-in-parens)
(#5142) There should be no spaces inside this paren. (space-in-parens)
(#5143) Unexpected tab character. (no-tabs)
(#5149) There should be no spaces inside this paren. (space-in-parens)
(#5149) There should be no spaces inside this paren. (space-in-parens)
(#5150) Unexpected tab character. (no-tabs)
(#5150) There should be no space after '['. (computed-property-spacing)
(#5150) There should be no space before ']'. (computed-property-spacing)
(#5151) Unexpected tab character. (no-tabs)
(#5151) Expected to return a value at the end of method 'get'. (consistent-return)
(#5151) There should be no spaces inside this paren. (space-in-parens)
(#5151) There should be no spaces inside this paren. (space-in-parens)
(#5152) Unexpected tab character. (no-tabs)
(#5154) Unexpected tab character. (no-tabs)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5155) Unexpected tab character. (no-tabs)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5156) Unexpected tab character. (no-tabs)
(#5156) There should be no spaces inside this paren. (space-in-parens)
(#5156) There should be no spaces inside this paren. (space-in-parens)
(#5158) Unexpected tab character. (no-tabs)
(#5159) Unexpected tab character. (no-tabs)
(#5159) There should be no spaces inside this paren. (space-in-parens)
(#5160) Unexpected tab character. (no-tabs)
(#5160) There should be no spaces inside this paren. (space-in-parens)
(#5160) There should be no spaces inside this paren. (space-in-parens)
(#5161) Unexpected tab character. (no-tabs)
(#5162) Unexpected tab character. (no-tabs)
(#5164) Unexpected tab character. (no-tabs)
(#5165) Unexpected tab character. (no-tabs)
(#5166) Unexpected tab character. (no-tabs)
(#5168) Unexpected tab character. (no-tabs)
(#5168) Expected to return a value at the end of method 'set'. (consistent-return)
(#5168) There should be no spaces inside this paren. (space-in-parens)
(#5168) There should be no spaces inside this paren. (space-in-parens)
(#5169) Unexpected tab character. (no-tabs)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5170) Unexpected tab character. (no-tabs)
(#5170) Comments should not begin with a lowercase character (capitalized-comments)
(#5171) Unexpected tab character. (no-tabs)
(#5173) Unexpected tab character. (no-tabs)
(#5173) There should be no spaces inside this paren. (space-in-parens)
(#5173) There should be no spaces inside this paren. (space-in-parens)
(#5174) Unexpected tab character. (no-tabs)
(#5175) Unexpected tab character. (no-tabs)
(#5177) Unexpected tab character. (no-tabs)
(#5178) Unexpected tab character. (no-tabs)
(#5179) Unexpected tab character. (no-tabs)
(#5180) Unexpected tab character. (no-tabs)
(#5181) Unexpected tab character. (no-tabs)
(#5184) There should be no spaces inside this paren. (space-in-parens)
(#5184) There should be no spaces inside this paren. (space-in-parens)
(#5185) Unexpected tab character. (no-tabs)
(#5186) Unexpected tab character. (no-tabs)
(#5186) There should be no spaces inside this paren. (space-in-parens)
(#5186) There should be no spaces inside this paren. (space-in-parens)
(#5187) Unexpected tab character. (no-tabs)
(#5188) Unexpected tab character. (no-tabs)
(#5188) Do not nest ternary expressions. (no-nested-ternary)
(#5189) Unexpected tab character. (no-tabs)
(#5190) Unexpected tab character. (no-tabs)
(#5191) Unexpected tab character. (no-tabs)
(#5193) Unexpected tab character. (no-tabs)
(#5193) There should be no spaces inside this paren. (space-in-parens)
(#5193) There should be no spaces inside this paren. (space-in-parens)
(#5194) Unexpected tab character. (no-tabs)
(#5196) Unexpected tab character. (no-tabs)
(#5197) Unexpected tab character. (no-tabs)
(#5198) Unexpected tab character. (no-tabs)
(#5200) Unexpected tab character. (no-tabs)
(#5201) Unexpected tab character. (no-tabs)
(#5202) Unexpected tab character. (no-tabs)
(#5203) Unexpected tab character. (no-tabs)
(#5204) Unexpected tab character. (no-tabs)
(#5206) Unexpected tab character. (no-tabs)
(#5207) Unexpected tab character. (no-tabs)
(#5208) Unexpected tab character. (no-tabs)
(#5209) Unexpected tab character. (no-tabs)
(#5210) Unexpected tab character. (no-tabs)
(#5213) There should be no spaces inside this paren. (space-in-parens)
(#5213) There should be no spaces inside this paren. (space-in-parens)
(#5214) Unexpected tab character. (no-tabs)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5215) Unexpected tab character. (no-tabs)
(#5217) Unexpected tab character. (no-tabs)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5219) Unexpected tab character. (no-tabs)
(#5219) There should be no spaces inside this paren. (space-in-parens)
(#5219) There should be no spaces inside this paren. (space-in-parens)
(#5220) Unexpected tab character. (no-tabs)
(#5221) Unexpected tab character. (no-tabs)
(#5223) Unexpected tab character. (no-tabs)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5224) Unexpected tab character. (no-tabs)
(#5224) There should be no spaces inside this paren. (space-in-parens)
(#5224) There should be no spaces inside this paren. (space-in-parens)
(#5225) Unexpected tab character. (no-tabs)
(#5225) There should be no spaces inside this paren. (space-in-parens)
(#5225) There should be no spaces inside this paren. (space-in-parens)
(#5225) There should be no spaces inside this paren. (space-in-parens)
(#5225) There should be no spaces inside this paren. (space-in-parens)
(#5226) Unexpected tab character. (no-tabs)
(#5226) There should be no spaces inside this paren. (space-in-parens)
(#5226) There should be no spaces inside this paren. (space-in-parens)
(#5227) Unexpected tab character. (no-tabs)
(#5228) Unexpected tab character. (no-tabs)
(#5230) Unexpected tab character. (no-tabs)
(#5231) Unexpected tab character. (no-tabs)
(#5233) There should be no spaces inside this paren. (space-in-parens)
(#5233) There should be no spaces inside this paren. (space-in-parens)
(#5234) Unexpected tab character. (no-tabs)
(#5234) There should be no spaces inside this paren. (space-in-parens)
(#5234) There should be no spaces inside this paren. (space-in-parens)
(#5235) Unexpected tab character. (no-tabs)
(#5235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5235) There should be no space after '['. (computed-property-spacing)
(#5235) There should be no space before ']'. (computed-property-spacing)
(#5235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5237) Unexpected tab character. (no-tabs)
(#5238) Unexpected tab character. (no-tabs)
(#5240) Unexpected tab character. (no-tabs)
(#5241) Unexpected tab character. (no-tabs)
(#5242) Unexpected tab character. (no-tabs)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5243) Unexpected tab character. (no-tabs)
(#5244) Unexpected tab character. (no-tabs)
(#5245) Unexpected tab character. (no-tabs)
(#5247) Unexpected tab character. (no-tabs)
(#5248) Unexpected tab character. (no-tabs)
(#5249) Unexpected tab character. (no-tabs)
(#5250) Unexpected tab character. (no-tabs)
(#5252) Unexpected tab character. (no-tabs)
(#5253) Unexpected tab character. (no-tabs)
(#5254) Unexpected tab character. (no-tabs)
(#5255) Unexpected tab character. (no-tabs)
(#5257) Unexpected tab character. (no-tabs)
(#5258) Unexpected tab character. (no-tabs)
(#5261) Missing JSDoc comment. (require-jsdoc)
(#5261) There should be no spaces inside this paren. (space-in-parens)
(#5261) There should be no spaces inside this paren. (space-in-parens)
(#5262) Unexpected tab character. (no-tabs)
(#5263) Unexpected tab character. (no-tabs)
(#5265) Unexpected tab character. (no-tabs)
(#5265) There should be no spaces inside this paren. (space-in-parens)
(#5265) There should be no spaces inside this paren. (space-in-parens)
(#5266) Unexpected tab character. (no-tabs)
(#5267) Unexpected tab character. (no-tabs)
(#5269) Unexpected tab character. (no-tabs)
(#5269) There should be no spaces inside this paren. (space-in-parens)
(#5270) Unexpected tab character. (no-tabs)
(#5270) There should be no spaces inside this paren. (space-in-parens)
(#5270) There should be no spaces inside this paren. (space-in-parens)
(#5271) Unexpected tab character. (no-tabs)
(#5271) There should be no spaces inside this paren. (space-in-parens)
(#5271) There should be no spaces inside this paren. (space-in-parens)
(#5272) Unexpected tab character. (no-tabs)
(#5274) Unexpected tab character. (no-tabs)
(#5274) There should be no spaces inside this paren. (space-in-parens)
(#5274) There should be no spaces inside this paren. (space-in-parens)
(#5275) Unexpected tab character. (no-tabs)
(#5275) There should be no spaces inside this paren. (space-in-parens)
(#5275) There should be no spaces inside this paren. (space-in-parens)
(#5277) Unexpected tab character. (no-tabs)
(#5278) Unexpected tab character. (no-tabs)
(#5278) There should be no spaces inside this paren. (space-in-parens)
(#5278) There should be no spaces inside this paren. (space-in-parens)
(#5279) Unexpected tab character. (no-tabs)
(#5280) Unexpected tab character. (no-tabs)
(#5282) Unexpected tab character. (no-tabs)
(#5285) There should be no spaces inside this paren. (space-in-parens)
(#5285) There should be no spaces inside this paren. (space-in-parens)
(#5286) Unexpected tab character. (no-tabs)
(#5286) There should be no spaces inside this paren. (space-in-parens)
(#5286) There should be no spaces inside this paren. (space-in-parens)
(#5287) Unexpected tab character. (no-tabs)
(#5287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5289) Line 5289 exceeds the maximum line length of 132. (max-len)
(#5289) Unexpected tab character. (no-tabs)
(#5289) There should be no spaces inside this paren. (space-in-parens)
(#5289) There should be no spaces inside this paren. (space-in-parens)
(#5290) Unexpected tab character. (no-tabs)
(#5292) Unexpected tab character. (no-tabs)
(#5292) There should be no spaces inside this paren. (space-in-parens)
(#5292) There should be no spaces inside this paren. (space-in-parens)
(#5293) Unexpected tab character. (no-tabs)
(#5293) There should be no spaces inside this paren. (space-in-parens)
(#5293) There should be no spaces inside this paren. (space-in-parens)
(#5294) Unexpected tab character. (no-tabs)
(#5296) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#5301) Unexpected tab character. (no-tabs)
(#5302) Unexpected tab character. (no-tabs)
(#5303) Unexpected tab character. (no-tabs)
(#5304) Unexpected tab character. (no-tabs)
(#5305) Unexpected tab character. (no-tabs)
(#5306) Unexpected tab character. (no-tabs)
(#5306) Unnecessary escape character: \=. (no-useless-escape)
(#5307) Unexpected tab character. (no-tabs)
(#5308) Unexpected tab character. (no-tabs)
(#5309) Unexpected tab character. (no-tabs)
(#5309) Unnecessary escape character: \/. (no-useless-escape)
(#5310) Unexpected tab character. (no-tabs)
(#5311) Unexpected tab character. (no-tabs)
(#5313) Unexpected tab character. (no-tabs)
(#5314) Unexpected tab character. (no-tabs)
(#5317) Unexpected tab character. (no-tabs)
(#5317) There should be no spaces inside this paren. (space-in-parens)
(#5317) There should be no spaces inside this paren. (space-in-parens)
(#5318) Unexpected tab character. (no-tabs)
(#5318) There should be no spaces inside this paren. (space-in-parens)
(#5318) There should be no spaces inside this paren. (space-in-parens)
(#5319) Unexpected tab character. (no-tabs)
(#5319) There should be no spaces inside this paren. (space-in-parens)
(#5319) There should be no spaces inside this paren. (space-in-parens)
(#5321) Unexpected tab character. (no-tabs)
(#5322) Unexpected tab character. (no-tabs)
(#5322) There should be no spaces inside this paren. (space-in-parens)
(#5322) There should be no spaces inside this paren. (space-in-parens)
(#5323) Unexpected tab character. (no-tabs)
(#5324) Unexpected tab character. (no-tabs)
(#5326) Unexpected tab character. (no-tabs)
(#5327) Unexpected tab character. (no-tabs)
(#5327) There should be no spaces inside this paren. (space-in-parens)
(#5327) There should be no spaces inside this paren. (space-in-parens)
(#5328) Unexpected tab character. (no-tabs)
(#5329) Unexpected tab character. (no-tabs)
(#5330) Unexpected tab character. (no-tabs)
(#5332) Unexpected tab character. (no-tabs)
(#5333) Unexpected tab character. (no-tabs)
(#5335) Unexpected tab character. (no-tabs)
(#5336) Unexpected tab character. (no-tabs)
(#5336) There should be no spaces inside this paren. (space-in-parens)
(#5336) There should be no spaces inside this paren. (space-in-parens)
(#5337) Unexpected tab character. (no-tabs)
(#5338) Unexpected tab character. (no-tabs)
(#5338) There should be no spaces inside this paren. (space-in-parens)
(#5338) There should be no spaces inside this paren. (space-in-parens)
(#5338) There should be no spaces inside this paren. (space-in-parens)
(#5338) There should be no spaces inside this paren. (space-in-parens)
(#5339) Unexpected tab character. (no-tabs)
(#5340) Unexpected tab character. (no-tabs)
(#5341) Unexpected tab character. (no-tabs)
(#5343) Unexpected tab character. (no-tabs)
(#5344) Unexpected tab character. (no-tabs)
(#5344) There should be no spaces inside this paren. (space-in-parens)
(#5344) There should be no spaces inside this paren. (space-in-parens)
(#5345) Unexpected tab character. (no-tabs)
(#5345) There should be no spaces inside this paren. (space-in-parens)
(#5345) There should be no spaces inside this paren. (space-in-parens)
(#5346) Unexpected tab character. (no-tabs)
(#5347) Unexpected tab character. (no-tabs)
(#5348) Unexpected tab character. (no-tabs)
(#5350) Unexpected tab character. (no-tabs)
(#5352) Unexpected tab character. (no-tabs)
(#5353) Unexpected tab character. (no-tabs)
(#5354) Unexpected tab character. (no-tabs)
(#5355) Unexpected tab character. (no-tabs)
(#5356) Unexpected tab character. (no-tabs)
(#5357) Unexpected tab character. (no-tabs)
(#5358) Unexpected tab character. (no-tabs)
(#5358) There should be no spaces inside this paren. (space-in-parens)
(#5358) There should be no spaces inside this paren. (space-in-parens)
(#5359) Unexpected tab character. (no-tabs)
(#5360) Unexpected tab character. (no-tabs)
(#5360) There should be no spaces inside this paren. (space-in-parens)
(#5360) There should be no spaces inside this paren. (space-in-parens)
(#5361) Unexpected tab character. (no-tabs)
(#5362) Unexpected tab character. (no-tabs)
(#5362) There should be no spaces inside this paren. (space-in-parens)
(#5362) 'selector' used outside of binding context. (block-scoped-var)
(#5363) Unexpected tab character. (no-tabs)
(#5364) Unexpected tab character. (no-tabs)
(#5365) Unexpected tab character. (no-tabs)
(#5365) Comments should not begin with a lowercase character (capitalized-comments)
(#5366) Unexpected tab character. (no-tabs)
(#5367) Unexpected tab character. (no-tabs)
(#5369) Unexpected tab character. (no-tabs)
(#5370) Unexpected tab character. (no-tabs)
(#5370) 'selector' used outside of binding context. (block-scoped-var)
(#5372) Unexpected tab character. (no-tabs)
(#5373) Unexpected tab character. (no-tabs)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5374) Unexpected tab character. (no-tabs)
(#5376) Unexpected tab character. (no-tabs)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5377) Unexpected tab character. (no-tabs)
(#5377) There should be no spaces inside this paren. (space-in-parens)
(#5377) There should be no spaces inside this paren. (space-in-parens)
(#5378) Unexpected tab character. (no-tabs)
(#5379) Unexpected tab character. (no-tabs)
(#5380) Unexpected tab character. (no-tabs)
(#5382) Unexpected tab character. (no-tabs)
(#5383) Unexpected tab character. (no-tabs)
(#5385) Unexpected tab character. (no-tabs)
(#5386) Unexpected tab character. (no-tabs)
(#5387) Unexpected tab character. (no-tabs)
(#5389) Unexpected tab character. (no-tabs)
(#5390) Unexpected tab character. (no-tabs)
(#5391) Unexpected tab character. (no-tabs)
(#5392) Unexpected tab character. (no-tabs)
(#5393) Unexpected tab character. (no-tabs)
(#5394) Unexpected tab character. (no-tabs)
(#5395) Unexpected tab character. (no-tabs)
(#5396) Unexpected tab character. (no-tabs)
(#5397) Unexpected tab character. (no-tabs)
(#5398) Unexpected tab character. (no-tabs)
(#5398) There should be no spaces inside this paren. (space-in-parens)
(#5398) There should be no spaces inside this paren. (space-in-parens)
(#5399) Unexpected tab character. (no-tabs)
(#5401) Unexpected tab character. (no-tabs)
(#5401) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5401) Do not nest ternary expressions. (no-nested-ternary)
(#5402) Unexpected tab character. (no-tabs)
(#5403) Unexpected tab character. (no-tabs)
(#5404) Unexpected tab character. (no-tabs)
(#5404) There should be no spaces inside this paren. (space-in-parens)
(#5404) There should be no spaces inside this paren. (space-in-parens)
(#5404) 'i' is defined but never used. (no-unused-vars)
(#5404) There should be no spaces inside this paren. (space-in-parens)
(#5405) Unexpected tab character. (no-tabs)
(#5405) There should be no space after '{'. (object-curly-spacing)
(#5405) There should be no space before '}'. (object-curly-spacing)
(#5406) Unexpected tab character. (no-tabs)
(#5407) Unexpected tab character. (no-tabs)
(#5407) There should be no space after '{'. (object-curly-spacing)
(#5407) There should be no space before '}'. (object-curly-spacing)
(#5408) Unexpected tab character. (no-tabs)
(#5409) Unexpected tab character. (no-tabs)
(#5413) There should be no spaces inside this paren. (space-in-parens)
(#5413) There should be no spaces inside this paren. (space-in-parens)
(#5413) There should be no spaces inside this paren. (space-in-parens)
(#5414) Unexpected tab character. (no-tabs)
(#5414) There should be no spaces inside this paren. (space-in-parens)
(#5414) There should be no spaces inside this paren. (space-in-parens)
(#5415) Unexpected tab character. (no-tabs)
(#5416) Unexpected tab character. (no-tabs)
(#5420) Unexpected tab character. (no-tabs)
(#5420) There should be no spaces inside this paren. (space-in-parens)
(#5420) There should be no spaces inside this paren. (space-in-parens)
(#5421) Unexpected tab character. (no-tabs)
(#5421) Comments should not begin with a lowercase character (capitalized-comments)
(#5422) Unexpected tab character. (no-tabs)
(#5422) There should be no spaces inside this paren. (space-in-parens)
(#5422) There should be no spaces inside this paren. (space-in-parens)
(#5422) There should be no spaces inside this paren. (space-in-parens)
(#5422) There should be no spaces inside this paren. (space-in-parens)
(#5423) Unexpected tab character. (no-tabs)
(#5424) Unexpected tab character. (no-tabs)
(#5425) Unexpected tab character. (no-tabs)
(#5426) Unexpected tab character. (no-tabs)
(#5428) Unexpected tab character. (no-tabs)
(#5429) Unexpected tab character. (no-tabs)
(#5430) Unexpected tab character. (no-tabs)
(#5431) Unexpected tab character. (no-tabs)
(#5432) Unexpected tab character. (no-tabs)
(#5433) Unexpected tab character. (no-tabs)
(#5434) Unexpected tab character. (no-tabs)
(#5435) Unexpected tab character. (no-tabs)
(#5437) Unexpected tab character. (no-tabs)
(#5437) There should be no spaces inside this paren. (space-in-parens)
(#5437) There should be no spaces inside this paren. (space-in-parens)
(#5438) Unexpected tab character. (no-tabs)
(#5439) Unexpected tab character. (no-tabs)
(#5441) Unexpected tab character. (no-tabs)
(#5441) There should be no spaces inside this paren. (space-in-parens)
(#5441) There should be no spaces inside this paren. (space-in-parens)
(#5442) Unexpected tab character. (no-tabs)
(#5443) Unexpected tab character. (no-tabs)
(#5445) Unexpected tab character. (no-tabs)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5446) Unexpected tab character. (no-tabs)
(#5446) Comments should not begin with a lowercase character (capitalized-comments)
(#5447) Unexpected tab character. (no-tabs)
(#5447) There should be no spaces inside this paren. (space-in-parens)
(#5447) There should be no spaces inside this paren. (space-in-parens)
(#5447) There should be no spaces inside this paren. (space-in-parens)
(#5447) There should be no spaces inside this paren. (space-in-parens)
(#5448) Unexpected tab character. (no-tabs)
(#5449) Unexpected tab character. (no-tabs)
(#5450) Unexpected tab character. (no-tabs)
(#5451) Unexpected tab character. (no-tabs)
(#5453) Unexpected tab character. (no-tabs)
(#5454) Unexpected tab character. (no-tabs)
(#5455) Unexpected tab character. (no-tabs)
(#5456) Unexpected tab character. (no-tabs)
(#5457) Unexpected tab character. (no-tabs)
(#5458) Unexpected tab character. (no-tabs)
(#5459) Unexpected tab character. (no-tabs)
(#5460) Unexpected tab character. (no-tabs)
(#5462) Unexpected tab character. (no-tabs)
(#5462) There should be no spaces inside this paren. (space-in-parens)
(#5462) There should be no spaces inside this paren. (space-in-parens)
(#5463) Unexpected tab character. (no-tabs)
(#5463) There should be no spaces inside this paren. (space-in-parens)
(#5463) There should be no spaces inside this paren. (space-in-parens)
(#5464) Unexpected tab character. (no-tabs)
(#5466) Unexpected tab character. (no-tabs)
(#5467) Unexpected tab character. (no-tabs)
(#5468) Unexpected tab character. (no-tabs)
(#5469) Unexpected tab character. (no-tabs)
(#5470) Unexpected tab character. (no-tabs)
(#5471) Unexpected tab character. (no-tabs)
(#5472) Unexpected tab character. (no-tabs)
(#5473) Unexpected tab character. (no-tabs)
(#5473) Comments should not begin with a lowercase character (capitalized-comments)
(#5474) Unexpected tab character. (no-tabs)
(#5475) Unexpected tab character. (no-tabs)
(#5476) Unexpected tab character. (no-tabs)
(#5477) Unexpected tab character. (no-tabs)
(#5478) Unexpected tab character. (no-tabs)
(#5479) Unexpected tab character. (no-tabs)
(#5480) Unexpected tab character. (no-tabs)
(#5481) Unexpected tab character. (no-tabs)
(#5482) Unexpected tab character. (no-tabs)
(#5483) Unexpected tab character. (no-tabs)
(#5484) Unexpected tab character. (no-tabs)
(#5485) Unexpected tab character. (no-tabs)
(#5486) Unexpected tab character. (no-tabs)
(#5487) Unexpected tab character. (no-tabs)
(#5488) Unexpected tab character. (no-tabs)
(#5489) Unexpected tab character. (no-tabs)
(#5490) Unexpected tab character. (no-tabs)
(#5491) Unexpected tab character. (no-tabs)
(#5492) Unexpected tab character. (no-tabs)
(#5494) Unexpected tab character. (no-tabs)
(#5494) Method 'ajax' has a complexity of 47. (complexity)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5495) Unexpected tab character. (no-tabs)
(#5496) Unexpected tab character. (no-tabs)
(#5496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5498) Unexpected tab character. (no-tabs)
(#5498) There should be no spaces inside this paren. (space-in-parens)
(#5498) There should be no spaces inside this paren. (space-in-parens)
(#5500) Unexpected tab character. (no-tabs)
(#5501) Unexpected tab character. (no-tabs)
(#5501) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5503) Unexpected tab character. (no-tabs)
(#5503) Comments should not begin with a lowercase character (capitalized-comments)
(#5504) Unexpected tab character. (no-tabs)
(#5504) There should be no spaces inside this paren. (space-in-parens)
(#5504) There should be no spaces inside this paren. (space-in-parens)
(#5505) Unexpected tab character. (no-tabs)
(#5505) There should be no spaces inside this paren. (space-in-parens)
(#5505) There should be no spaces inside this paren. (space-in-parens)
(#5506) Unexpected tab character. (no-tabs)
(#5508) Unexpected tab character. (no-tabs)
(#5509) Unexpected tab character. (no-tabs)
(#5509) There should be no spaces inside this paren. (space-in-parens)
(#5509) There should be no spaces inside this paren. (space-in-parens)
(#5510) Unexpected tab character. (no-tabs)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5511) Unexpected tab character. (no-tabs)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5512) Unexpected tab character. (no-tabs)
(#5512) There should be no spaces inside this paren. (space-in-parens)
(#5512) There should be no spaces inside this paren. (space-in-parens)
(#5513) Unexpected tab character. (no-tabs)
(#5514) Unexpected tab character. (no-tabs)
(#5514) There should be no spaces inside this paren. (space-in-parens)
(#5514) There should be no spaces inside this paren. (space-in-parens)
(#5515) Unexpected tab character. (no-tabs)
(#5516) Unexpected tab character. (no-tabs)
(#5517) Unexpected tab character. (no-tabs)
(#5518) Unexpected tab character. (no-tabs)
(#5520) Unexpected tab character. (no-tabs)
(#5521) Unexpected tab character. (no-tabs)
(#5521) There should be no spaces inside this paren. (space-in-parens)
(#5521) There should be no spaces inside this paren. (space-in-parens)
(#5522) Unexpected tab character. (no-tabs)
(#5524) Unexpected tab character. (no-tabs)
(#5525) Unexpected tab character. (no-tabs)
(#5525) There should be no spaces inside this paren. (space-in-parens)
(#5525) There should be no spaces inside this paren. (space-in-parens)
(#5526) Unexpected tab character. (no-tabs)
(#5527) Unexpected tab character. (no-tabs)
(#5529) Unexpected tab character. (no-tabs)
(#5531) Unexpected tab character. (no-tabs)
(#5532) Unexpected tab character. (no-tabs)
(#5533) Unexpected tab character. (no-tabs)
(#5535) Unexpected tab character. (no-tabs)
(#5536) Unexpected tab character. (no-tabs)
(#5536) There should be no space after '['. (computed-property-spacing)
(#5536) There should be no space before ']'. (computed-property-spacing)
(#5538) Unexpected tab character. (no-tabs)
(#5538) There should be no space after '['. (computed-property-spacing)
(#5538) There should be no space before ']'. (computed-property-spacing)
(#5538) There should be no spaces inside this paren. (space-in-parens)
(#5538) There should be no spaces inside this paren. (space-in-parens)
(#5539) Unexpected tab character. (no-tabs)
(#5540) Unexpected tab character. (no-tabs)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5541) Unexpected tab character. (no-tabs)
(#5541) There should be no spaces inside this paren. (space-in-parens)
(#5541) There should be no spaces inside this paren. (space-in-parens)
(#5543) Unexpected tab character. (no-tabs)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5544) Unexpected tab character. (no-tabs)
(#5544) There should be no spaces inside this paren. (space-in-parens)
(#5544) There should be no spaces inside this paren. (space-in-parens)
(#5546) Unexpected tab character. (no-tabs)
(#5547) Unexpected tab character. (no-tabs)
(#5548) Unexpected tab character. (no-tabs)
(#5548) There should be no space after '['. (computed-property-spacing)
(#5548) There should be no space before ']'. (computed-property-spacing)
(#5550) Unexpected tab character. (no-tabs)
(#5551) Unexpected tab character. (no-tabs)
(#5551) There should be no space after '['. (computed-property-spacing)
(#5551) There should be no space before ']'. (computed-property-spacing)
(#5552) Unexpected tab character. (no-tabs)
(#5552) Expected space(s) after "catch". (keyword-spacing)
(#5552) There should be no spaces inside this paren. (space-in-parens)
(#5552) There should be no spaces inside this paren. (space-in-parens)
(#5552) Empty block statement. (no-empty)
(#5553) Unexpected tab character. (no-tabs)
(#5554) Trailing spaces not allowed. (no-trailing-spaces)
(#5554) Unexpected tab character. (no-tabs)
(#5555) Unexpected tab character. (no-tabs)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5555) 'head' used outside of binding context. (block-scoped-var)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5556) Unexpected tab character. (no-tabs)
(#5556) 'head' used outside of binding context. (block-scoped-var)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5556) 'script' used outside of binding context. (block-scoped-var)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5557) Unexpected tab character. (no-tabs)
(#5558) Unexpected tab character. (no-tabs)
(#5559) Unexpected tab character. (no-tabs)
(#5561) Unexpected tab character. (no-tabs)
(#5561) There should be no spaces inside this paren. (space-in-parens)
(#5561) There should be no spaces inside this paren. (space-in-parens)
(#5562) Unexpected tab character. (no-tabs)
(#5563) Unexpected tab character. (no-tabs)
(#5565) Unexpected tab character. (no-tabs)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5566) Unexpected tab character. (no-tabs)
(#5568) Unexpected tab character. (no-tabs)
(#5568) Comments should not begin with a lowercase character (capitalized-comments)
(#5569) Unexpected tab character. (no-tabs)
(#5571) Unexpected tab character. (no-tabs)
(#5571) Comments should not begin with a lowercase character (capitalized-comments)
(#5572) Unexpected tab character. (no-tabs)
(#5573) Unexpected tab character. (no-tabs)
(#5575) Unexpected tab character. (no-tabs)
(#5576) Unexpected tab character. (no-tabs)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5577) Unexpected tab character. (no-tabs)
(#5578) Unexpected tab character. (no-tabs)
(#5580) Unexpected tab character. (no-tabs)
(#5581) Unexpected tab character. (no-tabs)
(#5581) There should be no spaces inside this paren. (space-in-parens)
(#5581) There should be no spaces inside this paren. (space-in-parens)
(#5582) Unexpected tab character. (no-tabs)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5583) Unexpected tab character. (no-tabs)
(#5585) Unexpected tab character. (no-tabs)
(#5586) Unexpected tab character. (no-tabs)
(#5586) There should be no spaces inside this paren. (space-in-parens)
(#5586) There should be no spaces inside this paren. (space-in-parens)
(#5587) Unexpected tab character. (no-tabs)
(#5589) Unexpected tab character. (no-tabs)
(#5590) Unexpected tab character. (no-tabs)
(#5591) Unexpected tab character. (no-tabs)
(#5591) There should be no spaces inside this paren. (space-in-parens)
(#5591) There should be no spaces inside this paren. (space-in-parens)
(#5592) Unexpected tab character. (no-tabs)
(#5593) Unexpected tab character. (no-tabs)
(#5594) Unexpected tab character. (no-tabs)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5595) Unexpected tab character. (no-tabs)
(#5596) Unexpected tab character. (no-tabs)
(#5597) Unexpected tab character. (no-tabs)
(#5599) Unexpected tab character. (no-tabs)
(#5600) Unexpected tab character. (no-tabs)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5601) Unexpected tab character. (no-tabs)
(#5603) Unexpected tab character. (no-tabs)
(#5604) Unexpected tab character. (no-tabs)
(#5605) Unexpected tab character. (no-tabs)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5606) Unexpected tab character. (no-tabs)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5607) Unexpected tab character. (no-tabs)
(#5608) Unexpected tab character. (no-tabs)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5609) Unexpected tab character. (no-tabs)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5611) Unexpected tab character. (no-tabs)
(#5612) Unexpected tab character. (no-tabs)
(#5613) Unexpected tab character. (no-tabs)
(#5613) There should be no spaces inside this paren. (space-in-parens)
(#5613) There should be no spaces inside this paren. (space-in-parens)
(#5614) Unexpected tab character. (no-tabs)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5615) Unexpected tab character. (no-tabs)
(#5616) Unexpected tab character. (no-tabs)
(#5617) Unexpected tab character. (no-tabs)
(#5618) Unexpected tab character. (no-tabs)
(#5620) Unexpected tab character. (no-tabs)
(#5621) Unexpected tab character. (no-tabs)
(#5622) Unexpected tab character. (no-tabs)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5624) Unexpected tab character. (no-tabs)
(#5625) Unexpected tab character. (no-tabs)
(#5626) Unexpected tab character. (no-tabs)
(#5628) Unexpected tab character. (no-tabs)
(#5630) Unexpected tab character. (no-tabs)
(#5631) Unexpected tab character. (no-tabs)
(#5633) Unexpected tab character. (no-tabs)
(#5633) There should be no spaces inside this paren. (space-in-parens)
(#5633) There should be no spaces inside this paren. (space-in-parens)
(#5634) Unexpected tab character. (no-tabs)
(#5634) Method 'ajax' expected a return value. (consistent-return)
(#5635) Unexpected tab character. (no-tabs)
(#5637) Unexpected tab character. (no-tabs)
(#5638) Unexpected tab character. (no-tabs)
(#5639) Unexpected tab character. (no-tabs)
(#5639) There should be no spaces inside this paren. (space-in-parens)
(#5639) There should be no spaces inside this paren. (space-in-parens)
(#5640) Unexpected tab character. (no-tabs)
(#5641) Unexpected tab character. (no-tabs)
(#5642) Unexpected tab character. (no-tabs)
(#5643) Unexpected tab character. (no-tabs)
(#5645) Unexpected tab character. (no-tabs)
(#5646) Unexpected tab character. (no-tabs)
(#5647) Unexpected tab character. (no-tabs)
(#5648) Unexpected tab character. (no-tabs)
(#5648) There should be no spaces inside this paren. (space-in-parens)
(#5648) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5648) There should be no spaces inside this paren. (space-in-parens)
(#5649) Unexpected tab character. (no-tabs)
(#5650) Unexpected tab character. (no-tabs)
(#5652) Unexpected tab character. (no-tabs)
(#5653) Unexpected tab character. (no-tabs)
(#5653) There should be no spaces inside this paren. (space-in-parens)
(#5653) There should be no spaces inside this paren. (space-in-parens)
(#5654) Unexpected tab character. (no-tabs)
(#5654) There should be no spaces inside this paren. (space-in-parens)
(#5654) There should be no spaces inside this paren. (space-in-parens)
(#5655) Unexpected tab character. (no-tabs)
(#5656) Unexpected tab character. (no-tabs)
(#5658) Unexpected tab character. (no-tabs)
(#5658) There should be no spaces inside this paren. (space-in-parens)
(#5658) There should be no spaces inside this paren. (space-in-parens)
(#5659) Unexpected tab character. (no-tabs)
(#5660) Unexpected tab character. (no-tabs)
(#5661) Unexpected tab character. (no-tabs)
(#5663) Unexpected tab character. (no-tabs)
(#5664) Unexpected tab character. (no-tabs)
(#5665) Unexpected tab character. (no-tabs)
(#5665) There should be no spaces inside this paren. (space-in-parens)
(#5665) There should be no spaces inside this paren. (space-in-parens)
(#5666) Unexpected tab character. (no-tabs)
(#5667) Unexpected tab character. (no-tabs)
(#5669) Unexpected tab character. (no-tabs)
(#5670) Unexpected tab character. (no-tabs)
(#5670) There should be no space after '['. (computed-property-spacing)
(#5670) There should be no space before ']'. (computed-property-spacing)
(#5671) Unexpected tab character. (no-tabs)
(#5671) There should be no space after '['. (computed-property-spacing)
(#5671) There should be no space before ']'. (computed-property-spacing)
(#5672) Unexpected tab character. (no-tabs)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5673) Unexpected tab character. (no-tabs)
(#5673) Expected space(s) after "catch". (keyword-spacing)
(#5673) There should be no spaces inside this paren. (space-in-parens)
(#5673) There should be no spaces inside this paren. (space-in-parens)
(#5673) Empty block statement. (no-empty)
(#5675) Unexpected tab character. (no-tabs)
(#5676) Unexpected tab character. (no-tabs)
(#5676) There should be no spaces inside this paren. (space-in-parens)
(#5676) There should be no spaces inside this paren. (space-in-parens)
(#5677) Unexpected tab character. (no-tabs)
(#5678) Unexpected tab character. (no-tabs)
(#5678) There should be no spaces inside this paren. (space-in-parens)
(#5678) There should be no spaces inside this paren. (space-in-parens)
(#5679) Unexpected tab character. (no-tabs)
(#5679) There should be no spaces inside this paren. (space-in-parens)
(#5679) There should be no spaces inside this paren. (space-in-parens)
(#5680) Unexpected tab character. (no-tabs)
(#5682) Unexpected tab character. (no-tabs)
(#5682) Comments should not begin with a lowercase character (capitalized-comments)
(#5683) Unexpected tab character. (no-tabs)
(#5684) Unexpected tab character. (no-tabs)
(#5685) Unexpected tab character. (no-tabs)
(#5687) Unexpected tab character. (no-tabs)
(#5687) There should be no spaces inside this paren. (space-in-parens)
(#5687) There should be no spaces inside this paren. (space-in-parens)
(#5688) Unexpected tab character. (no-tabs)
(#5688) There should be no spaces inside this paren. (space-in-parens)
(#5688) There should be no spaces inside this paren. (space-in-parens)
(#5689) Unexpected tab character. (no-tabs)
(#5691) Unexpected tab character. (no-tabs)
(#5692) Unexpected tab character. (no-tabs)
(#5692) There should be no spaces inside this paren. (space-in-parens)
(#5692) There should be no spaces inside this paren. (space-in-parens)
(#5693) Unexpected tab character. (no-tabs)
(#5694) Unexpected tab character. (no-tabs)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5695) Unexpected tab character. (no-tabs)
(#5696) Unexpected tab character. (no-tabs)
(#5697) Unexpected tab character. (no-tabs)
(#5697) There should be no spaces inside this paren. (space-in-parens)
(#5697) There should be no spaces inside this paren. (space-in-parens)
(#5698) Unexpected tab character. (no-tabs)
(#5698) There should be no spaces inside this paren. (space-in-parens)
(#5698) There should be no spaces inside this paren. (space-in-parens)
(#5699) Unexpected tab character. (no-tabs)
(#5701) Unexpected tab character. (no-tabs)
(#5702) Unexpected tab character. (no-tabs)
(#5702) There should be no spaces inside this paren. (space-in-parens)
(#5702) There should be no spaces inside this paren. (space-in-parens)
(#5703) Unexpected tab character. (no-tabs)
(#5704) Unexpected tab character. (no-tabs)
(#5706) Unexpected tab character. (no-tabs)
(#5707) Unexpected tab character. (no-tabs)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5708) Unexpected tab character. (no-tabs)
(#5709) Unexpected tab character. (no-tabs)
(#5711) Unexpected tab character. (no-tabs)
(#5711) Do not nest ternary expressions. (no-nested-ternary)
(#5712) Unexpected tab character. (no-tabs)
(#5713) Unexpected tab character. (no-tabs)
(#5713) Do not nest ternary expressions. (no-nested-ternary)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5714) Unexpected tab character. (no-tabs)
(#5715) Unexpected tab character. (no-tabs)
(#5715) There should be no spaces inside this paren. (space-in-parens)
(#5715) There should be no spaces inside this paren. (space-in-parens)
(#5716) Unexpected tab character. (no-tabs)
(#5717) Unexpected tab character. (no-tabs)
(#5719) Unexpected tab character. (no-tabs)
(#5721) Unexpected tab character. (no-tabs)
(#5721) There should be no spaces inside this paren. (space-in-parens)
(#5721) There should be no spaces inside this paren. (space-in-parens)
(#5722) Unexpected tab character. (no-tabs)
(#5723) Unexpected tab character. (no-tabs)
(#5724) Unexpected tab character. (no-tabs)
(#5724) Comments should not begin with a lowercase character (capitalized-comments)
(#5725) Unexpected tab character. (no-tabs)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5726) Unexpected tab character. (no-tabs)
(#5726) Expected space(s) after "catch". (keyword-spacing)
(#5726) There should be no spaces inside this paren. (space-in-parens)
(#5726) There should be no spaces inside this paren. (space-in-parens)
(#5727) Unexpected tab character. (no-tabs)
(#5728) Unexpected tab character. (no-tabs)
(#5729) Unexpected tab character. (no-tabs)
(#5730) Unexpected tab character. (no-tabs)
(#5732) Unexpected tab character. (no-tabs)
(#5733) Unexpected tab character. (no-tabs)
(#5733) There should be no spaces inside this paren. (space-in-parens)
(#5733) There should be no spaces inside this paren. (space-in-parens)
(#5734) Unexpected tab character. (no-tabs)
(#5735) Unexpected tab character. (no-tabs)
(#5735) There should be no spaces inside this paren. (space-in-parens)
(#5735) There should be no spaces inside this paren. (space-in-parens)
(#5736) Unexpected tab character. (no-tabs)
(#5736) There should be no spaces inside this paren. (space-in-parens)
(#5736) There should be no spaces inside this paren. (space-in-parens)
(#5737) Unexpected tab character. (no-tabs)
(#5738) Unexpected tab character. (no-tabs)
(#5739) Unexpected tab character. (no-tabs)
(#5739) There should be no spaces inside this paren. (space-in-parens)
(#5739) There should be no spaces inside this paren. (space-in-parens)
(#5740) Unexpected tab character. (no-tabs)
(#5742) Unexpected tab character. (no-tabs)
(#5743) Unexpected tab character. (no-tabs)
(#5743) There should be no spaces inside this paren. (space-in-parens)
(#5743) There should be no spaces inside this paren. (space-in-parens)
(#5744) Unexpected tab character. (no-tabs)
(#5744) There should be no spaces inside this paren. (space-in-parens)
(#5744) There should be no spaces inside this paren. (space-in-parens)
(#5745) Unexpected tab character. (no-tabs)
(#5747) Unexpected tab character. (no-tabs)
(#5747) There should be no spaces inside this paren. (space-in-parens)
(#5747) There should be no spaces inside this paren. (space-in-parens)
(#5748) Unexpected tab character. (no-tabs)
(#5749) Unexpected tab character. (no-tabs)
(#5751) Unexpected tab character. (no-tabs)
(#5752) Unexpected tab character. (no-tabs)
(#5752) There should be no spaces inside this paren. (space-in-parens)
(#5752) There should be no spaces inside this paren. (space-in-parens)
(#5753) Unexpected tab character. (no-tabs)
(#5754) Unexpected tab character. (no-tabs)
(#5755) Unexpected tab character. (no-tabs)
(#5756) Unexpected tab character. (no-tabs)
(#5758) Unexpected tab character. (no-tabs)
(#5759) Unexpected tab character. (no-tabs)
(#5760) Unexpected tab character. (no-tabs)
(#5761) Unexpected tab character. (no-tabs)
(#5762) Unexpected tab character. (no-tabs)
(#5763) Unexpected tab character. (no-tabs)
(#5763) Comments should not begin with a lowercase character (capitalized-comments)
(#5764) Unexpected tab character. (no-tabs)
(#5765) Unexpected tab character. (no-tabs)
(#5765) There should be no spaces inside this paren. (space-in-parens)
(#5765) There should be no spaces inside this paren. (space-in-parens)
(#5766) Unexpected tab character. (no-tabs)
(#5766) There should be no spaces inside this paren. (space-in-parens)
(#5766) There should be no spaces inside this paren. (space-in-parens)
(#5767) Unexpected tab character. (no-tabs)
(#5769) Unexpected tab character. (no-tabs)
(#5769) There should be no spaces inside this paren. (space-in-parens)
(#5769) There should be no spaces inside this paren. (space-in-parens)
(#5770) Unexpected tab character. (no-tabs)
(#5771) Unexpected tab character. (no-tabs)
(#5771) Expected space(s) after "catch". (keyword-spacing)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) Empty block statement. (no-empty)
(#5773) Unexpected tab character. (no-tabs)
(#5774) Unexpected tab character. (no-tabs)
(#5774) There should be no spaces inside this paren. (space-in-parens)
(#5774) There should be no spaces inside this paren. (space-in-parens)
(#5775) Unexpected tab character. (no-tabs)
(#5776) Unexpected tab character. (no-tabs)
(#5777) Unexpected tab character. (no-tabs)
(#5777) There should be no spaces inside this paren. (space-in-parens)
(#5777) There should be no spaces inside this paren. (space-in-parens)
(#5778) Unexpected tab character. (no-tabs)
(#5778) There should be no spaces inside this paren. (space-in-parens)
(#5778) There should be no spaces inside this paren. (space-in-parens)
(#5779) Unexpected tab character. (no-tabs)
(#5780) Unexpected tab character. (no-tabs)
(#5781) Unexpected tab character. (no-tabs)
(#5783) Unexpected tab character. (no-tabs)
(#5784) Unexpected tab character. (no-tabs)
(#5785) Unexpected tab character. (no-tabs)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5785) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5787) Unexpected tab character. (no-tabs)
(#5787) Expected space(s) after "catch". (keyword-spacing)
(#5787) There should be no spaces inside this paren. (space-in-parens)
(#5787) There should be no spaces inside this paren. (space-in-parens)
(#5788) Unexpected tab character. (no-tabs)
(#5788) There should be no spaces inside this paren. (space-in-parens)
(#5788) There should be no spaces inside this paren. (space-in-parens)
(#5790) Unexpected tab character. (no-tabs)
(#5791) Unexpected tab character. (no-tabs)
(#5791) There should be no spaces inside this paren. (space-in-parens)
(#5791) There should be no spaces inside this paren. (space-in-parens)
(#5792) Unexpected tab character. (no-tabs)
(#5794) Unexpected tab character. (no-tabs)
(#5794) Comments should not begin with a lowercase character (capitalized-comments)
(#5795) Unexpected tab character. (no-tabs)
(#5795) There should be no spaces inside this paren. (space-in-parens)
(#5795) There should be no spaces inside this paren. (space-in-parens)
(#5796) Unexpected tab character. (no-tabs)
(#5797) Unexpected tab character. (no-tabs)
(#5799) Unexpected tab character. (no-tabs)
(#5799) Comments should not begin with a lowercase character (capitalized-comments)
(#5800) Unexpected tab character. (no-tabs)
(#5801) Unexpected tab character. (no-tabs)
(#5803) Unexpected tab character. (no-tabs)
(#5804) Unexpected tab character. (no-tabs)
(#5805) Unexpected tab character. (no-tabs)
(#5805) There should be no spaces inside this paren. (space-in-parens)
(#5805) There should be no spaces inside this paren. (space-in-parens)
(#5806) Unexpected tab character. (no-tabs)
(#5806) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5807) Unexpected tab character. (no-tabs)
(#5808) Unexpected tab character. (no-tabs)
(#5809) Unexpected tab character. (no-tabs)
(#5809) There should be no space after '['. (computed-property-spacing)
(#5809) There should be no space before ']'. (computed-property-spacing)
(#5810) Unexpected tab character. (no-tabs)
(#5811) Trailing spaces not allowed. (no-trailing-spaces)
(#5811) Unexpected tab character. (no-tabs)
(#5812) Unexpected tab character. (no-tabs)
(#5813) Unexpected tab character. (no-tabs)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5814) Unexpected tab character. (no-tabs)
(#5815) Unexpected tab character. (no-tabs)
(#5816) Trailing spaces not allowed. (no-trailing-spaces)
(#5816) Unexpected tab character. (no-tabs)
(#5817) Unexpected tab character. (no-tabs)
(#5818) Unexpected tab character. (no-tabs)
(#5818) There should be no spaces inside this paren. (space-in-parens)
(#5818) There should be no spaces inside this paren. (space-in-parens)
(#5819) Unexpected tab character. (no-tabs)
(#5820) Unexpected tab character. (no-tabs)
(#5820) There should be no spaces inside this paren. (space-in-parens)
(#5821) Unexpected tab character. (no-tabs)
(#5821) There should be no spaces inside this paren. (space-in-parens)
(#5821) There should be no spaces inside this paren. (space-in-parens)
(#5822) Unexpected tab character. (no-tabs)
(#5823) Trailing spaces not allowed. (no-trailing-spaces)
(#5823) Unexpected tab character. (no-tabs)
(#5824) Unexpected tab character. (no-tabs)
(#5825) Unexpected tab character. (no-tabs)
(#5826) Unexpected tab character. (no-tabs)
(#5827) Unexpected tab character. (no-tabs)
(#5827) There should be no spaces inside this paren. (space-in-parens)
(#5827) There should be no spaces inside this paren. (space-in-parens)
(#5828) Unexpected tab character. (no-tabs)
(#5828) There should be no spaces inside this paren. (space-in-parens)
(#5828) There should be no spaces inside this paren. (space-in-parens)
(#5829) Unexpected tab character. (no-tabs)
(#5830) Unexpected tab character. (no-tabs)
(#5832) Unexpected tab character. (no-tabs)
(#5833) Unexpected tab character. (no-tabs)
(#5834) Unexpected tab character. (no-tabs)
(#5837) Missing JSDoc comment. (require-jsdoc)
(#5837) There should be no spaces inside this paren. (space-in-parens)
(#5837) There should be no spaces inside this paren. (space-in-parens)
(#5838) Unexpected tab character. (no-tabs)
(#5838) There should be no spaces inside this paren. (space-in-parens)
(#5838) There should be no spaces inside this paren. (space-in-parens)
(#5839) Unexpected tab character. (no-tabs)
(#5840) Unexpected tab character. (no-tabs)
(#5840) There should be no spaces inside this paren. (space-in-parens)
(#5840) There should be no spaces inside this paren. (space-in-parens)
(#5840) There should be no spaces inside this paren. (space-in-parens)
(#5841) Unexpected tab character. (no-tabs)
(#5841) There should be no spaces inside this paren. (space-in-parens)
(#5841) There should be no spaces inside this paren. (space-in-parens)
(#5841) There should be no spaces inside this paren. (space-in-parens)
(#5841) There should be no spaces inside this paren. (space-in-parens)
(#5842) Unexpected tab character. (no-tabs)
(#5843) Unexpected tab character. (no-tabs)
(#5843) There should be no spaces inside this paren. (space-in-parens)
(#5843) There should be no spaces inside this paren. (space-in-parens)
(#5845) Unexpected tab character. (no-tabs)
(#5846) Unexpected tab character. (no-tabs)
(#5847) Unexpected tab character. (no-tabs)
(#5848) Unexpected tab character. (no-tabs)
(#5849) Unexpected tab character. (no-tabs)
(#5850) Unexpected tab character. (no-tabs)
(#5851) Unexpected tab character. (no-tabs)
(#5852) Unexpected tab character. (no-tabs)
(#5853) Unexpected tab character. (no-tabs)
(#5853) There should be no spaces inside this paren. (space-in-parens)
(#5853) There should be no spaces inside this paren. (space-in-parens)
(#5853) There should be no spaces inside this paren. (space-in-parens)
(#5853) There should be no spaces inside this paren. (space-in-parens)
(#5854) Unexpected tab character. (no-tabs)
(#5855) Unexpected tab character. (no-tabs)
(#5856) Trailing spaces not allowed. (no-trailing-spaces)
(#5856) Unexpected tab character. (no-tabs)
(#5857) Unexpected tab character. (no-tabs)
(#5857) There should be no spaces inside this paren. (space-in-parens)
(#5857) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5857) There should be no spaces inside this paren. (space-in-parens)
(#5858) Unexpected tab character. (no-tabs)
(#5858) There should be no spaces inside this paren. (space-in-parens)
(#5858) There should be no spaces inside this paren. (space-in-parens)
(#5858) There should be no spaces inside this paren. (space-in-parens)
(#5858) There should be no spaces inside this paren. (space-in-parens)
(#5859) Unexpected tab character. (no-tabs)
(#5859) There should be no spaces inside this paren. (space-in-parens)
(#5859) There should be no spaces inside this paren. (space-in-parens)
(#5861) Unexpected tab character. (no-tabs)
(#5862) Unexpected tab character. (no-tabs)
(#5863) Unexpected tab character. (no-tabs)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5864) Unexpected tab character. (no-tabs)
(#5864) There should be no spaces inside this paren. (space-in-parens)
(#5864) There should be no spaces inside this paren. (space-in-parens)
(#5865) Unexpected tab character. (no-tabs)
(#5866) Unexpected tab character. (no-tabs)
(#5867) Trailing spaces not allowed. (no-trailing-spaces)
(#5867) Unexpected tab character. (no-tabs)
(#5868) Unexpected tab character. (no-tabs)
(#5869) Unexpected tab character. (no-tabs)
(#5870) Unexpected tab character. (no-tabs)
(#5870) There should be no spaces inside this paren. (space-in-parens)
(#5870) There should be no spaces inside this paren. (space-in-parens)
(#5871) Unexpected tab character. (no-tabs)
(#5878) Unexpected tab character. (no-tabs)
(#5879) Unexpected tab character. (no-tabs)
(#5881) Unexpected tab character. (no-tabs)
(#5882) Unexpected tab character. (no-tabs)
(#5883) Unexpected tab character. (no-tabs)
(#5885) Unexpected tab character. (no-tabs)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5886) Unexpected tab character. (no-tabs)
(#5887) Unexpected tab character. (no-tabs)
(#5887) There should be no spaces inside this paren. (space-in-parens)
(#5887) There should be no spaces inside this paren. (space-in-parens)
(#5888) Unexpected tab character. (no-tabs)
(#5888) There should be no spaces inside this paren. (space-in-parens)
(#5888) There should be no spaces inside this paren. (space-in-parens)
(#5889) Unexpected tab character. (no-tabs)
(#5891) Unexpected tab character. (no-tabs)
(#5892) Unexpected tab character. (no-tabs)
(#5892) There should be no spaces inside this paren. (space-in-parens)
(#5892) There should be no spaces inside this paren. (space-in-parens)
(#5893) Unexpected tab character. (no-tabs)
(#5893) There should be no spaces inside this paren. (space-in-parens)
(#5893) There should be no spaces inside this paren. (space-in-parens)
(#5894) Unexpected tab character. (no-tabs)
(#5895) Unexpected tab character. (no-tabs)
(#5897) Unexpected tab character. (no-tabs)
(#5897) There should be no spaces inside this paren. (space-in-parens)
(#5897) There should be no spaces inside this paren. (space-in-parens)
(#5898) Unexpected tab character. (no-tabs)
(#5899) Unexpected tab character. (no-tabs)
(#5899) There should be no spaces inside this paren. (space-in-parens)
(#5899) There should be no spaces inside this paren. (space-in-parens)
(#5900) Unexpected tab character. (no-tabs)
(#5900) There should be no spaces inside this paren. (space-in-parens)
(#5900) There should be no spaces inside this paren. (space-in-parens)
(#5901) Unexpected tab character. (no-tabs)
(#5903) Unexpected tab character. (no-tabs)
(#5904) Unexpected tab character. (no-tabs)
(#5904) There should be no spaces inside this paren. (space-in-parens)
(#5904) There should be no spaces inside this paren. (space-in-parens)
(#5905) Unexpected tab character. (no-tabs)
(#5905) There should be no spaces inside this paren. (space-in-parens)
(#5905) There should be no spaces inside this paren. (space-in-parens)
(#5906) Unexpected tab character. (no-tabs)
(#5907) Unexpected tab character. (no-tabs)
(#5909) Unexpected tab character. (no-tabs)
(#5909) There should be no spaces inside this paren. (space-in-parens)
(#5909) There should be no spaces inside this paren. (space-in-parens)
(#5910) Unexpected tab character. (no-tabs)
(#5911) Unexpected tab character. (no-tabs)
(#5911) There should be no spaces inside this paren. (space-in-parens)
(#5911) There should be no spaces inside this paren. (space-in-parens)
(#5912) Unexpected tab character. (no-tabs)
(#5912) There should be no spaces inside this paren. (space-in-parens)
(#5912) There should be no spaces inside this paren. (space-in-parens)
(#5913) Unexpected tab character. (no-tabs)
(#5915) Unexpected tab character. (no-tabs)
(#5916) Unexpected tab character. (no-tabs)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5917) Unexpected tab character. (no-tabs)
(#5917) There should be no spaces inside this paren. (space-in-parens)
(#5917) There should be no spaces inside this paren. (space-in-parens)
(#5918) Unexpected tab character. (no-tabs)
(#5920) Unexpected tab character. (no-tabs)
(#5921) Unexpected tab character. (no-tabs)
(#5921) There should be no spaces inside this paren. (space-in-parens)
(#5921) There should be no spaces inside this paren. (space-in-parens)
(#5922) Unexpected tab character. (no-tabs)
(#5922) There should be no spaces inside this paren. (space-in-parens)
(#5922) There should be no spaces inside this paren. (space-in-parens)
(#5923) Unexpected tab character. (no-tabs)
(#5924) Unexpected tab character. (no-tabs)
(#5925) Trailing spaces not allowed. (no-trailing-spaces)
(#5925) Unexpected tab character. (no-tabs)
(#5926) Unexpected tab character. (no-tabs)
(#5926) There should be no spaces inside this paren. (space-in-parens)
(#5926) There should be no spaces inside this paren. (space-in-parens)
(#5927) Unexpected tab character. (no-tabs)
(#5927) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5928) Unexpected tab character. (no-tabs)
(#5930) Unexpected tab character. (no-tabs)
(#5931) Unexpected tab character. (no-tabs)
(#5931) There should be no spaces inside this paren. (space-in-parens)
(#5931) There should be no spaces inside this paren. (space-in-parens)
(#5932) Unexpected tab character. (no-tabs)
(#5933) Unexpected tab character. (no-tabs)
(#5934) Unexpected tab character. (no-tabs)
(#5935) Unexpected tab character. (no-tabs)
(#5936) Unexpected tab character. (no-tabs)
(#5937) Unexpected tab character. (no-tabs)
(#5937) Expected space(s) after "catch". (keyword-spacing)
(#5937) Empty block statement. (no-empty)
(#5939) Unexpected tab character. (no-tabs)
(#5940) Unexpected tab character. (no-tabs)
(#5942) Unexpected tab character. (no-tabs)
(#5943) Unexpected tab character. (no-tabs)
(#5943) There should be no spaces inside this paren. (space-in-parens)
(#5943) There should be no spaces inside this paren. (space-in-parens)
(#5944) Unexpected tab character. (no-tabs)
(#5945) Unexpected tab character. (no-tabs)
(#5947) Unexpected tab character. (no-tabs)
(#5947) There should be no spaces inside this paren. (space-in-parens)
(#5947) There should be no spaces inside this paren. (space-in-parens)
(#5948) Unexpected tab character. (no-tabs)
(#5949) Unexpected tab character. (no-tabs)
(#5951) Unexpected tab character. (no-tabs)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5952) Unexpected tab character. (no-tabs)
(#5953) Unexpected tab character. (no-tabs)
(#5955) Unexpected tab character. (no-tabs)
(#5956) Unexpected tab character. (no-tabs)
(#5958) Unexpected tab character. (no-tabs)
(#5958) There should be no spaces inside this paren. (space-in-parens)
(#5958) There should be no spaces inside this paren. (space-in-parens)
(#5959) Unexpected tab character. (no-tabs)
(#5960) Unexpected tab character. (no-tabs)
(#5961) Unexpected tab character. (no-tabs)
(#5963) Unexpected tab character. (no-tabs)
(#5963) There should be no spaces inside this paren. (space-in-parens)
(#5963) There should be no spaces inside this paren. (space-in-parens)
(#5964) Unexpected tab character. (no-tabs)
(#5964) There should be no spaces inside this paren. (space-in-parens)
(#5964) There should be no spaces inside this paren. (space-in-parens)
(#5965) Unexpected tab character. (no-tabs)
(#5967) Unexpected tab character. (no-tabs)
(#5968) Unexpected tab character. (no-tabs)
(#5969) Unexpected tab character. (no-tabs)
(#5969) There should be no spaces inside this paren. (space-in-parens)
(#5969) There should be no spaces inside this paren. (space-in-parens)
(#5970) Unexpected tab character. (no-tabs)
(#5970) There should be no spaces inside this paren. (space-in-parens)
(#5970) There should be no spaces inside this paren. (space-in-parens)
(#5971) Unexpected tab character. (no-tabs)
(#5973) Unexpected tab character. (no-tabs)
(#5974) Unexpected tab character. (no-tabs)
(#5974) There should be no spaces inside this paren. (space-in-parens)
(#5974) There should be no spaces inside this paren. (space-in-parens)
(#5975) Unexpected tab character. (no-tabs)
(#5976) Unexpected tab character. (no-tabs)
(#5976) There should be no spaces inside this paren. (space-in-parens)
(#5976) There should be no spaces inside this paren. (space-in-parens)
(#5977) Unexpected tab character. (no-tabs)
(#5977) There should be no spaces inside this paren. (space-in-parens)
(#5977) There should be no spaces inside this paren. (space-in-parens)
(#5979) Unexpected tab character. (no-tabs)
(#5980) Unexpected tab character. (no-tabs)
(#5980) There should be no spaces inside this paren. (space-in-parens)
(#5980) There should be no spaces inside this paren. (space-in-parens)
(#5981) Unexpected tab character. (no-tabs)
(#5981) There should be no spaces inside this paren. (space-in-parens)
(#5981) There should be no spaces inside this paren. (space-in-parens)
(#5982) Unexpected tab character. (no-tabs)
(#5983) Unexpected tab character. (no-tabs)
(#5985) Unexpected tab character. (no-tabs)
(#5986) Unexpected tab character. (no-tabs)
(#5997) There should be no spaces inside this paren. (space-in-parens)
(#5997) There should be no spaces inside this paren. (space-in-parens)
(#5998) Unexpected tab character. (no-tabs)
(#5998) Expected to return a value at the end of function. (consistent-return)
(#5999) Unexpected tab character. (no-tabs)
(#5999) There should be no spaces inside this paren. (space-in-parens)
(#5999) There should be no spaces inside this paren. (space-in-parens)
(#6000) Unexpected tab character. (no-tabs)
(#6001) Unexpected tab character. (no-tabs)
(#6002) Unexpected tab character. (no-tabs)
(#6002) Expected space(s) after "catch". (keyword-spacing)
(#6002) Empty block statement. (no-empty)
(#6003) Unexpected tab character. (no-tabs)
(#6005) Unexpected tab character. (no-tabs)
(#6006) Unexpected tab character. (no-tabs)
(#6007) Unexpected tab character. (no-tabs)
(#6007) Expected space(s) after "catch". (keyword-spacing)
(#6007) Empty block statement. (no-empty)
(#6008) Unexpected tab character. (no-tabs)
(#6013) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6018) Unexpected tab character. (no-tabs)
(#6019) Unexpected tab character. (no-tabs)
(#6019) Unnecessary escape character: \-. (no-useless-escape)
(#6019) Unnecessary escape character: \-. (no-useless-escape)
(#6020) Unexpected tab character. (no-tabs)
(#6021) Unexpected tab character. (no-tabs)
(#6022) Unexpected tab character. (no-tabs)
(#6022) Comments should not begin with a lowercase character (capitalized-comments)
(#6023) Unexpected tab character. (no-tabs)
(#6023) There should be no space after '['. (array-bracket-spacing)
(#6023) There should be no space before ']'. (array-bracket-spacing)
(#6024) Unexpected tab character. (no-tabs)
(#6024) Comments should not begin with a lowercase character (capitalized-comments)
(#6025) Unexpected tab character. (no-tabs)
(#6025) There should be no space after '['. (array-bracket-spacing)
(#6025) There should be no space before ']'. (array-bracket-spacing)
(#6026) Unexpected tab character. (no-tabs)
(#6026) Comments should not begin with a lowercase character (capitalized-comments)
(#6027) Unexpected tab character. (no-tabs)
(#6027) There should be no space after '['. (array-bracket-spacing)
(#6027) There should be no space before ']'. (array-bracket-spacing)
(#6028) Unexpected tab character. (no-tabs)
(#6031) Unexpected tab character. (no-tabs)
(#6031) There should be no spaces inside this paren. (space-in-parens)
(#6031) There should be no spaces inside this paren. (space-in-parens)
(#6032) Unexpected tab character. (no-tabs)
(#6032) There should be no spaces inside this paren. (space-in-parens)
(#6032) There should be no spaces inside this paren. (space-in-parens)
(#6033) Unexpected tab character. (no-tabs)
(#6033) There should be no spaces inside this paren. (space-in-parens)
(#6034) Unexpected tab character. (no-tabs)
(#6035) Unexpected tab character. (no-tabs)
(#6035) There should be no spaces inside this paren. (space-in-parens)
(#6035) There should be no spaces inside this paren. (space-in-parens)
(#6036) Unexpected tab character. (no-tabs)
(#6037) Unexpected tab character. (no-tabs)
(#6038) Unexpected tab character. (no-tabs)
(#6038) There should be no spaces inside this paren. (space-in-parens)
(#6038) There should be no spaces inside this paren. (space-in-parens)
(#6039) Unexpected tab character. (no-tabs)
(#6040) Unexpected tab character. (no-tabs)
(#6042) Unexpected tab character. (no-tabs)
(#6043) Unexpected tab character. (no-tabs)
(#6044) Unexpected tab character. (no-tabs)
(#6045) Unexpected tab character. (no-tabs)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6046) Unexpected tab character. (no-tabs)
(#6047) Unexpected tab character. (no-tabs)
(#6048) Unexpected tab character. (no-tabs)
(#6050) Unexpected tab character. (no-tabs)
(#6051) Unexpected tab character. (no-tabs)
(#6052) Unexpected tab character. (no-tabs)
(#6052) There should be no spaces inside this paren. (space-in-parens)
(#6052) 'i' used outside of binding context. (block-scoped-var)
(#6052) 'i' used outside of binding context. (block-scoped-var)
(#6052) 'j' used outside of binding context. (block-scoped-var)
(#6052) 'i' used outside of binding context. (block-scoped-var)
(#6052) There should be no spaces inside this paren. (space-in-parens)
(#6053) Unexpected tab character. (no-tabs)
(#6053) 'i' used outside of binding context. (block-scoped-var)
(#6053) 'i' used outside of binding context. (block-scoped-var)
(#6054) Unexpected tab character. (no-tabs)
(#6056) Unexpected tab character. (no-tabs)
(#6057) Unexpected tab character. (no-tabs)
(#6058) Unexpected tab character. (no-tabs)
(#6060) Unexpected tab character. (no-tabs)
(#6060) There should be no spaces inside this paren. (space-in-parens)
(#6060) There should be no spaces inside this paren. (space-in-parens)
(#6061) Unexpected tab character. (no-tabs)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6062) Unexpected tab character. (no-tabs)
(#6062) There should be no spaces inside this paren. (space-in-parens)
(#6064) Unexpected tab character. (no-tabs)
(#6065) Unexpected tab character. (no-tabs)
(#6065) There should be no spaces inside this paren. (space-in-parens)
(#6065) There should be no spaces inside this paren. (space-in-parens)
(#6066) Unexpected tab character. (no-tabs)
(#6066) There should be no spaces inside this paren. (space-in-parens)
(#6066) There should be no spaces inside this paren. (space-in-parens)
(#6068) Unexpected tab character. (no-tabs)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6069) Unexpected tab character. (no-tabs)
(#6069) There should be no spaces inside this paren. (space-in-parens)
(#6069) There should be no spaces inside this paren. (space-in-parens)
(#6070) Unexpected tab character. (no-tabs)
(#6071) Unexpected tab character. (no-tabs)
(#6073) Unexpected tab character. (no-tabs)
(#6074) Unexpected tab character. (no-tabs)
(#6075) Unexpected tab character. (no-tabs)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6075) 'i' used outside of binding context. (block-scoped-var)
(#6075) 'i' used outside of binding context. (block-scoped-var)
(#6075) 'j' used outside of binding context. (block-scoped-var)
(#6075) 'i' used outside of binding context. (block-scoped-var)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6076) Unexpected tab character. (no-tabs)
(#6076) 'i' used outside of binding context. (block-scoped-var)
(#6077) Unexpected tab character. (no-tabs)
(#6079) Unexpected tab character. (no-tabs)
(#6080) Unexpected tab character. (no-tabs)
(#6081) Unexpected tab character. (no-tabs)
(#6083) Unexpected tab character. (no-tabs)
(#6084) Unexpected tab character. (no-tabs)
(#6086) Unexpected tab character. (no-tabs)
(#6086) There should be no spaces inside this paren. (space-in-parens)
(#6086) There should be no spaces inside this paren. (space-in-parens)
(#6087) Unexpected tab character. (no-tabs)
(#6089) Unexpected tab character. (no-tabs)
(#6089) There should be no spaces inside this paren. (space-in-parens)
(#6089) There should be no spaces inside this paren. (space-in-parens)
(#6090) Unexpected tab character. (no-tabs)
(#6090) There should be no spaces inside this paren. (space-in-parens)
(#6090) There should be no spaces inside this paren. (space-in-parens)
(#6092) Unexpected tab character. (no-tabs)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6092) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6093) Unexpected tab character. (no-tabs)
(#6094) Unexpected tab character. (no-tabs)
(#6095) Unexpected tab character. (no-tabs)
(#6095) There should be no space after '['. (computed-property-spacing)
(#6095) There should be no space before ']'. (computed-property-spacing)
(#6096) Unexpected tab character. (no-tabs)
(#6098) Unexpected tab character. (no-tabs)
(#6099) Unexpected tab character. (no-tabs)
(#6100) Unexpected tab character. (no-tabs)
(#6102) Unexpected tab character. (no-tabs)
(#6103) Unexpected tab character. (no-tabs)
(#6105) Unexpected tab character. (no-tabs)
(#6105) There should be no spaces inside this paren. (space-in-parens)
(#6105) There should be no spaces inside this paren. (space-in-parens)
(#6106) Unexpected tab character. (no-tabs)
(#6107) Unexpected tab character. (no-tabs)
(#6108) Unexpected tab character. (no-tabs)
(#6110) Unexpected tab character. (no-tabs)
(#6110) There should be no spaces inside this paren. (space-in-parens)
(#6110) There should be no spaces inside this paren. (space-in-parens)
(#6111) Unexpected tab character. (no-tabs)
(#6113) Unexpected tab character. (no-tabs)
(#6113) There should be no spaces inside this paren. (space-in-parens)
(#6113) There should be no spaces inside this paren. (space-in-parens)
(#6113) There should be no spaces inside this paren. (space-in-parens)
(#6113) There should be no spaces inside this paren. (space-in-parens)
(#6114) Unexpected tab character. (no-tabs)
(#6114) There should be no spaces inside this paren. (space-in-parens)
(#6114) There should be no spaces inside this paren. (space-in-parens)
(#6115) Unexpected tab character. (no-tabs)
(#6117) Unexpected tab character. (no-tabs)
(#6117) There should be no space after '['. (computed-property-spacing)
(#6117) There should be no space before ']'. (computed-property-spacing)
(#6118) Unexpected tab character. (no-tabs)
(#6119) Unexpected tab character. (no-tabs)
(#6121) Unexpected tab character. (no-tabs)
(#6121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6122) Unexpected tab character. (no-tabs)
(#6123) Unexpected tab character. (no-tabs)
(#6124) Unexpected tab character. (no-tabs)
(#6126) Unexpected tab character. (no-tabs)
(#6126) There should be no spaces inside this paren. (space-in-parens)
(#6126) There should be no spaces inside this paren. (space-in-parens)
(#6127) Unexpected tab character. (no-tabs)
(#6127) There should be no spaces inside this paren. (space-in-parens)
(#6127) There should be no spaces inside this paren. (space-in-parens)
(#6129) Unexpected tab character. (no-tabs)
(#6129) There should be no spaces inside this paren. (space-in-parens)
(#6129) There should be no spaces inside this paren. (space-in-parens)
(#6130) Unexpected tab character. (no-tabs)
(#6130) There should be no space after '['. (computed-property-spacing)
(#6130) There should be no space before ']'. (computed-property-spacing)
(#6130) There should be no space after '['. (computed-property-spacing)
(#6130) There should be no space before ']'. (computed-property-spacing)
(#6131) Unexpected tab character. (no-tabs)
(#6131) There should be no space after '['. (computed-property-spacing)
(#6131) There should be no space before ']'. (computed-property-spacing)
(#6132) Unexpected tab character. (no-tabs)
(#6133) Unexpected tab character. (no-tabs)
(#6135) Unexpected tab character. (no-tabs)
(#6135) There should be no spaces inside this paren. (space-in-parens)
(#6135) There should be no spaces inside this paren. (space-in-parens)
(#6136) Unexpected tab character. (no-tabs)
(#6137) Unexpected tab character. (no-tabs)
(#6139) Unexpected tab character. (no-tabs)
(#6139) There should be no spaces inside this paren. (space-in-parens)
(#6139) There should be no spaces inside this paren. (space-in-parens)
(#6139) There should be no spaces inside this paren. (space-in-parens)
(#6139) There should be no spaces inside this paren. (space-in-parens)
(#6140) Unexpected tab character. (no-tabs)
(#6141) Unexpected tab character. (no-tabs)
(#6142) Unexpected tab character. (no-tabs)
(#6143) Unexpected tab character. (no-tabs)
(#6144) Unexpected tab character. (no-tabs)
(#6144) There should be no space after '['. (array-bracket-spacing)
(#6144) There should be no space before ']'. (array-bracket-spacing)
(#6146) Unexpected tab character. (no-tabs)
(#6147) Unexpected tab character. (no-tabs)
(#6148) Unexpected tab character. (no-tabs)
(#6149) Unexpected tab character. (no-tabs)
(#6149) There should be no spaces inside this paren. (space-in-parens)
(#6149) There should be no spaces inside this paren. (space-in-parens)
(#6149) There should be no spaces inside this paren. (space-in-parens)
(#6150) Unexpected tab character. (no-tabs)
(#6150) There should be no spaces inside this paren. (space-in-parens)
(#6150) There should be no spaces inside this paren. (space-in-parens)
(#6150) There should be no spaces inside this paren. (space-in-parens)
(#6151) Unexpected tab character. (no-tabs)
(#6151) There should be no spaces inside this paren. (space-in-parens)
(#6151) There should be no spaces inside this paren. (space-in-parens)
(#6152) Unexpected tab character. (no-tabs)
(#6154) Unexpected tab character. (no-tabs)
(#6155) Unexpected tab character. (no-tabs)
(#6157) Unexpected tab character. (no-tabs)
(#6157) Comments should not begin with a lowercase character (capitalized-comments)
(#6158) Unexpected tab character. (no-tabs)
(#6159) Unexpected tab character. (no-tabs)
(#6159) Blocks are nested too deeply (5). (max-depth)
(#6159) There should be no spaces inside this paren. (space-in-parens)
(#6159) There should be no spaces inside this paren. (space-in-parens)
(#6160) Unexpected tab character. (no-tabs)
(#6162) Unexpected tab character. (no-tabs)
(#6163) Unexpected tab character. (no-tabs)
(#6164) Unexpected tab character. (no-tabs)
(#6165) Unexpected tab character. (no-tabs)
(#6166) Unexpected tab character. (no-tabs)
(#6167) Unexpected tab character. (no-tabs)
(#6168) Unexpected tab character. (no-tabs)
(#6170) Unexpected tab character. (no-tabs)
(#6170) There should be no spaces inside this paren. (space-in-parens)
(#6170) There should be no spaces inside this paren. (space-in-parens)
(#6170) There should be no spaces inside this paren. (space-in-parens)
(#6170) There should be no spaces inside this paren. (space-in-parens)
(#6171) Unexpected tab character. (no-tabs)
(#6172) Unexpected tab character. (no-tabs)
(#6173) Unexpected tab character. (no-tabs)
(#6174) Unexpected tab character. (no-tabs)
(#6175) Unexpected tab character. (no-tabs)
(#6177) Unexpected tab character. (no-tabs)
(#6177) There should be no spaces inside this paren. (space-in-parens)
(#6177) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6177) There should be no spaces inside this paren. (space-in-parens)
(#6178) Unexpected tab character. (no-tabs)
(#6179) Unexpected tab character. (no-tabs)
(#6181) Unexpected tab character. (no-tabs)
(#6183) Unexpected tab character. (no-tabs)
(#6183) There should be no spaces inside this paren. (space-in-parens)
(#6183) There should be no spaces inside this paren. (space-in-parens)
(#6183) There should be no spaces inside this paren. (space-in-parens)
(#6184) Unexpected tab character. (no-tabs)
(#6184) There should be no spaces inside this paren. (space-in-parens)
(#6184) There should be no spaces inside this paren. (space-in-parens)
(#6186) Unexpected tab character. (no-tabs)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6187) Unexpected tab character. (no-tabs)
(#6187) There should be no space after '['. (computed-property-spacing)
(#6187) Do not nest ternary expressions. (no-nested-ternary)
(#6187) There should be no space before ']'. (computed-property-spacing)
(#6187) There should be no spaces inside this paren. (space-in-parens)
(#6187) There should be no spaces inside this paren. (space-in-parens)
(#6189) Unexpected tab character. (no-tabs)
(#6190) Unexpected tab character. (no-tabs)
(#6191) Unexpected tab character. (no-tabs)
(#6193) Unexpected tab character. (no-tabs)
(#6193) There should be no spaces inside this paren. (space-in-parens)
(#6193) There should be no spaces inside this paren. (space-in-parens)
(#6194) Unexpected tab character. (no-tabs)
(#6194) There should be no spaces inside this paren. (space-in-parens)
(#6194) There should be no spaces inside this paren. (space-in-parens)
(#6195) Unexpected tab character. (no-tabs)
(#6197) Unexpected tab character. (no-tabs)
(#6198) Unexpected tab character. (no-tabs)
(#6198) There should be no spaces inside this paren. (space-in-parens)
(#6198) There should be no spaces inside this paren. (space-in-parens)
(#6199) Unexpected tab character. (no-tabs)
(#6199) There should be no spaces inside this paren. (space-in-parens)
(#6200) Unexpected tab character. (no-tabs)
(#6201) Unexpected tab character. (no-tabs)
(#6201) There should be no spaces inside this paren. (space-in-parens)
(#6202) Unexpected tab character. (no-tabs)
(#6204) Unexpected tab character. (no-tabs)
(#6205) Unexpected tab character. (no-tabs)
(#6205) There should be no spaces inside this paren. (space-in-parens)
(#6205) There should be no spaces inside this paren. (space-in-parens)
(#6206) Unexpected tab character. (no-tabs)
(#6207) Unexpected tab character. (no-tabs)
(#6209) Unexpected tab character. (no-tabs)
(#6209) There should be no spaces inside this paren. (space-in-parens)
(#6209) There should be no spaces inside this paren. (space-in-parens)
(#6211) Unexpected tab character. (no-tabs)
(#6212) Unexpected tab character. (no-tabs)
(#6212) There should be no spaces inside this paren. (space-in-parens)
(#6212) There should be no spaces inside this paren. (space-in-parens)
(#6213) Unexpected tab character. (no-tabs)
(#6214) Unexpected tab character. (no-tabs)
(#6215) Unexpected tab character. (no-tabs)
(#6217) Unexpected tab character. (no-tabs)
(#6218) Unexpected tab character. (no-tabs)
(#6219) Unexpected tab character. (no-tabs)
(#6220) Unexpected tab character. (no-tabs)
(#6222) Unexpected tab character. (no-tabs)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6223) Unexpected tab character. (no-tabs)
(#6225) Unexpected tab character. (no-tabs)
(#6225) There should be no spaces inside this paren. (space-in-parens)
(#6225) There should be no spaces inside this paren. (space-in-parens)
(#6226) Unexpected tab character. (no-tabs)
(#6227) Unexpected tab character. (no-tabs)
(#6229) Unexpected tab character. (no-tabs)
(#6230) Unexpected tab character. (no-tabs)
(#6230) Comments should not begin with a lowercase character (capitalized-comments)
(#6231) Unexpected tab character. (no-tabs)
(#6231) There should be no spaces inside this paren. (space-in-parens)
(#6231) There should be no spaces inside this paren. (space-in-parens)
(#6232) Unexpected tab character. (no-tabs)
(#6232) There should be no spaces inside this paren. (space-in-parens)
(#6232) There should be no spaces inside this paren. (space-in-parens)
(#6233) Unexpected tab character. (no-tabs)
(#6234) Unexpected tab character. (no-tabs)
(#6234) Comments should not begin with a lowercase character (capitalized-comments)
(#6235) Unexpected tab character. (no-tabs)
(#6236) Unexpected tab character. (no-tabs)
(#6238) Unexpected tab character. (no-tabs)
(#6239) Unexpected tab character. (no-tabs)
(#6240) Unexpected tab character. (no-tabs)
(#6241) Unexpected tab character. (no-tabs)
(#6243) Unexpected tab character. (no-tabs)
(#6243) Comments should not begin with a lowercase character (capitalized-comments)
(#6244) Unexpected tab character. (no-tabs)
(#6244) There should be no spaces inside this paren. (space-in-parens)
(#6244) There should be no spaces inside this paren. (space-in-parens)
(#6245) Unexpected tab character. (no-tabs)
(#6246) Unexpected tab character. (no-tabs)
(#6248) Unexpected tab character. (no-tabs)
(#6249) Unexpected tab character. (no-tabs)
(#6253) Missing JSDoc comment. (require-jsdoc)
(#6253) There should be no spaces inside this paren. (space-in-parens)
(#6253) There should be no spaces inside this paren. (space-in-parens)
(#6254) Unexpected tab character. (no-tabs)
(#6256) Unexpected tab character. (no-tabs)
(#6256) There should be no spaces inside this paren. (space-in-parens)
(#6256) A space is required after ','. (comma-spacing)
(#6257) Unexpected tab character. (no-tabs)
(#6257) There should be no space after '['. (computed-property-spacing)
(#6257) There should be no space before ']'. (computed-property-spacing)
(#6258) Unexpected tab character. (no-tabs)
(#6260) Unexpected tab character. (no-tabs)
(#6265) Unexpected tab character. (no-tabs)
(#6266) Unexpected tab character. (no-tabs)
(#6267) Unexpected tab character. (no-tabs)
(#6268) Unexpected tab character. (no-tabs)
(#6268) There should be no space after '{'. (object-curly-spacing)
(#6268) There should be no space before '}'. (object-curly-spacing)
(#6269) Unexpected tab character. (no-tabs)
(#6269) There should be no space after '{'. (object-curly-spacing)
(#6269) There should be no space before '}'. (object-curly-spacing)
(#6270) There should be no spaces inside this paren. (space-in-parens)
(#6270) There should be no spaces inside this paren. (space-in-parens)
(#6271) Unexpected tab character. (no-tabs)
(#6271) There should be no space after '['. (computed-property-spacing)
(#6271) There should be no space before ']'. (computed-property-spacing)
(#6271) There should be no spaces inside this paren. (space-in-parens)
(#6271) There should be no spaces inside this paren. (space-in-parens)
(#6272) Unexpected tab character. (no-tabs)
(#6272) There should be no spaces inside this paren. (space-in-parens)
(#6272) There should be no spaces inside this paren. (space-in-parens)
(#6273) Unexpected tab character. (no-tabs)
(#6277) Unexpected tab character. (no-tabs)
(#6277) There should be no spaces inside this paren. (space-in-parens)
(#6277) There should be no spaces inside this paren. (space-in-parens)
(#6278) Unexpected tab character. (no-tabs)
(#6279) Unexpected tab character. (no-tabs)
(#6280) Unexpected tab character. (no-tabs)
(#6280) There should be no spaces inside this paren. (space-in-parens)
(#6280) There should be no spaces inside this paren. (space-in-parens)
(#6281) Unexpected tab character. (no-tabs)
(#6282) Unexpected tab character. (no-tabs)
(#6283) Unexpected tab character. (no-tabs)
(#6285) Unexpected tab character. (no-tabs)
(#6285) Do not nest ternary expressions. (no-nested-ternary)
(#6285) Do not nest ternary expressions. (no-nested-ternary)
(#6286) Unexpected tab character. (no-tabs)
(#6288) Unexpected tab character. (no-tabs)
(#6289) Unexpected tab character. (no-tabs)
(#6290) Unexpected tab character. (no-tabs)
(#6291) Unexpected tab character. (no-tabs)
(#6291) There should be no spaces inside this paren. (space-in-parens)
(#6291) There should be no spaces inside this paren. (space-in-parens)
(#6292) Unexpected tab character. (no-tabs)
(#6293) Unexpected tab character. (no-tabs)
(#6294) Unexpected tab character. (no-tabs)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6295) Unexpected tab character. (no-tabs)
(#6295) There should be no spaces inside this paren. (space-in-parens)
(#6295) There should be no spaces inside this paren. (space-in-parens)
(#6296) Unexpected tab character. (no-tabs)
(#6297) Unexpected tab character. (no-tabs)
(#6299) Unexpected tab character. (no-tabs)
(#6300) Unexpected tab character. (no-tabs)
(#6302) Unexpected tab character. (no-tabs)
(#6303) Unexpected tab character. (no-tabs)
(#6303) There should be no spaces inside this paren. (space-in-parens)
(#6303) There should be no spaces inside this paren. (space-in-parens)
(#6304) Unexpected tab character. (no-tabs)
(#6305) Unexpected tab character. (no-tabs)
(#6306) Unexpected tab character. (no-tabs)
(#6306) There should be no spaces inside this paren. (space-in-parens)
(#6306) There should be no spaces inside this paren. (space-in-parens)
(#6307) Unexpected tab character. (no-tabs)
(#6307) Infix operators must be spaced. (space-infix-ops)
(#6307) Infix operators must be spaced. (space-infix-ops)
(#6308) Unexpected tab character. (no-tabs)
(#6309) Unexpected tab character. (no-tabs)
(#6311) Unexpected tab character. (no-tabs)
(#6313) Unexpected tab character. (no-tabs)
(#6313) There should be no spaces inside this paren. (space-in-parens)
(#6313) There should be no spaces inside this paren. (space-in-parens)
(#6314) Unexpected tab character. (no-tabs)
(#6315) Unexpected tab character. (no-tabs)
(#6316) Unexpected tab character. (no-tabs)
(#6318) Unexpected tab character. (no-tabs)
(#6318) There should be no spaces inside this paren. (space-in-parens)
(#6318) There should be no spaces inside this paren. (space-in-parens)
(#6319) Unexpected tab character. (no-tabs)
(#6320) Unexpected tab character. (no-tabs)
(#6321) Unexpected tab character. (no-tabs)
(#6326) Unexpected tab character. (no-tabs)
(#6327) Unexpected tab character. (no-tabs)
(#6328) Unexpected tab character. (no-tabs)
(#6328) There should be no spaces inside this paren. (space-in-parens)
(#6328) There should be no spaces inside this paren. (space-in-parens)
(#6329) Unexpected tab character. (no-tabs)
(#6329) There should be no spaces inside this paren. (space-in-parens)
(#6329) There should be no spaces inside this paren. (space-in-parens)
(#6330) Unexpected tab character. (no-tabs)
(#6332) Unexpected tab character. (no-tabs)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6333) Unexpected tab character. (no-tabs)
(#6335) Unexpected tab character. (no-tabs)
(#6336) Unexpected tab character. (no-tabs)
(#6337) Unexpected tab character. (no-tabs)
(#6337) There should be no spaces inside this paren. (space-in-parens)
(#6337) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6337) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6337) There should be no spaces inside this paren. (space-in-parens)
(#6338) Unexpected tab character. (no-tabs)
(#6338) There should be no space after '['. (computed-property-spacing)
(#6338) There should be no space before ']'. (computed-property-spacing)
(#6339) Unexpected tab character. (no-tabs)
(#6341) Unexpected tab character. (no-tabs)
(#6341) There should be no spaces inside this paren. (space-in-parens)
(#6341) There should be no spaces inside this paren. (space-in-parens)
(#6341) There should be no spaces inside this paren. (space-in-parens)
(#6341) There should be no spaces inside this paren. (space-in-parens)
(#6342) Unexpected tab character. (no-tabs)
(#6343) Unexpected tab character. (no-tabs)
(#6345) Unexpected tab character. (no-tabs)
(#6346) Unexpected tab character. (no-tabs)
(#6346) There should be no spaces inside this paren. (space-in-parens)
(#6346) There should be no spaces inside this paren. (space-in-parens)
(#6347) Unexpected tab character. (no-tabs)
(#6348) Unexpected tab character. (no-tabs)
(#6349) Unexpected tab character. (no-tabs)
(#6350) Unexpected tab character. (no-tabs)
(#6351) Unexpected tab character. (no-tabs)
(#6352) Unexpected tab character. (no-tabs)
(#6354) Unexpected tab character. (no-tabs)
(#6354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6355) Unexpected tab character. (no-tabs)
(#6355) Missing JSDoc comment. (require-jsdoc)
(#6355) There should be no spaces inside this paren. (space-in-parens)
(#6355) There should be no spaces inside this paren. (space-in-parens)
(#6356) Unexpected tab character. (no-tabs)
(#6357) Unexpected tab character. (no-tabs)
(#6359) Unexpected tab character. (no-tabs)
(#6361) Unexpected tab character. (no-tabs)
(#6361) There should be no spaces inside this paren. (space-in-parens)
(#6361) There should be no spaces inside this paren. (space-in-parens)
(#6362) Unexpected tab character. (no-tabs)
(#6363) Unexpected tab character. (no-tabs)
(#6364) Unexpected tab character. (no-tabs)
(#6366) Unexpected tab character. (no-tabs)
(#6367) Unexpected tab character. (no-tabs)
(#6368) Unexpected tab character. (no-tabs)
(#6369) Unexpected tab character. (no-tabs)
(#6369) There should be no spaces inside this paren. (space-in-parens)
(#6369) There should be no spaces inside this paren. (space-in-parens)
(#6370) Unexpected tab character. (no-tabs)
(#6372) Unexpected tab character. (no-tabs)
(#6373) Unexpected tab character. (no-tabs)
(#6374) Unexpected tab character. (no-tabs)
(#6375) Unexpected tab character. (no-tabs)
(#6377) Unexpected tab character. (no-tabs)
(#6378) Unexpected tab character. (no-tabs)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6379) Unexpected tab character. (no-tabs)
(#6381) Unexpected tab character. (no-tabs)
(#6382) Unexpected tab character. (no-tabs)
(#6383) Unexpected tab character. (no-tabs)
(#6384) Unexpected tab character. (no-tabs)
(#6384) There should be no spaces inside this paren. (space-in-parens)
(#6384) There should be no spaces inside this paren. (space-in-parens)
(#6385) Unexpected tab character. (no-tabs)
(#6387) Unexpected tab character. (no-tabs)
(#6388) Unexpected tab character. (no-tabs)
(#6389) Unexpected tab character. (no-tabs)
(#6391) Unexpected tab character. (no-tabs)
(#6392) Unexpected tab character. (no-tabs)
(#6392) There should be no spaces inside this paren. (space-in-parens)
(#6392) There should be no spaces inside this paren. (space-in-parens)
(#6393) Unexpected tab character. (no-tabs)
(#6393) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6395) Unexpected tab character. (no-tabs)
(#6395) There should be no spaces inside this paren. (space-in-parens)
(#6395) There should be no spaces inside this paren. (space-in-parens)
(#6396) Unexpected tab character. (no-tabs)
(#6397) Unexpected tab character. (no-tabs)
(#6398) Unexpected tab character. (no-tabs)
(#6400) Unexpected tab character. (no-tabs)
(#6400) There should be no space after '['. (computed-property-spacing)
(#6400) There should be no space before ']'. (computed-property-spacing)
(#6402) Unexpected tab character. (no-tabs)
(#6402) There should be no spaces inside this paren. (space-in-parens)
(#6402) There should be no spaces inside this paren. (space-in-parens)
(#6403) Unexpected tab character. (no-tabs)
(#6403) There should be no spaces inside this paren. (space-in-parens)
(#6403) There should be no spaces inside this paren. (space-in-parens)
(#6404) Unexpected tab character. (no-tabs)
(#6405) Unexpected tab character. (no-tabs)
(#6406) Unexpected tab character. (no-tabs)
(#6408) Unexpected tab character. (no-tabs)
(#6408) There should be no spaces inside this paren. (space-in-parens)
(#6408) There should be no spaces inside this paren. (space-in-parens)
(#6409) Unexpected tab character. (no-tabs)
(#6410) Unexpected tab character. (no-tabs)
(#6410) There should be no spaces inside this paren. (space-in-parens)
(#6410) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6410) There should be no spaces inside this paren. (space-in-parens)
(#6411) Unexpected tab character. (no-tabs)
(#6411) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6412) Unexpected tab character. (no-tabs)
(#6412) There should be no spaces inside this paren. (space-in-parens)
(#6412) There should be no space after '['. (array-bracket-spacing)
(#6412) There should be no space before ']'. (array-bracket-spacing)
(#6412) Unexpected space before function parentheses. (space-before-function-paren)
(#6413) Unexpected tab character. (no-tabs)
(#6413) There should be no space after '['. (computed-property-spacing)
(#6413) There should be no space before ']'. (computed-property-spacing)
(#6414) Unexpected tab character. (no-tabs)
(#6414) There should be no spaces inside this paren. (space-in-parens)
(#6415) Unexpected tab character. (no-tabs)
(#6417) Unexpected tab character. (no-tabs)
(#6418) Unexpected tab character. (no-tabs)
(#6418) There should be no spaces inside this paren. (space-in-parens)
(#6418) There should be no spaces inside this paren. (space-in-parens)
(#6419) Unexpected tab character. (no-tabs)
(#6420) Unexpected tab character. (no-tabs)
(#6422) Unexpected tab character. (no-tabs)
(#6423) Unexpected tab character. (no-tabs)
(#6423) There should be no spaces inside this paren. (space-in-parens)
(#6423) There should be no spaces inside this paren. (space-in-parens)
(#6424) Unexpected tab character. (no-tabs)
(#6424) There should be no spaces inside this paren. (space-in-parens)
(#6424) There should be no spaces inside this paren. (space-in-parens)
(#6425) Unexpected tab character. (no-tabs)
(#6425) There should be no spaces inside this paren. (space-in-parens)
(#6425) There should be no spaces inside this paren. (space-in-parens)
(#6426) Unexpected tab character. (no-tabs)
(#6427) Unexpected tab character. (no-tabs)
(#6429) Unexpected tab character. (no-tabs)
(#6430) Unexpected tab character. (no-tabs)
(#6430) There should be no spaces inside this paren. (space-in-parens)
(#6430) There should be no spaces inside this paren. (space-in-parens)
(#6431) Unexpected tab character. (no-tabs)
(#6433) Unexpected tab character. (no-tabs)
(#6435) Unexpected tab character. (no-tabs)
(#6436) Unexpected tab character. (no-tabs)
(#6437) Unexpected tab character. (no-tabs)
(#6439) Unexpected tab character. (no-tabs)
(#6440) Unexpected tab character. (no-tabs)
(#6441) Unexpected tab character. (no-tabs)
(#6442) Unexpected tab character. (no-tabs)
(#6443) Unexpected tab character. (no-tabs)
(#6445) Unexpected tab character. (no-tabs)
(#6446) Unexpected tab character. (no-tabs)
(#6447) Unexpected tab character. (no-tabs)
(#6449) Unexpected tab character. (no-tabs)
(#6450) Unexpected tab character. (no-tabs)
(#6453) There should be no spaces inside this paren. (space-in-parens)
(#6454) Unexpected tab character. (no-tabs)
(#6455) Unexpected tab character. (no-tabs)
(#6457) Unexpected tab character. (no-tabs)
(#6457) There should be no spaces inside this paren. (space-in-parens)
(#6457) There should be no spaces inside this paren. (space-in-parens)
(#6458) Unexpected tab character. (no-tabs)
(#6458) There should be no spaces inside this paren. (space-in-parens)
(#6458) There should be no spaces inside this paren. (space-in-parens)
(#6459) Unexpected tab character. (no-tabs)
(#6460) Unexpected tab character. (no-tabs)
(#6461) Unexpected tab character. (no-tabs)
(#6463) Unexpected tab character. (no-tabs)
(#6463) There should be no spaces inside this paren. (space-in-parens)
(#6463) There should be no spaces inside this paren. (space-in-parens)
(#6464) Unexpected tab character. (no-tabs)
(#6465) Unexpected tab character. (no-tabs)
(#6466) Unexpected tab character. (no-tabs)
(#6468) Unexpected tab character. (no-tabs)
(#6470) Unexpected tab character. (no-tabs)
(#6471) Unexpected tab character. (no-tabs)
(#6471) There should be no spaces inside this paren. (space-in-parens)
(#6471) There should be no spaces inside this paren. (space-in-parens)
(#6472) Unexpected tab character. (no-tabs)
(#6473) Unexpected tab character. (no-tabs)
(#6475) Unexpected tab character. (no-tabs)
(#6476) Unexpected tab character. (no-tabs)
(#6477) Unexpected tab character. (no-tabs)
(#6478) Unexpected tab character. (no-tabs)
(#6479) Unexpected tab character. (no-tabs)
(#6480) Unexpected tab character. (no-tabs)
(#6482) Unexpected tab character. (no-tabs)
(#6483) Unexpected tab character. (no-tabs)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6484) Unexpected tab character. (no-tabs)
(#6484) There should be no spaces inside this paren. (space-in-parens)
(#6484) There should be no spaces inside this paren. (space-in-parens)
(#6485) Unexpected tab character. (no-tabs)
(#6487) Unexpected tab character. (no-tabs)
(#6487) There should be no spaces inside this paren. (space-in-parens)
(#6487) There should be no spaces inside this paren. (space-in-parens)
(#6488) Unexpected tab character. (no-tabs)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6488) There should be no space after '['. (computed-property-spacing)
(#6488) There should be no space before ']'. (computed-property-spacing)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6489) Unexpected tab character. (no-tabs)
(#6489) There should be no space after '['. (computed-property-spacing)
(#6489) There should be no space before ']'. (computed-property-spacing)
(#6490) Unexpected tab character. (no-tabs)
(#6491) Unexpected tab character. (no-tabs)
(#6491) There should be no space after '['. (computed-property-spacing)
(#6491) There should be no space before ']'. (computed-property-spacing)
(#6492) Unexpected tab character. (no-tabs)
(#6493) Unexpected tab character. (no-tabs)
(#6494) Unexpected tab character. (no-tabs)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6498) Unexpected tab character. (no-tabs)
(#6498) There should be no spaces inside this paren. (space-in-parens)
(#6498) There should be no spaces inside this paren. (space-in-parens)
(#6499) Unexpected tab character. (no-tabs)
(#6499) There should be no spaces inside this paren. (space-in-parens)
(#6499) There should be no spaces inside this paren. (space-in-parens)
(#6500) Unexpected tab character. (no-tabs)
(#6501) Unexpected tab character. (no-tabs)
(#6502) Unexpected tab character. (no-tabs)
(#6505) Missing JSDoc comment. (require-jsdoc)
(#6505) There should be no spaces inside this paren. (space-in-parens)
(#6505) There should be no spaces inside this paren. (space-in-parens)
(#6506) Unexpected tab character. (no-tabs)
(#6506) There should be no spaces inside this paren. (space-in-parens)
(#6506) There should be no space after '['. (computed-property-spacing)
(#6506) There should be no space before ']'. (computed-property-spacing)
(#6506) There should be no spaces inside this paren. (space-in-parens)
(#6507) Unexpected tab character. (no-tabs)
(#6508) Unexpected tab character. (no-tabs)
(#6510) Unexpected tab character. (no-tabs)
(#6512) Unexpected tab character. (no-tabs)
(#6512) There should be no spaces inside this paren. (space-in-parens)
(#6512) There should be no spaces inside this paren. (space-in-parens)
(#6513) Unexpected tab character. (no-tabs)
(#6514) Unexpected tab character. (no-tabs)
(#6516) Unexpected tab character. (no-tabs)
(#6516) There should be no space after '['. (computed-property-spacing)
(#6516) There should be no space before ']'. (computed-property-spacing)
(#6517) Unexpected tab character. (no-tabs)
(#6519) Unexpected tab character. (no-tabs)
(#6519) There should be no space after '['. (computed-property-spacing)
(#6519) There should be no space before ']'. (computed-property-spacing)
(#6521) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6526) Unexpected tab character. (no-tabs)
(#6528) There should be no spaces inside this paren. (space-in-parens)
(#6528) There should be no spaces inside this paren. (space-in-parens)
(#6529) Unexpected tab character. (no-tabs)
(#6529) There should be no spaces inside this paren. (space-in-parens)
(#6529) There should be no spaces inside this paren. (space-in-parens)
(#6530) Unexpected tab character. (no-tabs)
(#6530) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6532) Unexpected tab character. (no-tabs)
(#6532) There should be no spaces inside this paren. (space-in-parens)
(#6532) There should be no spaces inside this paren. (space-in-parens)
(#6532) Trailing spaces not allowed. (no-trailing-spaces)
(#6533) Unexpected tab character. (no-tabs)
(#6533) There should be no spaces inside this paren. (space-in-parens)
(#6533) There should be no spaces inside this paren. (space-in-parens)
(#6534) Unexpected tab character. (no-tabs)
(#6534) There should be no spaces inside this paren. (space-in-parens)
(#6534) There should be no spaces inside this paren. (space-in-parens)
(#6535) Unexpected tab character. (no-tabs)
(#6536) Unexpected tab character. (no-tabs)
(#6538) Unexpected tab character. (no-tabs)
(#6538) There should be no spaces inside this paren. (space-in-parens)
(#6538) There should be no spaces inside this paren. (space-in-parens)
(#6539) Unexpected tab character. (no-tabs)
(#6540) Unexpected tab character. (no-tabs)
(#6542) Unexpected tab character. (no-tabs)
(#6542) There should be no spaces inside this paren. (space-in-parens)
(#6542) There should be no spaces inside this paren. (space-in-parens)
(#6543) Unexpected tab character. (no-tabs)
(#6543) There should be no spaces inside this paren. (space-in-parens)
(#6543) There should be no spaces inside this paren. (space-in-parens)
(#6544) Unexpected tab character. (no-tabs)
(#6546) Unexpected tab character. (no-tabs)
(#6547) Unexpected tab character. (no-tabs)
(#6548) Unexpected tab character. (no-tabs)
(#6548) Expected space(s) after "catch". (keyword-spacing)
(#6548) Empty block statement. (no-empty)
(#6550) Unexpected tab character. (no-tabs)
(#6551) Unexpected tab character. (no-tabs)
(#6553) Unexpected tab character. (no-tabs)
(#6554) Unexpected tab character. (no-tabs)
(#6554) There should be no spaces inside this paren. (space-in-parens)
(#6554) There should be no spaces inside this paren. (space-in-parens)
(#6554) There should be no spaces inside this paren. (space-in-parens)
(#6554) There should be no spaces inside this paren. (space-in-parens)
(#6555) Unexpected tab character. (no-tabs)
(#6555) There should be no space after '{'. (object-curly-spacing)
(#6555) There should be no space before '}'. (object-curly-spacing)
(#6556) Unexpected tab character. (no-tabs)
(#6558) Unexpected tab character. (no-tabs)
(#6559) Unexpected tab character. (no-tabs)
(#6560) Unexpected tab character. (no-tabs)
(#6560) Multiple spaces found before '='. (no-multi-spaces)
(#6560) Multiple spaces found before '||'. (no-multi-spaces)
(#6560) Multiple spaces found before '||'. (no-multi-spaces)
(#6561) Unexpected tab character. (no-tabs)
(#6562) Unexpected tab character. (no-tabs)
(#6562) Multiple spaces found before '='. (no-multi-spaces)
(#6562) Multiple spaces found before '||'. (no-multi-spaces)
(#6562) There should be no spaces inside this paren. (space-in-parens)
(#6563) Unexpected tab character. (no-tabs)
(#6564) Unexpected tab character. (no-tabs)
(#6564) Multiple spaces found before '='. (no-multi-spaces)
(#6564) Multiple spaces found before '+'. (no-multi-spaces)
(#6564) Multiple spaces found before '-'. (no-multi-spaces)
(#6565) Unexpected tab character. (no-tabs)
(#6567) Unexpected tab character. (no-tabs)
(#6567) There should be no space after '{'. (object-curly-spacing)
(#6567) There should be no space before '}'. (object-curly-spacing)
(#6568) Unexpected tab character. (no-tabs)
(#6571) Unexpected tab character. (no-tabs)
(#6571) There should be no spaces inside this paren. (space-in-parens)
(#6571) There should be no spaces inside this paren. (space-in-parens)
(#6572) Unexpected tab character. (no-tabs)
(#6574) Unexpected tab character. (no-tabs)
(#6574) There should be no spaces inside this paren. (space-in-parens)
(#6574) There should be no spaces inside this paren. (space-in-parens)
(#6574) Trailing spaces not allowed. (no-trailing-spaces)
(#6575) Unexpected tab character. (no-tabs)
(#6575) There should be no spaces inside this paren. (space-in-parens)
(#6575) There should be no spaces inside this paren. (space-in-parens)
(#6576) Unexpected tab character. (no-tabs)
(#6576) There should be no spaces inside this paren. (space-in-parens)
(#6576) There should be no spaces inside this paren. (space-in-parens)
(#6577) Unexpected tab character. (no-tabs)
(#6578) Unexpected tab character. (no-tabs)
(#6580) Unexpected tab character. (no-tabs)
(#6580) There should be no spaces inside this paren. (space-in-parens)
(#6580) There should be no spaces inside this paren. (space-in-parens)
(#6581) Unexpected tab character. (no-tabs)
(#6582) Unexpected tab character. (no-tabs)
(#6584) Unexpected tab character. (no-tabs)
(#6584) There should be no spaces inside this paren. (space-in-parens)
(#6584) There should be no spaces inside this paren. (space-in-parens)
(#6585) Unexpected tab character. (no-tabs)
(#6585) There should be no spaces inside this paren. (space-in-parens)
(#6585) There should be no spaces inside this paren. (space-in-parens)
(#6586) Unexpected tab character. (no-tabs)
(#6588) Unexpected tab character. (no-tabs)
(#6590) Unexpected tab character. (no-tabs)
(#6590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6590) 'prevOffsetParent' is assigned a value but never used. (no-unused-vars)
(#6591) Unexpected tab character. (no-tabs)
(#6591) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6591) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6592) Unexpected tab character. (no-tabs)
(#6592) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6593) Unexpected tab character. (no-tabs)
(#6593) There should be no spaces inside this paren. (space-in-parens)
(#6593) There should be no spaces inside this paren. (space-in-parens)
(#6594) Unexpected tab character. (no-tabs)
(#6594) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6596) Unexpected tab character. (no-tabs)
(#6596) There should be no spaces inside this paren. (space-in-parens)
(#6596) There should be no spaces inside this paren. (space-in-parens)
(#6597) Unexpected tab character. (no-tabs)
(#6597) There should be no spaces inside this paren. (space-in-parens)
(#6597) There should be no spaces inside this paren. (space-in-parens)
(#6598) Unexpected tab character. (no-tabs)
(#6599) Unexpected tab character. (no-tabs)
(#6601) Unexpected tab character. (no-tabs)
(#6602) Unexpected tab character. (no-tabs)
(#6602) Multiple spaces found before '-='. (no-multi-spaces)
(#6603) Unexpected tab character. (no-tabs)
(#6605) Unexpected tab character. (no-tabs)
(#6605) There should be no spaces inside this paren. (space-in-parens)
(#6605) There should be no spaces inside this paren. (space-in-parens)
(#6606) Unexpected tab character. (no-tabs)
(#6606) Multiple spaces found before '+='. (no-multi-spaces)
(#6607) Unexpected tab character. (no-tabs)
(#6609) Line 6609 exceeds the maximum line length of 132. (max-len)
(#6609) Unexpected tab character. (no-tabs)
(#6609) There should be no spaces inside this paren. (space-in-parens)
(#6609) There should be no spaces inside this paren. (space-in-parens)
(#6610) Unexpected tab character. (no-tabs)
(#6610) Multiple spaces found before '+='. (no-multi-spaces)
(#6610) There should be no spaces inside this paren. (space-in-parens)
(#6610) Multiple spaces found before ')'. (no-multi-spaces)
(#6610) There should be no spaces inside this paren. (space-in-parens)
(#6611) Unexpected tab character. (no-tabs)
(#6611) There should be no spaces inside this paren. (space-in-parens)
(#6611) There should be no spaces inside this paren. (space-in-parens)
(#6612) Unexpected tab character. (no-tabs)
(#6614) Unexpected tab character. (no-tabs)
(#6615) Unexpected tab character. (no-tabs)
(#6616) Unexpected tab character. (no-tabs)
(#6618) Unexpected tab character. (no-tabs)
(#6618) There should be no spaces inside this paren. (space-in-parens)
(#6618) There should be no spaces inside this paren. (space-in-parens)
(#6619) Unexpected tab character. (no-tabs)
(#6619) Multiple spaces found before '+='. (no-multi-spaces)
(#6619) There should be no spaces inside this paren. (space-in-parens)
(#6619) Multiple spaces found before ')'. (no-multi-spaces)
(#6619) There should be no spaces inside this paren. (space-in-parens)
(#6620) Unexpected tab character. (no-tabs)
(#6620) There should be no spaces inside this paren. (space-in-parens)
(#6620) There should be no spaces inside this paren. (space-in-parens)
(#6621) Unexpected tab character. (no-tabs)
(#6623) Unexpected tab character. (no-tabs)
(#6624) Unexpected tab character. (no-tabs)
(#6626) Unexpected tab character. (no-tabs)
(#6626) There should be no spaces inside this paren. (space-in-parens)
(#6626) There should be no spaces inside this paren. (space-in-parens)
(#6627) Unexpected tab character. (no-tabs)
(#6627) Multiple spaces found before '+='. (no-multi-spaces)
(#6628) Unexpected tab character. (no-tabs)
(#6629) Unexpected tab character. (no-tabs)
(#6631) Unexpected tab character. (no-tabs)
(#6631) There should be no spaces inside this paren. (space-in-parens)
(#6631) There should be no spaces inside this paren. (space-in-parens)
(#6632) Unexpected tab character. (no-tabs)
(#6632) Multiple spaces found before '+='. (no-multi-spaces)
(#6632) There should be no spaces inside this paren. (space-in-parens)
(#6632) There should be no spaces inside this paren. (space-in-parens)
(#6633) Unexpected tab character. (no-tabs)
(#6633) There should be no spaces inside this paren. (space-in-parens)
(#6633) There should be no spaces inside this paren. (space-in-parens)
(#6634) Unexpected tab character. (no-tabs)
(#6636) Unexpected tab character. (no-tabs)
(#6636) There should be no space after '{'. (object-curly-spacing)
(#6636) There should be no space before '}'. (object-curly-spacing)
(#6637) Unexpected tab character. (no-tabs)
(#6641) Unexpected tab character. (no-tabs)
(#6642) Line 6642 exceeds the maximum line length of 132. (max-len)
(#6642) Unexpected tab character. (no-tabs)
(#6642) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6642) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6642) 'table' is assigned a value but never used. (no-unused-vars)
(#6642) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6642) There should be no spaces inside this paren. (space-in-parens)
(#6642) There should be no spaces inside this paren. (space-in-parens)
(#6643) Line 6643 exceeds the maximum line length of 132. (max-len)
(#6643) Unexpected tab character. (no-tabs)
(#6645) Line 6645 exceeds the maximum line length of 132. (max-len)
(#6645) Unexpected tab character. (no-tabs)
(#6645) There should be no spaces inside this paren. (space-in-parens)
(#6645) There should be no space after '{'. (object-curly-spacing)
(#6645) There should be no space before '}'. (object-curly-spacing)
(#6645) There should be no spaces inside this paren. (space-in-parens)
(#6647) Unexpected tab character. (no-tabs)
(#6648) Unexpected tab character. (no-tabs)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6649) Unexpected tab character. (no-tabs)
(#6650) Unexpected tab character. (no-tabs)
(#6651) Unexpected tab character. (no-tabs)
(#6653) Unexpected tab character. (no-tabs)
(#6654) Unexpected tab character. (no-tabs)
(#6656) Unexpected tab character. (no-tabs)
(#6657) Unexpected tab character. (no-tabs)
(#6659) Unexpected tab character. (no-tabs)
(#6659) Comments should not begin with a lowercase character (capitalized-comments)
(#6660) Unexpected tab character. (no-tabs)
(#6661) Unexpected tab character. (no-tabs)
(#6663) Unexpected tab character. (no-tabs)
(#6664) Unexpected tab character. (no-tabs)
(#6666) Unexpected tab character. (no-tabs)
(#6668) Unexpected tab character. (no-tabs)
(#6670) Unexpected tab character. (no-tabs)
(#6670) There should be no spaces inside this paren. (space-in-parens)
(#6670) There should be no spaces inside this paren. (space-in-parens)
(#6671) Unexpected tab character. (no-tabs)
(#6672) Unexpected tab character. (no-tabs)
(#6673) Unexpected tab character. (no-tabs)
(#6675) Unexpected tab character. (no-tabs)
(#6675) There should be no spaces inside this paren. (space-in-parens)
(#6675) There should be no spaces inside this paren. (space-in-parens)
(#6676) Unexpected tab character. (no-tabs)
(#6676) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6678) Unexpected tab character. (no-tabs)
(#6680) Unexpected tab character. (no-tabs)
(#6680) There should be no spaces inside this paren. (space-in-parens)
(#6680) There should be no spaces inside this paren. (space-in-parens)
(#6681) Unexpected tab character. (no-tabs)
(#6681) Multiple spaces found before '+='. (no-multi-spaces)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6682) Unexpected tab character. (no-tabs)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6683) Unexpected tab character. (no-tabs)
(#6685) Unexpected tab character. (no-tabs)
(#6685) There should be no space after '{'. (object-curly-spacing)
(#6685) There should be no space before '}'. (object-curly-spacing)
(#6686) Unexpected tab character. (no-tabs)
(#6687) Trailing spaces not allowed. (no-trailing-spaces)
(#6687) Unexpected tab character. (no-tabs)
(#6688) Unexpected tab character. (no-tabs)
(#6688) There should be no spaces inside this paren. (space-in-parens)
(#6688) There should be no spaces inside this paren. (space-in-parens)
(#6689) Unexpected tab character. (no-tabs)
(#6689) There should be no spaces inside this paren. (space-in-parens)
(#6689) There should be no spaces inside this paren. (space-in-parens)
(#6691) Unexpected tab character. (no-tabs)
(#6691) Comments should not begin with a lowercase character (capitalized-comments)
(#6692) Unexpected tab character. (no-tabs)
(#6692) There should be no spaces inside this paren. (space-in-parens)
(#6692) There should be no spaces inside this paren. (space-in-parens)
(#6693) Unexpected tab character. (no-tabs)
(#6694) Unexpected tab character. (no-tabs)
(#6696) Unexpected tab character. (no-tabs)
(#6696) There should be no spaces inside this paren. (space-in-parens)
(#6696) There should be no spaces inside this paren. (space-in-parens)
(#6697) Unexpected tab character. (no-tabs)
(#6698) Unexpected tab character. (no-tabs)
(#6698) There should be no spaces inside this paren. (space-in-parens)
(#6698) There should be no spaces inside this paren. (space-in-parens)
(#6699) Unexpected tab character. (no-tabs)
(#6699) There should be no spaces inside this paren. (space-in-parens)
(#6699) There should be no spaces inside this paren. (space-in-parens)
(#6700) Unexpected tab character. (no-tabs)
(#6701) Unexpected tab character. (no-tabs)
(#6701) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6701) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6703) Unexpected tab character. (no-tabs)
(#6703) Comments should not begin with a lowercase character (capitalized-comments)
(#6704) Unexpected tab character. (no-tabs)
(#6704) There should be no spaces inside this paren. (space-in-parens)
(#6704) There should be no spaces inside this paren. (space-in-parens)
(#6705) Unexpected tab character. (no-tabs)
(#6706) Unexpected tab character. (no-tabs)
(#6708) Unexpected tab character. (no-tabs)
(#6708) Multiple spaces found before '='. (no-multi-spaces)
(#6708) Multiple spaces found before ':'. (no-multi-spaces)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6708) Multiple spaces found before '10'. (no-multi-spaces)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6709) Unexpected tab character. (no-tabs)
(#6709) There should be no spaces inside this paren. (space-in-parens)
(#6709) There should be no spaces inside this paren. (space-in-parens)
(#6711) Unexpected tab character. (no-tabs)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6712) Unexpected tab character. (no-tabs)
(#6712) There should be no spaces inside this paren. (space-in-parens)
(#6712) There should be no spaces inside this paren. (space-in-parens)
(#6713) Unexpected tab character. (no-tabs)
(#6715) Unexpected tab character. (no-tabs)
(#6715) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6716) Unexpected tab character. (no-tabs)
(#6717) Unexpected tab character. (no-tabs)
(#6718) Unexpected tab character. (no-tabs)
(#6718) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6719) Unexpected tab character. (no-tabs)
(#6720) Unexpected tab character. (no-tabs)
(#6721) Trailing spaces not allowed. (no-trailing-spaces)
(#6721) Unexpected tab character. (no-tabs)
(#6722) Unexpected tab character. (no-tabs)
(#6722) There should be no spaces inside this paren. (space-in-parens)
(#6722) There should be no spaces inside this paren. (space-in-parens)
(#6723) Unexpected tab character. (no-tabs)
(#6723) There should be no spaces inside this paren. (space-in-parens)
(#6723) There should be no spaces inside this paren. (space-in-parens)
(#6724) Unexpected tab character. (no-tabs)
(#6725) Unexpected tab character. (no-tabs)
(#6725) There should be no spaces inside this paren. (space-in-parens)
(#6725) There should be no spaces inside this paren. (space-in-parens)
(#6726) Unexpected tab character. (no-tabs)
(#6727) Unexpected tab character. (no-tabs)
(#6732) Unexpected tab character. (no-tabs)
(#6733) Unexpected tab character. (no-tabs)
(#6733) There should be no spaces inside this paren. (space-in-parens)
(#6733) There should be no spaces inside this paren. (space-in-parens)
(#6734) Unexpected tab character. (no-tabs)
(#6735) Unexpected tab character. (no-tabs)
(#6737) Unexpected tab character. (no-tabs)
(#6739) Unexpected tab character. (no-tabs)
(#6740) Unexpected tab character. (no-tabs)
(#6742) Unexpected tab character. (no-tabs)
(#6743) Unexpected tab character. (no-tabs)
(#6743) Multiple spaces found before '='. (no-multi-spaces)
(#6744) Unexpected tab character. (no-tabs)
(#6744) There should be no space after '{'. (object-curly-spacing)
(#6744) There should be no space before '}'. (object-curly-spacing)
(#6746) Unexpected tab character. (no-tabs)
(#6747) Unexpected tab character. (no-tabs)
(#6748) Unexpected tab character. (no-tabs)
(#6749) Unexpected tab character. (no-tabs)
(#6749) Multiple spaces found before '-='. (no-multi-spaces)
(#6749) There should be no spaces inside this paren. (space-in-parens)
(#6749) There should be no spaces inside this paren. (space-in-parens)
(#6750) Unexpected tab character. (no-tabs)
(#6750) There should be no spaces inside this paren. (space-in-parens)
(#6750) There should be no spaces inside this paren. (space-in-parens)
(#6752) Unexpected tab character. (no-tabs)
(#6753) Unexpected tab character. (no-tabs)
(#6753) Multiple spaces found before '+='. (no-multi-spaces)
(#6753) There should be no spaces inside this paren. (space-in-parens)
(#6753) There should be no spaces inside this paren. (space-in-parens)
(#6754) Unexpected tab character. (no-tabs)
(#6754) There should be no spaces inside this paren. (space-in-parens)
(#6754) There should be no spaces inside this paren. (space-in-parens)
(#6756) Unexpected tab character. (no-tabs)
(#6757) Unexpected tab character. (no-tabs)
(#6758) Unexpected tab character. (no-tabs)
(#6758) Multiple spaces found before '-'. (no-multi-spaces)
(#6759) Unexpected tab character. (no-tabs)
(#6760) Unexpected tab character. (no-tabs)
(#6761) Unexpected tab character. (no-tabs)
(#6763) Unexpected tab character. (no-tabs)
(#6764) Unexpected tab character. (no-tabs)
(#6765) Unexpected tab character. (no-tabs)
(#6766) Unexpected tab character. (no-tabs)
(#6766) There should be no spaces inside this paren. (space-in-parens)
(#6766) There should be no spaces inside this paren. (space-in-parens)
(#6767) Unexpected tab character. (no-tabs)
(#6768) Unexpected tab character. (no-tabs)
(#6769) Unexpected tab character. (no-tabs)
(#6770) Unexpected tab character. (no-tabs)
(#6771) Unexpected tab character. (no-tabs)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6777) Unexpected tab character. (no-tabs)
(#6779) Unexpected tab character. (no-tabs)
(#6779) There should be no space after '['. (computed-property-spacing)
(#6779) There should be no space before ']'. (computed-property-spacing)
(#6780) Unexpected tab character. (no-tabs)
(#6780) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6781) Trailing spaces not allowed. (no-trailing-spaces)
(#6781) Unexpected tab character. (no-tabs)
(#6782) Unexpected tab character. (no-tabs)
(#6782) There should be no spaces inside this paren. (space-in-parens)
(#6782) There should be no spaces inside this paren. (space-in-parens)
(#6783) Unexpected tab character. (no-tabs)
(#6784) Unexpected tab character. (no-tabs)
(#6786) Unexpected tab character. (no-tabs)
(#6786) There should be no spaces inside this paren. (space-in-parens)
(#6786) There should be no spaces inside this paren. (space-in-parens)
(#6787) Unexpected tab character. (no-tabs)
(#6788) Unexpected tab character. (no-tabs)
(#6789) Unexpected tab character. (no-tabs)
(#6789) There should be no spaces inside this paren. (space-in-parens)
(#6789) There should be no spaces inside this paren. (space-in-parens)
(#6791) Unexpected tab character. (no-tabs)
(#6791) There should be no spaces inside this paren. (space-in-parens)
(#6791) There should be no spaces inside this paren. (space-in-parens)
(#6792) Unexpected tab character. (no-tabs)
(#6793) Unexpected tab character. (no-tabs)
(#6794) Unexpected tab character. (no-tabs)
(#6794) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#6795) Unexpected tab character. (no-tabs)
(#6797) Unexpected tab character. (no-tabs)
(#6798) Unexpected tab character. (no-tabs)
(#6798) There should be no space after '['. (computed-property-spacing)
(#6798) There should be no space before ']'. (computed-property-spacing)
(#6799) Unexpected tab character. (no-tabs)
(#6800) Unexpected tab character. (no-tabs)
(#6801) Unexpected tab character. (no-tabs)
(#6802) Unexpected tab character. (no-tabs)
(#6802) There should be no spaces inside this paren. (space-in-parens)
(#6802) There should be no spaces inside this paren. (space-in-parens)
(#6804) Unexpected tab character. (no-tabs)
(#6805) Unexpected tab character. (no-tabs)
(#6805) Do not nest ternary expressions. (no-nested-ternary)
(#6805) There should be no space after '['. (computed-property-spacing)
(#6805) There should be no space before ']'. (computed-property-spacing)
(#6806) Unexpected tab character. (no-tabs)
(#6806) There should be no space after '['. (computed-property-spacing)
(#6806) There should be no space before ']'. (computed-property-spacing)
(#6807) Unexpected tab character. (no-tabs)
(#6807) There should be no space after '['. (computed-property-spacing)
(#6807) There should be no space before ']'. (computed-property-spacing)
(#6808) Unexpected tab character. (no-tabs)
(#6808) There should be no space after '['. (computed-property-spacing)
(#6808) There should be no space before ']'. (computed-property-spacing)
(#6809) Unexpected tab character. (no-tabs)
(#6810) Unexpected tab character. (no-tabs)
(#6813) Missing JSDoc comment. (require-jsdoc)
(#6813) There should be no spaces inside this paren. (space-in-parens)
(#6813) There should be no spaces inside this paren. (space-in-parens)
(#6814) Unexpected tab character. (no-tabs)
(#6814) Do not nest ternary expressions. (no-nested-ternary)
(#6814) There should be no spaces inside this paren. (space-in-parens)
(#6814) There should be no spaces inside this paren. (space-in-parens)
(#6815) Unexpected tab character. (no-tabs)
(#6816) Unexpected tab character. (no-tabs)
(#6817) Unexpected tab character. (no-tabs)
(#6818) Unexpected tab character. (no-tabs)
(#6820) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6825) There should be no space after '['. (array-bracket-spacing)
(#6825) There should be no space before ']'. (array-bracket-spacing)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6827) Unexpected tab character. (no-tabs)
(#6829) Comments should not begin with a lowercase character (capitalized-comments)
(#6829) Unexpected tab character. (no-tabs)
(#6830) Unexpected tab character. (no-tabs)
(#6831) Unexpected tab character. (no-tabs)
(#6832) Unexpected tab character. (no-tabs)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6833) Unexpected tab character. (no-tabs)
(#6834) Unexpected tab character. (no-tabs)
(#6836) Comments should not begin with a lowercase character (capitalized-comments)
(#6836) Unexpected tab character. (no-tabs)
(#6837) Unexpected tab character. (no-tabs)
(#6837) There should be no spaces inside this paren. (space-in-parens)
(#6837) There should be no spaces inside this paren. (space-in-parens)
(#6838) Unexpected tab character. (no-tabs)
(#6839) Unexpected tab character. (no-tabs)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6840) Unexpected tab character. (no-tabs)
(#6841) Unexpected tab character. (no-tabs)
(#6843) Unexpected tab character. (no-tabs)
(#6843) There should be no space after '['. (computed-property-spacing)
(#6843) There should be no space before ']'. (computed-property-spacing)
(#6843) There should be no spaces inside this paren. (space-in-parens)
(#6843) There should be no spaces inside this paren. (space-in-parens)
(#6844) Unexpected tab character. (no-tabs)
(#6845) Unexpected tab character. (no-tabs)
(#6846) Unexpected tab character. (no-tabs)
(#6846) There should be no spaces inside this paren. (space-in-parens)
(#6846) There should be no spaces inside this paren. (space-in-parens)
(#6847) Unexpected tab character. (no-tabs)
(#6847) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6848) Unexpected tab character. (no-tabs)
(#6849) Trailing spaces not allowed. (no-trailing-spaces)
(#6849) Unexpected tab character. (no-tabs)
(#6850) Unexpected tab character. (no-tabs)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6851) Unexpected tab character. (no-tabs)
(#6851) There should be no spaces inside this paren. (space-in-parens)
(#6851) There should be no spaces inside this paren. (space-in-parens)
(#6852) Unexpected tab character. (no-tabs)
(#6852) There should be no spaces inside this paren. (space-in-parens)
(#6852) There should be no spaces inside this paren. (space-in-parens)
(#6853) Unexpected tab character. (no-tabs)
(#6853) There should be no space after '['. (computed-property-spacing)
(#6853) There should be no space before ']'. (computed-property-spacing)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6853) There should be no space after '['. (computed-property-spacing)
(#6853) There should be no space before ']'. (computed-property-spacing)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6854) Unexpected tab character. (no-tabs)
(#6855) Unexpected tab character. (no-tabs)
(#6857) Unexpected tab character. (no-tabs)
(#6857) Do not nest ternary expressions. (no-nested-ternary)
(#6857) There should be no spaces inside this paren. (space-in-parens)
(#6857) There should be no spaces inside this paren. (space-in-parens)
(#6858) Unexpected tab character. (no-tabs)
(#6859) Unexpected tab character. (no-tabs)
(#6859) There should be no space after '['. (computed-property-spacing)
(#6859) There should be no space before ']'. (computed-property-spacing)
(#6860) Unexpected tab character. (no-tabs)
(#6860) There should be no space after '['. (computed-property-spacing)
(#6860) There should be no space before ']'. (computed-property-spacing)
(#6862) Unexpected tab character. (no-tabs)
(#6863) Unexpected tab character. (no-tabs)
(#6863) Do not nest ternary expressions. (no-nested-ternary)
(#6863) Comments should not begin with a lowercase character (capitalized-comments)
(#6864) Unexpected tab character. (no-tabs)
(#6865) Unexpected tab character. (no-tabs)
(#6866) Unexpected tab character. (no-tabs)
(#6867) Unexpected tab character. (no-tabs)
(#6868) Unexpected tab character. (no-tabs)
(#6869) Unexpected tab character. (no-tabs)
(#6871) Unexpected tab character. (no-tabs)
(#6872) Unexpected tab character. (no-tabs)
(#6873) Unexpected tab character. (no-tabs)
(#6874) Unexpected tab character. (no-tabs)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6876) Unexpected tab character. (no-tabs)
(#6877) Unexpected tab character. (no-tabs)
(#6877) There should be no spaces inside this paren. (space-in-parens)
(#6877) There should be no spaces inside this paren. (space-in-parens)
(#6878) Unexpected tab character. (no-tabs)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(133 errors, 6 warnings)

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

blocks/notifications/backup/moodle2/backup_notifications_block_task.class.php
(#33) Function backup_notifications_block_task::define_my_settings is not documented
(#36) Function backup_notifications_block_task::define_my_steps is not documented
(#40) Function backup_notifications_block_task::get_fileareas is not documented
(#44) Function backup_notifications_block_task::get_configdata_encoded_attributes is not documented
(#48) Function backup_notifications_block_task::encode_content_links is not documented
(#17) No one-line description found in phpdocs for file
(#25) No one-line description found in phpdocs for class backup_notifications_block_task
(#25) Class backup_notifications_block_task does not have @copyright tag
(#25) Class backup_notifications_block_task does not have @license tag
blocks/notifications/backup/moodle2/backup_notifications_stepslib.php
(#2) Empty line found after PHP open tag
(#33) Function backup_notifications_block_structure_step::define_structure is not documented
(#18) No one-line description found in phpdocs for file
(#28) Class backup_notifications_block_structure_step does not have @copyright tag
(#28) Class backup_notifications_block_structure_step does not have @license tag
blocks/notifications/backup/moodle2/restore_notifications_block_task.class.php
(#2) Empty line found after PHP open tag
(#35) Function restore_notifications_block_task::define_my_settings is not documented
(#38) Function restore_notifications_block_task::define_my_steps is not documented
(#42) Function restore_notifications_block_task::get_fileareas is not documented
(#46) Function restore_notifications_block_task::get_configdata_encoded_attributes is not documented
(#18) No one-line description found in phpdocs for file
(#27) No one-line description found in phpdocs for class restore_notifications_block_task
(#27) Class restore_notifications_block_task does not have @copyright tag
(#27) Class restore_notifications_block_task does not have @license tag
blocks/notifications/backup/moodle2/restore_notifications_stepslib.php
(#2) Empty line found after PHP open tag
(#33) Function restore_notifications_block_structure_step::define_structure is not documented
(#56) Function restore_notifications_block_structure_step::process_block is not documented
(#101) Function restore_notifications_block_structure_step::process_user is not documented
(#18) No one-line description found in phpdocs for file
(#28) Class restore_notifications_block_structure_step does not have @copyright tag
(#28) Class restore_notifications_block_structure_step does not have @license tag
blocks/notifications/block_notifications.php
(#12) File-level phpdocs block is not found
(#17) Class block_notifications is not documented
(#22) Function block_notifications::init is not documented
(#26) Function block_notifications::has_config is not documented
(#28) Function block_notifications::after_install is not documented
(#30) Function block_notifications::before_delete is not documented
(#32) Function block_notifications::applicable_formats is not documented
(#40) Function block_notifications::specialization is not documented
(#55) Function block_notifications::instance_allow_config is not documented
(#59) Function block_notifications::instance_config_save is not documented
(#66) Function block_notifications::personal_settings is not documented
(#143) Function block_notifications::get_content is not documented
(#17) Package is not specified for class block_notifications. It is also not specified in file-level phpdocs
blocks/notifications/classes/AbstractSMS.php
(#2) File-level phpdocs block is not found
(#7) Class AbstractSMS is not documented
(#14) Function AbstractSMS::message is not documented
(#15) Function AbstractSMS::notify is not documented
(#7) Package is not specified for class AbstractSMS. It is also not specified in file-level phpdocs
blocks/notifications/classes/Course.php
(#2) File-level phpdocs block is not found
(#10) Class Course is not documented
(#14) Function Course::__construct is not documented
(#18) Function Course::dump is not documented
(#45) Function Course::register is not documented
(#93) Function Course::update_last_notification_time is not documented
(#104) Function Course::update_course_notification_settings is not documented
(#113) Function Course::is_registered is not documented
(#122) Function Course::get_registration_id is not documented
(#131) Function Course::get_registration is not documented
(#142) Function Course::get_last_notification_time is not documented
(#153) Function Course::uses_notifications_block is not documented
(#165) Function Course::get_all_courses_using_notifications_block is not documented
(#177) Function Course::extract_standard_logs is not documented
(#206) Function Course::update_log is not documented
(#211) Function Course::initialize_log is not documented
(#215) Function Course::populate_log is not documented
(#337) Function Course::is_module_logged is not documented
(#348) Function Course::is_admin is not documented
(#360) Function Course::log_exists is not documented
(#371) Function Course::get_log_entry is not documented
(#382) Function Course::get_logs is not documented
(#392) Function Course::get_recent_activities is not documented
(#409) Function Course::get_course_info is not documented
(#415) Function Course::extract_deleted_module_name is not documented
(#423) Function Course::fill_in_deleted_modules_names is not documented
(#446) Function Course::collect_garbage is not documented
(#12) Variable Course::$logger is not documented
(#10) Package is not specified for class Course. It is also not specified in file-level phpdocs
blocks/notifications/classes/RSS.php
(#2) File-level phpdocs block is not found
(#9) Class RSS is not documented
(#10) Function RSS::__construct is not documented
(#93) Function RSS::extract_url is not documented
(#108) Function RSS::standardize is not documented
(#9) Package is not specified for class RSS. It is also not specified in file-level phpdocs
blocks/notifications/classes/SMS.php
(#2) File-level phpdocs block is not found
(#7) Class SMS is not documented
(#10) Function SMS::message is not documented
(#23) Function SMS::notify is not documented
(#7) Package is not specified for class SMS. It is also not specified in file-level phpdocs
blocks/notifications/classes/SupportedEvents.php
(#2) File-level phpdocs block is not found
(#8) Class SupportedEvents is not documented
(#54) Function SupportedEvents::getStandardNames is not documented
(#63) Function SupportedEvents::getShortNames is not documented
(#12) Variable SupportedEvents::$list is not documented
(#8) Package is not specified for class SupportedEvents. It is also not specified in file-level phpdocs
blocks/notifications/classes/User.php
(#2) File-level phpdocs block is not found
(#12) Class User is not documented
(#13) Function User::get_all_users_enrolled_in_the_course is not documented
(#30) Function User::get_professor is not documented
(#43) Function User::initialize_preferences is not documented
(#53) Function User::update_preferences is not documented
(#65) Function User::get_preferences is not documented
(#76) Function User::collect_garbage is not documented
(#12) Package is not specified for class User. It is also not specified in file-level phpdocs
blocks/notifications/classes/eMail.php
(#2) File-level phpdocs block is not found
(#9) Class eMail is not documented
(#11) Function eMail::notify is not documented
(#28) Function eMail::html_mail is not documented
(#62) Function eMail::text_mail is not documented
(#82) Function eMail::extract_url is not documented
(#97) Function eMail::test_email_to_user is not documented
(#9) Package is not specified for class eMail. It is also not specified in file-level phpdocs
blocks/notifications/classes/task/notify.php
(#2) File-level phpdocs block is not found
(#9) Class notify is not documented
(#10) Function notify::get_name is not documented
(#16) Function notify::execute is not documented
(#9) Package is not specified for class notify. It is also not specified in file-level phpdocs
blocks/notifications/common.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/notifications/db/tasks.php
(#2) File-level phpdocs block is not found
blocks/notifications/db/upgrade.php
(#2) File-level phpdocs block is not found
(#2) Package is not specified for function xmldb_block_notifications_upgrade. It is also not specified in file-level phpdocs
blocks/notifications/edit_form.php
(#5) File-level phpdocs block is not found
(#5) Class block_notifications_edit_form is not documented
(#6) Function block_notifications_edit_form::specific_definition is not documented
(#96) Function block_notifications_edit_form::set_data is not documented
(#2) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Package is not specified for class block_notifications_edit_form. It is also not specified in file-level phpdocs
blocks/notifications/help.php
(#2) File-level phpdocs block is not found
blocks/notifications/js/user_preferences_interface.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
blocks/notifications/lang/en/block_notifications.php
(#2) File-level phpdocs block is not found
blocks/notifications/lang/it/block_notifications.php
(#2) File-level phpdocs block is not found
blocks/notifications/set_user_preferences.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
blocks/notifications/settings.php
(#5) File-level phpdocs block is not found
(#2) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
blocks/notifications/version.php
(#2) File-level phpdocs block is not found

Update savepoints problems

(2 errors, 0 warnings)

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

blocks/notifications/db/upgrade.php
Detected more 'if' blocks (3) than 'savepoint' calls (2)
version 2014040404 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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