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

(12474 errors, 1820 warnings)

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

blocks/cmanager/admin/approve_course.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#46) Empty IF statement detected
(#46) Commas (,) must be followed by white space.
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#79) Expected "if (...) {\n"; found "if(...){\n"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Visibility must be declared on method "definition"
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Variable "currentSess" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Expected 1 space after "="; 2 found
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#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 1
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 1
(#97) Commas (,) must be followed by white space.
(#97) Line exceeds 132 characters; contains 139 characters
(#97) Line exceeds 132 characters; contains 139 characters
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected at least 8 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 1
(#100) Commas (,) must be followed by white space.
(#100) Line exceeds 132 characters; contains 168 characters
(#100) Line exceeds 132 characters; contains 168 characters
(#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 1
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Variable "displayModHTML" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 1
(#105) Variable "outputHTML" must be all lower-case
(#105) Variable "displayModHTML" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 1
(#107) Variable "outputHTML" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 1
(#108) Commas (,) must be followed by white space.
(#108) Line exceeds maximum limit of 180 characters; contains 184 characters
(#108) Line exceeds maximum limit of 180 characters; contains 184 characters
(#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 1
(#109) Commas (,) must be followed by white space.
(#109) Line exceeds maximum limit of 180 characters; contains 187 characters
(#109) Line exceeds maximum limit of 180 characters; contains 187 characters
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#112) Closing brace indented incorrectly; expected 4 spaces, found 1
(#118) Empty IF statement detected
(#120) Expected "} else if (...) {\n"; found "}\nelse if (...) {\n"
(#120) Empty IF statement detected
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Whitespace found at end of line
(#123) Expected "} else {\n"; found "}\nelse {\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 4 spaces, found 1
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/approve_course_new.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#42) Empty IF statement detected
(#42) Commas (,) must be followed by white space.
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Line indented incorrectly; expected 0 spaces, found 2
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Commas (,) must be followed by white space.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Line indented incorrectly; expected 0 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Line indented incorrectly; expected 0 spaces, found 2
(#76) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/bulk_approve.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#31) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Empty IF statement detected
(#42) Commas (,) must be followed by white space.
(#44) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#53) Whitespace found at end of line
(#54) Visibility must be declared on method "definition"
(#56) Variable "currentSess" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) 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) Whitespace found at end of line
(#60) Variable "currentRecord" must be all lower-case
(#60) Expected 1 space after "="; 2 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Variable "currentSess" must be all lower-case
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Commas (,) must be followed by white space.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 8 spaces, found 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
(#66) Whitespace found at end of line within string
(#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) Whitespace found at end of line
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 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) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "denyIds" must be all lower-case
(#77) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 3
(#79) Variable "denyIds" must be all lower-case
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 12 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 12 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 6
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#87) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 3
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#93) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#95) Closing brace indented incorrectly; expected 4 spaces, found 1
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#105) Line indented incorrectly; expected 0 spaces, found 3
(#106) Whitespace found at end of line
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Line indented incorrectly; expected 0 spaces, found 2
(#110) Closing brace indented incorrectly; expected 3 spaces, found 2
(#110) Empty IF statement detected
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#114) Line indented incorrectly; expected 0 spaces, found 2
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#117) Closing brace indented incorrectly; expected 2 spaces, found 0
(#123) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/bulk_deny.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#51) Empty IF statement detected
(#51) Commas (,) must be followed by white space.
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Whitespace found at end of line
(#70) Visibility must be declared on method "definition"
(#72) Variable "currentSess" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#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) Whitespace found at end of line
(#77) Variable "currentRecord" must be all lower-case
(#77) Expected 1 space after "="; 2 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Variable "currentSess" must be all lower-case
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#85) Whitespace found at end of line within string
(#86) Commas (,) must be followed by white space.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Commas (,) must be followed by white space.
(#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
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Closing brace indented incorrectly; expected 4 spaces, found 1
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#108) Line indented incorrectly; expected 0 spaces, found 3
(#108) Expected "if (...) {\n"; found "if (...){\n"
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 3
(#113) Line indented incorrectly; expected 0 spaces, found 2
(#113) Closing brace indented incorrectly; expected 3 spaces, found 2
(#113) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#113) Expected "if (...) {\n"; found "if (...){\n"
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 4 spaces, found 3
(#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 3
(#121) Variable "denyIds" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 3
(#123) Variable "denyIds" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#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 4
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 7
(#128) Variable "currentRecord" must be all lower-case
(#128) Expected 1 space after "="; 2 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 7
(#130) Variable "replaceValues" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 10
(#131) Variable "replaceValues" must be all lower-case
(#131) Variable "currentRecord" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 10
(#132) Variable "replaceValues" must be all lower-case
(#132) Variable "currentRecord" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) This comment is 64% valid code; is this commented out code?
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Line indented incorrectly; expected at least 12 spaces, found 10
(#133) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentRecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentRecord->progcode;"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) This comment is 64% valid code; is this commented out code?
(#134) Line indented incorrectly; expected at least 12 spaces, found 10
(#134) No space found before comment text; expected "// $replaceValues['[p_name]'] = $currentRecord->progname;" but found "//$replaceValues['[p_name]'] = $currentRecord->progname;"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 10
(#135) Variable "replaceValues" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 10
(#136) Variable "replaceValues" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 10
(#137) Variable "replaceValues" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 10
(#138) Variable "replaceValues" must be all lower-case
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 12 spaces, found 10
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 7
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 7
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 7
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 7
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Line indented incorrectly; expected at least 12 spaces, found 7
(#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 7
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 7
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 7
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 7
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 7
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 7
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Whitespace found at end of line
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 12 spaces, found 7
(#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 at least 12 spaces, found 7
(#157) Variable "replaceValues" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 7
(#159) Variable "replaceValues" must be all lower-case
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 12 spaces, found 7
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Whitespace found at end of line
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 4
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Whitespace found at end of line
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Whitespace found at end of line
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 2
(#172) Line indented incorrectly; expected 0 spaces, found 2
(#173) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#178) Closing brace indented incorrectly; expected 2 spaces, found 0
(#184) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/comment.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#44) Empty IF statement detected
(#44) Commas (,) must be followed by white space.
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 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 at least 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Variable "backLink" must be all lower-case
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Variable "backLink" must be all lower-case
(#71) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Variable "backLink" must be all lower-case
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#79) Whitespace found at end of line within string
(#80) Whitespace found at end of line within string
(#81) Whitespace found at end of line within string
(#82) Variable "backLink" must be all lower-case
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#88) Visibility must be declared on method "definition"
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Variable "currentSess" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#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 1
(#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 1
(#94) Variable "backLink" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Variable "currentRecord" must be all lower-case
(#96) Expected 1 space after "="; 2 found
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#96) Variable "currentSess" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 1
(#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) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 136 characters
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 1
(#101) Whitespace found at end of line within string
(#102) Commas (,) must be followed by white space.
(#102) Line exceeds 132 characters; contains 135 characters
(#102) Whitespace found at end of line within string
(#103) Whitespace found at end of line within string
(#104) Commas (,) must be followed by white space.
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Line indented incorrectly; expected at least 8 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 1
(#109) Variable "whereQuery" must be all lower-case
(#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
(#110) Variable "modRecords" must be all lower-case
(#110) Variable "whereQuery" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 1
(#111) Variable "htmlOutput" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Variable "htmlOutput" must be all lower-case
(#113) Expected 1 space after ".="; 0 found
(#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 1
(#115) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#115) Variable "modRecords" must be all lower-case
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 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 2
(#119) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 2
(#122) Variable "htmlOutput" must be all lower-case
(#122) Expected 1 space after ".="; 0 found
(#122) Commas (,) must be followed by white space.
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 2
(#123) Variable "htmlOutput" must be all lower-case
(#123) Expected 1 space after ".="; 0 found
(#123) Commas (,) must be followed by white space.
(#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 2
(#125) Variable "htmlOutput" must be all lower-case
(#125) Expected 1 space after ".="; 0 found
(#125) Commas (,) must be followed by white space.
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 4
(#126) Variable "htmlOutput" must be all lower-case
(#126) Expected 1 space after ".="; 0 found
(#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 2
(#127) Variable "htmlOutput" must be all lower-case
(#127) Expected 1 space after ".="; 0 found
(#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 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 8 spaces, found 1
(#129) Variable "htmlOutput" must be all lower-case
(#129) Expected 1 space after ".="; 0 found
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#143) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#162) Commas (,) must be followed by white space.
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Commas (,) must be followed by white space.
(#168) Whitespace found at end of line within string
(#169) Whitespace found at end of line within string
(#170) Whitespace found at end of line within string
(#171) Variable "htmlOutput" must be all lower-case
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#174) Whitespace found at end of line within string
(#175) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#177) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
(#179) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 4 spaces, found 1
(#185) Closing brace indented incorrectly; expected 4 spaces, found 1
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#195) Line indented incorrectly; expected 0 spaces, found 3
(#195) Expected "if (...) {\n"; found "if (...){\n"
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) Variable "backLink" must be all lower-case
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 4 spaces, found 3
(#200) Line indented incorrectly; expected 0 spaces, found 2
(#200) Closing brace indented incorrectly; expected 3 spaces, found 2
(#200) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#200) Expected "if (...) {\n"; found "if (...){\n"
(#200) Empty IF statement detected
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#203) Line indented incorrectly; expected 0 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 4 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Closing brace indented incorrectly; expected 2 spaces, found 0
(#215) Expected "if (...) {\n"; found "if(...){\n"
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 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 4 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 at least 4 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 2
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 2
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 2
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 4 spaces, found 2
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 2
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected at least 4 spaces, found 2
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 2
(#232) Variable "currentRecord" must be all lower-case
(#232) Expected 1 space after "="; 2 found
(#232) Expected 1 space before "=>"; 0 found
(#232) Expected 1 space after "=>"; 0 found
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 2
(#236) Variable "user_ids" must not contain underscores.
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 2
(#237) Variable "user_ids" must not contain underscores.
(#237) Variable "currentRecord" must be all lower-case
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 2
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Line indented incorrectly; expected at least 4 spaces, found 2
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 2
(#242) Variable "replaceValues" must be all lower-case
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Variable "replaceValues" must be all lower-case
(#243) Variable "currentRecord" must be all lower-case
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Variable "replaceValues" must be all lower-case
(#244) Variable "currentRecord" must be all lower-case
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) This comment is 64% valid code; is this commented out code?
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentRecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentRecord->progcode;"
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) This comment is 59% valid code; is this commented out code?
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Variable "replaceValues" must be all lower-case
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Variable "replaceValues" must be all lower-case
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Variable "replaceValues" must be all lower-case
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 2
(#250) Variable "replaceValues" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 2
(#253) Variable "user_ids" must not contain underscores.
(#253) Variable "replaceValues" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Variable "replaceValues" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 2
(#260) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/deny_course.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Empty IF statement detected
(#45) Commas (,) must be followed by white space.
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 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 at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Whitespace found at end of line within string
(#67) Whitespace found at end of line within string
(#68) Whitespace found at end of line within string
(#69) Whitespace found at end of line within string
(#76) Visibility must be declared on method "definition"
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "currentSess" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 1
(#82) Variable "currentRecord" must be all lower-case
(#82) Expected 1 space after "="; 2 found
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Variable "currentSess" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#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 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds 132 characters; contains 138 characters
(#90) Line exceeds 132 characters; contains 138 characters
(#91) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#94) Commas (,) must be followed by white space.
(#94) Line exceeds 132 characters; contains 156 characters
(#94) Line exceeds 132 characters; contains 156 characters
(#94) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
(#98) Whitespace found at end of line within string
(#99) Whitespace found at end of line within string
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#102) Whitespace found at end of line within string
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#106) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#109) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
(#111) Whitespace found at end of line within string
(#112) Whitespace found at end of line within string
(#113) Whitespace found at end of line within string
(#114) Whitespace found at end of line within string
(#115) Whitespace found at end of line within string
(#116) Whitespace found at end of line within string
(#117) Whitespace found at end of line within string
(#118) Whitespace found at end of line within string
(#119) Whitespace found at end of line within string
(#120) Whitespace found at end of line within string
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#143) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Whitespace found at end of line within string
(#169) Whitespace found at end of line within string
(#170) Whitespace found at end of line within string
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#174) Whitespace found at end of line within string
(#175) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#177) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
(#179) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#187) Whitespace found at end of line within string
(#188) Whitespace found at end of line within string
(#189) Whitespace found at end of line within string
(#190) Whitespace found at end of line within string
(#191) Whitespace found at end of line within string
(#192) Whitespace found at end of line within string
(#193) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#195) Commas (,) must be followed by white space.
(#195) Whitespace found at end of line within string
(#196) Whitespace found at end of line within string
(#197) Whitespace found at end of line within string
(#198) Whitespace found at end of line within string
(#199) Whitespace found at end of line within string
(#200) Commas (,) must be followed by white space.
(#200) Whitespace found at end of line within string
(#201) Whitespace found at end of line within string
(#202) Whitespace found at end of line within string
(#203) Whitespace found at end of line within string
(#204) Whitespace found at end of line within string
(#205) Whitespace found at end of line within string
(#206) Whitespace found at end of line within string
(#208) Functions must not contain multiple empty lines in a row; found 6 empty lines
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 4 spaces, found 1
(#214) Closing brace indented incorrectly; expected 4 spaces, found 1
(#217) Whitespace found at end of line
(#218) Expected 1 space(s) before asterisk; 0 found
(#219) Expected 1 space(s) before asterisk; 0 found
(#220) function name "customText" must be lower-case letters only
(#220) Expected 1 space after closing parenthesis; found 0
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Variable "optionHTML" must be all lower-case
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Expected "if (...) {\n"; found "if(...){\n"
(#228) Variable "optionHTML" must be all lower-case
(#232) Expected "if (...) {\n"; found "if(...){\n"
(#233) Variable "optionHTML" must be all lower-case
(#237) Expected "if (...) {\n"; found "if(...){\n"
(#238) Variable "optionHTML" must be all lower-case
(#242) Expected "if (...) {\n"; found "if(...){\n"
(#243) Variable "optionHTML" must be all lower-case
(#247) Expected "if (...) {\n"; found "if(...){\n"
(#248) Variable "optionHTML" must be all lower-case
(#250) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#252) Variable "optionHTML" must be all lower-case
(#253) Line indented incorrectly; expected 0 spaces, found 4
(#253) Closing brace indented incorrectly; expected 0 spaces, found 4
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#259) Line indented incorrectly; expected 0 spaces, found 3
(#259) Expected "if (...) {\n"; found "if (...){\n"
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 1
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 4 spaces, found 3
(#264) Line indented incorrectly; expected 0 spaces, found 2
(#264) Closing brace indented incorrectly; expected 3 spaces, found 2
(#264) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#264) Expected "if (...) {\n"; found "if (...){\n"
(#264) Expected 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 4 spaces, found 2
(#267) Line indented incorrectly; expected 0 spaces, found 2
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 4 spaces, found 2
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#277) Closing brace indented incorrectly; expected 2 spaces, found 0
(#279) Expected 1 space(s) before asterisk; 0 found
(#280) Expected 1 space(s) before asterisk; 0 found
(#281) Expected 1 space after closing parenthesis; found 0
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 4 spaces, found 1
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 4 spaces, found 1
(#284) Expected 1 space before "=>"; 0 found
(#284) Expected 1 space after "=>"; 0 found
(#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 4 spaces, found 1
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 2
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 4 spaces, found 2
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 4 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Line indented incorrectly; expected at least 4 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 2
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 4 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 4 spaces, found 2
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 4 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Line indented incorrectly; expected at least 4 spaces, found 2
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 4 spaces, found 2
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 4 spaces, found 2
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 2
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 2
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 4 spaces, found 2
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 4 spaces, found 2
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 2
(#317) Variable "currentRecord" must be all lower-case
(#317) Expected 1 space after "="; 2 found
(#317) Expected 1 space before "=>"; 0 found
(#317) Expected 1 space after "=>"; 0 found
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 2
(#319) Variable "requesterId" must be all lower-case
(#319) Expected 1 space after "="; 2 found
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Variable "currentRecord" must be all lower-case
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 4 spaces, found 2
(#322) Variable "replaceValues" must be all lower-case
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Variable "replaceValues" must be all lower-case
(#323) Variable "currentRecord" must be all lower-case
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Variable "replaceValues" must be all lower-case
(#324) Variable "currentRecord" must be all lower-case
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) This comment is 64% valid code; is this commented out code?
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentRecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentRecord->progcode;"
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) This comment is 64% valid code; is this commented out code?
(#326) No space found before comment text; expected "// $replaceValues['[p_name]'] = $currentRecord->progname;" but found "//$replaceValues['[p_name]'] = $currentRecord->progname;"
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Variable "replaceValues" must be all lower-case
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Variable "replaceValues" must be all lower-case
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Variable "replaceValues" must be all lower-case
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Variable "replaceValues" must be all lower-case
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 4 spaces, found 2
(#333) Variable "requesterId" must be all lower-case
(#333) Variable "replaceValues" must be all lower-case
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Variable "replaceValues" must be all lower-case
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 4 spaces, found 2
(#342) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/showcoursedetails.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Whitespace found at end of line
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#36) Empty IF statement detected
(#36) Commas (,) must be followed by white space.
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Variable "displayModHTML" must be all lower-case
(#46) Variable "displayModHTML" must be all lower-case
blocks/cmanager/ajax_functions.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 6
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 12 spaces, found 6
(#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 6
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#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 6
(#42) Closing brace indented incorrectly; expected 8 spaces, found 6
(#47) Inline doc block comments are not allowed; use "// Comment." instead
(#49) Whitespace found at end of line
(#50) Whitespace found at end of line
(#53) Whitespace found at end of line
(#54) Variable "post_value" must not contain underscores.
(#55) Variable "post_id" must not contain underscores.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Variable "selectQuery" must be all lower-case
(#57) Variable "post_id" 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 4 spaces, found 3
(#58) Variable "recordExists" must be all lower-case
(#58) Variable "selectQuery" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "recordExists" must be all lower-case
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "current_record" must not contain underscores.
(#63) Expected 1 space after "="; 2 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Variable "post_id" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#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 6
(#65) Variable "current_record" 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 6
(#66) Variable "post_id" 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 8 spaces, found 6
(#67) Variable "post_value" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 7
(#74) Variable "post_id" must not contain underscores.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 7
(#75) Variable "post_value" must not contain underscores.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 3
(#84) Variable "recId" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 3
(#86) Variable "recId" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 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 4 spaces, found 3
(#88) Whitespace found at end of line
blocks/cmanager/approve_mod.php
(#1) The first thing in a PHP file must be the <?php tag.
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Whitespace found at end of line
(#20) Whitespace found at end of line
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#31) Variable "formPath" must be all lower-case
(#32) Variable "formPath" must be all lower-case
(#37) Empty IF statement detected
(#37) Commas (,) must be followed by white space.
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Whitespace found at end of line
(#51) Visibility must be declared on method "definition"
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Whitespace found at end of line
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Commas (,) must be followed by white space.
(#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 1
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Variable "currentRecord" must be all lower-case
(#60) Expected 1 space after "="; 2 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#61) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Variable "newCourseRecord" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Variable "newCourseRecord" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Variable "newCourseRecord" must be all lower-case
(#65) Expected 1 space before "="; 0 found
(#65) Variable "currentRecord" must be all lower-case
(#65) Whitespace found at end of line
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#66) Variable "newCourseRecord" must be all lower-case
(#66) Expected 1 space before "="; 0 found
(#66) Variable "currentRecord" must be all lower-case
(#66) Whitespace found at end of line
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Variable "newCourseRecord" must be all lower-case
(#67) Expected 1 space before "="; 0 found
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Variable "newCourseRecord" must be all lower-case
(#68) Expected 1 space before "="; 0 found
(#68) Whitespace found at end of line
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Variable "newCourseRecord" must be all lower-case
(#69) Expected 1 space before "="; 0 found
(#69) Whitespace found at end of line
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Variable "newCourseRecord" must be all lower-case
(#70) Expected 1 space before "="; 0 found
(#70) Whitespace found at end of line
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Variable "newCourseRecord" must be all lower-case
(#71) Expected 1 space before "="; 0 found
(#71) Whitespace found at end of line
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Variable "newCourseRecord" must be all lower-case
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 2 found
(#72) Whitespace found at end of line
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Variable "newCourseRecord" must be all lower-case
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 2 found
(#73) Whitespace found at end of line
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Variable "newCourseRecord" must be all lower-case
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 2 found
(#74) Whitespace found at end of line
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Variable "newCourseRecord" must be all lower-case
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 2 found
(#75) Whitespace found at end of line
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Variable "newCourseRecord" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 2 found
(#76) Whitespace found at end of line
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Variable "newCourseRecord" must be all lower-case
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 2 found
(#77) Whitespace found at end of line
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "newCourseRecord" must be all lower-case
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 2 found
(#78) Whitespace found at end of line
(#79) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Variable "newCourseRecord" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Whitespace found at end of line
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#80) Variable "newCourseRecord" must be all lower-case
(#80) Expected 1 space before "="; 0 found
(#80) Whitespace found at end of line
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "newCourseRecord" must be all lower-case
(#81) Expected 1 space before "="; 0 found
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#82) Variable "newCourseRecord" must be all lower-case
(#82) Expected 1 space before "="; 0 found
(#82) Whitespace found at end of line
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "newCourseRecord" must be all lower-case
(#83) Expected 1 space before "="; 0 found
(#83) Whitespace found at end of line
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#84) Variable "newCourseRecord" must be all lower-case
(#84) Expected 1 space before "="; 0 found
(#84) Whitespace found at end of line
(#85) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Variable "newCourseRecord" must be all lower-case
(#85) Expected 1 space before "="; 0 found
(#85) Whitespace found at end of line
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#86) Variable "newCourseRecord" must be all lower-case
(#86) Expected 1 space before "="; 0 found
(#86) Whitespace found at end of line
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Variable "newCourseRecord" must be all lower-case
(#87) Expected 1 space before "="; 0 found
(#87) Whitespace found at end of line
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Variable "newCourseRecord" must be all lower-case
(#88) Expected 1 space before "="; 0 found
(#88) Whitespace found at end of line
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Variable "newCourseRecord" must be all lower-case
(#89) Expected 1 space before "="; 0 found
(#89) Whitespace found at end of line
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Variable "newCourseRecord" must be all lower-case
(#90) Expected 1 space before "="; 0 found
(#90) Whitespace found at end of line
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Variable "newCourseRecord" must be all lower-case
(#91) Expected 1 space before "="; 0 found
(#91) Whitespace found at end of line
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Variable "newCourseRecord" must be all lower-case
(#92) Expected 1 space before "="; 0 found
(#92) Whitespace found at end of line
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Variable "newCourseRecord" must be all lower-case
(#93) Expected 1 space before "="; 0 found
(#93) Whitespace found at end of line
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Variable "newCourseRecord" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Whitespace found at end of line
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#95) Variable "newCourseRecord" must be all lower-case
(#95) Expected 1 space before "="; 0 found
(#95) Whitespace found at end of line
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "newCourseRecord" must be all lower-case
(#96) Expected 1 space before "="; 0 found
(#96) Whitespace found at end of line
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Variable "newCourseRecord" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Whitespace found at end of line
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "newCourseRecord" must be all lower-case
(#98) Expected 1 space before "="; 0 found
(#98) Whitespace found at end of line
(#99) Line indented incorrectly; expected at least 8 spaces, found 4
(#99) Variable "newCourseRecord" must be all lower-case
(#99) Expected 1 space before "="; 0 found
(#99) Whitespace found at end of line
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Variable "newCourseRecord" must be all lower-case
(#100) Expected 1 space before "="; 0 found
(#100) Whitespace found at end of line
(#101) Line indented incorrectly; expected at least 8 spaces, found 4
(#101) Variable "newCourseRecord" must be all lower-case
(#101) Expected 1 space before "="; 0 found
(#101) Whitespace found at end of line
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Variable "newCourseRecord" must be all lower-case
(#102) Expected 1 space before "="; 0 found
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Variable "newCourseRecord" must be all lower-case
(#103) Expected 1 space before "="; 0 found
(#103) Whitespace found at end of line
(#104) Line indented incorrectly; expected at least 8 spaces, found 4
(#104) Variable "newCourseRecord" must be all lower-case
(#104) Expected 1 space before "="; 0 found
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Variable "newCourseRecord" must be all lower-case
(#105) Expected 1 space before "="; 0 found
(#105) Whitespace found at end of line
(#106) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Variable "newCourseRecord" must be all lower-case
(#106) Expected 1 space before "="; 0 found
(#106) Whitespace found at end of line
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Variable "newCourseRecord" must be all lower-case
(#107) Expected 1 space before "="; 0 found
(#107) Whitespace found at end of line
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#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 1
(#110) Variable "htmlOutput" must be all lower-case
(#111) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Variable "htmlOutput" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 8 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 8
(#115) Variable "newCourseRecord" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 5
(#116) Variable "htmlOutput" must be all lower-case
(#116) Commas (,) must be followed by white space.
(#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 1
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 1
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 5
(#120) Variable "htmlOutput" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 1
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 1
(#123) Variable "htmlOutput" must be all lower-case
(#123) Expected 1 space after ".="; 2 found
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#125) Line exceeds 132 characters; contains 144 characters
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Variable "htmlOutput" must be all lower-case
(#128) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#138) Empty IF statement detected
(#139) Whitespace found at end of line
(#140) Whitespace found at end of line
(#142) Expected "} else if (...) {\n"; found "} \n\nelse if (...) {\n"
(#142) Empty IF statement detected
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) No space found before comment text; expected "// this branch is where you process validated data." but found "//this branch is where you process validated data."
(#144) Whitespace found at end of line
(#145) Whitespace found at end of line
(#146) Line indented incorrectly; expected 0 spaces, found 1
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// setup strings for heading" but found "//setup strings for heading"
(#152) Whitespace found at end of line within string
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) No space found before comment text; expected "// notice use of $mform->focus() above which puts the cursor" but found "//notice use of $mform->focus() above which puts the cursor"
(#154) Whitespace found at end of line
(#155) No space found before comment text; expected "// in the first form field or the first field with an error." but found "//in the first form field or the first field with an error."
(#156) Whitespace found at end of line
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) No space found before comment text; expected "// put data you want to fill out in the form into array $toform here then :" but found "//put data you want to fill out in the form into array $toform here then :"
(#159) Whitespace found at end of line
(#163) Whitespace found at end of line
(#164) Closing brace indented incorrectly; expected 1 spaces, found 0
blocks/cmanager/block_cmanager.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Whitespace found at end of line
(#35) Visibility must be declared on method "init"
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Visibility must be declared on method "get_content"
(#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
(#50) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#54) Expected 1 space after "="; 2 found
(#65) Expected 5 space(s) before asterisk; 4 found
(#66) Expected 5 space(s) before asterisk; 4 found
(#67) Expected 5 space(s) before asterisk; 4 found
(#68) Expected 5 space(s) before asterisk; 4 found
(#69) Line indented incorrectly; expected 0 spaces, found 4
(#69) Expected 1 space after closing parenthesis; found 0
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 2
(#73) Variable "adminHTML" must be all lower-case
(#74) Variable "numRequestsPending" must be all lower-case
(#75) Variable "numRequestsPending" must be all lower-case
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 10
(#78) Commas (,) must be followed by white space.
(#79) Whitespace found at end of line
(#80) Variable "adminHTML" must be all lower-case
(#80) Commas (,) must be followed by white space.
(#80) Variable "numRequestsPending" must be all lower-case
(#80) Line exceeds maximum limit of 180 characters; contains 243 characters
(#80) Whitespace found at end of line within string
(#81) Commas (,) must be followed by white space.
(#81) Line exceeds maximum limit of 180 characters; contains 200 characters
(#81) Whitespace found at end of line within string
(#82) Commas (,) must be followed by white space.
(#82) Line exceeds maximum limit of 180 characters; contains 207 characters
(#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 9
(#84) Closing brace indented incorrectly; expected 10 spaces, found 9
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#85) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Whitespace found at end of line within string
(#92) Whitespace found at end of line within string
(#93) Commas (,) must be followed by white space.
(#93) Line exceeds maximum limit of 180 characters; contains 204 characters
(#93) Whitespace found at end of line within string
(#94) Commas (,) must be followed by white space.
(#94) Line exceeds maximum limit of 180 characters; contains 196 characters
(#94) Whitespace found at end of line within string
(#95) Commas (,) must be followed by white space.
(#95) Line exceeds maximum limit of 180 characters; contains 207 characters
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
(#98) Whitespace found at end of line within string
(#98) Variable "adminHTML" must be all lower-case
(#101) Whitespace found at end of line
(#104) Closing brace indented incorrectly; expected 4 spaces, found 0
blocks/cmanager/classes/event/course_created.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#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) This comment is 48% valid code; is this commented out code?
(#37) Whitespace found at end of line
(#41) Whitespace found at end of line
(#45) Whitespace found at end of line
(#49) Whitespace found at end of line
(#51) Line indented incorrectly; expected at least 8 spaces, found 6
(#51) Blank comments are not allowed
(#51) Whitespace found at end of line
(#53) Whitespace found at end of line
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
(#55) Blank comments are not allowed
(#57) Whitespace found at end of line
(#59) Line indented incorrectly; expected at least 8 spaces, found 6
(#59) Blank comments are not allowed
blocks/cmanager/classes/event/course_deleted.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#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) This comment is 48% valid code; is this commented out code?
(#37) Whitespace found at end of line
(#41) Whitespace found at end of line
(#45) Whitespace found at end of line
(#49) Whitespace found at end of line
(#51) Line indented incorrectly; expected at least 8 spaces, found 6
(#51) Blank comments are not allowed
(#51) Whitespace found at end of line
(#52) Line indented incorrectly; expected 4 spaces, found 6
(#52) Closing brace indented incorrectly; expected 4 spaces, found 6
(#53) Whitespace found at end of line
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
(#55) Blank comments are not allowed
(#57) Whitespace found at end of line
(#59) Line indented incorrectly; expected at least 8 spaces, found 6
(#59) Blank comments are not allowed
blocks/cmanager/classes/event/course_process.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#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) This comment is 48% valid code; is this commented out code?
(#37) Whitespace found at end of line
(#41) Whitespace found at end of line
(#45) Whitespace found at end of line
(#49) Whitespace found at end of line
(#51) Line indented incorrectly; expected at least 8 spaces, found 6
(#51) Blank comments are not allowed
(#51) Whitespace found at end of line
(#53) Whitespace found at end of line
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
(#55) Blank comments are not allowed
(#57) Whitespace found at end of line
(#59) Line indented incorrectly; expected at least 8 spaces, found 6
(#59) Blank comments are not allowed
blocks/cmanager/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#38) Whitespace found at end of line
(#96) Whitespace found at end of line
blocks/cmanager/cmanager_admin.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#51) Empty IF statement detected
(#51) Commas (,) must be followed by white space.
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#101) Line indented incorrectly; expected 4 spaces, found 0
(#101) Visibility must be declared on method "definition"
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#104) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Variable "selectQuery" must be all lower-case
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#111) Line indented incorrectly; expected 8 spaces, found 4
(#112) Whitespace found at end of line
(#112) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Whitespace found at end of line
(#114) Line indented incorrectly; expected at least 12 spaces, found 8
(#114) Variable "searchText" must be all lower-case
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Line indented incorrectly; expected at least 12 spaces, found 8
(#116) Line indented incorrectly; expected at least 12 spaces, found 8
(#117) Line indented incorrectly; expected 12 spaces, found 8
(#117) Expected "if (...) {\n"; found "if(...){\n"
(#117) Variable "searchText" must be all lower-case
(#118) Line indented incorrectly; expected at least 16 spaces, found 12
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Line exceeds 132 characters; contains 176 characters
(#118) Line exceeds 132 characters; contains 176 characters
(#119) Line indented incorrectly; expected at least 16 spaces, found 12
(#119) Whitespace found at end of line within string
(#120) Whitespace found at end of line within string
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#127) Whitespace found at end of line
(#128) Line indented incorrectly; expected at least 16 spaces, found 12
(#129) Line indented incorrectly; expected 12 spaces, found 8
(#130) Line indented incorrectly; expected at least 12 spaces, found 8
(#130) Variable "searchType" must be all lower-case
(#132) Line indented incorrectly; expected 12 spaces, found 8
(#132) Variable "searchText" must be all lower-case
(#132) Variable "searchType" must be all lower-case
(#133) Line indented incorrectly; expected 16 spaces, found 12
(#133) Variable "searchType" must be all lower-case
(#134) Line indented incorrectly; expected at least 20 spaces, found 16
(#134) Variable "selectQuery" must be all lower-case
(#134) Variable "searchText" must be all lower-case
(#135) Line indented incorrectly; expected 16 spaces, found 12
(#136) Line indented incorrectly; expected at least 16 spaces, found 12
(#136) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Variable "searchType" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 20 spaces, found 9
(#137) Variable "selectQuery" must be all lower-case
(#137) Variable "searchText" must be all lower-case
(#138) Line indented incorrectly; expected 16 spaces, found 8
(#138) Closing brace indented incorrectly; expected 12 spaces, found 8
(#139) Line indented incorrectly; expected at least 16 spaces, found 7
(#139) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#139) Variable "searchType" must be all lower-case
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 20 spaces, found 9
(#140) Variable "selectQuery" must be all lower-case
(#140) The use of backticks in strings is not recommended
(#141) Line indented incorrectly; expected at least 20 spaces, found 12
(#141) Whitespace found at end of line within string
(#141) Variable "searchText" must be all lower-case
(#142) Variable "searchText" must be all lower-case
(#143) Line indented incorrectly; expected 16 spaces, found 7
(#144) Line indented incorrectly; expected 12 spaces, found 3
(#144) Closing brace indented incorrectly; expected 8 spaces, found 3
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) This comment is 59% valid code; is this commented out code?
(#146) Line indented incorrectly; expected at least 12 spaces, found 2
(#146) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#147) Line indented incorrectly; expected at least 12 spaces, found 8
(#147) Variable "selectQuery" must be all lower-case
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) This comment is 50% valid code; is this commented out code?
(#148) Line indented incorrectly; expected at least 12 spaces, found 2
(#148) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#149) Line indented incorrectly; expected 8 spaces, found 0
(#149) Closing brace indented incorrectly; expected 4 spaces, found 0
(#150) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Line indented incorrectly; expected at least 8 spaces, found 0
(#153) Line indented incorrectly; expected at least 8 spaces, found 0
(#153) Variable "pendingList" must be all lower-case
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#153) Variable "selectQuery" must be all lower-case
(#154) Line indented incorrectly; expected at least 8 spaces, found 0
(#154) Variable "outputHTML" must be all lower-case
(#154) Variable "pendingList" must be all lower-case
(#156) Line indented incorrectly; expected at least 8 spaces, found 0
(#156) Commas (,) must be followed by white space.
(#156) Line exceeds 132 characters; contains 133 characters
(#156) Line exceeds 132 characters; contains 133 characters
(#157) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#159) Line indented incorrectly; expected at least 8 spaces, found 0
(#159) Variable "bulkActions" must be all lower-case
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#162) Commas (,) must be followed by white space.
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Commas (,) must be followed by white space.
(#168) Whitespace found at end of line within string
(#169) Commas (,) must be followed by white space.
(#169) Whitespace found at end of line within string
(#170) Commas (,) must be followed by white space.
(#170) Whitespace found at end of line within string
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#174) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#177) Line indented incorrectly; expected at least 8 spaces, found 0
(#177) Variable "page1_fieldname1" must not contain underscores.
(#178) Line indented incorrectly; expected at least 8 spaces, found 0
(#178) Variable "page1_fieldname2" must not contain underscores.
(#180) Line indented incorrectly; expected at least 8 spaces, found 0
(#180) Variable "searchHTML" must be all lower-case
(#180) Whitespace found at end of line within string
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#187) Whitespace found at end of line within string
(#188) Whitespace found at end of line within string
(#189) Variable "page1_fieldname1" must not contain underscores.
(#189) Whitespace found at end of line within string
(#190) Variable "page1_fieldname2" must not contain underscores.
(#190) Whitespace found at end of line within string
(#191) Whitespace found at end of line within string
(#192) Whitespace found at end of line within string
(#193) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#195) Whitespace found at end of line within string
(#196) Whitespace found at end of line within string
(#197) Whitespace found at end of line within string
(#198) Whitespace found at end of line within string
(#199) Whitespace found at end of line within string
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 8 spaces, found 2
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Variable "searchHTML" must be all lower-case
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 8 spaces, found 2
(#205) Line indented incorrectly; expected at least 8 spaces, found 0
(#205) Variable "searchHTML" must be all lower-case
(#206) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#210) Line indented incorrectly; expected at least 8 spaces, found 0
(#210) Variable "mainBody" must be all lower-case
(#210) Expected 1 space after "="; 0 found
(#210) Whitespace found at end of line within string
(#211) Whitespace found at end of line within string
(#212) Whitespace found at end of line within string
(#213) Variable "searchHTML" must be all lower-case
(#213) Variable "bulkActions" must be all lower-case
(#213) Whitespace found at end of line within string
(#214) Whitespace found at end of line within string
(#215) Whitespace found at end of line within string
(#216) Variable "outputHTML" must be all lower-case
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#218) Whitespace found at end of line within string
(#220) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#222) Line indented incorrectly; expected at least 8 spaces, found 0
(#222) Variable "mainBody" must be all lower-case
(#223) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#227) Closing brace indented incorrectly; expected 0 spaces, found 4
(#237) Empty IF statement detected
(#240) Empty IF statement detected
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#243) Empty ELSE statement detected
(#255) Variable "searchText" must be all lower-case
(#256) Variable "searchType" must be all lower-case
(#258) Variable "searchText" must be all lower-case
(#259) Whitespace found at end of line within string
(#260) Whitespace found at end of line within string
(#260) Variable "searchType" must be all lower-case
(#261) Whitespace found at end of line within string
(#262) Whitespace found at end of line within string
(#263) Whitespace found at end of line within string
(#264) Whitespace found at end of line within string
(#265) Whitespace found at end of line within string
(#266) Whitespace found at end of line within string
(#267) Whitespace found at end of line within string
(#268) Whitespace found at end of line within string
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Whitespace found at end of line
(#275) Whitespace found at end of line
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Whitespace found at end of line
(#279) Whitespace found at end of line
(#280) Whitespace found at end of line
(#311) Spaces must be used to indent lines; tabs are not allowed
(#336) Spaces must be used to indent lines; tabs are not allowed
(#337) Spaces must be used to indent lines; tabs are not allowed
(#339) Spaces must be used to indent lines; tabs are not allowed
(#341) Spaces must be used to indent lines; tabs are not allowed
(#342) Spaces must be used to indent lines; tabs are not allowed
(#343) Spaces must be used to indent lines; tabs are not allowed
(#344) Spaces must be used to indent lines; tabs are not allowed
(#348) Spaces must be used to indent lines; tabs are not allowed
(#362) Spaces must be used to indent lines; tabs are not allowed
(#363) Spaces must be used to indent lines; tabs are not allowed
(#364) Spaces must be used to indent lines; tabs are not allowed
(#391) Spaces must be used to indent lines; tabs are not allowed
(#392) Spaces must be used to indent lines; tabs are not allowed
(#393) Spaces must be used to indent lines; tabs are not allowed
(#395) Spaces must be used to indent lines; tabs are not allowed
(#397) Spaces must be used to indent lines; tabs are not allowed
(#399) Spaces must be used to indent lines; tabs are not allowed
(#400) Spaces must be used to indent lines; tabs are not allowed
(#401) Spaces must be used to indent lines; tabs are not allowed
(#402) Spaces must be used to indent lines; tabs are not allowed
(#404) Spaces must be used to indent lines; tabs are not allowed
(#405) Spaces must be used to indent lines; tabs are not allowed
(#406) Spaces must be used to indent lines; tabs are not allowed
(#407) Spaces must be used to indent lines; tabs are not allowed
blocks/cmanager/cmanager_admin_arch.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#50) Empty IF statement detected
(#50) Commas (,) must be followed by white space.
(#53) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#100) Expected 1 space(s) before asterisk; 0 found
(#101) Expected 1 space(s) before asterisk; 0 found
(#102) Expected 1 space(s) before asterisk; 0 found
(#103) Expected 1 space(s) before asterisk; 0 found
(#104) Expected 1 space(s) before asterisk; 0 found
(#105) Expected 1 space(s) before asterisk; 0 found
(#106) Expected 1 space(s) before asterisk; 0 found
(#108) Whitespace found at end of line
(#109) Visibility must be declared on method "definition"
(#112) Whitespace found at end of line
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 7
(#114) Variable "selectQuery" must be all lower-case
(#115) Whitespace found at end of line
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 10
(#119) Variable "searchText" must be all lower-case
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 6
(#120) Variable "searchType" must be all lower-case
(#122) Variable "searchText" must be all lower-case
(#122) Variable "searchType" must be all lower-case
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 16 spaces, found 7
(#124) Variable "searchType" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 20 spaces, found 8
(#125) Variable "selectQuery" must be all lower-case
(#125) Variable "searchText" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 16 spaces, found 7
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 7
(#127) Expected "} else if (...) {\n"; found "}\n \t\t\telse if (...) {\n"
(#127) Variable "searchType" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 20 spaces, found 8
(#128) Variable "selectQuery" must be all lower-case
(#128) Variable "searchText" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 16 spaces, found 7
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 7
(#130) Expected "} else if (...) {\n"; found "}\n \t\t\telse if (...) {\n"
(#130) Variable "searchType" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 20 spaces, found 8
(#131) Variable "selectQuery" must be all lower-case
(#131) The use of backticks in strings is not recommended
(#131) Variable "searchText" must be all lower-case
(#131) Line exceeds maximum limit of 180 characters; contains 194 characters
(#131) Line exceeds maximum limit of 180 characters; contains 194 characters
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 16 spaces, found 7
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 12 spaces, found 6
(#133) Closing brace indented incorrectly; expected 12 spaces, found 6
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 1
(#134) Closing brace indented incorrectly; expected 8 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Line indented incorrectly; expected at least 8 spaces, found 1
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#144) Whitespace found at end of line
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#145) Whitespace found at end of line
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Line indented incorrectly; expected at least 8 spaces, found 0
(#147) Line indented incorrectly; expected at least 8 spaces, found 0
(#147) Variable "page1_fieldname1" must not contain underscores.
(#148) Line indented incorrectly; expected at least 8 spaces, found 0
(#148) Variable "page1_fieldname2" must not contain underscores.
(#149) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Line indented incorrectly; expected at least 8 spaces, found 0
(#151) Variable "additionalSearchQuery" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Line indented incorrectly; expected 8 spaces, found 0
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 1
(#154) Variable "archSearchText" must be all lower-case
(#155) Line indented incorrectly; expected at least 12 spaces, found 4
(#155) Variable "archSearchType" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 12 spaces, found 1
(#157) Variable "archSearchText" must be all lower-case
(#157) Variable "archSearchType" must be all lower-case
(#158) Line indented incorrectly; expected 16 spaces, found 8
(#158) Expected "if (...) {\n"; found "if(...) {\n"
(#158) Variable "archSearchType" must be all lower-case
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 20 spaces, found 6
(#159) Variable "additionalSearchQuery" must be all lower-case
(#159) Variable "archSearchText" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 16 spaces, found 2
(#160) Closing brace indented incorrectly; expected 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 16 spaces, found 2
(#161) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#161) Variable "archSearchType" must be all lower-case
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 20 spaces, found 5
(#162) Variable "additionalSearchQuery" must be all lower-case
(#162) Variable "archSearchText" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 16 spaces, found 4
(#163) Closing brace indented incorrectly; expected 2 spaces, found 4
(#164) Line indented incorrectly; expected at least 16 spaces, found 8
(#164) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#164) Expected "if (...) {\n"; found "if(...) {\n"
(#164) Variable "archSearchType" must be all lower-case
(#165) Line indented incorrectly; expected at least 20 spaces, found 12
(#165) Variable "additionalSearchQuery" must be all lower-case
(#165) The use of backticks in strings is not recommended
(#165) Variable "archSearchText" must be all lower-case
(#165) Line exceeds maximum limit of 180 characters; contains 225 characters
(#165) Line exceeds maximum limit of 180 characters; contains 225 characters
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 16 spaces, found 2
(#166) Closing brace indented incorrectly; expected 8 spaces, found 2
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 12 spaces, found 1
(#168) Line indented incorrectly; expected 8 spaces, found 0
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#169) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#171) Line indented incorrectly; expected at least 8 spaces, found 0
(#171) Variable "numberOfRecords" must be all lower-case
(#171) Variable "additionalSearchQuery" must be all lower-case
(#171) Line exceeds maximum limit of 180 characters; contains 189 characters
(#171) Line exceeds maximum limit of 180 characters; contains 189 characters
(#172) Line indented incorrectly; expected at least 8 spaces, found 0
(#172) Variable "numberOfPages" must be all lower-case
(#172) Variable "numberOfRecords" must be all lower-case
(#172) Expected 1 space after "-"; 0 found
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#174) Line indented incorrectly; expected at least 8 spaces, found 0
(#174) Variable "selectedOption" must be all lower-case
(#175) Line indented incorrectly; expected at least 8 spaces, found 0
(#175) Variable "archRequestsDropdown" must be all lower-case
(#175) Whitespace found at end of line within string
(#177) Whitespace found at end of line
(#178) Line indented incorrectly; expected at least 8 spaces, found 4
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#180) Line indented incorrectly; expected 8 spaces, found 4
(#180) Variable "numberOfPages" must be all lower-case
(#180) Expected 1 space before "+"; 0 found
(#180) Expected 1 space after "+"; 0 found
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 5
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 16 spaces, found 9
(#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 10
(#183) Variable "selectedOption" must be all lower-case
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 16 spaces, found 9
(#185) Line indented incorrectly; expected 12 spaces, found 8
(#185) Closing brace indented incorrectly; expected 5 spaces, found 8
(#186) Line indented incorrectly; expected at least 12 spaces, found 8
(#186) Variable "archRequestsDropdown" must be all lower-case
(#186) Variable "selectedOption" must be all lower-case
(#187) Line indented incorrectly; expected at least 12 spaces, found 8
(#188) Line indented incorrectly; expected at least 12 spaces, found 8
(#188) Variable "selectedOption" must be all lower-case
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#189) Line indented incorrectly; expected 8 spaces, found 4
(#189) Whitespace found at end of line
(#191) Line indented incorrectly; expected 8 spaces, found 4
(#191) Empty IF statement detected
(#191) Variable "numberOfRecords" must be all lower-case
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#193) Line indented incorrectly; expected 8 spaces, found 4
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 5
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 16 spaces, found 5
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 20 spaces, found 6
(#196) Variable "selectedOption" must be all lower-case
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 16 spaces, found 5
(#198) Line indented incorrectly; expected 12 spaces, found 4
(#198) Closing brace indented incorrectly; expected 5 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 12 spaces, found 1
(#199) Variable "archRequestsDropdown" must be all lower-case
(#199) Variable "selectedOption" must be all lower-case
(#200) Line indented incorrectly; expected 8 spaces, found 4
(#202) Line indented incorrectly; expected at least 8 spaces, found 4
(#202) Variable "archRequestsDropdown" must be all lower-case
(#203) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#204) Whitespace found at end of line
(#205) Line indented incorrectly; expected at least 8 spaces, found 0
(#206) Whitespace found at end of line
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Line indented incorrectly; expected at least 8 spaces, found 0
(#208) Line indented incorrectly; expected 8 spaces, found 0
(#209) Line indented incorrectly; expected at least 12 spaces, found 4
(#209) Variable "selected_page_number" must not contain underscores.
(#210) Line indented incorrectly; expected at least 12 spaces, found 4
(#210) Variable "fromLimit" must be all lower-case
(#210) Variable "selected_page_number" must not contain underscores.
(#210) Expected 1 space after "-"; 0 found
(#211) Line indented incorrectly; expected at least 12 spaces, found 4
(#211) Variable "toLimit" must be all lower-case
(#211) Variable "fromLimit" must be all lower-case
(#212) Line indented incorrectly; expected 8 spaces, found 0
(#213) Line indented incorrectly; expected at least 12 spaces, found 4
(#213) Variable "fromLimit" must be all lower-case
(#214) Line indented incorrectly; expected at least 12 spaces, found 4
(#214) Variable "toLimit" must be all lower-case
(#215) Line indented incorrectly; expected 8 spaces, found 0
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#216) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#218) Line indented incorrectly; expected at least 8 spaces, found 0
(#218) Variable "pendingList" must be all lower-case
(#218) Whitespace found at end of line within string
(#219) Variable "additionalSearchQuery" must be all lower-case
(#219) Whitespace found at end of line within string
(#220) Variable "fromLimit" must be all lower-case
(#221) Line indented incorrectly; expected at least 8 spaces, found 0
(#221) Commas (,) must be followed by white space.
(#221) Line exceeds 132 characters; contains 138 characters
(#221) Line exceeds 132 characters; contains 138 characters
(#223) Line indented incorrectly; expected at least 8 spaces, found 0
(#223) Variable "outputHTML" must be all lower-case
(#224) Line indented incorrectly; expected at least 8 spaces, found 0
(#224) Variable "outputHTML" must be all lower-case
(#224) Variable "archRequestsDropdown" must be all lower-case
(#225) Line indented incorrectly; expected at least 8 spaces, found 0
(#225) Variable "outputHTML" must be all lower-case
(#225) Whitespace found at end of line within string
(#226) Whitespace found at end of line within string
(#227) Commas (,) must be followed by white space.
(#227) Line exceeds 132 characters; contains 135 characters
(#227) Line exceeds 132 characters; contains 135 characters
(#227) Whitespace found at end of line within string
(#228) Whitespace found at end of line within string
(#230) Line indented incorrectly; expected at least 8 spaces, found 0
(#230) Variable "outputHTML" must be all lower-case
(#230) Variable "pendingList" must be all lower-case
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#231) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Whitespace found at end of line
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Whitespace found at end of line
(#234) Line indented incorrectly; expected at least 8 spaces, found 0
(#234) Variable "outputHTML" must be all lower-case
(#235) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#246) Empty IF statement detected
(#247) Whitespace found at end of line
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Whitespace found at end of line
(#249) Empty IF statement detected
(#249) Expected 1 space before "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Line indented incorrectly; expected at least 4 spaces, found 0
(#250) No space found before comment text; expected "// this branch is where you process validated data." but found "//this branch is where you process validated data."
(#251) Whitespace found at end of line
(#252) Empty ELSE statement detected
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Variable "archSearchText" must be all lower-case
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 4 spaces, found 1
(#262) Variable "archSearchType" must be all lower-case
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Whitespace found at end of line
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 4 spaces, found 1
(#264) Variable "archSearchText" must be all lower-case
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Whitespace found at end of line
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 4 spaces, found 1
(#265) Whitespace found at end of line within string
(#266) Whitespace found at end of line within string
(#266) Variable "archSearchType" must be all lower-case
(#267) Whitespace found at end of line within string
(#268) Whitespace found at end of line within string
(#269) Whitespace found at end of line within string
(#270) Whitespace found at end of line within string
(#271) Whitespace found at end of line within string
(#272) Whitespace found at end of line within string
(#273) Whitespace found at end of line within string
(#274) Whitespace found at end of line within string
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Whitespace found at end of line
(#286) Whitespace found at end of line
(#288) Whitespace found at end of line
(#300) Spaces must be used for alignment; tabs are not allowed
blocks/cmanager/cmanager_adminsettings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#38) Inline doc block comments are not allowed; use "// Comment." instead
(#41) Line exceeds 132 characters; contains 143 characters
(#41) Line exceeds 132 characters; contains 143 characters
(#49) Empty IF statement detected
(#49) Commas (,) must be followed by white space.
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#98) Variable "deleteId" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Variable "deleteQuery" must be all lower-case
(#100) Variable "deleteId" must be all lower-case
(#101) Variable "deleteQuery" must be all lower-case
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) No space found before comment text; expected "// did we make a change to the course name, enrolment key or date?" but found "//did we make a change to the course name, enrolment key or date?"
(#108) Whitespace found at end of line
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// update autoKey" but found "//update autoKey"
(#113) Variable "rowId" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#114) Variable "rowId" must be all lower-case
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// update naming" but found "//update naming"
(#121) Variable "rowId" must be all lower-case
(#122) Variable "rowId" must be all lower-case
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// self car" but found "//self car"
(#129) Variable "rowId" must be all lower-case
(#130) Variable "rowId" must be all lower-case
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// update snaming" but found "//update snaming"
(#138) Variable "rowId" must be all lower-case
(#139) Variable "rowId" must be all lower-case
(#144) Whitespace found at end of line
(#145) Whitespace found at end of line
(#146) Whitespace found at end of line
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// retrieve updated date and convert to timestamp" but found "//retrieve updated date and convert to timestamp"
(#148) Variable "courseTimeStamp" must be all lower-case
(#149) Whitespace found at end of line
(#150) Variable "courseTimeStamp" must be all lower-case
(#150) Variable "courseTimeStamp" must be all lower-case
(#150) Variable "courseTimeStamp" must be all lower-case
(#150) Variable "courseTimeStamp" must be all lower-case
(#152) Whitespace found at end of line
(#153) Whitespace found at end of line
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) No space found before comment text; expected "// add the new date to the config" but found "//add the new date to the config"
(#156) Variable "rowId" must be all lower-case
(#157) Variable "rowId" must be all lower-case
(#159) Variable "courseTimeStamp" must be all lower-case
(#161) Whitespace found at end of line
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) No space found before comment text; expected "// update no reply email" but found "//update no reply email"
(#166) Variable "rowId" must be all lower-case
(#167) Variable "rowId" must be all lower-case
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// DENY TEXT" but found "//DENY TEXT"
(#174) Variable "rowId" must be all lower-case
(#175) Variable "rowId" must be all lower-case
(#182) Variable "rowId" must be all lower-case
(#183) Variable "rowId" must be all lower-case
(#190) Variable "rowId" must be all lower-case
(#191) Variable "rowId" must be all lower-case
(#198) Variable "rowId" must be all lower-case
(#199) Variable "rowId" must be all lower-case
(#206) Variable "rowId" must be all lower-case
(#207) Variable "rowId" must be all lower-case
(#212) Whitespace found at end of line
(#213) Commas (,) must be followed by white space.
(#213) Commas (,) must be followed by white space.
(#213) Commas (,) must be followed by white space.
(#213) Line exceeds 132 characters; contains 167 characters
(#213) Line exceeds 132 characters; contains 167 characters
(#215) Whitespace found at end of line
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) This comment is 70% valid code; is this commented out code?
(#216) No space found before comment text; expected "// echo "<script>alert('".get_string('ChangesSaved','block_cmanager')."');</script>";" but found "//echo "<script>alert('".get_string('ChangesSaved','block_cmanager')."');</script>";"
(#217) Whitespace found at end of line
(#223) Whitespace found at end of line within string
(#224) Whitespace found at end of line within string
(#225) Whitespace found at end of line within string
(#226) Whitespace found at end of line within string
(#227) Whitespace found at end of line within string
(#228) Whitespace found at end of line within string
(#242) Visibility must be declared on method "definition"
(#244) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Variable "currentSess" must be all lower-case
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 1
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 1
(#251) Line indented incorrectly; expected at least 8 spaces, found 4
(#251) Variable "currentRecord" must be all lower-case
(#251) Expected 1 space after "="; 2 found
(#251) Expected 1 space before "=>"; 0 found
(#251) Variable "currentSess" must be all lower-case
(#252) Line indented incorrectly; expected at least 8 spaces, found 4
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 1
(#253) Commas (,) must be followed by white space.
(#253) Line exceeds 132 characters; contains 142 characters
(#253) Line exceeds 132 characters; contains 142 characters
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Line indented incorrectly; expected at least 8 spaces, found 4
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 1
(#256) Commas (,) must be followed by white space.
(#256) Line exceeds maximum limit of 180 characters; contains 185 characters
(#256) Line exceeds maximum limit of 180 characters; contains 185 characters
(#257) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#260) Line indented incorrectly; expected at least 8 spaces, found 4
(#260) Variable "statsCode" must be all lower-case
(#260) Commas (,) must be followed by white space.
(#261) Line indented incorrectly; expected at least 8 spaces, found 4
(#261) Variable "whereQuery" must be all lower-case
(#262) Line indented incorrectly; expected at least 8 spaces, found 4
(#262) Variable "modRecords" must be all lower-case
(#262) Variable "whereQuery" must be all lower-case
(#263) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) Line indented incorrectly; expected at least 8 spaces, found 4
(#265) No space found before comment text; expected "// get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns" but found "//get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns"
(#267) Line indented incorrectly; expected at least 8 spaces, found 4
(#267) Variable "autoKey" must be all lower-case
(#269) Line indented incorrectly; expected at least 8 spaces, found 4
(#270) Line indented incorrectly; expected at least 8 spaces, found 4
(#270) Variable "emailSender" must be all lower-case
(#272) Line indented incorrectly; expected at least 8 spaces, found 4
(#273) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Line indented incorrectly; expected at least 8 spaces, found 4
(#276) Line indented incorrectly; expected at least 8 spaces, found 4
(#277) Line indented incorrectly; expected at least 8 spaces, found 4
(#278) Line indented incorrectly; expected at least 8 spaces, found 4
(#279) Line indented incorrectly; expected at least 8 spaces, found 4
(#280) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) 105 slashes comments are not allowed; use "// Comment." instead
(#282) Blank comments are not allowed
(#284) Line indented incorrectly; expected at least 8 spaces, found 4
(#284) Whitespace found at end of line within string
(#287) Line indented incorrectly; expected at least 8 spaces, found 4
(#287) Commas (,) must be followed by white space.
(#287) Whitespace found at end of line within string
(#288) Whitespace found at end of line within string
(#289) Whitespace found at end of line within string
(#290) Commas (,) must be followed by white space.
(#290) Whitespace found at end of line within string
(#291) Whitespace found at end of line within string
(#293) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#295) Line indented incorrectly; expected at least 8 spaces, found 4
(#295) Expected 1 space after ".="; 0 found
(#295) Whitespace found at end of line within string
(#296) Commas (,) must be followed by white space.
(#296) Whitespace found at end of line within string
(#297) Commas (,) must be followed by white space.
(#297) Whitespace found at end of line within string
(#298) Commas (,) must be followed by white space.
(#298) Whitespace found at end of line within string
(#299) Commas (,) must be followed by white space.
(#299) Whitespace found at end of line within string
(#300) Commas (,) must be followed by white space.
(#300) Whitespace found at end of line within string
(#301) Whitespace found at end of line within string
(#302) Whitespace found at end of line within string
(#303) Whitespace found at end of line within string
(#304) Whitespace found at end of line within string
(#305) Whitespace found at end of line within string
(#306) Whitespace found at end of line within string
(#307) Whitespace found at end of line within string
(#308) Whitespace found at end of line within string
(#309) Commas (,) must be followed by white space.
(#309) Whitespace found at end of line within string
(#310) Whitespace found at end of line within string
(#311) Whitespace found at end of line within string
(#312) Whitespace found at end of line within string
(#313) Commas (,) must be followed by white space.
(#313) Whitespace found at end of line within string
(#314) Whitespace found at end of line within string
(#317) Line indented incorrectly; expected 8 spaces, found 4
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 12 spaces, found 5
(#318) Expected 1 space after ".="; 0 found
(#318) Whitespace found at end of line within string
(#319) Commas (,) must be followed by white space.
(#319) Whitespace found at end of line within string
(#320) Commas (,) must be followed by white space.
(#321) Line indented incorrectly; expected 8 spaces, found 4
(#323) Line indented incorrectly; expected at least 8 spaces, found 4
(#323) Expected "} else if (...) {\n"; found "}\n\n else if (...) {\n"
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 12 spaces, found 5
(#324) Expected 1 space after ".="; 0 found
(#324) Whitespace found at end of line within string
(#325) Commas (,) must be followed by white space.
(#325) Whitespace found at end of line within string
(#326) Commas (,) must be followed by white space.
(#327) Line indented incorrectly; expected 8 spaces, found 4
(#328) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#330) Line indented incorrectly; expected at least 8 spaces, found 4
(#331) Line indented incorrectly; expected at least 8 spaces, found 4
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Line indented incorrectly; expected at least 8 spaces, found 4
(#333) Line indented incorrectly; expected at least 8 spaces, found 4
(#333) Expected 1 space after ".="; 0 found
(#333) Whitespace found at end of line within string
(#334) Whitespace found at end of line within string
(#335) Whitespace found at end of line within string
(#336) Whitespace found at end of line within string
(#337) Whitespace found at end of line within string
(#338) Whitespace found at end of line within string
(#339) Whitespace found at end of line within string
(#340) Commas (,) must be followed by white space.
(#340) Whitespace found at end of line within string
(#341) Whitespace found at end of line within string
(#342) Commas (,) must be followed by white space.
(#342) Whitespace found at end of line within string
(#345) Variable "autoKey" must be all lower-case
(#346) Expected 1 space after ".="; 0 found
(#346) Whitespace found at end of line within string
(#347) Commas (,) must be followed by white space.
(#347) Whitespace found at end of line within string
(#348) Commas (,) must be followed by white space.
(#348) Whitespace found at end of line within string
(#349) Commas (,) must be followed by white space.
(#351) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#351) Variable "autoKey" must be all lower-case
(#352) Expected 1 space after ".="; 0 found
(#352) Whitespace found at end of line within string
(#353) Commas (,) must be followed by white space.
(#353) Whitespace found at end of line within string
(#354) Commas (,) must be followed by white space.
(#354) Whitespace found at end of line within string
(#355) Commas (,) must be followed by white space.
(#357) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#357) Variable "autoKey" must be all lower-case
(#358) Expected 1 space after ".="; 0 found
(#358) Whitespace found at end of line within string
(#359) Commas (,) must be followed by white space.
(#359) Whitespace found at end of line within string
(#360) Commas (,) must be followed by white space.
(#360) Whitespace found at end of line within string
(#361) Commas (,) must be followed by white space.
(#363) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 8 spaces, found 1
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 8 spaces, found 1
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Line indented incorrectly; expected at least 8 spaces, found 1
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 8 spaces, found 1
(#368) Expected 1 space after ".="; 0 found
(#368) Whitespace found at end of line within string
(#369) Whitespace found at end of line within string
(#370) Whitespace found at end of line within string
(#371) Whitespace found at end of line within string
(#372) Whitespace found at end of line within string
(#373) Commas (,) must be followed by white space.
(#373) Whitespace found at end of line within string
(#374) Whitespace found at end of line within string
(#375) Whitespace found at end of line within string
(#376) Whitespace found at end of line within string
(#377) Whitespace found at end of line within string
(#378) Whitespace found at end of line within string
(#379) Whitespace found at end of line within string
(#380) Whitespace found at end of line within string
(#381) Whitespace found at end of line within string
(#382) Whitespace found at end of line within string
(#383) Whitespace found at end of line within string
(#384) Whitespace found at end of line within string
(#385) Whitespace found at end of line within string
(#386) Whitespace found at end of line within string
(#387) Whitespace found at end of line within string
(#388) Whitespace found at end of line within string
(#389) Whitespace found at end of line within string
(#390) Whitespace found at end of line within string
(#391) Whitespace found at end of line within string
(#392) Whitespace found at end of line within string
(#393) Whitespace found at end of line within string
(#394) Whitespace found at end of line within string
(#395) Whitespace found at end of line within string
(#396) Whitespace found at end of line within string
(#397) Whitespace found at end of line within string
(#398) Commas (,) must be followed by white space.
(#398) Whitespace found at end of line within string
(#399) Whitespace found at end of line within string
(#400) Whitespace found at end of line within string
(#401) Whitespace found at end of line within string
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Spaces must be used to indent lines; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 8 spaces, found 2
(#408) Spaces must be used to indent lines; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 12 spaces, found 3
(#408) Whitespace found at end of line within string
(#409) Whitespace found at end of line within string
(#410) Whitespace found at end of line within string
(#411) Whitespace found at end of line within string
(#412) Whitespace found at end of line within string
(#413) Whitespace found at end of line within string
(#414) Whitespace found at end of line within string
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected 8 spaces, found 2
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 4
(#417) Whitespace found at end of line within string
(#418) Whitespace found at end of line within string
(#419) Whitespace found at end of line within string
(#420) Whitespace found at end of line within string
(#421) Whitespace found at end of line within string
(#422) Whitespace found at end of line within string
(#423) Whitespace found at end of line within string
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 8 spaces, found 2
(#426) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 8 spaces, found 2
(#430) Expected 1 space after ".="; 0 found
(#430) Whitespace found at end of line within string
(#431) Whitespace found at end of line within string
(#432) Whitespace found at end of line within string
(#433) Whitespace found at end of line within string
(#434) Whitespace found at end of line within string
(#435) Whitespace found at end of line within string
(#436) Whitespace found at end of line within string
(#437) Whitespace found at end of line within string
(#438) Whitespace found at end of line within string
(#439) Commas (,) must be followed by white space.
(#439) Whitespace found at end of line within string
(#440) Whitespace found at end of line within string
(#441) Whitespace found at end of line within string
(#442) Whitespace found at end of line within string
(#443) Commas (,) must be followed by white space.
(#443) Whitespace found at end of line within string
(#444) Whitespace found at end of line within string
(#445) Commas (,) must be followed by white space.
(#445) Whitespace found at end of line within string
(#446) Variable "emailSender" must be all lower-case
(#446) Whitespace found at end of line within string
(#447) Whitespace found at end of line within string
(#448) Whitespace found at end of line within string
(#449) Whitespace found at end of line within string
(#450) Whitespace found at end of line within string
(#451) Whitespace found at end of line within string
(#452) Whitespace found at end of line within string
(#453) Whitespace found at end of line within string
(#454) Whitespace found at end of line within string
(#455) Whitespace found at end of line within string
(#456) Commas (,) must be followed by white space.
(#456) Whitespace found at end of line within string
(#457) Whitespace found at end of line within string
(#458) Whitespace found at end of line within string
(#459) Commas (,) must be followed by white space.
(#459) Whitespace found at end of line within string
(#460) Whitespace found at end of line within string
(#461) Whitespace found at end of line within string
(#462) Whitespace found at end of line within string
(#463) Whitespace found at end of line within string
(#464) Whitespace found at end of line within string
(#465) Commas (,) must be followed by white space.
(#465) Whitespace found at end of line within string
(#466) Whitespace found at end of line within string
(#467) Whitespace found at end of line within string
(#468) Whitespace found at end of line within string
(#469) Commas (,) must be followed by white space.
(#469) Whitespace found at end of line within string
(#470) Whitespace found at end of line within string
(#471) Whitespace found at end of line within string
(#472) Whitespace found at end of line within string
(#473) Commas (,) must be followed by white space.
(#473) Whitespace found at end of line within string
(#474) Whitespace found at end of line within string
(#475) Whitespace found at end of line within string
(#476) Whitespace found at end of line within string
(#477) Commas (,) must be followed by white space.
(#477) Whitespace found at end of line within string
(#478) Whitespace found at end of line within string
(#479) Whitespace found at end of line within string
(#480) Whitespace found at end of line within string
(#481) Commas (,) must be followed by white space.
(#481) Whitespace found at end of line within string
(#482) Whitespace found at end of line within string
(#483) Whitespace found at end of line within string
(#484) Whitespace found at end of line within string
(#485) Whitespace found at end of line within string
(#486) Whitespace found at end of line within string
(#487) Whitespace found at end of line within string
(#488) Whitespace found at end of line within string
(#489) Whitespace found at end of line within string
(#490) Whitespace found at end of line within string
(#491) Whitespace found at end of line within string
(#492) Whitespace found at end of line within string
(#493) Commas (,) must be followed by white space.
(#493) Whitespace found at end of line within string
(#494) Whitespace found at end of line within string
(#495) Whitespace found at end of line within string
(#496) Whitespace found at end of line within string
(#497) Whitespace found at end of line within string
(#498) Commas (,) must be followed by white space.
(#498) Whitespace found at end of line within string
(#499) Whitespace found at end of line within string
(#500) Whitespace found at end of line within string
(#501) Whitespace found at end of line within string
(#502) Whitespace found at end of line within string
(#503) Whitespace found at end of line within string
(#505) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#509) Line indented incorrectly; expected at least 8 spaces, found 0
(#509) 105 slashes comments are not allowed; use "// Comment." instead
(#509) Blank comments are not allowed
(#510) Line indented incorrectly; expected at least 8 spaces, found 0
(#510) Whitespace found at end of line within string
(#511) Whitespace found at end of line within string
(#512) Whitespace found at end of line within string
(#513) Commas (,) must be followed by white space.
(#513) Whitespace found at end of line within string
(#514) Whitespace found at end of line within string
(#515) Whitespace found at end of line within string
(#516) Whitespace found at end of line within string
(#519) Line indented incorrectly; expected at least 8 spaces, found 0
(#519) Variable "mainSlider" must be all lower-case
(#519) Whitespace found at end of line within string
(#520) Whitespace found at end of line within string
(#521) Whitespace found at end of line within string
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Line indented incorrectly; expected at least 8 spaces, found 4
(#524) No space found before comment text; expected "// add the main slider" but found "//add the main slider"
(#525) Line indented incorrectly; expected at least 8 spaces, found 4
(#525) Variable "mainSlider" must be all lower-case
(#526) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#528) Line indented incorrectly; expected at least 8 spaces, found 4
(#528) Variable "timestamp_startdate" must not contain underscores.
(#529) Inline comments must start with a capital letter, digit or 3-dots sequence
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Line indented incorrectly; expected at least 8 spaces, found 4
(#529) No space found before comment text; expected "// convert to date" but found "//convert to date"
(#530) Line indented incorrectly; expected at least 8 spaces, found 4
(#530) Variable "timestamp_startdate" must not contain underscores.
(#531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#531) Line indented incorrectly; expected at least 8 spaces, found 4
(#531) No space found before comment text; expected "// add the date selector and set defaults" but found "//add the date selector and set defaults"
(#532) Line indented incorrectly; expected at least 8 spaces, found 4
(#532) Variable "date_options" must not contain underscores.
(#534) Line indented incorrectly; expected at least 8 spaces, found 4
(#534) Variable "date_options" must not contain underscores.
(#535) Line indented incorrectly; expected at least 8 spaces, found 4
(#535) Variable "date_defaults" must not contain underscores.
(#536) Line indented incorrectly; expected at least 8 spaces, found 4
(#536) Variable "date_defaults" must not contain underscores.
(#538) Inline comments must start with a capital letter, digit or 3-dots sequence
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) Line indented incorrectly; expected at least 8 spaces, found 4
(#538) No space found before comment text; expected "// close off the html and form" but found "//close off the html and form"
(#539) Line indented incorrectly; expected at least 8 spaces, found 4
(#540) Spaces must be used to indent lines; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected 4 spaces, found 1
(#540) Closing brace indented incorrectly; expected 4 spaces, found 1
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Variable "post_email" must not contain underscores.
(#555) Whitespace found at end of line
(#556) Variable "post_email" must not contain underscores.
(#556) Variable "post_email" must not contain underscores.
(#559) Variable "post_email" must not contain underscores.
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 4
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 4 spaces, found 1
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 4 spaces, found 1
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 2
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected 4 spaces, found 1
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 4 spaces, found 1
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected 4 spaces, found 1
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 8 spaces, found 2
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 4 spaces, found 1
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 4 spaces, found 1
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 8 spaces, found 4
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected 4 spaces, found 1
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 8 spaces, found 5
(#600) Spaces must be used to indent lines; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected 4 spaces, found 1
(#604) Spaces must be used to indent lines; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 4 spaces, found 1
(#608) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/cmanager_config.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Line exceeds 132 characters; contains 143 characters
(#42) Line exceeds 132 characters; contains 143 characters
(#42) Line exceeds 132 characters; contains 143 characters
(#51) Empty IF statement detected
(#51) Commas (,) must be followed by white space.
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#102) Variable "deleteId" must be all lower-case
(#102) Whitespace found at end of line
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Variable "deleteQuery" must be all lower-case
(#104) Variable "deleteId" must be all lower-case
(#105) Variable "deleteQuery" must be all lower-case
(#117) Spaces must be used to indent lines; tabs are not allowed
(#132) Visibility must be declared on method "definition"
(#133) Line indented incorrectly; expected at least 8 spaces, found 4
(#134) Line indented incorrectly; expected at least 8 spaces, found 4
(#134) Variable "currentSess" must be all lower-case
(#135) Line indented incorrectly; expected at least 8 spaces, found 4
(#136) Line indented incorrectly; expected at least 8 spaces, found 4
(#137) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#139) Line indented incorrectly; expected at least 8 spaces, found 4
(#139) Variable "currentRecord" must be all lower-case
(#139) Expected 1 space after "="; 2 found
(#139) Expected 1 space before "=>"; 0 found
(#139) Variable "currentSess" must be all lower-case
(#140) Line indented incorrectly; expected at least 8 spaces, found 4
(#141) Line indented incorrectly; expected at least 8 spaces, found 4
(#141) Commas (,) must be followed by white space.
(#141) Commas (,) must be followed by white space.
(#141) Line exceeds 132 characters; contains 133 characters
(#141) Line exceeds 132 characters; contains 133 characters
(#141) Line exceeds 132 characters; contains 133 characters
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Line indented incorrectly; expected at least 8 spaces, found 4
(#144) Line indented incorrectly; expected at least 8 spaces, found 4
(#144) Commas (,) must be followed by white space.
(#144) Line exceeds maximum limit of 180 characters; contains 188 characters
(#144) Line exceeds maximum limit of 180 characters; contains 188 characters
(#144) Line exceeds maximum limit of 180 characters; contains 188 characters
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Line indented incorrectly; expected at least 8 spaces, found 4
(#147) Line indented incorrectly; expected at least 8 spaces, found 4
(#147) Variable "approvedTextRecord" must be all lower-case
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#149) Line indented incorrectly; expected at least 8 spaces, found 4
(#149) Variable "emailText" must be all lower-case
(#150) Line indented incorrectly; expected 8 spaces, found 4
(#150) Variable "approvedTextRecord" must be all lower-case
(#151) Line indented incorrectly; expected at least 12 spaces, found 8
(#151) Variable "emailText" must be all lower-case
(#151) Variable "approvedTextRecord" must be all lower-case
(#152) Line indented incorrectly; expected 8 spaces, found 4
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Line indented incorrectly; expected at least 8 spaces, found 4
(#155) Line indented incorrectly; expected at least 8 spaces, found 4
(#155) Variable "approved_user_email" must not contain underscores.
(#155) Expected 1 space after "="; 2 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#156) Line indented incorrectly; expected at least 8 spaces, found 4
(#156) Variable "approved_user_email_value" must not contain underscores.
(#157) Line indented incorrectly; expected 8 spaces, found 4
(#157) Variable "approved_user_email" must not contain underscores.
(#158) Line indented incorrectly; expected at least 12 spaces, found 8
(#158) Variable "approved_user_email_value" must not contain underscores.
(#158) Variable "approved_user_email" must not contain underscores.
(#159) Line indented incorrectly; expected 8 spaces, found 4
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 8 spaces, found 4
(#162) Line indented incorrectly; expected at least 8 spaces, found 4
(#162) Variable "approved_admin_email" must not contain underscores.
(#162) Expected 1 space after "="; 2 found
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#163) Line indented incorrectly; expected at least 8 spaces, found 4
(#163) Variable "approved_admin_email_value" must not contain underscores.
(#164) Line indented incorrectly; expected 8 spaces, found 4
(#164) Variable "approved_admin_email" must not contain underscores.
(#165) Line indented incorrectly; expected at least 12 spaces, found 8
(#165) Variable "approved_admin_email_value" must not contain underscores.
(#165) Variable "approved_admin_email" must not contain underscores.
(#166) Line indented incorrectly; expected 8 spaces, found 4
(#167) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Line indented incorrectly; expected at least 8 spaces, found 4
(#170) Line indented incorrectly; expected at least 8 spaces, found 4
(#170) Variable "request_new_module_user" must not contain underscores.
(#170) Expected 1 space after "="; 2 found
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#171) Line indented incorrectly; expected at least 8 spaces, found 4
(#171) Variable "request_new_module_user_value" must not contain underscores.
(#172) Line indented incorrectly; expected 8 spaces, found 4
(#172) Variable "request_new_module_user" must not contain underscores.
(#173) Line indented incorrectly; expected at least 12 spaces, found 4
(#173) Variable "request_new_module_user_value" must not contain underscores.
(#173) Variable "request_new_module_user" must not contain underscores.
(#174) Line indented incorrectly; expected 8 spaces, found 4
(#175) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Line indented incorrectly; expected at least 8 spaces, found 4
(#178) Line indented incorrectly; expected at least 8 spaces, found 4
(#178) Variable "request_new_module_admin" must not contain underscores.
(#178) Expected 1 space after "="; 2 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#179) Line indented incorrectly; expected at least 8 spaces, found 4
(#179) Variable "request_new_module_admin_value" must not contain underscores.
(#180) Line indented incorrectly; expected 8 spaces, found 4
(#180) Variable "request_new_module_admin" must not contain underscores.
(#181) Line indented incorrectly; expected at least 12 spaces, found 8
(#181) Variable "request_new_module_admin_value" must not contain underscores.
(#181) Variable "request_new_module_admin" must not contain underscores.
(#182) Line indented incorrectly; expected 8 spaces, found 4
(#183) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected at least 8 spaces, found 4
(#186) Line indented incorrectly; expected at least 8 spaces, found 4
(#186) Variable "comment_email_admin" must not contain underscores.
(#186) Expected 1 space after "="; 2 found
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#187) Line indented incorrectly; expected at least 8 spaces, found 4
(#187) Variable "comment_email_admin_value" must not contain underscores.
(#188) Line indented incorrectly; expected 8 spaces, found 4
(#188) Variable "comment_email_admin" must not contain underscores.
(#189) Line indented incorrectly; expected at least 12 spaces, found 8
(#189) Variable "comment_email_admin_value" must not contain underscores.
(#189) Variable "comment_email_admin" must not contain underscores.
(#190) Line indented incorrectly; expected 8 spaces, found 4
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 8 spaces, found 4
(#193) Line indented incorrectly; expected at least 8 spaces, found 4
(#193) Variable "comment_email_user" must not contain underscores.
(#193) Expected 1 space after "="; 2 found
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#194) Line indented incorrectly; expected at least 8 spaces, found 4
(#194) Variable "comment_email_user_value" must not contain underscores.
(#195) Line indented incorrectly; expected 8 spaces, found 4
(#195) Variable "comment_email_user" must not contain underscores.
(#196) Line indented incorrectly; expected at least 12 spaces, found 8
(#196) Variable "comment_email_user_value" must not contain underscores.
(#196) Variable "comment_email_user" must not contain underscores.
(#197) Line indented incorrectly; expected 8 spaces, found 4
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Line indented incorrectly; expected at least 8 spaces, found 4
(#200) Line indented incorrectly; expected at least 8 spaces, found 4
(#200) Variable "module_request_denied_admin" must not contain underscores.
(#200) Expected 1 space after "="; 2 found
(#200) Expected 1 space before "=>"; 0 found
(#200) Expected 1 space after "=>"; 0 found
(#201) Line indented incorrectly; expected at least 8 spaces, found 4
(#201) Variable "module_request_denied_admin_value" must not contain underscores.
(#202) Line indented incorrectly; expected 8 spaces, found 4
(#202) Variable "module_request_denied_admin" must not contain underscores.
(#203) Line indented incorrectly; expected at least 12 spaces, found 8
(#203) Variable "module_request_denied_admin_value" must not contain underscores.
(#203) Variable "module_request_denied_admin" must not contain underscores.
(#204) Line indented incorrectly; expected 8 spaces, found 4
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Line indented incorrectly; expected at least 8 spaces, found 4
(#207) Line indented incorrectly; expected at least 8 spaces, found 4
(#207) Variable "module_request_denied_user" must not contain underscores.
(#207) Expected 1 space after "="; 2 found
(#207) Expected 1 space before "=>"; 0 found
(#207) Expected 1 space after "=>"; 0 found
(#208) Line indented incorrectly; expected at least 8 spaces, found 4
(#208) Variable "module_request_denied_user_value" must not contain underscores.
(#209) Line indented incorrectly; expected 8 spaces, found 4
(#209) Variable "module_request_denied_user" must not contain underscores.
(#210) Line indented incorrectly; expected at least 12 spaces, found 8
(#210) Variable "module_request_denied_user_value" must not contain underscores.
(#210) Variable "module_request_denied_user" must not contain underscores.
(#211) Line indented incorrectly; expected 8 spaces, found 4
(#212) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Line indented incorrectly; expected at least 8 spaces, found 4
(#215) Line indented incorrectly; expected at least 8 spaces, found 4
(#215) Variable "handover_current" must not contain underscores.
(#215) Expected 1 space after "="; 2 found
(#215) Expected 1 space before "=>"; 0 found
(#215) Expected 1 space after "=>"; 0 found
(#216) Line indented incorrectly; expected at least 8 spaces, found 4
(#216) Variable "handover_current_value" must not contain underscores.
(#217) Line indented incorrectly; expected 8 spaces, found 4
(#217) Variable "handover_current" must not contain underscores.
(#218) Line indented incorrectly; expected at least 12 spaces, found 8
(#218) Variable "handover_current_value" must not contain underscores.
(#218) Variable "handover_current" must not contain underscores.
(#219) Line indented incorrectly; expected 8 spaces, found 4
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 8 spaces, found 4
(#221) No space found before comment text; expected "// Handover user" but found "//Handover user"
(#222) Line indented incorrectly; expected at least 8 spaces, found 4
(#222) Variable "handover_user" must not contain underscores.
(#222) Expected 1 space after "="; 2 found
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#223) Line indented incorrectly; expected at least 8 spaces, found 4
(#223) Variable "handover_user_value" must not contain underscores.
(#224) Line indented incorrectly; expected 8 spaces, found 4
(#224) Variable "handover_user" must not contain underscores.
(#225) Line indented incorrectly; expected at least 12 spaces, found 9
(#225) Variable "handover_user_value" must not contain underscores.
(#225) Variable "handover_user" must not contain underscores.
(#226) Line indented incorrectly; expected 8 spaces, found 4
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Line indented incorrectly; expected at least 8 spaces, found 4
(#229) Line indented incorrectly; expected at least 8 spaces, found 4
(#229) Variable "handover_admin" must not contain underscores.
(#229) Expected 1 space after "="; 2 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#230) Line indented incorrectly; expected at least 8 spaces, found 4
(#230) Variable "handover_admin_value" must not contain underscores.
(#231) Line indented incorrectly; expected 8 spaces, found 4
(#231) Variable "handover_admin" must not contain underscores.
(#232) Line indented incorrectly; expected at least 12 spaces, found 8
(#232) Variable "handover_admin_value" must not contain underscores.
(#232) Variable "handover_admin" must not contain underscores.
(#233) Line indented incorrectly; expected 8 spaces, found 4
(#234) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#236) Variable "statsCode" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#236) Whitespace found at end of line
(#237) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Variable "whereQuery" must be all lower-case
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#238) Variable "modRecords" must be all lower-case
(#238) Variable "whereQuery" must be all lower-case
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Line indented incorrectly; expected at least 8 spaces, found 4
(#240) No space found before comment text; expected "// get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns" but found "//get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns"
(#241) Line indented incorrectly; expected at least 8 spaces, found 4
(#241) Variable "autoKey" must be all lower-case
(#242) Line indented incorrectly; expected at least 8 spaces, found 4
(#243) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Variable "emailSender" must be all lower-case
(#246) Line indented incorrectly; expected at least 8 spaces, found 4
(#247) Whitespace found at end of line
(#248) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) 105 slashes comments are not allowed; use "// Comment." instead
(#248) Blank comments are not allowed
(#249) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#250) Whitespace found at end of line
(#253) Line indented incorrectly; expected at least 8 spaces, found 3
(#253) Whitespace found at end of line within string
(#254) Whitespace found at end of line within string
(#256) Line indented incorrectly; expected at least 8 spaces, found 3
(#256) Commas (,) must be followed by white space.
(#256) Whitespace found at end of line within string
(#257) Commas (,) must be followed by white space.
(#257) Whitespace found at end of line within string
(#258) Whitespace found at end of line within string
(#259) Commas (,) must be followed by white space.
(#259) Whitespace found at end of line within string
(#260) Whitespace found at end of line within string
(#261) Commas (,) must be followed by white space.
(#261) Whitespace found at end of line within string
(#262) Whitespace found at end of line within string
(#263) Whitespace found at end of line within string
(#264) Whitespace found at end of line within string
(#265) Whitespace found at end of line within string
(#268) Line indented incorrectly; expected 8 spaces, found 4
(#268) Variable "modRecords" must be all lower-case
(#269) Line indented incorrectly; expected at least 12 spaces, found 8
(#269) Expected 1 space after ".="; 0 found
(#270) Line indented incorrectly; expected at least 12 spaces, found 8
(#270) Expected 1 space after ".="; 0 found
(#271) Line indented incorrectly; expected at least 12 spaces, found 8
(#271) Expected 1 space after ".="; 0 found
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Line exceeds maximum limit of 180 characters; contains 252 characters
(#271) Line exceeds maximum limit of 180 characters; contains 252 characters
(#271) Line exceeds maximum limit of 180 characters; contains 252 characters
(#272) Line indented incorrectly; expected at least 12 spaces, found 8
(#272) Expected 1 space after ".="; 0 found
(#273) Line indented incorrectly; expected 8 spaces, found 4
(#274) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#276) Line indented incorrectly; expected at least 8 spaces, found 4
(#276) Whitespace found at end of line within string
(#277) Whitespace found at end of line within string
(#278) Whitespace found at end of line within string
(#279) Whitespace found at end of line within string
(#280) Commas (,) must be followed by white space.
(#280) Whitespace found at end of line within string
(#281) Whitespace found at end of line within string
(#282) Commas (,) must be followed by white space.
(#282) Whitespace found at end of line within string
(#283) Whitespace found at end of line within string
(#284) Commas (,) must be followed by white space.
(#284) Whitespace found at end of line within string
(#285) Commas (,) must be followed by white space.
(#285) Whitespace found at end of line within string
(#286) Commas (,) must be followed by white space.
(#286) Whitespace found at end of line within string
(#287) Commas (,) must be followed by white space.
(#287) Whitespace found at end of line within string
(#288) Commas (,) must be followed by white space.
(#288) Whitespace found at end of line within string
(#289) Whitespace found at end of line within string
(#290) Whitespace found at end of line within string
(#291) Whitespace found at end of line within string
(#292) Whitespace found at end of line within string
(#293) Commas (,) must be followed by white space.
(#293) Commas (,) must be followed by white space.
(#293) Whitespace found at end of line within string
(#294) Whitespace found at end of line within string
(#295) Commas (,) must be followed by white space.
(#295) Whitespace found at end of line within string
(#296) Whitespace found at end of line within string
(#297) Variable "approved_user_email_value" must not contain underscores.
(#297) Line exceeds 132 characters; contains 138 characters
(#297) Line exceeds 132 characters; contains 138 characters
(#297) Line exceeds 132 characters; contains 138 characters
(#297) Whitespace found at end of line within string
(#298) Whitespace found at end of line within string
(#299) Commas (,) must be followed by white space.
(#299) Commas (,) must be followed by white space.
(#299) Line exceeds maximum limit of 180 characters; contains 201 characters
(#299) Line exceeds maximum limit of 180 characters; contains 201 characters
(#299) Line exceeds maximum limit of 180 characters; contains 201 characters
(#299) Whitespace found at end of line within string
(#300) Whitespace found at end of line within string
(#301) Whitespace found at end of line within string
(#302) Whitespace found at end of line within string
(#303) Commas (,) must be followed by white space.
(#303) Commas (,) must be followed by white space.
(#303) Whitespace found at end of line within string
(#304) Commas (,) must be followed by white space.
(#304) Whitespace found at end of line within string
(#305) Whitespace found at end of line within string
(#306) Variable "approved_admin_email_value" must not contain underscores.
(#306) Line exceeds 132 characters; contains 140 characters
(#306) Line exceeds 132 characters; contains 140 characters
(#306) Line exceeds 132 characters; contains 140 characters
(#306) Whitespace found at end of line within string
(#307) Whitespace found at end of line within string
(#308) Commas (,) must be followed by white space.
(#308) Line exceeds 132 characters; contains 151 characters
(#308) Line exceeds 132 characters; contains 151 characters
(#308) Line exceeds 132 characters; contains 151 characters
(#308) Whitespace found at end of line within string
(#309) Whitespace found at end of line within string
(#310) Whitespace found at end of line within string
(#311) Whitespace found at end of line within string
(#312) Commas (,) must be followed by white space.
(#312) Commas (,) must be followed by white space.
(#312) Whitespace found at end of line within string
(#313) Whitespace found at end of line within string
(#314) Commas (,) must be followed by white space.
(#314) Whitespace found at end of line within string
(#315) Whitespace found at end of line within string
(#316) Variable "request_new_module_user_value" must not contain underscores.
(#316) Line exceeds 132 characters; contains 151 characters
(#316) Line exceeds 132 characters; contains 151 characters
(#316) Line exceeds 132 characters; contains 151 characters
(#316) Whitespace found at end of line within string
(#317) Commas (,) must be followed by white space.
(#317) Line exceeds 132 characters; contains 155 characters
(#317) Line exceeds 132 characters; contains 155 characters
(#317) Line exceeds 132 characters; contains 155 characters
(#317) Whitespace found at end of line within string
(#318) Whitespace found at end of line within string
(#319) Whitespace found at end of line within string
(#320) Whitespace found at end of line within string
(#321) Commas (,) must be followed by white space.
(#321) Commas (,) must be followed by white space.
(#321) Whitespace found at end of line within string
(#322) Whitespace found at end of line within string
(#323) Commas (,) must be followed by white space.
(#323) Whitespace found at end of line within string
(#324) Whitespace found at end of line within string
(#325) Variable "request_new_module_admin_value" must not contain underscores.
(#325) Line exceeds 132 characters; contains 150 characters
(#325) Line exceeds 132 characters; contains 150 characters
(#325) Line exceeds 132 characters; contains 150 characters
(#325) Whitespace found at end of line within string
(#326) Whitespace found at end of line within string
(#327) Commas (,) must be followed by white space.
(#327) Line exceeds 132 characters; contains 157 characters
(#327) Line exceeds 132 characters; contains 157 characters
(#327) Line exceeds 132 characters; contains 157 characters
(#327) Whitespace found at end of line within string
(#328) Whitespace found at end of line within string
(#329) Whitespace found at end of line within string
(#330) Whitespace found at end of line within string
(#331) Commas (,) must be followed by white space.
(#331) Commas (,) must be followed by white space.
(#331) Whitespace found at end of line within string
(#332) Whitespace found at end of line within string
(#333) Commas (,) must be followed by white space.
(#333) Whitespace found at end of line within string
(#334) Whitespace found at end of line within string
(#335) Variable "comment_email_admin_value" must not contain underscores.
(#335) Line exceeds 132 characters; contains 137 characters
(#335) Line exceeds 132 characters; contains 137 characters
(#335) Line exceeds 132 characters; contains 137 characters
(#335) Whitespace found at end of line within string
(#336) Whitespace found at end of line within string
(#337) Commas (,) must be followed by white space.
(#337) Line exceeds 132 characters; contains 149 characters
(#337) Line exceeds 132 characters; contains 149 characters
(#337) Line exceeds 132 characters; contains 149 characters
(#337) Whitespace found at end of line within string
(#338) Whitespace found at end of line within string
(#339) Whitespace found at end of line within string
(#340) Whitespace found at end of line within string
(#341) Commas (,) must be followed by white space.
(#341) Commas (,) must be followed by white space.
(#341) Whitespace found at end of line within string
(#342) Whitespace found at end of line within string
(#343) Commas (,) must be followed by white space.
(#343) Whitespace found at end of line within string
(#344) Whitespace found at end of line within string
(#345) Variable "comment_email_user_value" must not contain underscores.
(#345) Line exceeds 132 characters; contains 138 characters
(#345) Line exceeds 132 characters; contains 138 characters
(#345) Line exceeds 132 characters; contains 138 characters
(#345) Whitespace found at end of line within string
(#346) Commas (,) must be followed by white space.
(#346) Line exceeds 132 characters; contains 147 characters
(#346) Line exceeds 132 characters; contains 147 characters
(#346) Line exceeds 132 characters; contains 147 characters
(#346) Whitespace found at end of line within string
(#347) Whitespace found at end of line within string
(#348) Whitespace found at end of line within string
(#349) Whitespace found at end of line within string
(#350) Whitespace found at end of line within string
(#351) Commas (,) must be followed by white space.
(#351) Commas (,) must be followed by white space.
(#351) Whitespace found at end of line within string
(#352) Whitespace found at end of line within string
(#353) Commas (,) must be followed by white space.
(#353) Whitespace found at end of line within string
(#354) Whitespace found at end of line within string
(#355) Variable "module_request_denied_admin_value" must not contain underscores.
(#355) Line exceeds 132 characters; contains 159 characters
(#355) Line exceeds 132 characters; contains 159 characters
(#355) Line exceeds 132 characters; contains 159 characters
(#355) Whitespace found at end of line within string
(#356) Whitespace found at end of line within string
(#357) Commas (,) must be followed by white space.
(#357) Line exceeds 132 characters; contains 163 characters
(#357) Line exceeds 132 characters; contains 163 characters
(#357) Line exceeds 132 characters; contains 163 characters
(#357) Whitespace found at end of line within string
(#358) Whitespace found at end of line within string
(#359) Whitespace found at end of line within string
(#360) Whitespace found at end of line within string
(#361) Commas (,) must be followed by white space.
(#361) Commas (,) must be followed by white space.
(#361) Whitespace found at end of line within string
(#362) Whitespace found at end of line within string
(#363) Commas (,) must be followed by white space.
(#363) Whitespace found at end of line within string
(#364) Whitespace found at end of line within string
(#365) Variable "module_request_denied_user_value" must not contain underscores.
(#365) Line exceeds 132 characters; contains 160 characters
(#365) Line exceeds 132 characters; contains 160 characters
(#365) Line exceeds 132 characters; contains 160 characters
(#365) Whitespace found at end of line within string
(#366) Commas (,) must be followed by white space.
(#366) Line exceeds 132 characters; contains 161 characters
(#366) Line exceeds 132 characters; contains 161 characters
(#366) Line exceeds 132 characters; contains 161 characters
(#366) Whitespace found at end of line within string
(#367) Whitespace found at end of line within string
(#368) Whitespace found at end of line within string
(#369) Whitespace found at end of line within string
(#370) Whitespace found at end of line within string
(#371) Commas (,) must be followed by white space.
(#371) Commas (,) must be followed by white space.
(#371) Whitespace found at end of line within string
(#372) Whitespace found at end of line within string
(#373) Commas (,) must be followed by white space.
(#373) Whitespace found at end of line within string
(#374) Whitespace found at end of line within string
(#375) Variable "handover_current_value" must not contain underscores.
(#375) Line exceeds 132 characters; contains 134 characters
(#375) Line exceeds 132 characters; contains 134 characters
(#375) Line exceeds 132 characters; contains 134 characters
(#375) Whitespace found at end of line within string
(#376) Commas (,) must be followed by white space.
(#376) Line exceeds 132 characters; contains 145 characters
(#376) Line exceeds 132 characters; contains 145 characters
(#376) Line exceeds 132 characters; contains 145 characters
(#376) Whitespace found at end of line within string
(#377) Whitespace found at end of line within string
(#378) Whitespace found at end of line within string
(#379) Whitespace found at end of line within string
(#380) Commas (,) must be followed by white space.
(#380) Commas (,) must be followed by white space.
(#380) Whitespace found at end of line within string
(#381) Whitespace found at end of line within string
(#382) Commas (,) must be followed by white space.
(#382) Whitespace found at end of line within string
(#383) Whitespace found at end of line within string
(#384) Variable "handover_user_value" must not contain underscores.
(#384) Whitespace found at end of line within string
(#385) Commas (,) must be followed by white space.
(#385) Line exceeds 132 characters; contains 139 characters
(#385) Line exceeds 132 characters; contains 139 characters
(#385) Line exceeds 132 characters; contains 139 characters
(#385) Whitespace found at end of line within string
(#386) Whitespace found at end of line within string
(#387) Whitespace found at end of line within string
(#388) Whitespace found at end of line within string
(#389) Whitespace found at end of line within string
(#390) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#390) Whitespace found at end of line within string
(#391) Whitespace found at end of line within string
(#392) Commas (,) must be followed by white space.
(#392) Whitespace found at end of line within string
(#393) Whitespace found at end of line within string
(#394) Variable "handover_admin_value" must not contain underscores.
(#394) Whitespace found at end of line within string
(#395) Commas (,) must be followed by white space.
(#395) Line exceeds 132 characters; contains 141 characters
(#395) Line exceeds 132 characters; contains 141 characters
(#395) Line exceeds 132 characters; contains 141 characters
(#395) Whitespace found at end of line within string
(#396) Whitespace found at end of line within string
(#397) Whitespace found at end of line within string
(#398) Whitespace found at end of line within string
(#399) Whitespace found at end of line within string
(#400) Whitespace found at end of line within string
(#401) Whitespace found at end of line within string
(#403) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#406) Line indented incorrectly; expected at least 8 spaces, found 4
(#406) 105 slashes comments are not allowed; use "// Comment." instead
(#406) Blank comments are not allowed
(#408) Line indented incorrectly; expected at least 8 spaces, found 4
(#408) Variable "mainSlider" must be all lower-case
(#408) Whitespace found at end of line within string
(#409) Whitespace found at end of line within string
(#410) Whitespace found at end of line within string
(#411) Whitespace found at end of line within string
(#412) Whitespace found at end of line within string
(#413) Whitespace found at end of line within string
(#414) Whitespace found at end of line within string
(#417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) Line indented incorrectly; expected at least 8 spaces, found 4
(#417) No space found before comment text; expected "// add the main slider" but found "//add the main slider"
(#418) Line indented incorrectly; expected at least 8 spaces, found 4
(#418) Variable "mainSlider" must be all lower-case
(#419) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#421) Line indented incorrectly; expected 4 spaces, found 0
(#421) Closing brace indented incorrectly; expected 4 spaces, found 0
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Variable "post_email" must not contain underscores.
(#435) Variable "post_email" must not contain underscores.
(#435) Variable "post_email" must not contain underscores.
(#438) Variable "post_email" must not contain underscores.
(#440) Line indented incorrectly; expected 4 spaces, found 3
(#440) Closing brace indented incorrectly; expected 4 spaces, found 3
(#442) Line indented incorrectly; expected at least 4 spaces, found 3
(#443) Line indented incorrectly; expected at least 4 spaces, found 3
(#447) Line indented incorrectly; expected at least 4 spaces, found 0
(#448) Line indented incorrectly; expected at least 4 spaces, found 0
(#449) Line indented incorrectly; expected at least 4 spaces, found 0
(#450) Line indented incorrectly; expected at least 4 spaces, found 0
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Line exceeds 132 characters; contains 163 characters
(#456) Line exceeds 132 characters; contains 163 characters
(#456) Line exceeds 132 characters; contains 163 characters
(#457) Whitespace found at end of line
(#459) Expected 1 space(s) before asterisk; 0 found
(#460) Expected 1 space(s) before asterisk; 0 found
(#461) Expected 1 space(s) before asterisk; 0 found
(#464) Line indented incorrectly; expected at least 4 spaces, found 0
(#466) Line indented incorrectly; expected 4 spaces, found 0
(#467) Line indented incorrectly; expected at least 8 spaces, found 4
(#468) Line indented incorrectly; expected 4 spaces, found 0
(#470) Line indented incorrectly; expected at least 4 spaces, found 0
(#471) Line indented incorrectly; expected 4 spaces, found 0
(#472) Line indented incorrectly; expected at least 8 spaces, found 4
(#473) Line indented incorrectly; expected 4 spaces, found 0
(#475) Line indented incorrectly; expected at least 4 spaces, found 0
(#476) Line indented incorrectly; expected 4 spaces, found 0
(#477) Line indented incorrectly; expected at least 8 spaces, found 4
(#478) Line indented incorrectly; expected 4 spaces, found 0
(#480) Line indented incorrectly; expected 4 spaces, found 0
(#481) Line indented incorrectly; expected at least 8 spaces, found 4
(#482) Line indented incorrectly; expected 4 spaces, found 0
(#483) Line indented incorrectly; expected at least 8 spaces, found 4
(#484) Line indented incorrectly; expected 4 spaces, found 0
blocks/cmanager/cmanager_confighome.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Empty IF statement detected
(#45) Commas (,) must be followed by white space.
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Visibility must be declared on method "definition"
(#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 at least 8 spaces, found 2
(#65) Commas (,) must be followed by white space.
(#65) Line exceeds 132 characters; contains 152 characters
(#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 "mainSlider" must be all lower-case
(#67) Whitespace found at end of line within string
(#68) Whitespace found at end of line within string
(#69) Whitespace found at end of line within string
(#70) Whitespace found at end of line within string
(#71) Whitespace found at end of line within string
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Line exceeds maximum limit of 180 characters; contains 184 characters
(#72) Whitespace found at end of line within string
(#73) Whitespace found at end of line within string
(#74) Whitespace found at end of line within string
(#75) Whitespace found at end of line within string
(#76) Whitespace found at end of line within string
(#77) Whitespace found at end of line within string
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Line exceeds 132 characters; contains 177 characters
(#78) Whitespace found at end of line within string
(#79) Whitespace found at end of line within string
(#80) Whitespace found at end of line within string
(#81) Whitespace found at end of line within string
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#85) Line exceeds 132 characters; contains 176 characters
(#85) Whitespace found at end of line within string
(#86) Whitespace found at end of line within string
(#87) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#89) Whitespace found at end of line within string
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds 132 characters; contains 168 characters
(#90) Whitespace found at end of line within string
(#91) Whitespace found at end of line within string
(#92) Whitespace found at end of line within string
(#93) Whitespace found at end of line within string
(#94) Whitespace found at end of line within string
(#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 "mainSlider" must be all lower-case
(#99) Closing brace indented incorrectly; expected 1 spaces, found 4
(#106) Empty IF statement detected
(#109) Expected "} else if (...) {\n"; found "}\nelse if (...) {\n"
(#109) Empty IF statement detected
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#112) Expected "} else {\n"; found "}\nelse {\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/cmanager/cmanager_email.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#44) Whitespace found at end of line
(#47) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// Course code: [course_code]" but found "//Course code: [course_code]"
(#50) Variable "course_code_added" must not contain underscores.
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Variable "course_name_added" must not contain underscores.
(#53) Variable "course_code_added" must not contain underscores.
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Variable "enroll_key_added" must not contain underscores.
(#56) Variable "course_name_added" must not contain underscores.
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "full_url_added" must not contain underscores.
(#59) Expected 1 space after "="; 2 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "enroll_key_added" must not contain underscores.
(#61) Variable "req_link_added" must not contain underscores.
(#61) Variable "full_url_added" must not contain underscores.
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Variable "location_added" must not contain underscores.
(#64) Variable "req_link_added" must not contain underscores.
(#65) Whitespace found at end of line
(#66) Variable "new_email" must not contain underscores.
(#66) Variable "location_added" must not contain underscores.
(#68) Variable "new_email" must not contain underscores.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#75) Whitespace found at end of line
(#76) Whitespace found at end of line
(#78) Variable "current_mod_info" must not contain underscores.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#93) Variable "current_mod_info" must not contain underscores.
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Whitespace found at end of line
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#97) Line indented incorrectly; expected 4 spaces, found 0
(#97) Closing brace indented incorrectly; expected 4 spaces, found 0
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#98) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Whitespace found at end of line
(#108) Whitespace found at end of line
(#110) Variable "current_mod_info" must not contain underscores.
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#113) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "admin_email" must not contain underscores.
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#121) Variable "admin_email" must not contain underscores.
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#122) Variable "admin_email" must not contain underscores.
(#122) Variable "current_mod_info" must not contain underscores.
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Whitespace found at end of line
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#127) Commas (,) must be followed by white space.
(#128) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#140) Whitespace found at end of line
(#142) Variable "current_mod_info" must not contain underscores.
(#142) Expected 1 space after closing parenthesis; found 0
(#143) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#146) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Variable "admin_email" must not contain underscores.
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Whitespace found at end of line
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Variable "admin_email" must not contain underscores.
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#154) Variable "admin_email" must not contain underscores.
(#154) Variable "current_mod_info" must not contain underscores.
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Whitespace found at end of line
(#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 at least 12 spaces, found 9
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) This comment is 50% valid code; is this commented out code?
(#158) No space found before comment text; expected "// $from = $senderemailaddress;" but found "//$from = $senderemailaddress;"
(#159) Commas (,) must be followed by white space.
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#170) Whitespace found at end of line
(#171) Whitespace found at end of line
(#173) Variable "current_mod_info" must not contain underscores.
(#173) Expected 1 space after closing parenthesis; found 0
(#175) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#179) Variable "user_email_message" must not contain underscores.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#181) Variable "user_email_message" must not contain underscores.
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#182) Variable "user_email_message" must not contain underscores.
(#182) Variable "current_mod_info" must not contain underscores.
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#183) Whitespace found at end of line
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#190) Whitespace found at end of line
(#191) Whitespace found at end of line
(#195) function name "block_cmanager_send_email_to_Address" must be lower-case letters only
(#195) Expected 1 space after closing parenthesis; found 0
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 1
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Expected 1 space before "="; 0 found
(#204) Expected 1 space after "="; 0 found
(#204) Expected 1 space before "="; 0 found
(#204) Expected 1 space after "="; 0 found
(#204) Whitespace found at end of line
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#212) Expected 1 space(s) before asterisk; 0 found
(#213) Expected 1 space(s) before asterisk; 0 found
(#214) Variable "current_mod_info" must not contain underscores.
(#214) Expected 1 space after closing parenthesis; found 0
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#218) Expected 1 space before "=>"; 0 found
(#218) Expected 1 space after "=>"; 0 found
(#219) Variable "commentForUser" must be all lower-case
(#219) Commas (,) must be followed by white space.
(#219) Expected 1 space before "=>"; 0 found
(#219) Expected 1 space after "=>"; 0 found
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Whitespace found at end of line
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#221) Variable "commentForUser" must be all lower-case
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 5
(#222) Variable "additionalSignature" must be all lower-case
(#222) Variable "commentForUser" must be all lower-case
(#222) Variable "current_mod_info" must not contain underscores.
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Commas (,) must be followed by white space.
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Commas (,) must be followed by white space.
(#225) Whitespace found at end of line within string
(#226) Whitespace found at end of line within string
(#227) Whitespace found at end of line within string
(#228) Whitespace found at end of line within string
(#229) Whitespace found at end of line within string
(#229) Variable "additionalSignature" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 1
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Whitespace found at end of line
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 2
(#235) Closing brace indented incorrectly; expected 1 spaces, found 2
(#240) Expected 1 space(s) before asterisk; 0 found
(#241) Expected 1 space(s) before asterisk; 0 found
(#242) Variable "current_mod_info" must not contain underscores.
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 2
(#247) Variable "adminEmailAddresses" must be all lower-case
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Variable "commentForAdmin" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Expected 1 space before "=>"; 0 found
(#249) Expected 1 space after "=>"; 0 found
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Variable "commentForAdmin" must be all lower-case
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 5
(#252) Variable "additionalSignature" must be all lower-case
(#252) Variable "commentForAdmin" must be all lower-case
(#252) Variable "current_mod_info" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 8 spaces, found 5
(#254) Whitespace found at end of line
(#255) Variable "adminEmailAddresses" must be all lower-case
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 12 spaces, found 6
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 9
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 6
(#258) Commas (,) must be followed by white space.
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 6
(#259) Commas (,) must be followed by white space.
(#259) Whitespace found at end of line within string
(#260) Whitespace found at end of line within string
(#261) Whitespace found at end of line within string
(#262) Whitespace found at end of line within string
(#263) Whitespace found at end of line within string
(#263) Variable "additionalSignature" must be all lower-case
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Whitespace found at end of line
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) This comment is 54% valid code; is this commented out code?
(#266) Line indented incorrectly; expected at least 12 spaces, found 2
(#266) No space found before comment text; expected "// $headers = get_string('emailSubj_From','block_cmanager') . $from;" but found "//$headers = get_string('emailSubj_From','block_cmanager') . $from;"
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#267) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 12 spaces, found 2
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 8 spaces, found 2
(#271) Closing brace indented incorrectly; expected 8 spaces, found 2
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Line indented incorrectly; expected 4 spaces, found 5
(#273) Closing brace indented incorrectly; expected 4 spaces, found 5
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Whitespace found at end of line
(#282) Whitespace found at end of line
(#283) Whitespace found at end of line
(#285) Variable "current_mod_info" must not contain underscores.
(#285) Expected 1 space after closing parenthesis; found 0
(#286) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Expected 1 space before "=>"; 0 found
(#291) Expected 1 space after "=>"; 0 found
(#293) Variable "admin_email" must not contain underscores.
(#293) Expected 1 space before "=>"; 0 found
(#293) Expected 1 space after "=>"; 0 found
(#294) Variable "admin_email" must not contain underscores.
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Whitespace found at end of line
(#297) Line indented incorrectly; expected 8 spaces, found 4
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Line indented incorrectly; expected at least 12 spaces, found 8
(#299) Whitespace found at end of line
(#300) Line indented incorrectly; expected at least 12 spaces, found 8
(#301) Line indented incorrectly; expected at least 12 spaces, found 8
(#301) Commas (,) must be followed by white space.
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Line indented incorrectly; expected at least 12 spaces, found 8
(#304) Line indented incorrectly; expected at least 12 spaces, found 8
(#305) Whitespace found at end of line
(#306) Line indented incorrectly; expected at least 12 spaces, found 8
(#306) Variable "admin_email" must not contain underscores.
(#306) Variable "current_mod_info" must not contain underscores.
(#307) Line indented incorrectly; expected at least 12 spaces, found 8
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Whitespace found at end of line
(#309) Line indented incorrectly; expected 8 spaces, found 5
(#309) Closing brace indented incorrectly; expected 4 spaces, found 5
(#321) Whitespace found at end of line
(#323) Variable "current_mod_info" must not contain underscores.
(#323) Expected 1 space after closing parenthesis; found 0
(#326) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#328) Expected 1 space before "=>"; 0 found
(#328) Expected 1 space after "=>"; 0 found
(#330) Commas (,) must be followed by white space.
(#331) Variable "user_email" must not contain underscores.
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Whitespace found at end of line
(#333) Variable "user_email" must not contain underscores.
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#333) Whitespace found at end of line
(#336) Variable "user_email" must not contain underscores.
(#336) Variable "current_mod_info" must not contain underscores.
(#337) Expected 1 space before "="; 0 found
(#337) Expected 1 space before "="; 0 found
(#337) Expected 1 space after "="; 0 found
(#337) Whitespace found at end of line
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#347) Whitespace found at end of line
(#348) Whitespace found at end of line
(#350) Variable "course_id" must not contain underscores.
(#350) Variable "currentUserId" must be all lower-case
(#350) Expected 1 space after closing parenthesis; found 0
(#351) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#352) Whitespace found at end of line
(#354) Variable "teacher_ids" must not contain underscores.
(#355) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Expected 1 space before "=>"; 0 found
(#359) Expected 1 space after "=>"; 0 found
(#359) Variable "course_id" must not contain underscores.
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Variable "teacher_ids" must not contain underscores.
(#364) Variable "course_id" must not contain underscores.
(#365) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Expected 1 space before "=>"; 0 found
(#368) Expected 1 space after "=>"; 0 found
(#368) Variable "currentUserId" must be all lower-case
(#369) Variable "requester_email" must not contain underscores.
(#369) Whitespace found at end of line
(#371) Variable "teacher_ids" must not contain underscores.
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Variable "teacher_ids" must not contain underscores.
(#376) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) No space found before comment text; expected "// ****** Email each of the people who are associated with the course ******" but found "//****** Email each of the people who are associated with the course ******"
(#378) Whitespace found at end of line
(#379) Variable "admin_email" must not contain underscores.
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#381) Variable "admin_email" must not contain underscores.
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#381) Whitespace found at end of line
(#382) Variable "custom_sig" must not contain underscores.
(#382) Variable "admin_email" must not contain underscores.
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Whitespace found at end of line
(#383) Variable "single_id" must not contain underscores.
(#384) Expected 1 space before "=>"; 0 found
(#384) Expected 1 space after "=>"; 0 found
(#384) Variable "single_id" must not contain underscores.
(#387) Commas (,) must be followed by white space.
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 12 spaces, found 7
(#389) Whitespace found at end of line within string
(#390) Whitespace found at end of line within string
(#391) Whitespace found at end of line within string
(#392) Commas (,) must be followed by white space.
(#393) Line indented incorrectly; expected at least 12 spaces, found 0
(#393) Whitespace found at end of line within string
(#393) Variable "requester_email" must not contain underscores.
(#394) Whitespace found at end of line within string
(#395) Whitespace found at end of line within string
(#396) Variable "custom_sig" must not contain underscores.
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Whitespace found at end of line
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Whitespace found at end of line
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#401) Line indented incorrectly; expected 8 spaces, found 0
(#401) Closing brace indented incorrectly; expected 8 spaces, found 0
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 4 spaces, found 1
(#402) Closing brace indented incorrectly; expected 4 spaces, found 1
(#403) Whitespace found at end of line
(#403) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Whitespace found at end of line
(#405) Whitespace found at end of line
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) No space found before comment text; expected "// ***** Email the person who made the request" but found "//***** Email the person who made the request"
(#406) Whitespace found at end of line
(#407) Line indented incorrectly; expected at least 4 spaces, found 3
(#407) Variable "current_user_emailinguserobject" must not contain underscores.
(#407) Expected 1 space before "=>"; 0 found
(#407) Expected 1 space after "=>"; 0 found
(#408) Line indented incorrectly; expected at least 4 spaces, found 3
(#408) Variable "admin_email" must not contain underscores.
(#408) Expected 1 space before "=>"; 0 found
(#408) Expected 1 space after "=>"; 0 found
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Whitespace found at end of line
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Whitespace found at end of line
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 4 spaces, found 1
(#410) Variable "admin_email" must not contain underscores.
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#410) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#410) Whitespace found at end of line
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 8 spaces, found 2
(#411) Variable "custom_sig" must not contain underscores.
(#411) Variable "admin_email" must not contain underscores.
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Whitespace found at end of line
(#413) Line indented incorrectly; expected at least 8 spaces, found 4
(#413) Commas (,) must be followed by white space.
(#414) Line indented incorrectly; expected at least 8 spaces, found 4
(#414) Whitespace found at end of line within string
(#415) Whitespace found at end of line within string
(#416) Commas (,) must be followed by white space.
(#416) Whitespace found at end of line within string
(#417) Whitespace found at end of line within string
(#418) Whitespace found at end of line within string
(#419) Whitespace found at end of line within string
(#420) Whitespace found at end of line within string
(#420) Variable "custom_sig" must not contain underscores.
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Whitespace found at end of line
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 8 spaces, found 1
(#423) Variable "current_user_emailinguserobject" must not contain underscores.
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#423) Whitespace found at end of line
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 8 spaces, found 6
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#426) Line indented incorrectly; expected 4 spaces, found 0
(#426) Closing brace indented incorrectly; expected 1 spaces, found 0
(#427) Whitespace found at end of line
(#427) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Whitespace found at end of line
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 4 spaces, found 1
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Whitespace found at end of line
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 4 spaces, found 2
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Whitespace found at end of line
(#437) Commas (,) must be followed by white space.
(#439) Variable "admin_email" must not contain underscores.
(#439) Expected 1 space before "=>"; 0 found
(#439) Expected 1 space after "=>"; 0 found
(#441) Variable "admin_email" must not contain underscores.
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#441) Whitespace found at end of line
(#442) Variable "custom_sig" must not contain underscores.
(#442) Variable "admin_email" must not contain underscores.
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Whitespace found at end of line
(#444) Whitespace found at end of line within string
(#445) Whitespace found at end of line within string
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Whitespace found at end of line
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 12 spaces, found 4
(#448) Whitespace found at end of line within string
(#449) Whitespace found at end of line within string
(#450) Whitespace found at end of line within string
(#451) Commas (,) must be followed by white space.
(#451) Whitespace found at end of line within string
(#451) Variable "requester_email" must not contain underscores.
(#452) Whitespace found at end of line within string
(#453) Whitespace found at end of line within string
(#453) Variable "custom_sig" must not contain underscores.
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Whitespace found at end of line
(#456) Commas (,) must be followed by white space.
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Whitespace found at end of line
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Whitespace found at end of line
(#461) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Whitespace found at end of line
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 8 spaces, found 2
(#463) Closing brace indented incorrectly; expected 8 spaces, found 2
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Whitespace found at end of line
(#465) Line indented incorrectly; expected 4 spaces, found 5
(#465) Closing brace indented incorrectly; expected 4 spaces, found 5
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Whitespace found at end of line
blocks/cmanager/comment.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#61) Empty IF statement detected
(#61) Commas (,) must be followed by white space.
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Expected "if (...) {\n"; found "if(...){\n"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#83) Expected "if (...) {\n"; found "if(...){\n"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
(#98) Whitespace found at end of line within string
(#99) Whitespace found at end of line within string
(#100) Whitespace found at end of line within string
(#111) Duplicate class name "block_cmanager_comment_form" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/cmanager/admin/comment.php on line 86
(#113) Visibility must be declared on method "definition"
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Line indented incorrectly; expected at least 8 spaces, found 4
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Commas (,) must be followed by white space.
(#118) Line exceeds 132 characters; contains 136 characters
(#118) Line exceeds 132 characters; contains 136 characters
(#118) Line exceeds 132 characters; contains 136 characters
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Line indented incorrectly; expected at least 8 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 1
(#121) Whitespace found at end of line within string
(#122) Commas (,) must be followed by white space.
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Commas (,) must be followed by white space.
(#126) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#134) Expected 1 space after ".="; 0 found
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 1
(#136) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 2
(#140) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 2
(#143) Expected 1 space after ".="; 0 found
(#143) Commas (,) must be followed by white space.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 2
(#144) Expected 1 space after ".="; 0 found
(#144) Commas (,) must be followed by white space.
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 2
(#146) Expected 1 space after ".="; 0 found
(#146) Commas (,) must be followed by white space.
(#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 4
(#147) Expected 1 space after ".="; 0 found
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 2
(#148) Expected 1 space after ".="; 0 found
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 1
(#150) Expected 1 space after ".="; 0 found
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Whitespace found at end of line within string
(#169) Whitespace found at end of line within string
(#170) Commas (,) must be followed by white space.
(#170) Whitespace found at end of line within string
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#174) Whitespace found at end of line within string
(#175) Whitespace found at end of line within string
(#176) Commas (,) must be followed by white space.
(#176) Whitespace found at end of line within string
(#177) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
(#179) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#188) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#191) Closing brace indented incorrectly; expected 4 spaces, found 1
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#201) Line indented incorrectly; expected 0 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 at least 4 spaces, found 1
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 3
(#206) Line indented incorrectly; expected 0 spaces, found 2
(#206) Closing brace indented incorrectly; expected 3 spaces, found 2
(#206) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#206) Expected "if (...) {\n"; found "if (...){\n"
(#206) Empty IF statement detected
(#206) Expected 1 space before "="; 0 found
(#206) Expected 1 space after "="; 0 found
(#209) Line indented incorrectly; expected 0 spaces, found 2
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 3
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#220) Closing brace indented incorrectly; expected 2 spaces, found 0
(#223) Expected "if (...) {\n"; found "if(...){\n"
(#225) Line indented incorrectly; expected at least 4 spaces, found 0
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Line indented incorrectly; expected at least 4 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 2
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 2
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 2
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 2
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 2
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 2
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 2
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Line indented incorrectly; expected at least 4 spaces, found 2
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 2
(#240) Expected 1 space after "="; 2 found
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 2
(#243) Variable "user_id" must not contain underscores.
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 2
(#244) Variable "user_id" must not contain underscores.
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 4 spaces, found 2
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 2
(#247) Expected 1 space after "="; 2 found
(#247) Expected 1 space before "=>"; 0 found
(#247) Expected 1 space after "=>"; 0 found
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Line indented incorrectly; expected at least 4 spaces, found 2
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 2
(#250) Variable "replaceValues" must be all lower-case
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Variable "replaceValues" must be all lower-case
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Variable "replaceValues" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) This comment is 64% valid code; is this commented out code?
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentrecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentrecord->progcode;"
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) This comment is 64% valid code; is this commented out code?
(#254) No space found before comment text; expected "// $replaceValues['[p_name]'] = $currentrecord->progname;" but found "//$replaceValues['[p_name]'] = $currentrecord->progname;"
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Variable "replaceValues" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Variable "replaceValues" must be all lower-case
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Variable "replaceValues" must be all lower-case
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 2
(#258) Variable "replaceValues" must be all lower-case
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 2
(#261) Variable "user_id" must not contain underscores.
(#261) Variable "replaceValues" must be all lower-case
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 4 spaces, found 2
(#262) Variable "replaceValues" must be all lower-case
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 4 spaces, found 2
blocks/cmanager/course_exists.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Whitespace found at end of line
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#46) Variable "currentSess" must be all lower-case
(#47) Variable "currentSess" must be all lower-case
(#54) Whitespace found at end of line
(#55) Visibility must be declared on method "definition"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Variable "currentSess" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Variable "currentRecord" must be all lower-case
(#59) Expected 1 space after "="; 2 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Variable "currentSess" must be all lower-case
(#60) Whitespace found at end of line
(#61) Commas (,) must be followed by white space.
(#61) Line exceeds 132 characters; contains 147 characters
(#61) Line exceeds 132 characters; contains 147 characters
(#62) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 at least 8 spaces, found 2
(#65) Commas (,) must be followed by white space.
(#66) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Whitespace found at end of line within string
(#70) Whitespace found at end of line within string
(#71) Commas (,) must be followed by white space.
(#71) Whitespace found at end of line within string
(#72) Commas (,) must be followed by white space.
(#72) Whitespace found at end of line within string
(#73) Commas (,) must be followed by white space.
(#73) Whitespace found at end of line within string
(#74) Whitespace found at end of line within string
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 133 characters
(#75) Line exceeds 132 characters; contains 133 characters
(#75) Whitespace found at end of line within string
(#76) Commas (,) must be followed by white space.
(#76) Whitespace found at end of line within string
(#77) Whitespace found at end of line within string
(#78) Whitespace found at end of line within string
(#80) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#81) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#85) Variable "currentRecord" must be all lower-case
(#85) Expected 1 space after "="; 2 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Variable "currentSess" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#86) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 1
(#88) Variable "modCode" must be all lower-case
(#88) Variable "currentRecord" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 1
(#89) Variable "modTitle" must be all lower-case
(#89) Variable "currentRecord" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 1
(#90) Variable "modMode" must be all lower-case
(#90) Variable "currentRecord" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 1
(#92) Variable "spaceCheck" must be all lower-case
(#92) Expected 1 space after "="; 2 found
(#92) Variable "modCode" must be all lower-case
(#92) Variable "modCode" must be all lower-case
(#92) Variable "modCode" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Variable "selectQuery" must be all lower-case
(#94) Whitespace found at end of line within string
(#94) Variable "modCode" must be all lower-case
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#96) Variable "spaceCheck" must be all lower-case
(#97) Whitespace found at end of line within string
(#97) Variable "modMode" must be all lower-case
(#98) Variable "spaceCheck" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 1
(#100) Variable "recordsExist" must be all lower-case
(#100) Variable "selectQuery" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#101) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 1
(#104) Variable "allRecords" must be all lower-case
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#104) Variable "selectQuery" must be all lower-case
(#105) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Whitespace found at end of line
(#109) Line indented incorrectly; expected 8 spaces, found 0
(#109) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#109) Variable "allRecords" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 1
(#112) Variable "lecturerHTML" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Line indented incorrectly; expected at least 12 spaces, found 1
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 1
(#114) Variable "categoryName" must be all lower-case
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Line indented incorrectly; expected at least 12 spaces, found 5
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 2
(#117) Variable "lecturerHTML" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Line indented incorrectly; expected at least 12 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 12 spaces, found 1
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#120) Variable "categoryName" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 2
(#121) Variable "catLocation" must be all lower-case
(#121) Variable "categoryName" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 2
(#123) Variable "catLocation" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 1
(#125) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 2
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Variable "catLocation" must be all lower-case
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Variable "lecturerHTML" must be all lower-case
(#134) Whitespace found at end of line within string
(#135) Commas (,) must be followed by white space.
(#135) Line exceeds maximum limit of 180 characters; contains 211 characters
(#135) Line exceeds maximum limit of 180 characters; contains 211 characters
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Commas (,) must be followed by white space.
(#137) Line exceeds 132 characters; contains 161 characters
(#137) Line exceeds 132 characters; contains 161 characters
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#140) Closing brace indented incorrectly; expected 0 spaces, found 8
(#141) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 1
(#143) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 8 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 1
(#150) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#150) Line exceeds maximum limit of 180 characters; contains 212 characters
(#150) Line exceeds maximum limit of 180 characters; contains 212 characters
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Whitespace found at end of line
(#151) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#154) Closing brace indented incorrectly; expected 4 spaces, found 1
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#160) Whitespace found at end of line
(#161) Line indented incorrectly; expected 0 spaces, found 2
(#161) Expected "if (...) {\n"; found "if (...){\n"
(#161) Empty IF statement detected
(#163) Line indented incorrectly; expected 0 spaces, found 2
(#163) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#163) Expected "if (...) {\n"; found "if (...){\n"
(#163) Empty IF statement detected
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Line indented incorrectly; expected 0 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Whitespace found at end of line
(#173) Closing brace indented incorrectly; expected 2 spaces, found 0
(#177) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/course_new.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#43) Empty IF statement detected
(#43) Commas (,) must be followed by white space.
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Whitespace found at end of line
(#59) Space found before semicolon; expected "];" but found "] ;"
(#71) Whitespace found at end of line
(#72) Visibility must be declared on method "definition"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Expected 1 space after "="; 2 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Commas (,) must be followed by white space.
(#78) Whitespace found at end of line
(#79) Commas (,) must be followed by white space.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 8 spaces, found 7
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Whitespace found at end of line
(#84) Commas (,) must be followed by white space.
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 7
(#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
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 16 spaces, found 7
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 20 spaces, found 8
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 20 spaces, found 7
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 20 spaces, found 5
(#101) Whitespace found at end of line
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 16 spaces, found 4
(#103) Closing brace indented incorrectly; expected 7 spaces, found 4
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 20 spaces, found 10
(#104) Whitespace found at end of line
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 16 spaces, found 6
(#106) Closing brace indented incorrectly; expected 4 spaces, found 6
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 12 spaces, found 3
(#109) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 16 spaces, found 11
(#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 9
(#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 8
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 6
(#113) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 16 spaces, found 5
(#115) Closing brace indented incorrectly; expected 11 spaces, found 5
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 20 spaces, found 8
(#116) Whitespace found at end of line
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 16 spaces, found 7
(#118) Closing brace indented incorrectly; expected 5 spaces, found 7
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 3
(#119) Closing brace indented incorrectly; expected 12 spaces, found 3
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Expected "} else if (...) {\n"; found "}\n\t\t\telse if (...) {\n"
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 16 spaces, found 11
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 9
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 20 spaces, found 8
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 20 spaces, found 6
(#124) Whitespace found at end of line
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 16 spaces, found 5
(#127) Closing brace indented incorrectly; expected 11 spaces, found 5
(#127) Expected "} else {\n"; found "} else {\n"
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 20 spaces, found 9
(#128) Whitespace found at end of line
(#129) Whitespace found at end of line
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 16 spaces, found 5
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 5
(#131) Closing brace indented incorrectly; expected 3 spaces, found 5
(#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 5
(#132) Expected "} else if (...) {\n"; found "}\n\t\t else if (...) {\n"
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 16 spaces, found 8
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 20 spaces, found 9
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 9
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 20 spaces, found 7
(#136) Whitespace found at end of line
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 16 spaces, found 5
(#139) Closing brace indented incorrectly; expected 8 spaces, found 5
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 20 spaces, found 7
(#140) Whitespace found at end of line
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 16 spaces, found 5
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 12 spaces, found 4
(#143) Closing brace indented incorrectly; expected 5 spaces, found 4
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 6
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#147) Closing brace indented incorrectly; expected 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#148) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#149) Whitespace found at end of line
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#152) Commas (,) must be followed by white space.
(#153) Commas (,) must be followed by white space.
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#156) Closing brace indented incorrectly; expected 4 spaces, found 1
(#159) Whitespace found at end of line
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) This comment is 44% valid code; is this commented out code?
(#166) No space found before comment text; expected "// default 'action' for form is strip_querystring(qualified_me())" but found "//default 'action' for form is strip_querystring(qualified_me())"
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#175) Whitespace found at end of line
(#176) Spaces must be used for alignment; 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 for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Whitespace found at end of line
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#226) Commas (,) must be followed by white space.
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Whitespace found at end of line
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Whitespace found at end of line
(#233) Line indented incorrectly; expected 0 spaces, found 2
(#233) Closing brace indented incorrectly; expected 0 spaces, found 2
(#235) Expected 1 space(s) before asterisk; 0 found
(#236) Expected 1 space(s) before asterisk; 0 found
(#236) Whitespace found at end of line
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 4 spaces, found 1
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#249) Expected 1 space(s) before asterisk; 0 found
(#249) Whitespace found at end of line
(#250) Expected 1 space(s) before asterisk; 0 found
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Whitespace found at end of line
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 1
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 4 spaces, found 1
(#268) Expected 1 space(s) before asterisk; 0 found
(#269) Expected 1 space(s) before asterisk; 0 found
(#270) Variable "selectedValue" must be all lower-case
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Variable "field3Items" must be all lower-case
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Whitespace found at end of line
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 4 spaces, found 1
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Whitespace found at end of line
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#277) Variable "field3Items" must be all lower-case
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 5
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 5
(#279) Whitespace found at end of line
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 3
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 12 spaces, found 3
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 12 spaces, found 3
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 12 spaces, found 6
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 7
(#286) Whitespace found at end of line
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 12 spaces, found 3
(#287) Closing brace indented incorrectly; expected 6 spaces, found 3
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Whitespace found at end of line
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 12 spaces, found 6
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 8 spaces, found 2
(#290) Closing brace indented incorrectly; expected 5 spaces, found 2
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 3
(#292) Whitespace found at end of line
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 12 spaces, found 3
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 12 spaces, found 6
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 8 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 4 spaces, found 3
(#298) Closing brace indented incorrectly; expected 1 spaces, found 3
(#298) Whitespace found at end of line
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#299) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 1
(#301) Variable "selectedValue" must be all lower-case
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Whitespace found at end of line
(#307) Expected 1 space(s) before asterisk; 0 found
(#308) Expected 1 space(s) before asterisk; 0 found
(#309) Variable "selectedValue" must be all lower-case
(#309) Expected 1 space after closing parenthesis; found 0
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Whitespace found at end of line
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 1
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Whitespace found at end of line
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 4 spaces, found 1
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Variable "field3Items" must be all lower-case
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#317) Variable "field3Items" must be all lower-case
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 8 spaces, found 3
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 12 spaces, found 7
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 12 spaces, found 7
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 8 spaces, found 3
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 2
(#323) Closing brace indented incorrectly; expected 1 spaces, found 2
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Whitespace found at end of line
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 4 spaces, found 1
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 4 spaces, found 1
(#326) Variable "selectedValue" must be all lower-case
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 5
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 4 spaces, found 1
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Whitespace found at end of line
(#334) Whitespace found at end of line
blocks/cmanager/course_request.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#52) Inline doc block comments are not allowed; use "// Comment." instead
(#56) Whitespace found at end of line
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Whitespace found at end of line
(#62) Commas (,) must be followed by white space.
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Whitespace found at end of line
(#74) Whitespace found at end of line
(#80) Expected "} else if (...) {\n"; found "}\nelse if (...) { // editing mode\n"
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Whitespace found at end of line
(#83) Commas (,) must be followed by white space.
(#90) Whitespace found at end of line
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Whitespace found at end of line
(#96) Expected 1 space after "="; 2 found
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#97) Whitespace found at end of line
(#98) Whitespace found at end of line
(#116) Visibility must be declared on method "definition"
(#117) Whitespace found at end of line
(#120) Whitespace found at end of line
(#121) Whitespace found at end of line
(#122) Whitespace found at end of line
(#123) Commas (,) must be followed by white space.
(#123) Whitespace found at end of line
(#124) Commas (,) must be followed by white space.
(#125) Whitespace found at end of line
(#126) Whitespace found at end of line
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#128) Whitespace found at end of line
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#130) Whitespace found at end of line
(#130) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#131) Whitespace found at end of line
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Whitespace found at end of line
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#135) Whitespace found at end of line
(#136) Expected 1 space before "=>"; 0 found
(#136) Expected 1 space after "=>"; 0 found
(#137) Whitespace found at end of line
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#139) Whitespace found at end of line
(#140) Expected 1 space before "=>"; 0 found
(#140) Expected 1 space after "=>"; 0 found
(#141) Whitespace found at end of line
(#142) Expected 1 space before "=>"; 0 found
(#142) Expected 1 space after "=>"; 0 found
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// get field 3 status" but found "//get field 3 status"
(#144) Whitespace found at end of line
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#146) Whitespace found at end of line
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// get the value for autokey - the config variable that determines enrolment key auto or prompt" but found "//get the value for autokey - the config variable that determines enrolment key auto or prompt"
(#148) Variable "autoKey" must be all lower-case
(#149) Whitespace found at end of line
(#151) Whitespace found at end of line
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Commas (,) must be followed by white space.
(#154) Whitespace found at end of line
(#155) Commas (,) must be followed by white space.
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Commas (,) must be followed by white space.
(#162) Whitespace found at end of line
(#164) Whitespace found at end of line
(#164) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Whitespace found at end of line
(#174) Commas (,) must be followed by white space.
(#174) Whitespace found at end of line
(#180) Whitespace found at end of line
(#180) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#181) Whitespace found at end of line
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Variable "selectQuery" must be all lower-case
(#186) Variable "field3Items" must be all lower-case
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#186) Variable "selectQuery" must be all lower-case
(#188) Variable "field3Items" must be all lower-case
(#194) Whitespace found at end of line
(#196) Whitespace found at end of line
(#197) Commas (,) must be followed by white space.
(#197) Whitespace found at end of line
(#202) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#203) Whitespace found at end of line
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) This comment is 56% valid code; is this commented out code?
(#207) Line indented incorrectly; expected at least 12 spaces, found 10
(#207) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#208) Whitespace found at end of line
(#210) Whitespace found at end of line
(#214) Whitespace found at end of line
(#217) Variable "autoKey" must be all lower-case
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Commas (,) must be followed by white space.
(#223) Whitespace found at end of line
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Whitespace found at end of line
(#231) Whitespace found at end of line
(#232) Whitespace found at end of line
(#234) Line indented incorrectly; expected 8 spaces, found 9
(#234) Closing brace indented incorrectly; expected 8 spaces, found 9
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#238) Commas (,) must be followed by white space.
(#239) Commas (,) must be followed by white space.
(#240) Whitespace found at end of line
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#251) Expected 1 space before "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#256) Whitespace found at end of line
(#276) Whitespace found at end of line
(#283) Line indented incorrectly; expected at least 8 spaces, found 6
(#286) Expected 1 space after "="; 2 found
(#300) Whitespace found at end of line
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Expected "if (...) {\n"; found "if (...){\n"
(#313) Whitespace found at end of line
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Whitespace found at end of line within string
(#316) Whitespace found at end of line within string
(#317) Whitespace found at end of line within string
(#320) Whitespace found at end of line
(#325) Expected "} else {\n"; found "} else{\n"
(#327) Whitespace found at end of line
blocks/cmanager/db/access.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Whitespace found at end of line
(#37) Whitespace found at end of line
(#39) Whitespace found at end of line
(#42) Whitespace found at end of line
(#45) Whitespace found at end of line
(#54) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
blocks/cmanager/db/install.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#60) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#70) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#75) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#80) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Whitespace found at end of line within string
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#85) Whitespace found at end of line within string
(#86) Whitespace found at end of line within string
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#91) Line indented incorrectly; expected at least 4 spaces, found 0
(#92) Line indented incorrectly; expected at least 4 spaces, found 0
(#92) Whitespace found at end of line within string
(#93) Whitespace found at end of line within string
(#94) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
(#98) Whitespace found at end of line within string
(#99) Whitespace found at end of line within string
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#102) Whitespace found at end of line within string
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#111) Line indented incorrectly; expected at least 4 spaces, found 0
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#112) Whitespace found at end of line within string
(#113) Whitespace found at end of line within string
(#114) Whitespace found at end of line within string
(#115) Whitespace found at end of line within string
(#116) Whitespace found at end of line within string
(#117) Whitespace found at end of line within string
(#118) Whitespace found at end of line within string
(#119) Whitespace found at end of line within string
(#120) Whitespace found at end of line within string
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#124) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#127) Line indented incorrectly; expected at least 4 spaces, found 0
(#128) Line indented incorrectly; expected at least 4 spaces, found 0
(#129) Line indented incorrectly; expected at least 4 spaces, found 0
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#143) Line indented incorrectly; expected at least 4 spaces, found 0
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#146) Line indented incorrectly; expected at least 4 spaces, found 0
(#147) Line indented incorrectly; expected at least 4 spaces, found 0
(#148) Line indented incorrectly; expected at least 4 spaces, found 0
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#157) Line indented incorrectly; expected at least 4 spaces, found 0
(#159) Line indented incorrectly; expected at least 4 spaces, found 0
(#160) Line indented incorrectly; expected at least 4 spaces, found 0
(#161) Line indented incorrectly; expected at least 4 spaces, found 0
(#161) Whitespace found at end of line within string
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Whitespace found at end of line within string
(#170) Line indented incorrectly; expected at least 4 spaces, found 0
(#172) Line indented incorrectly; expected at least 4 spaces, found 0
(#173) Line indented incorrectly; expected at least 4 spaces, found 0
(#174) Line indented incorrectly; expected at least 4 spaces, found 0
(#174) Whitespace found at end of line within string
(#175) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#177) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
(#179) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#184) Line indented incorrectly; expected at least 4 spaces, found 0
(#186) Line indented incorrectly; expected at least 4 spaces, found 0
(#187) Line indented incorrectly; expected at least 4 spaces, found 0
(#188) Line indented incorrectly; expected at least 4 spaces, found 0
(#188) Whitespace found at end of line within string
(#189) Whitespace found at end of line within string
(#190) Whitespace found at end of line within string
(#191) Whitespace found at end of line within string
(#192) Whitespace found at end of line within string
(#193) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#195) Whitespace found at end of line within string
(#196) Whitespace found at end of line within string
(#197) Whitespace found at end of line within string
(#198) Whitespace found at end of line within string
(#199) Whitespace found at end of line within string
(#200) Whitespace found at end of line within string
(#201) Whitespace found at end of line within string
(#202) Whitespace found at end of line within string
(#204) Line indented incorrectly; expected at least 4 spaces, found 0
(#206) Line indented incorrectly; expected at least 4 spaces, found 0
(#207) Line indented incorrectly; expected at least 4 spaces, found 0
(#208) Line indented incorrectly; expected at least 4 spaces, found 0
(#208) Whitespace found at end of line within string
(#209) Whitespace found at end of line within string
(#210) Whitespace found at end of line within string
(#211) Whitespace found at end of line within string
(#212) Whitespace found at end of line within string
(#213) Whitespace found at end of line within string
(#214) Whitespace found at end of line within string
(#215) Whitespace found at end of line within string
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#219) Line indented incorrectly; expected at least 4 spaces, found 0
(#220) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#222) Line indented incorrectly; expected at least 4 spaces, found 0
(#223) Line indented incorrectly; expected at least 4 spaces, found 0
(#224) Line indented incorrectly; expected at least 4 spaces, found 0
(#224) Whitespace found at end of line within string
(#225) Whitespace found at end of line within string
(#226) Whitespace found at end of line within string
(#227) Whitespace found at end of line within string
(#228) Whitespace found at end of line within string
(#229) Whitespace found at end of line within string
(#230) Whitespace found at end of line within string
(#231) Whitespace found at end of line within string
(#232) Whitespace found at end of line within string
(#233) Whitespace found at end of line within string
(#234) Whitespace found at end of line within string
(#235) Whitespace found at end of line within string
(#237) Line indented incorrectly; expected at least 4 spaces, found 0
(#239) Line indented incorrectly; expected at least 4 spaces, found 0
(#240) Line indented incorrectly; expected at least 4 spaces, found 0
(#241) Line indented incorrectly; expected at least 4 spaces, found 0
(#241) Whitespace found at end of line within string
(#242) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#244) Whitespace found at end of line within string
(#245) Whitespace found at end of line within string
(#246) Whitespace found at end of line within string
(#247) Whitespace found at end of line within string
(#248) Whitespace found at end of line within string
(#250) Line indented incorrectly; expected at least 4 spaces, found 0
(#252) Line indented incorrectly; expected at least 4 spaces, found 0
(#253) Line indented incorrectly; expected at least 4 spaces, found 0
(#254) Line indented incorrectly; expected at least 4 spaces, found 0
(#255) Line indented incorrectly; expected at least 4 spaces, found 0
(#257) Line indented incorrectly; expected at least 4 spaces, found 0
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#259) Line indented incorrectly; expected at least 4 spaces, found 0
(#260) Line indented incorrectly; expected at least 4 spaces, found 0
(#262) Line indented incorrectly; expected at least 4 spaces, found 0
(#263) Line indented incorrectly; expected at least 4 spaces, found 0
(#264) Line indented incorrectly; expected at least 4 spaces, found 0
(#265) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#268) Line indented incorrectly; expected at least 4 spaces, found 0
(#269) Line indented incorrectly; expected at least 4 spaces, found 0
(#270) Line indented incorrectly; expected at least 4 spaces, found 0
(#271) Line indented incorrectly; expected at least 4 spaces, found 0
(#272) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#274) Line indented incorrectly; expected at least 4 spaces, found 0
(#275) Line indented incorrectly; expected at least 4 spaces, found 0
(#276) Line indented incorrectly; expected at least 4 spaces, found 0
(#277) Line indented incorrectly; expected at least 4 spaces, found 0
(#278) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#280) Line indented incorrectly; expected at least 4 spaces, found 0
(#281) Line indented incorrectly; expected at least 4 spaces, found 0
(#282) Line indented incorrectly; expected at least 4 spaces, found 0
(#283) Line indented incorrectly; expected at least 4 spaces, found 0
(#284) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#286) Line indented incorrectly; expected at least 4 spaces, found 0
(#287) Line indented incorrectly; expected at least 4 spaces, found 0
(#288) Line indented incorrectly; expected at least 4 spaces, found 0
(#289) Line indented incorrectly; expected at least 4 spaces, found 0
(#290) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#292) Line indented incorrectly; expected at least 4 spaces, found 0
(#293) Line indented incorrectly; expected at least 4 spaces, found 0
(#294) Line indented incorrectly; expected at least 4 spaces, found 0
(#295) Line indented incorrectly; expected at least 4 spaces, found 0
(#297) Line indented incorrectly; expected at least 4 spaces, found 0
(#298) Line indented incorrectly; expected at least 4 spaces, found 0
(#299) Line indented incorrectly; expected at least 4 spaces, found 0
(#300) Line indented incorrectly; expected at least 4 spaces, found 0
(#302) Line indented incorrectly; expected at least 4 spaces, found 0
(#303) Line indented incorrectly; expected at least 4 spaces, found 0
(#304) Line indented incorrectly; expected at least 4 spaces, found 0
(#305) Line indented incorrectly; expected at least 4 spaces, found 0
(#306) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Line indented incorrectly; expected at least 4 spaces, found 0
(#310) Line indented incorrectly; expected at least 4 spaces, found 0
(#311) Line indented incorrectly; expected at least 4 spaces, found 0
(#312) Line indented incorrectly; expected at least 4 spaces, found 0
(#313) Line indented incorrectly; expected at least 4 spaces, found 0
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) This comment is 60% valid code; is this commented out code?
(#315) Line indented incorrectly; expected at least 4 spaces, found 0
(#315) No space found before comment text; expected "// $activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");" but found "//$activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");"
(#316) Line indented incorrectly; expected at least 4 spaces, found 0
(#316) Variable "activeFormId" must be all lower-case
(#316) Expected 1 space before "=>"; 0 found
(#316) Expected 1 space after "=>"; 0 found
(#317) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#320) Line indented incorrectly; expected at least 4 spaces, found 0
(#321) Line indented incorrectly; expected at least 4 spaces, found 0
(#322) Line indented incorrectly; expected at least 4 spaces, found 0
(#322) Variable "activeFormId" must be all lower-case
(#323) Line indented incorrectly; expected at least 4 spaces, found 0
(#324) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Line indented incorrectly; expected at least 4 spaces, found 0
(#327) Line indented incorrectly; expected at least 4 spaces, found 0
(#328) Line indented incorrectly; expected at least 4 spaces, found 0
(#329) Line indented incorrectly; expected at least 4 spaces, found 0
(#330) Line indented incorrectly; expected at least 4 spaces, found 0
(#332) Line indented incorrectly; expected at least 4 spaces, found 0
(#333) Line indented incorrectly; expected at least 4 spaces, found 0
(#334) Line indented incorrectly; expected at least 4 spaces, found 0
(#335) Line indented incorrectly; expected at least 4 spaces, found 0
(#337) Line indented incorrectly; expected at least 4 spaces, found 0
(#338) Line indented incorrectly; expected at least 4 spaces, found 0
(#339) Line indented incorrectly; expected at least 4 spaces, found 0
(#340) Line indented incorrectly; expected at least 4 spaces, found 0
(#342) Line indented incorrectly; expected at least 4 spaces, found 0
(#343) Line indented incorrectly; expected at least 4 spaces, found 0
(#344) Line indented incorrectly; expected at least 4 spaces, found 0
(#345) Line indented incorrectly; expected at least 4 spaces, found 0
(#347) Line indented incorrectly; expected at least 4 spaces, found 0
(#348) Line indented incorrectly; expected at least 4 spaces, found 0
(#349) Line indented incorrectly; expected at least 4 spaces, found 0
(#350) Line indented incorrectly; expected at least 4 spaces, found 0
(#351) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#353) Line indented incorrectly; expected at least 4 spaces, found 0
(#354) Line indented incorrectly; expected at least 4 spaces, found 0
(#355) Line indented incorrectly; expected at least 4 spaces, found 0
(#356) Line indented incorrectly; expected at least 4 spaces, found 0
(#357) Line indented incorrectly; expected at least 4 spaces, found 0
(#358) Line indented incorrectly; expected at least 4 spaces, found 0
(#358) Variable "activeFormId" must be all lower-case
(#359) Line indented incorrectly; expected at least 4 spaces, found 0
(#360) Functions must not contain multiple empty lines in a row; found 6 empty lines
(#366) Line indented incorrectly; expected at least 4 spaces, found 0
(#367) Line indented incorrectly; expected at least 4 spaces, found 0
(#368) Line indented incorrectly; expected at least 4 spaces, found 0
(#369) Line indented incorrectly; expected at least 4 spaces, found 0
(#370) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#372) Line indented incorrectly; expected at least 4 spaces, found 0
(#375) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/db/upgrade.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Line indented incorrectly; expected 4 spaces, found 0
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#36) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 86% valid code; is this commented out code?
(#38) Line indented incorrectly; expected at least 8 spaces, found 1
(#38) No space found before comment text; expected "// $DB->get_record_sql("ALTER TABLE mdl_block_cmanager_comments MODIFY message LONGTEXT ");" but found "//$DB->get_record_sql("ALTER TABLE mdl_block_cmanager_comments MODIFY message LONGTEXT ");"
(#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 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#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 1
(#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 1
(#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 1
(#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 1
(#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 1
(#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 1
(#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 1
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#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 1
(#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 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 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 at least 8 spaces, found 1
(#64) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#66) Line indented incorrectly; expected 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/deleterequest.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Whitespace found at end of line
(#36) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Empty IF statement detected
(#41) Commas (,) must be followed by white space.
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Variable "deleteId" must be all lower-case
(#47) Whitespace found at end of line
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Variable "deleteQuery" must be all lower-case
(#51) Variable "deleteId" must be all lower-case
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Variable "deleteId" must be all lower-case
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Variable "deleteId" must be all lower-case
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#60) Commas (,) must be followed by white space.
(#60) Variable "deleteId" must be all lower-case
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Whitespace found at end of line
(#71) Expected "} else if (...) {\n"; found "} \nelse if (...) {\n"
(#71) Expected 1 space after "=="; 0 found
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Expected "} else {\n"; found "}\nelse {\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 4 spaces, found 1
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
blocks/cmanager/edit_form.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#21) Whitespace found at end of line
(#24) Expected 1 space(s) before asterisk; 2 found
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Whitespace found at end of line
(#35) Whitespace found at end of line
(#36) Line exceeds 132 characters; contains 178 characters
(#37) Whitespace found at end of line
(#37) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#38) Whitespace found at end of line
(#40) Whitespace found at end of line
(#41) Whitespace found at end of line
blocks/cmanager/formeditor/ajax_functions.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#33) Empty IF statement detected
(#33) Commas (,) must be followed by white space.
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#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 1
(#46) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#61) Expected "if (...) {\n"; found "if(...){\n"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Expected 1 space after closing parenthesis; found 0
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) This comment is 75% valid code; is this commented out code?
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) No space found before comment text; expected "// echo 'saving form';" but found "//echo 'saving form';"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#78) Expected 1 space after "="; 2 found
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Variable "rowId" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Variable "rowId" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#84) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#90) Expected 1 space after closing parenthesis; found 0
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Variable "formName" must be all lower-case
(#94) Whitespace found at end of line
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#95) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Variable "formName" must be all lower-case
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#100) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Whitespace found at end of line
(#105) Whitespace found at end of line
(#106) Expected 1 space(s) before asterisk; 0 found
(#107) Expected 1 space(s) before asterisk; 0 found
(#107) Whitespace found at end of line
(#108) Expected 1 space(s) before asterisk; 0 found
(#109) Expected 1 space after closing parenthesis; found 0
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Whitespace found at end of line
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 1
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 1
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#119) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#121) Whitespace found at end of line
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#122) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#127) Expected 1 space(s) before asterisk; 0 found
(#127) Whitespace found at end of line
(#128) Expected 1 space(s) before asterisk; 0 found
(#129) Expected 1 space after closing parenthesis; found 0
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Variable "elementId" must be all lower-case
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Whitespace found at end of line
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Variable "elementId" must be all lower-case
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#138) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#143) Whitespace found at end of line
(#144) Expected 1 space(s) before asterisk; 0 found
(#144) Whitespace found at end of line
(#145) Expected 1 space(s) before asterisk; 0 found
(#146) Expected 1 space after closing parenthesis; found 0
(#147) Whitespace found at end of line
(#149) Whitespace found at end of line
(#149) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#150) Whitespace found at end of line
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Variable "fieldType" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 4 spaces, found 1
(#152) Variable "formId" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Whitespace found at end of line
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Variable "formId" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#155) Whitespace found at end of line
(#156) Whitespace found at end of line
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Whitespace found at end of line
(#160) Expected "if (...) {\n"; found "if(...) {\n"
(#163) Whitespace found at end of line
(#163) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Whitespace found at end of line
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#167) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Whitespace found at end of line
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 4 spaces, found 1
(#169) Expected "if (...) {\n"; found "if(...){\n"
(#169) Variable "fieldType" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Whitespace found at end of line
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Variable "formId" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Whitespace found at end of line
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 4 spaces, found 1
(#182) Expected "} else if (...) {\n"; found "}\n\telse if(...){\n"
(#182) Expected "if (...) {\n"; found "if(...){\n"
(#182) Variable "fieldType" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 8 spaces, found 2
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 8 spaces, found 2
(#188) Variable "formId" must be all lower-case
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Whitespace found at end of line
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#193) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Whitespace found at end of line
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 4 spaces, found 1
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Expected "} else if (...) {\n"; found "}\n\telse if(...){\n"
(#196) Expected "if (...) {\n"; found "if(...){\n"
(#196) Variable "fieldType" must be all lower-case
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Variable "formId" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Whitespace found at end of line
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 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 4 spaces, found 1
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 4 spaces, found 1
(#209) Expected "} else if (...) {\n"; found "}\n\t\n\telse if(...){\n"
(#209) Expected "if (...) {\n"; found "if(...){\n"
(#209) Variable "fieldType" must be all lower-case
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Whitespace found at end of line
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Variable "formId" must be all lower-case
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 8 spaces, found 2
(#217) Whitespace found at end of line
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 2
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#224) Whitespace found at end of line
(#225) Expected 1 space(s) before asterisk; 0 found
(#226) Expected 1 space(s) before asterisk; 0 found
(#227) Expected 1 space after closing parenthesis; found 0
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Whitespace found at end of line
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Variable "field3ItemsHTML" must be all lower-case
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Variable "selectQuery" must be all lower-case
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 1
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 1
(#234) Variable "field3Items" must be all lower-case
(#234) Expected 1 space before "="; 0 found
(#234) Expected 1 space after "="; 0 found
(#234) Variable "selectQuery" must be all lower-case
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Whitespace found at end of line
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 1
(#236) Variable "field3ItemsHTML" must be all lower-case
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 6
(#237) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#237) Variable "field3Items" must be all lower-case
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 8 spaces, found 7
(#238) Variable "field3ItemsHTML" must be all lower-case
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 7
(#239) Variable "field3ItemsHTML" must be all lower-case
(#239) Line exceeds maximum limit of 180 characters; contains 228 characters
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 5
(#240) Variable "field3ItemsHTML" must be all lower-case
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 6
(#241) Whitespace found at end of line
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Variable "field3ItemsHTML" must be all lower-case
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#244) Variable "field3ItemsHTML" must be all lower-case
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Whitespace found at end of line
(#245) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Whitespace found at end of line
(#249) Whitespace found at end of line
(#250) Expected 1 space(s) before asterisk; 0 found
(#251) Expected 1 space(s) before asterisk; 0 found
(#252) Expected 1 space after closing parenthesis; found 0
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Whitespace found at end of line
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Whitespace found at end of line
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Whitespace found at end of line
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Variable "dStat" must be all lower-case
(#261) Whitespace found at end of line
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Whitespace found at end of line
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 4 spaces, found 1
(#263) Variable "field1title_id" must not contain underscores.
(#264) Variable "field1desc_id" must not contain underscores.
(#265) Variable "field2title_id" must not contain underscores.
(#266) Variable "field2desc_id" must not contain underscores.
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 4 spaces, found 1
(#267) Variable "field3desc_id" must not contain underscores.
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#269) Variable "statusField_id" must be all lower-case
(#269) Variable "statusField_id" must not contain underscores.
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Whitespace found at end of line
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 4 spaces, found 1
(#271) Variable "field1title_id" must not contain underscores.
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 4 spaces, found 1
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Whitespace found at end of line
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 4 spaces, found 1
(#276) Variable "field1desc_id" must not contain underscores.
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 4 spaces, found 1
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 4 spaces, found 1
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 4 spaces, found 1
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Whitespace found at end of line
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#281) Variable "field2title_id" must not contain underscores.
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 4 spaces, found 1
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 4 spaces, found 1
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 4 spaces, found 1
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Whitespace found at end of line
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 4 spaces, found 1
(#286) Variable "field2desc_id" must not contain underscores.
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 4 spaces, found 1
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 4 spaces, found 1
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 4 spaces, found 1
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Whitespace found at end of line
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 4 spaces, found 1
(#291) Variable "field3desc_id" must not contain underscores.
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 1
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 4 spaces, found 1
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 4 spaces, found 1
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Whitespace found at end of line
(#295) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Variable "statusField_id" must be all lower-case
(#297) Variable "statusField_id" must not contain underscores.
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 4 spaces, found 1
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 4 spaces, found 1
(#299) Variable "dStat" must be all lower-case
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 4 spaces, found 1
(#301) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#304) Whitespace found at end of line
(#305) Expected 1 space(s) before asterisk; 0 found
(#306) Expected 1 space(s) before asterisk; 0 found
(#307) Expected 1 space after closing parenthesis; found 0
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Variable "newValue" must be all lower-case
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 4 spaces, found 1
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 4 spaces, found 1
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 4 spaces, found 1
(#314) Variable "newValue" must be all lower-case
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 1
(#315) Expected 1 space before "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#315) Whitespace found at end of line
(#316) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#319) Whitespace found at end of line
(#320) Expected 1 space(s) before asterisk; 0 found
(#321) Expected 1 space(s) before asterisk; 0 found
(#322) Expected 1 space after closing parenthesis; found 0
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Whitespace found at end of line
(#323) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Whitespace found at end of line
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Whitespace found at end of line
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 4 spaces, found 1
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 4 spaces, found 1
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 4 spaces, found 1
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Whitespace found at end of line
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 4 spaces, found 1
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 4 spaces, found 1
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 4 spaces, found 1
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Whitespace found at end of line
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 4 spaces, found 1
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Whitespace found at end of line
(#336) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#341) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/formeditor/form_builder.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#43) Variable "formPath" must be all lower-case
(#44) Variable "formPath" must be all lower-case
(#50) Empty IF statement detected
(#50) Commas (,) must be followed by white space.
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#131) Expected "if (...) {\n"; found "if(...){\n"
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Variable "delId" must be all lower-case
(#133) Variable "delId" must be all lower-case
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#140) Whitespace found at end of line
(#141) Visibility must be declared on method "definition"
(#143) Whitespace found at end of line
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 4
(#145) Commas (,) must be followed by white space.
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Commas (,) must be followed by white space.
(#147) Line exceeds 132 characters; contains 166 characters
(#147) Line exceeds 132 characters; contains 166 characters
(#147) Whitespace found at end of line within string
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Line indented incorrectly; expected at least 8 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 1
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Line exceeds maximum limit of 180 characters; contains 527 characters
(#151) Line exceeds maximum limit of 180 characters; contains 527 characters
(#152) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Whitespace found at end of line
(#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 1
(#154) Commas (,) must be followed by white space.
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 1
(#155) Commas (,) must be followed by white space.
(#155) Commas (,) must be followed by white space.
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 1
(#157) Variable "currentSelectedForm" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Line indented incorrectly; expected at least 8 spaces, found 4
(#159) Variable "whereQuery" must be all lower-case
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Variable "whereQuery" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Whitespace found at end of line
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Variable "selectHTML" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Line exceeds 132 characters; contains 147 characters
(#162) Line exceeds 132 characters; contains 147 characters
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 7
(#163) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 4
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 12 spaces, found 4
(#165) Expected "if (...) {\n"; found "if(...){\n"
(#165) Variable "currentSelectedForm" must be all lower-case
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 16 spaces, found 5
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 12 spaces, found 4
(#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 4
(#169) Variable "selectHTML" must be all lower-case
(#169) Expected 1 space after ".="; 0 found
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 12 spaces, found 4
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 3
(#171) Closing brace indented incorrectly; expected 7 spaces, found 3
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#172) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Variable "selectHTML" must be all lower-case
(#175) Expected 1 space after ".="; 0 found
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Variable "selectHTML" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#177) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 1
(#180) Variable "whereQuery" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Variable "formRecords" must be all lower-case
(#181) Variable "whereQuery" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line
(#182) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#183) Whitespace found at end of line
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Line indented incorrectly; expected at least 8 spaces, found 4
(#185) Line indented incorrectly; expected at least 8 spaces, found 4
(#185) Whitespace found at end of line
(#186) Whitespace found at end of line
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Line indented incorrectly; expected at least 8 spaces, found 4
(#189) Line indented incorrectly; expected at least 8 spaces, found 4
(#189) Whitespace found at end of line within string
(#190) Whitespace found at end of line within string
(#191) Whitespace found at end of line within string
(#192) Whitespace found at end of line within string
(#193) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#195) Whitespace found at end of line
(#196) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#197) Whitespace found at end of line
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 1
(#198) Variable "formsItemsHTML" must be all lower-case
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 1
(#199) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#199) Variable "formRecords" must be all lower-case
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 2
(#200) Variable "formsItemsHTML" must be all lower-case
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Whitespace found at end of line
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 2
(#202) Variable "formsItemsHTML" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 12 spaces, found 2
(#203) Variable "formsItemsHTML" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Line exceeds 132 characters; contains 167 characters
(#203) Line exceeds 132 characters; contains 167 characters
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 12 spaces, found 2
(#204) Variable "formsItemsHTML" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Line exceeds 132 characters; contains 155 characters
(#204) Line exceeds 132 characters; contains 155 characters
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 12 spaces, found 2
(#205) Variable "formsItemsHTML" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Commas (,) must be followed by white space.
(#205) Line exceeds maximum limit of 180 characters; contains 247 characters
(#205) Line exceeds maximum limit of 180 characters; contains 247 characters
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 2
(#207) Variable "formsItemsHTML" must be all lower-case
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 8 spaces, found 1
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Variable "formsItemsHTML" must be all lower-case
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Whitespace found at end of line
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Commas (,) must be followed by white space.
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Whitespace found at end of line
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 5
(#214) Whitespace found at end of line within string
(#215) Whitespace found at end of line within string
(#216) Commas (,) must be followed by white space.
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#218) Variable "formsItemsHTML" must be all lower-case
(#218) Whitespace found at end of line within string
(#219) Whitespace found at end of line within string
(#220) Commas (,) must be followed by white space.
(#220) Line exceeds maximum limit of 180 characters; contains 192 characters
(#220) Line exceeds maximum limit of 180 characters; contains 192 characters
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#221) Closing brace indented incorrectly; expected 4 spaces, found 1
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#227) Empty IF statement detected
(#228) Whitespace found at end of line
(#229) Empty IF statement detected
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Whitespace found at end of line
(#233) Whitespace found at end of line
(#234) Empty ELSE statement detected
(#236) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#245) Whitespace found at end of line
blocks/cmanager/formeditor/page1.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#44) Line indented incorrectly; expected 0 spaces, found 1
(#44) Expected "if (...) {\n"; found "if(...){\n"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#47) Whitespace found at end of line
(#48) Line indented incorrectly; expected 0 spaces, found 1
(#49) Whitespace found at end of line
(#50) Whitespace found at end of line
(#52) Empty IF statement detected
(#52) Commas (,) must be followed by white space.
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#153) Whitespace found at end of line
(#154) Visibility must be declared on method "definition"
(#156) Whitespace found at end of line
(#157) Whitespace found at end of line
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 5
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 5
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 5
(#165) Commas (,) must be followed by white space.
(#165) Line exceeds 132 characters; contains 133 characters
(#165) Line exceeds 132 characters; contains 133 characters
(#166) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Line indented incorrectly; expected at least 8 spaces, found 5
(#169) Line indented incorrectly; expected at least 8 spaces, found 5
(#170) Line indented incorrectly; expected at least 8 spaces, found 5
(#170) Variable "selectQuery" must be all lower-case
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Variable "field3Items" must be all lower-case
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Variable "selectQuery" must be all lower-case
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 4
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 8 spaces, found 9
(#174) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#174) Variable "field3Items" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 10
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 10
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 8
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 8 spaces, found 9
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 4
(#180) Whitespace found at end of line
(#180) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Line indented incorrectly; expected at least 8 spaces, found 3
(#183) Line indented incorrectly; expected 8 spaces, found 5
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 6
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 2
(#186) Line indented incorrectly; expected 8 spaces, found 5
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 6
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 2
(#189) Line indented incorrectly; expected 8 spaces, found 5
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Whitespace found at end of line within string
(#192) Whitespace found at end of line within string
(#193) Commas (,) must be followed by white space.
(#193) Whitespace found at end of line within string
(#194) Commas (,) must be followed by white space.
(#194) Whitespace found at end of line within string
(#195) Whitespace found at end of line within string
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#197) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 3
(#199) Variable "htmlOutput" must be all lower-case
(#199) Whitespace found at end of line within string
(#200) Whitespace found at end of line within string
(#201) Whitespace found at end of line within string
(#202) Whitespace found at end of line within string
(#203) Whitespace found at end of line within string
(#204) Whitespace found at end of line within string
(#205) Commas (,) must be followed by white space.
(#205) Whitespace found at end of line within string
(#206) Commas (,) must be followed by white space.
(#206) Whitespace found at end of line within string
(#207) Commas (,) must be followed by white space.
(#207) Whitespace found at end of line within string
(#208) Commas (,) must be followed by white space.
(#208) Whitespace found at end of line within string
(#209) Whitespace found at end of line within string
(#210) Whitespace found at end of line within string
(#211) Whitespace found at end of line within string
(#212) Whitespace found at end of line within string
(#213) Whitespace found at end of line within string
(#214) Whitespace found at end of line within string
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#216) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) This comment is 80% valid code; is this commented out code?
(#218) Line indented incorrectly; expected at least 8 spaces, found 3
(#218) No space found before comment text; expected "// $mform->addElement('html', $htmlOutput);" but found "//$mform->addElement('html', $htmlOutput);"
(#219) Whitespace found at end of line
(#219) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#220) Whitespace found at end of line
(#221) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Whitespace found at end of line within string
(#222) Whitespace found at end of line within string
(#223) Whitespace found at end of line within string
(#224) Whitespace found at end of line within string
(#225) Whitespace found at end of line within string
(#226) Commas (,) must be followed by white space.
(#226) Whitespace found at end of line within string
(#227) Whitespace found at end of line within string
(#228) Whitespace found at end of line within string
(#229) Whitespace found at end of line within string
(#230) Whitespace found at end of line within string
(#231) Whitespace found at end of line within string
(#232) Whitespace found at end of line within string
(#233) Commas (,) must be followed by white space.
(#233) Whitespace found at end of line within string
(#234) Whitespace found at end of line within string
(#235) Commas (,) must be followed by white space.
(#235) Whitespace found at end of line within string
(#236) Whitespace found at end of line within string
(#237) Whitespace found at end of line within string
(#238) Whitespace found at end of line within string
(#239) Whitespace found at end of line within string
(#240) Whitespace found at end of line within string
(#241) Commas (,) must be followed by white space.
(#241) Whitespace found at end of line within string
(#242) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#244) Whitespace found at end of line within string
(#245) Whitespace found at end of line within string
(#246) Whitespace found at end of line within string
(#247) Whitespace found at end of line within string
(#248) Commas (,) must be followed by white space.
(#248) Whitespace found at end of line within string
(#249) Whitespace found at end of line within string
(#250) Whitespace found at end of line within string
(#251) Whitespace found at end of line within string
(#252) Whitespace found at end of line within string
(#253) Whitespace found at end of line within string
(#254) Whitespace found at end of line within string
(#255) Whitespace found at end of line within string
(#256) Whitespace found at end of line within string
(#257) Whitespace found at end of line within string
(#258) Whitespace found at end of line within string
(#259) Whitespace found at end of line within string
(#260) Commas (,) must be followed by white space.
(#260) Whitespace found at end of line within string
(#261) Whitespace found at end of line within string
(#262) Whitespace found at end of line within string
(#263) Whitespace found at end of line within string
(#264) Whitespace found at end of line within string
(#265) Whitespace found at end of line within string
(#266) Whitespace found at end of line within string
(#267) Whitespace found at end of line within string
(#268) Whitespace found at end of line within string
(#269) Whitespace found at end of line within string
(#270) Whitespace found at end of line within string
(#271) Whitespace found at end of line within string
(#272) Whitespace found at end of line within string
(#273) Whitespace found at end of line within string
(#274) Whitespace found at end of line within string
(#275) Whitespace found at end of line within string
(#276) Whitespace found at end of line within string
(#277) Whitespace found at end of line within string
(#278) Commas (,) must be followed by white space.
(#278) Whitespace found at end of line within string
(#279) Whitespace found at end of line within string
(#280) Whitespace found at end of line within string
(#281) Whitespace found at end of line within string
(#282) Whitespace found at end of line within string
(#283) Whitespace found at end of line within string
(#284) Whitespace found at end of line within string
(#285) Commas (,) must be followed by white space.
(#285) Whitespace found at end of line within string
(#286) Whitespace found at end of line within string
(#287) Whitespace found at end of line within string
(#288) Whitespace found at end of line within string
(#289) Whitespace found at end of line within string
(#290) Whitespace found at end of line within string
(#291) Whitespace found at end of line within string
(#292) Whitespace found at end of line within string
(#293) Whitespace found at end of line within string
(#294) Whitespace found at end of line within string
(#295) Whitespace found at end of line within string
(#296) Whitespace found at end of line within string
(#297) Commas (,) must be followed by white space.
(#297) Whitespace found at end of line within string
(#298) Whitespace found at end of line within string
(#299) Whitespace found at end of line within string
(#300) Whitespace found at end of line within string
(#301) Whitespace found at end of line within string
(#302) Whitespace found at end of line within string
(#303) Whitespace found at end of line within string
(#304) Whitespace found at end of line within string
(#305) Whitespace found at end of line within string
(#306) Whitespace found at end of line within string
(#307) Whitespace found at end of line within string
(#308) Whitespace found at end of line within string
(#309) Whitespace found at end of line within string
(#310) Whitespace found at end of line within string
(#311) Whitespace found at end of line within string
(#312) Whitespace found at end of line within string
(#313) Whitespace found at end of line within string
(#314) Whitespace found at end of line within string
(#315) Whitespace found at end of line within string
(#316) Whitespace found at end of line within string
(#317) Commas (,) must be followed by white space.
(#317) Whitespace found at end of line within string
(#318) Whitespace found at end of line within string
(#319) Whitespace found at end of line within string
(#320) Whitespace found at end of line within string
(#321) Whitespace found at end of line within string
(#322) Whitespace found at end of line within string
(#323) Whitespace found at end of line within string
(#324) Commas (,) must be followed by white space.
(#324) Whitespace found at end of line within string
(#325) Whitespace found at end of line within string
(#326) Whitespace found at end of line within string
(#327) Whitespace found at end of line within string
(#328) Whitespace found at end of line within string
(#329) Commas (,) must be followed by white space.
(#329) Whitespace found at end of line within string
(#330) Whitespace found at end of line within string
(#331) Whitespace found at end of line within string
(#332) Whitespace found at end of line within string
(#333) Whitespace found at end of line within string
(#334) Whitespace found at end of line within string
(#335) Whitespace found at end of line within string
(#336) Whitespace found at end of line within string
(#337) Whitespace found at end of line within string
(#338) Whitespace found at end of line within string
(#339) Commas (,) must be followed by white space.
(#339) Whitespace found at end of line within string
(#340) Whitespace found at end of line within string
(#341) Whitespace found at end of line within string
(#342) Whitespace found at end of line within string
(#343) Whitespace found at end of line within string
(#344) Whitespace found at end of line within string
(#345) Whitespace found at end of line within string
(#346) Whitespace found at end of line within string
(#347) Whitespace found at end of line within string
(#348) Whitespace found at end of line within string
(#349) Whitespace found at end of line within string
(#350) Whitespace found at end of line within string
(#351) Whitespace found at end of line within string
(#352) Whitespace found at end of line within string
(#353) Whitespace found at end of line within string
(#354) Whitespace found at end of line within string
(#355) Whitespace found at end of line within string
(#356) Whitespace found at end of line within string
(#357) Whitespace found at end of line within string
(#358) Commas (,) must be followed by white space.
(#358) Line exceeds 132 characters; contains 173 characters
(#358) Line exceeds 132 characters; contains 173 characters
(#358) Whitespace found at end of line within string
(#359) Whitespace found at end of line within string
(#360) Whitespace found at end of line within string
(#361) Commas (,) must be followed by white space.
(#361) Whitespace found at end of line within string
(#362) Commas (,) must be followed by white space.
(#362) Whitespace found at end of line within string
(#363) Whitespace found at end of line within string
(#364) Whitespace found at end of line within string
(#365) Whitespace found at end of line within string
(#366) Whitespace found at end of line within string
(#367) Whitespace found at end of line within string
(#368) Whitespace found at end of line within string
(#369) Whitespace found at end of line within string
(#370) Whitespace found at end of line within string
(#371) Whitespace found at end of line within string
(#372) Whitespace found at end of line within string
(#373) Whitespace found at end of line within string
(#374) Whitespace found at end of line within string
(#375) Whitespace found at end of line within string
(#376) Whitespace found at end of line within string
(#377) Whitespace found at end of line within string
(#378) Whitespace found at end of line within string
(#379) Whitespace found at end of line within string
(#380) Whitespace found at end of line within string
(#381) Whitespace found at end of line within string
(#382) Whitespace found at end of line within string
(#383) Whitespace found at end of line within string
(#384) Whitespace found at end of line within string
(#385) Whitespace found at end of line within string
(#386) Whitespace found at end of line within string
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Whitespace found at end of line
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 8 spaces, found 2
(#389) Commas (,) must be followed by white space.
(#389) Commas (,) must be followed by white space.
(#389) Commas (,) must be followed by white space.
(#389) Line exceeds 132 characters; contains 171 characters
(#389) Line exceeds 132 characters; contains 171 characters
(#390) Whitespace found at end of line
(#390) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Whitespace found at end of line
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 8 spaces, found 2
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 4 spaces, found 1
(#394) Closing brace indented incorrectly; expected 4 spaces, found 1
(#397) Whitespace found at end of line
(#398) Whitespace found at end of line
(#399) Whitespace found at end of line
(#400) Inline comments must start with a capital letter, digit or 3-dots sequence
(#400) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#402) Empty IF statement detected
(#405) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#405) Expected "if (...) {\n"; found "if (...){\n"
(#405) Expected 1 space before "="; 0 found
(#405) Expected 1 space after "="; 0 found
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Whitespace found at end of line
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 4 spaces, found 3
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Inline comments must start with a capital letter, digit or 3-dots sequence
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) This comment is 86% valid code; is this commented out code?
(#408) No space found before comment text; expected "// $mform->set_data($toform);" but found "//$mform->set_data($toform);"
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#411) Whitespace found at end of line
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Whitespace found at end of line
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 4 spaces, found 3
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) This comment is 86% valid code; is this commented out code?
(#415) No space found before comment text; expected "// $mform->set_data($toform);" but found "//$mform->set_data($toform);"
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#418) Whitespace found at end of line
(#422) Whitespace found at end of line
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Whitespace found at end of line
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Whitespace found at end of line
blocks/cmanager/formeditor/page2.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#38) Line exceeds 132 characters; contains 143 characters
(#48) Empty IF statement detected
(#48) Commas (,) must be followed by white space.
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Expected "if (...) {\n"; found "if(...){ // Delete a dropdown menu item\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) This comment is 67% valid code; is this commented out code?
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) No space found before comment text; expected "// $itemid = $_GET['del'];" but found "//$itemid = $_GET['del'];"
(#61) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Whitespace found at end of line
(#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) This comment is 67% valid code; is this commented out code?
(#65) No space found before comment text; expected "// $fieldid = $_GET['fid'];" but found "//$fieldid = $_GET['fid'];"
(#65) Whitespace found at end of line
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#70) Expected "if (...) {\n"; found "if(...){ // Delete all dropdown field items\n"
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) This comment is 67% valid code; is this commented out code?
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) No space found before comment text; expected "// $fieldid = $_GET['del'];" but found "//$fieldid = $_GET['del'];"
(#73) Expected 1 space after "="; 2 found
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Expected 1 space before "=>"; 0 found
(#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 4 spaces, found 1
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Expected 1 space after "="; 2 found
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Expected 1 space after "="; 2 found
(#85) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) No space found before comment text; expected "// Update the position numbers" but found "//Update the position numbers"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 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
(#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
(#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
(#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 3
(#102) Closing brace indented incorrectly; expected 4 spaces, found 3
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Expected "if (...) {\n"; found "if(...){\n"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#112) Expected 1 space after "="; 2 found
(#113) Expected 1 space after "="; 2 found
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#115) Line exceeds 132 characters; contains 137 characters
(#116) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 1
(#118) Whitespace found at end of line
(#119) Whitespace found at end of line
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#121) Expected 1 space before "-"; 0 found
(#121) Expected 1 space after "-"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line indented incorrectly; expected at least 4 spaces, found 1
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Expected "if (...) {\n"; found "if(...){\n"
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Expected 1 space after "="; 2 found
(#146) Expected 1 space after "="; 2 found
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#148) Line exceeds 132 characters; contains 137 characters
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Expected 1 space before "+"; 0 found
(#151) Expected 1 space after "+"; 0 found
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#152) Line exceeds 132 characters; contains 145 characters
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 4 spaces, found 1
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 4 spaces, found 1
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Expected "if (...) {\n"; found "if(...){\n"
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 4 spaces, found 1
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 4 spaces, found 1
(#171) Variable "current_record" must not contain underscores.
(#171) Expected 1 space after "="; 2 found
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 3
(#172) Expected 1 space after "="; 2 found
(#172) Variable "current_record" must not contain underscores.
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#176) Expected "} else {\n"; found "}\n\nelse {\n"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Commas (,) must be followed by white space.
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Whitespace found at end of line
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line within string
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#187) Whitespace found at end of line within string
(#188) Whitespace found at end of line within string
(#189) Whitespace found at end of line within string
(#190) Whitespace found at end of line within string
(#191) Whitespace found at end of line within string
(#192) Whitespace found at end of line within string
(#193) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#195) Whitespace found at end of line within string
(#196) Whitespace found at end of line within string
(#197) Whitespace found at end of line within string
(#198) Whitespace found at end of line within string
(#199) Whitespace found at end of line within string
(#200) Whitespace found at end of line within string
(#201) Whitespace found at end of line within string
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Line exceeds 132 characters; contains 155 characters
(#202) Whitespace found at end of line within string
(#203) Whitespace found at end of line within string
(#204) Whitespace found at end of line within string
(#205) Whitespace found at end of line within string
(#206) Whitespace found at end of line within string
(#207) Whitespace found at end of line within string
(#208) Whitespace found at end of line within string
(#209) Whitespace found at end of line within string
(#210) Whitespace found at end of line within string
(#211) Whitespace found at end of line within string
(#212) Whitespace found at end of line within string
(#213) Whitespace found at end of line within string
(#214) Whitespace found at end of line within string
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Whitespace found at end of line within string
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#215) Line exceeds maximum limit of 180 characters; contains 501 characters
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#218) Whitespace found at end of line within string
(#219) Whitespace found at end of line within string
(#220) Whitespace found at end of line within string
(#221) Whitespace found at end of line within string
(#222) Whitespace found at end of line within string
(#223) Whitespace found at end of line within string
(#224) Commas (,) must be followed by white space.
(#224) Whitespace found at end of line within string
(#225) Whitespace found at end of line within string
(#226) Whitespace found at end of line within string
(#227) Commas (,) must be followed by white space.
(#227) Whitespace found at end of line within string
(#228) Commas (,) must be followed by white space.
(#228) Whitespace found at end of line within string
(#229) Whitespace found at end of line within string
(#230) Commas (,) must be followed by white space.
(#230) Whitespace found at end of line within string
(#231) Whitespace found at end of line within string
(#232) Commas (,) must be followed by white space.
(#232) Whitespace found at end of line within string
(#233) Commas (,) must be followed by white space.
(#233) Whitespace found at end of line within string
(#234) Commas (,) must be followed by white space.
(#234) Whitespace found at end of line within string
(#235) Commas (,) must be followed by white space.
(#235) Whitespace found at end of line within string
(#236) Commas (,) must be followed by white space.
(#236) Whitespace found at end of line within string
(#237) Whitespace found at end of line within string
(#238) Whitespace found at end of line within string
(#239) Whitespace found at end of line within string
(#240) Whitespace found at end of line within string
(#241) Whitespace found at end of line within string
(#242) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#244) Whitespace found at end of line within string
(#245) Commas (,) must be followed by white space.
(#245) Whitespace found at end of line within string
(#246) Whitespace found at end of line within string
(#247) Whitespace found at end of line within string
(#248) Whitespace found at end of line within string
(#249) Whitespace found at end of line within string
(#250) Whitespace found at end of line within string
(#251) Whitespace found at end of line within string
(#252) Whitespace found at end of line within string
(#253) Whitespace found at end of line within string
(#254) Whitespace found at end of line within string
(#255) Whitespace found at end of line within string
(#256) Whitespace found at end of line within string
(#257) Whitespace found at end of line within string
(#258) Whitespace found at end of line within string
(#259) Commas (,) must be followed by white space.
(#259) Whitespace found at end of line within string
(#260) Commas (,) must be followed by white space.
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Line exceeds 132 characters; contains 144 characters
(#260) Whitespace found at end of line within string
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Commas (,) must be followed by white space.
(#262) Commas (,) must be followed by white space.
(#262) Commas (,) must be followed by white space.
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Whitespace found at end of line
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Whitespace found at end of line
(#270) Spaces must be used for alignment; tabs are not allowed
(#273) Spaces must be used for alignment; tabs are not allowed
(#288) Spaces must be used for alignment; tabs are not allowed
(#290) Spaces must be used for alignment; tabs are not allowed
(#292) Spaces must be used for alignment; tabs are not allowed
(#293) Spaces must be used for alignment; tabs are not allowed
(#295) Spaces must be used for alignment; tabs are not allowed
(#297) Spaces must be used for alignment; tabs are not allowed
(#301) Spaces must be used for alignment; tabs are not allowed
(#303) Spaces must be used for alignment; tabs are not allowed
(#304) Spaces must be used for alignment; tabs are not allowed
(#312) Spaces must be used for alignment; tabs are not allowed
(#313) Spaces must be used for alignment; tabs are not allowed
(#315) Spaces must be used for alignment; tabs are not allowed
(#316) Spaces must be used for alignment; tabs are not allowed
(#317) Spaces must be used for alignment; tabs are not allowed
(#318) Spaces must be used for alignment; tabs are not allowed
(#319) Spaces must be used for alignment; tabs are not allowed
(#320) Spaces must be used for alignment; tabs are not allowed
(#321) Spaces must be used for alignment; tabs are not allowed
(#322) Spaces must be used for alignment; tabs are not allowed
(#323) Spaces must be used for alignment; tabs are not allowed
(#324) Spaces must be used for alignment; tabs are not allowed
(#325) Spaces must be used for alignment; tabs are not allowed
(#326) Spaces must be used for alignment; tabs are not allowed
(#335) Spaces must be used for alignment; tabs are not allowed
(#336) Spaces must be used for alignment; tabs are not allowed
(#337) Spaces must be used for alignment; tabs are not allowed
(#338) Spaces must be used for alignment; tabs are not allowed
(#339) Spaces must be used for alignment; tabs are not allowed
(#341) Spaces must be used for alignment; tabs are not allowed
(#342) Spaces must be used for alignment; tabs are not allowed
(#346) Spaces must be used for alignment; tabs are not allowed
(#355) Spaces must be used for alignment; tabs are not allowed
(#357) Spaces must be used for alignment; tabs are not allowed
(#359) Spaces must be used for alignment; tabs are not allowed
(#361) Spaces must be used for alignment; tabs are not allowed
(#362) Spaces must be used for alignment; tabs are not allowed
(#363) Spaces must be used for alignment; tabs are not allowed
(#374) Spaces must be used for alignment; tabs are not allowed
(#375) Spaces must be used for alignment; tabs are not allowed
(#376) Spaces must be used for alignment; tabs are not allowed
(#377) Spaces must be used for alignment; tabs are not allowed
(#378) Spaces must be used for alignment; tabs are not allowed
(#380) Spaces must be used for alignment; tabs are not allowed
(#381) Spaces must be used for alignment; tabs are not allowed
(#385) Spaces must be used for alignment; tabs are not allowed
(#389) Spaces must be used for alignment; tabs are not allowed
(#390) Spaces must be used for alignment; tabs are not allowed
(#392) Spaces must be used for alignment; tabs are not allowed
(#393) Spaces must be used for alignment; tabs are not allowed
(#396) Spaces must be used for alignment; tabs are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Line exceeds 132 characters; contains 134 characters
(#398) Spaces must be used for alignment; tabs are not allowed
(#399) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#401) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#404) Spaces must be used for alignment; tabs are not allowed
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Line exceeds 132 characters; contains 161 characters
(#405) Spaces must be used for alignment; tabs are not allowed
(#406) Spaces must be used for alignment; tabs are not allowed
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds 132 characters; contains 136 characters
(#407) Spaces must be used for alignment; tabs are not allowed
(#409) Spaces must be used for alignment; tabs are not allowed
(#410) Spaces must be used for alignment; tabs are not allowed
(#411) Spaces must be used for alignment; tabs are not allowed
(#412) Spaces must be used for alignment; tabs are not allowed
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Line exceeds 132 characters; contains 155 characters
(#413) Spaces must be used for alignment; tabs are not allowed
(#414) Spaces must be used for alignment; tabs are not allowed
(#415) Spaces must be used for alignment; tabs are not allowed
(#416) Spaces must be used for alignment; tabs are not allowed
(#417) Spaces must be used for alignment; tabs are not allowed
(#418) Spaces must be used for alignment; tabs are not allowed
(#419) Spaces must be used for alignment; tabs are not allowed
(#420) Spaces must be used for alignment; tabs are not allowed
(#421) Spaces must be used for alignment; tabs are not allowed
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 169 characters
(#422) Spaces must be used for alignment; tabs are not allowed
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Line exceeds 132 characters; contains 146 characters
(#423) Spaces must be used for alignment; tabs are not allowed
(#424) Spaces must be used for alignment; tabs are not allowed
(#425) Spaces must be used for alignment; tabs are not allowed
(#426) Spaces must be used for alignment; tabs are not allowed
(#427) Spaces must be used for alignment; tabs are not allowed
(#428) Spaces must be used for alignment; tabs are not allowed
(#429) Spaces must be used for alignment; tabs are not allowed
(#430) Spaces must be used for alignment; tabs are not allowed
(#431) Spaces must be used for alignment; tabs are not allowed
(#432) Spaces must be used for alignment; tabs are not allowed
(#433) Spaces must be used for alignment; tabs are not allowed
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Line exceeds 132 characters; contains 163 characters
(#434) Spaces must be used for alignment; tabs are not allowed
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Line exceeds 132 characters; contains 139 characters
(#435) Spaces must be used for alignment; tabs are not allowed
(#436) Spaces must be used for alignment; tabs are not allowed
(#437) Spaces must be used for alignment; tabs are not allowed
(#438) Spaces must be used for alignment; tabs are not allowed
(#439) Spaces must be used for alignment; tabs are not allowed
(#440) Spaces must be used for alignment; tabs are not allowed
(#441) Spaces must be used for alignment; tabs are not allowed
(#442) Spaces must be used for alignment; tabs are not allowed
(#443) Spaces must be used for alignment; tabs are not allowed
(#444) Spaces must be used for alignment; tabs are not allowed
(#445) Spaces must be used for alignment; tabs are not allowed
(#446) Spaces must be used for alignment; tabs are not allowed
(#447) Spaces must be used for alignment; tabs are not allowed
(#448) Spaces must be used for alignment; tabs are not allowed
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Line exceeds 132 characters; contains 162 characters
(#449) Spaces must be used for alignment; tabs are not allowed
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Line exceeds 132 characters; contains 142 characters
(#450) Spaces must be used for alignment; tabs are not allowed
(#451) Spaces must be used for alignment; tabs are not allowed
(#453) Spaces must be used for alignment; tabs are not allowed
(#454) Spaces must be used for alignment; tabs are not allowed
(#457) Spaces must be used for alignment; tabs are not allowed
(#461) Spaces must be used for alignment; tabs are not allowed
(#462) Spaces must be used for alignment; tabs are not allowed
(#463) Spaces must be used for alignment; tabs are not allowed
(#464) Spaces must be used for alignment; tabs are not allowed
(#465) Spaces must be used for alignment; tabs are not allowed
(#467) Spaces must be used for alignment; tabs are not allowed
(#468) Spaces must be used for alignment; tabs are not allowed
(#472) Spaces must be used for alignment; tabs are not allowed
(#481) Spaces must be used for alignment; tabs are not allowed
(#483) Spaces must be used for alignment; tabs are not allowed
(#484) Spaces must be used for alignment; tabs are not allowed
(#487) Spaces must be used for alignment; tabs are not allowed
(#489) Spaces must be used for alignment; tabs are not allowed
(#506) Spaces must be used for alignment; tabs are not allowed
(#507) Spaces must be used for alignment; tabs are not allowed
(#523) Spaces must be used for alignment; tabs are not allowed
(#524) Spaces must be used for alignment; tabs are not allowed
(#525) Spaces must be used for alignment; tabs are not allowed
(#526) Spaces must be used for alignment; tabs are not allowed
(#527) Spaces must be used for alignment; tabs are not allowed
(#529) Spaces must be used for alignment; tabs are not allowed
(#530) Spaces must be used for alignment; tabs are not allowed
(#534) Spaces must be used for alignment; tabs are not allowed
(#538) Spaces must be used for alignment; tabs are not allowed
(#539) Spaces must be used for alignment; tabs are not allowed
(#541) Spaces must be used for alignment; tabs are not allowed
(#542) Spaces must be used for alignment; tabs are not allowed
(#545) Spaces must be used for alignment; tabs are not allowed
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#546) Line exceeds maximum limit of 180 characters; contains 287 characters
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#547) Line exceeds maximum limit of 180 characters; contains 310 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#548) Line exceeds maximum limit of 180 characters; contains 338 characters
(#551) Spaces must be used for alignment; tabs are not allowed
(#552) Spaces must be used for alignment; tabs are not allowed
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Line exceeds 132 characters; contains 174 characters
(#553) Spaces must be used for alignment; tabs are not allowed
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 136 characters
(#554) Spaces must be used for alignment; tabs are not allowed
(#555) Spaces must be used for alignment; tabs are not allowed
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#556) Line exceeds maximum limit of 180 characters; contains 631 characters
(#557) Spaces must be used for alignment; tabs are not allowed
(#558) Spaces must be used for alignment; tabs are not allowed
(#559) Spaces must be used for alignment; tabs are not allowed
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#560) Line exceeds maximum limit of 180 characters; contains 192 characters
(#561) Spaces must be used for alignment; tabs are not allowed
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#562) Line exceeds maximum limit of 180 characters; contains 630 characters
(#564) Spaces must be used for alignment; tabs are not allowed
(#565) Spaces must be used for alignment; tabs are not allowed
(#566) Spaces must be used for alignment; tabs are not allowed
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Spaces must be used for alignment; tabs are not allowed
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Line exceeds 132 characters; contains 138 characters
(#568) Spaces must be used for alignment; tabs are not allowed
(#569) Spaces must be used for alignment; tabs are not allowed
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#570) Line exceeds maximum limit of 180 characters; contains 630 characters
(#572) Spaces must be used for alignment; tabs are not allowed
(#573) Spaces must be used for alignment; tabs are not allowed
(#574) Spaces must be used for alignment; tabs are not allowed
(#579) Spaces must be used for alignment; tabs are not allowed
(#582) Spaces must be used for alignment; tabs are not allowed
(#583) Spaces must be used for alignment; tabs are not allowed
(#584) Spaces must be used for alignment; tabs are not allowed
(#585) Spaces must be used for alignment; tabs are not allowed
(#586) Spaces must be used for alignment; tabs are not allowed
(#587) Spaces must be used for alignment; tabs are not allowed
(#588) Spaces must be used for alignment; tabs are not allowed
(#590) Spaces must be used for alignment; tabs are not allowed
(#591) Spaces must be used for alignment; tabs are not allowed
(#595) Spaces must be used for alignment; tabs are not allowed
(#604) Spaces must be used for alignment; tabs are not allowed
(#605) Spaces must be used for alignment; tabs are not allowed
(#606) Spaces must be used for alignment; tabs are not allowed
(#608) Spaces must be used for alignment; tabs are not allowed
(#611) Spaces must be used for alignment; tabs are not allowed
(#612) Spaces must be used for alignment; tabs are not allowed
(#619) Spaces must be used for alignment; tabs are not allowed
(#626) Spaces must be used for alignment; tabs are not allowed
(#627) Spaces must be used for alignment; tabs are not allowed
(#629) Spaces must be used for alignment; tabs are not allowed
(#630) Spaces must be used for alignment; tabs are not allowed
(#631) Spaces must be used for alignment; tabs are not allowed
(#632) Spaces must be used for alignment; tabs are not allowed
(#633) Spaces must be used for alignment; tabs are not allowed
(#635) Spaces must be used for alignment; tabs are not allowed
(#636) Spaces must be used for alignment; tabs are not allowed
(#640) Spaces must be used for alignment; tabs are not allowed
(#644) Spaces must be used for alignment; tabs are not allowed
(#645) Spaces must be used for alignment; tabs are not allowed
(#647) Spaces must be used for alignment; tabs are not allowed
(#648) Spaces must be used for alignment; tabs are not allowed
(#651) Spaces must be used for alignment; tabs are not allowed
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#652) Line exceeds maximum limit of 180 characters; contains 609 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Line exceeds 132 characters; contains 168 characters
(#653) Spaces must be used for alignment; tabs are not allowed
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Line exceeds 132 characters; contains 137 characters
(#654) Spaces must be used for alignment; tabs are not allowed
(#655) Spaces must be used for alignment; tabs are not allowed
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#656) Line exceeds maximum limit of 180 characters; contains 836 characters
(#658) Spaces must be used for alignment; tabs are not allowed
(#660) Spaces must be used for alignment; tabs are not allowed
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Line exceeds 132 characters; contains 175 characters
(#661) Spaces must be used for alignment; tabs are not allowed
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Line exceeds 132 characters; contains 145 characters
(#662) Spaces must be used for alignment; tabs are not allowed
(#663) Spaces must be used for alignment; tabs are not allowed
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#664) Line exceeds maximum limit of 180 characters; contains 843 characters
(#665) Spaces must be used for alignment; tabs are not allowed
(#666) Spaces must be used for alignment; tabs are not allowed
(#667) Spaces must be used for alignment; tabs are not allowed
(#668) Spaces must be used for alignment; tabs are not allowed
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Line exceeds 132 characters; contains 142 characters
(#669) Spaces must be used for alignment; tabs are not allowed
(#670) Spaces must be used for alignment; tabs are not allowed
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#671) Line exceeds maximum limit of 180 characters; contains 842 characters
(#673) Spaces must be used for alignment; tabs are not allowed
(#675) Spaces must be used for alignment; tabs are not allowed
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Line exceeds 132 characters; contains 135 characters
(#676) Spaces must be used for alignment; tabs are not allowed
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Line exceeds 132 characters; contains 145 characters
(#677) Spaces must be used for alignment; tabs are not allowed
(#678) Spaces must be used for alignment; tabs are not allowed
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#679) Line exceeds maximum limit of 180 characters; contains 843 characters
(#681) Spaces must be used for alignment; tabs are not allowed
(#682) Spaces must be used for alignment; tabs are not allowed
(#683) Spaces must be used for alignment; tabs are not allowed
(#685) Spaces must be used for alignment; tabs are not allowed
(#691) Spaces must be used for alignment; tabs are not allowed
(#692) Spaces must be used for alignment; tabs are not allowed
(#693) Spaces must be used for alignment; tabs are not allowed
(#694) Spaces must be used for alignment; tabs are not allowed
(#695) Spaces must be used for alignment; tabs are not allowed
(#696) Spaces must be used for alignment; tabs are not allowed
(#697) Spaces must be used for alignment; tabs are not allowed
(#699) Spaces must be used for alignment; tabs are not allowed
(#700) Spaces must be used for alignment; tabs are not allowed
(#704) Spaces must be used for alignment; tabs are not allowed
(#713) Spaces must be used for alignment; tabs are not allowed
(#714) Spaces must be used for alignment; tabs are not allowed
(#715) Spaces must be used for alignment; tabs are not allowed
(#717) Spaces must be used for alignment; tabs are not allowed
(#720) Spaces must be used for alignment; tabs are not allowed
(#721) Spaces must be used for alignment; tabs are not allowed
(#728) Spaces must be used for alignment; tabs are not allowed
(#736) Spaces must be used for alignment; tabs are not allowed
(#738) Spaces must be used for alignment; tabs are not allowed
(#739) Spaces must be used for alignment; tabs are not allowed
(#740) Spaces must be used for alignment; tabs are not allowed
(#741) Spaces must be used for alignment; tabs are not allowed
(#742) Spaces must be used for alignment; tabs are not allowed
(#743) Spaces must be used for alignment; tabs are not allowed
(#745) Spaces must be used for alignment; tabs are not allowed
(#746) Spaces must be used for alignment; tabs are not allowed
(#749) Spaces must be used for alignment; tabs are not allowed
(#750) Spaces must be used for alignment; tabs are not allowed
(#754) Spaces must be used for alignment; tabs are not allowed
(#755) Spaces must be used for alignment; tabs are not allowed
(#757) Spaces must be used for alignment; tabs are not allowed
(#758) Spaces must be used for alignment; tabs are not allowed
(#761) Spaces must be used for alignment; tabs are not allowed
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#762) Line exceeds maximum limit of 180 characters; contains 602 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Line exceeds 132 characters; contains 162 characters
(#763) Spaces must be used for alignment; tabs are not allowed
(#764) Spaces must be used for alignment; tabs are not allowed
(#765) Spaces must be used for alignment; tabs are not allowed
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#766) Line exceeds maximum limit of 180 characters; contains 830 characters
(#768) Spaces must be used for alignment; tabs are not allowed
(#771) Spaces must be used for alignment; tabs are not allowed
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Line exceeds 132 characters; contains 164 characters
(#772) Spaces must be used for alignment; tabs are not allowed
(#773) Spaces must be used for alignment; tabs are not allowed
(#774) Spaces must be used for alignment; tabs are not allowed
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#775) Line exceeds maximum limit of 180 characters; contains 832 characters
(#778) Spaces must be used for alignment; tabs are not allowed
(#779) Spaces must be used for alignment; tabs are not allowed
(#780) Spaces must be used for alignment; tabs are not allowed
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#781) Line exceeds maximum limit of 180 characters; contains 195 characters
(#782) Spaces must be used for alignment; tabs are not allowed
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#783) Line exceeds maximum limit of 180 characters; contains 839 characters
(#785) Spaces must be used for alignment; tabs are not allowed
(#786) Spaces must be used for alignment; tabs are not allowed
(#787) Spaces must be used for alignment; tabs are not allowed
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Line exceeds 132 characters; contains 142 characters
(#788) Spaces must be used for alignment; tabs are not allowed
(#789) Spaces must be used for alignment; tabs are not allowed
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#790) Line exceeds maximum limit of 180 characters; contains 840 characters
(#792) Spaces must be used for alignment; tabs are not allowed
(#793) Spaces must be used for alignment; tabs are not allowed
(#794) Spaces must be used for alignment; tabs are not allowed
(#796) Spaces must be used for alignment; tabs are not allowed
(#806) Spaces must be used for alignment; tabs are not allowed
(#812) Spaces must be used for alignment; tabs are not allowed
(#813) Spaces must be used for alignment; tabs are not allowed
(#815) Spaces must be used for alignment; tabs are not allowed
(#825) Inline comments must end in full-stops, exclamation marks, or question marks
(#828) Inline comments must end in full-stops, exclamation marks, or question marks
(#829) Expected 1 space before "=>"; 0 found
(#829) Expected 1 space after "=>"; 0 found
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Line exceeds 132 characters; contains 145 characters
(#832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#832) Inline comments must end in full-stops, exclamation marks, or question marks
(#832) This comment is 63% valid code; is this commented out code?
(#832) No space found before comment text; expected "// $formfields = $DB->get_records('block_cmanager_formfields', 'formid', $formid, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');" but found "//$formfields = $DB->get_records('block_cmanager_formfields', 'formid', $formid, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');"
(#833) Expected 1 space before "=>"; 0 found
(#833) Expected 1 space after "=>"; 0 found
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected 4 spaces, found 1
(#842) Closing brace indented incorrectly; expected 1 spaces, found 4
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected at least 8 spaces, found 2
(#845) Whitespace found at end of line within string
(#846) Whitespace found at end of line within string
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected 4 spaces, found 1
(#848) Closing brace indented incorrectly; expected 4 spaces, found 1
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected at least 4 spaces, found 1
(#849) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected at least 8 spaces, found 5
(#850) Whitespace found at end of line within string
(#851) Whitespace found at end of line within string
(#852) Whitespace found at end of line within string
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected 4 spaces, found 1
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected at least 4 spaces, found 1
(#855) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 8 spaces, found 6
(#856) Whitespace found at end of line within string
(#857) Whitespace found at end of line within string
(#858) Whitespace found at end of line within string
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected 4 spaces, found 1
(#861) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected at least 8 spaces, found 5
(#862) Whitespace found at end of line within string
(#863) Whitespace found at end of line within string
(#864) Whitespace found at end of line within string
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected 4 spaces, found 2
(#866) Closing brace indented incorrectly; expected 4 spaces, found 2
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Tab found within whitespace
(#868) Line indented incorrectly; expected at least 4 spaces, found 2
blocks/cmanager/formeditor/preview.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#34) Empty IF statement detected
(#34) Commas (,) must be followed by white space.
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Variable "formPath" must be all lower-case
(#42) Variable "formPath" must be all lower-case
(#46) Line exceeds 132 characters; contains 143 characters
(#46) Line exceeds 132 characters; contains 143 characters
(#46) Line exceeds 132 characters; contains 143 characters
(#47) Line exceeds 132 characters; contains 133 characters
(#47) Line exceeds 132 characters; contains 133 characters
(#47) Line exceeds 132 characters; contains 133 characters
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Variable "formId" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#80) Whitespace found at end of line
(#81) Visibility must be declared on method "definition"
(#84) Whitespace found at end of line
(#84) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#85) Whitespace found at end of line
(#86) Whitespace found at end of line
(#87) Whitespace found at end of line
(#88) Whitespace found at end of line
(#88) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#89) Whitespace found at end of line
(#90) Variable "fieldnameCounter" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Commas (,) must be followed by white space.
(#94) Line exceeds 132 characters; contains 149 characters
(#94) Line exceeds 132 characters; contains 149 characters
(#94) Line exceeds 132 characters; contains 149 characters
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Commas (,) must be followed by white space.
(#95) Line exceeds 132 characters; contains 169 characters
(#95) Line exceeds 132 characters; contains 169 characters
(#95) Line exceeds 132 characters; contains 169 characters
(#96) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Line exceeds maximum limit of 180 characters; contains 228 characters
(#99) Line exceeds maximum limit of 180 characters; contains 228 characters
(#99) Line exceeds maximum limit of 180 characters; contains 228 characters
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Line exceeds 132 characters; contains 140 characters
(#101) Line exceeds 132 characters; contains 140 characters
(#101) Line exceeds 132 characters; contains 140 characters
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#102) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 5
(#105) Variable "formId" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 5
(#107) Variable "selectQuery" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line exceeds 132 characters; contains 147 characters
(#108) Line exceeds 132 characters; contains 147 characters
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) This comment is 63% valid code; is this commented out code?
(#108) Line exceeds 132 characters; contains 147 characters
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) No space found before comment text; expected "// $formFields = $DB->get_records('block_cmanager_formfields', 'formid', $formId, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');" but found "//$formFields = $DB->get_records('block_cmanager_formfields', 'formid', $formId, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');"
(#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 "formFields" must be all lower-case
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Variable "formId" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 2
(#111) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#111) Variable "formFields" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#112) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 5
(#114) Variable "fieldName" must be all lower-case
(#114) Variable "fieldnameCounter" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 12 spaces, found 6
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 16 spaces, found 10
(#117) Variable "fieldName" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 12 spaces, found 6
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 6
(#119) Expected "} else if (...) {\n"; found "}\n\t\t\t else if(...){\n"
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 9
(#120) Variable "fieldName" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 12 spaces, found 6
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 6
(#122) Expected "} else if (...) {\n"; found "}\n\t\t\t else if(...){\n"
(#122) Expected "if (...) {\n"; found "if(...){\n"
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 10
(#123) Variable "fieldName" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 6
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 6
(#126) Expected "} else if (...) {\n"; found "}\n\t\t\t \n\t\t\t else if(...){\n"
(#126) Expected "if (...) {\n"; found "if(...){\n"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 10
(#127) Variable "fieldName" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 6
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#129) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 6
(#131) Variable "fieldnameCounter" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#133) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#136) Closing brace indented incorrectly; expected 4 spaces, found 1
(#138) Whitespace found at end of line
(#139) Whitespace found at end of line
(#140) Whitespace found at end of line
(#141) Whitespace found at end of line
(#142) Whitespace found at end of line
(#144) Whitespace found at end of line
(#145) Expected 1 space(s) before asterisk; 0 found
(#146) Expected 1 space(s) before asterisk; 0 found
(#146) Whitespace found at end of line
(#147) Variable "leftText" must be all lower-case
(#147) Variable "fieldName" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#149) Variable "fieldName" must be all lower-case
(#149) Variable "leftText" must be all lower-case
(#150) Variable "fieldName" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "fieldName" must be all lower-case
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#156) Whitespace found at end of line
(#157) Expected 1 space(s) before asterisk; 0 found
(#158) Expected 1 space(s) before asterisk; 0 found
(#159) Variable "leftText" must be all lower-case
(#159) Variable "fieldName" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#160) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Whitespace found at end of line
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) Variable "fieldName" must be all lower-case
(#162) Variable "leftText" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 3
(#163) Variable "fieldName" must be all lower-case
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#164) Expected "if (...) {\n"; found "if(...){\n"
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Variable "fieldName" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#170) Whitespace found at end of line
(#171) Expected 1 space(s) before asterisk; 0 found
(#172) Expected 1 space(s) before asterisk; 0 found
(#173) Variable "leftText" must be all lower-case
(#173) Variable "fieldName" must be all lower-case
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 4 spaces, found 3
(#176) Variable "fieldName" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Variable "selectQuery" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 1
(#178) Variable "field3Items" must be all lower-case
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Variable "selectQuery" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#179) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Whitespace found at end of line
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#184) Variable "field3Items" must be all lower-case
(#186) Expected "if (...) {\n"; found "if (...){\n"
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#189) Variable "fieldName" must be all lower-case
(#189) Variable "leftText" must be all lower-case
(#190) Variable "fieldName" must be all lower-case
(#190) Variable "leftText" must be all lower-case
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 16 spaces, found 13
(#192) Variable "fieldName" must be all lower-case
(#196) Line indented incorrectly; expected 8 spaces, found 4
(#196) Closing brace indented incorrectly; expected 8 spaces, found 4
(#197) Line indented incorrectly; expected at least 12 spaces, found 8
(#197) Expected 1 space before "="; 0 found
(#197) Expected 1 space after "="; 0 found
(#198) Line indented incorrectly; expected at least 12 spaces, found 8
(#198) Variable "fieldName" must be all lower-case
(#199) Line indented incorrectly; expected at least 12 spaces, found 8
(#199) Variable "fieldName" must be all lower-case
(#201) Line indented incorrectly; expected at least 12 spaces, found 8
(#202) Line indented incorrectly; expected 8 spaces, found 4
(#204) Whitespace found at end of line
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#211) Whitespace found at end of line
(#212) Whitespace found at end of line
(#214) Variable "leftText" must be all lower-case
(#214) Variable "fieldName" must be all lower-case
(#214) Expected 1 space after closing parenthesis; found 0
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Variable "fieldName" must be all lower-case
(#219) Whitespace found at end of line
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Variable "selectQuery" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Variable "field3Items" must be all lower-case
(#222) Expected 1 space before "="; 0 found
(#222) Expected 1 space after "="; 0 found
(#222) Variable "selectQuery" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#223) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Whitespace found at end of line
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Whitespace found at end of line
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#226) Variable "field3Items" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 8 spaces, found 6
(#228) Expected "if (...) {\n"; found "if(...){\n"
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 12 spaces, found 6
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 12 spaces, found 6
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 8 spaces, found 5
(#231) Closing brace indented incorrectly; expected 6 spaces, found 5
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Whitespace found at end of line
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 2
(#234) Variable "fieldName" must be all lower-case
(#234) Variable "leftText" must be all lower-case
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 2
(#235) Expected "if (...) {\n"; found "if(...){\n"
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 3
(#236) Variable "fieldName" must be all lower-case
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 2
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#240) Whitespace found at end of line
(#247) Empty IF statement detected
(#250) Empty IF statement detected
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Whitespace found at end of line
(#255) Empty ELSE statement detected
(#257) Whitespace found at end of line
(#267) Whitespace found at end of line
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
blocks/cmanager/history/delete.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#37) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Line exceeds 132 characters; contains 143 characters
(#41) Line exceeds 132 characters; contains 138 characters
(#58) Visibility must be declared on method "definition"
(#60) Whitespace found at end of line
(#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) This comment is 67% valid code; is this commented out code?
(#63) No space found before comment text; expected "// $type = $_GET['delete'];" but found "//$type = $_GET['delete'];"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Commas (,) must be followed by white space.
(#67) Line exceeds 132 characters; contains 166 characters
(#70) Line exceeds 132 characters; contains 148 characters
(#71) Line exceeds maximum limit of 180 characters; contains 190 characters
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Expected "} else if (...) {\n"; found "}\t\n else if (...) {\n"
(#74) Line exceeds 132 characters; contains 147 characters
(#75) Line exceeds maximum limit of 180 characters; contains 188 characters
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#80) Line exceeds maximum limit of 180 characters; contains 302 characters
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) 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 0 spaces, found 2
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 3
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 3
(#92) Expected 1 space before "=>"; 0 found
(#92) Expected 1 space after "=>"; 0 found
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 3
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 3
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 0 spaces, found 7
(#96) Closing brace indented incorrectly; expected 2 spaces, found 7
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 3
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 3
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#101) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 7
(#102) Closing brace indented incorrectly; expected 2 spaces, found 7
(#104) Whitespace found at end of line
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Line indented incorrectly; expected at least 4 spaces, found 0
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#111) Whitespace found at end of line
(#114) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/installer_build_config/build.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) This comment is 60% valid code; is this commented out code?
(#34) No space found before comment text; expected "// $configHasRun = get_record('block_cmanager_config', 'varname', 'confighasrun');" but found "//$configHasRun = get_record('block_cmanager_config', 'varname', 'confighasrun');"
(#35) Variable "configHasRun" must be all lower-case
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Variable "configHasRun" must be all lower-case
(#39) Variable "configHasRun" must be all lower-case
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#52) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#57) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Line indented incorrectly; expected at least 4 spaces, found 0
(#73) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#82) Line indented incorrectly; expected at least 4 spaces, found 0
(#83) Line indented incorrectly; expected at least 4 spaces, found 0
(#84) Line indented incorrectly; expected at least 4 spaces, found 0
(#85) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Whitespace found at end of line within string
(#90) Whitespace found at end of line within string
(#91) Whitespace found at end of line within string
(#92) Whitespace found at end of line within string
(#93) Whitespace found at end of line within string
(#94) Whitespace found at end of line within string
(#96) Line indented incorrectly; expected at least 4 spaces, found 0
(#98) Line indented incorrectly; expected at least 4 spaces, found 0
(#99) Line indented incorrectly; expected at least 4 spaces, found 0
(#100) Line indented incorrectly; expected at least 4 spaces, found 0
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#102) Whitespace found at end of line within string
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#106) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#109) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
(#111) Whitespace found at end of line within string
(#112) Whitespace found at end of line within string
(#113) Whitespace found at end of line within string
(#115) Line indented incorrectly; expected at least 4 spaces, found 0
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Line indented incorrectly; expected at least 4 spaces, found 0
(#119) Line indented incorrectly; expected at least 4 spaces, found 0
(#120) Line indented incorrectly; expected at least 4 spaces, found 0
(#120) Whitespace found at end of line within string
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#132) Line indented incorrectly; expected at least 4 spaces, found 0
(#135) Line indented incorrectly; expected at least 4 spaces, found 0
(#136) Line indented incorrectly; expected at least 4 spaces, found 0
(#137) Line indented incorrectly; expected at least 4 spaces, found 0
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#143) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#151) Line indented incorrectly; expected at least 4 spaces, found 0
(#154) Line indented incorrectly; expected at least 4 spaces, found 0
(#155) Line indented incorrectly; expected at least 4 spaces, found 0
(#156) Line indented incorrectly; expected at least 4 spaces, found 0
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#165) Line indented incorrectly; expected at least 4 spaces, found 0
(#167) Line indented incorrectly; expected at least 4 spaces, found 0
(#168) Line indented incorrectly; expected at least 4 spaces, found 0
(#169) Line indented incorrectly; expected at least 4 spaces, found 0
(#169) Whitespace found at end of line within string
(#170) Whitespace found at end of line within string
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#174) Whitespace found at end of line within string
(#175) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#178) Line indented incorrectly; expected at least 4 spaces, found 0
(#180) Line indented incorrectly; expected at least 4 spaces, found 0
(#181) Line indented incorrectly; expected at least 4 spaces, found 0
(#182) Line indented incorrectly; expected at least 4 spaces, found 0
(#182) Whitespace found at end of line within string
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#187) Whitespace found at end of line within string
(#188) Whitespace found at end of line within string
(#189) Whitespace found at end of line within string
(#190) Whitespace found at end of line within string
(#192) Line indented incorrectly; expected at least 4 spaces, found 0
(#194) Line indented incorrectly; expected at least 4 spaces, found 0
(#195) Line indented incorrectly; expected at least 4 spaces, found 0
(#196) Line indented incorrectly; expected at least 4 spaces, found 0
(#196) Whitespace found at end of line within string
(#197) Whitespace found at end of line within string
(#198) Whitespace found at end of line within string
(#199) Whitespace found at end of line within string
(#200) Whitespace found at end of line within string
(#201) Whitespace found at end of line within string
(#202) Whitespace found at end of line within string
(#203) Whitespace found at end of line within string
(#204) Whitespace found at end of line within string
(#205) Whitespace found at end of line within string
(#206) Whitespace found at end of line within string
(#207) Whitespace found at end of line within string
(#208) Whitespace found at end of line within string
(#209) Whitespace found at end of line within string
(#210) Whitespace found at end of line within string
(#212) Line indented incorrectly; expected at least 4 spaces, found 0
(#214) Line indented incorrectly; expected at least 4 spaces, found 0
(#215) Line indented incorrectly; expected at least 4 spaces, found 0
(#216) Line indented incorrectly; expected at least 4 spaces, found 0
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#218) Whitespace found at end of line within string
(#219) Whitespace found at end of line within string
(#220) Whitespace found at end of line within string
(#221) Whitespace found at end of line within string
(#222) Whitespace found at end of line within string
(#223) Whitespace found at end of line within string
(#224) Whitespace found at end of line within string
(#225) Whitespace found at end of line within string
(#227) Line indented incorrectly; expected at least 4 spaces, found 0
(#230) Line indented incorrectly; expected at least 4 spaces, found 0
(#231) Line indented incorrectly; expected at least 4 spaces, found 0
(#232) Line indented incorrectly; expected at least 4 spaces, found 0
(#232) Whitespace found at end of line within string
(#233) Whitespace found at end of line within string
(#234) Whitespace found at end of line within string
(#235) Whitespace found at end of line within string
(#236) Whitespace found at end of line within string
(#237) Whitespace found at end of line within string
(#238) Whitespace found at end of line within string
(#239) Whitespace found at end of line within string
(#240) Whitespace found at end of line within string
(#241) Whitespace found at end of line within string
(#242) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#245) Line indented incorrectly; expected at least 4 spaces, found 0
(#247) Line indented incorrectly; expected at least 4 spaces, found 0
(#248) Line indented incorrectly; expected at least 4 spaces, found 0
(#249) Line indented incorrectly; expected at least 4 spaces, found 0
(#249) Whitespace found at end of line within string
(#250) Whitespace found at end of line within string
(#251) Whitespace found at end of line within string
(#252) Whitespace found at end of line within string
(#253) Whitespace found at end of line within string
(#254) Whitespace found at end of line within string
(#255) Whitespace found at end of line within string
(#256) Whitespace found at end of line within string
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#260) Line indented incorrectly; expected at least 4 spaces, found 0
(#261) Line indented incorrectly; expected at least 4 spaces, found 0
(#262) Line indented incorrectly; expected at least 4 spaces, found 0
(#263) Line indented incorrectly; expected at least 4 spaces, found 0
(#265) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) Line indented incorrectly; expected at least 4 spaces, found 0
(#267) Line indented incorrectly; expected at least 4 spaces, found 0
(#268) Line indented incorrectly; expected at least 4 spaces, found 0
(#270) Line indented incorrectly; expected at least 4 spaces, found 0
(#271) Line indented incorrectly; expected at least 4 spaces, found 0
(#272) Line indented incorrectly; expected at least 4 spaces, found 0
(#273) Line indented incorrectly; expected at least 4 spaces, found 0
(#276) Line indented incorrectly; expected at least 4 spaces, found 0
(#277) Line indented incorrectly; expected at least 4 spaces, found 0
(#278) Line indented incorrectly; expected at least 4 spaces, found 0
(#279) Line indented incorrectly; expected at least 4 spaces, found 0
(#282) Line indented incorrectly; expected at least 4 spaces, found 0
(#283) Line indented incorrectly; expected at least 4 spaces, found 0
(#284) Line indented incorrectly; expected at least 4 spaces, found 0
(#285) Line indented incorrectly; expected at least 4 spaces, found 0
(#288) Line indented incorrectly; expected at least 4 spaces, found 0
(#289) Line indented incorrectly; expected at least 4 spaces, found 0
(#290) Line indented incorrectly; expected at least 4 spaces, found 0
(#291) Line indented incorrectly; expected at least 4 spaces, found 0
(#294) Line indented incorrectly; expected at least 4 spaces, found 0
(#295) Line indented incorrectly; expected at least 4 spaces, found 0
(#296) Line indented incorrectly; expected at least 4 spaces, found 0
(#297) Line indented incorrectly; expected at least 4 spaces, found 0
(#300) Line indented incorrectly; expected at least 4 spaces, found 0
(#301) Line indented incorrectly; expected at least 4 spaces, found 0
(#302) Line indented incorrectly; expected at least 4 spaces, found 0
(#303) Line indented incorrectly; expected at least 4 spaces, found 0
(#305) Line indented incorrectly; expected at least 4 spaces, found 0
(#306) Line indented incorrectly; expected at least 4 spaces, found 0
(#307) Line indented incorrectly; expected at least 4 spaces, found 0
(#308) Line indented incorrectly; expected at least 4 spaces, found 0
(#310) Line indented incorrectly; expected at least 4 spaces, found 0
(#311) Line indented incorrectly; expected at least 4 spaces, found 0
(#312) Line indented incorrectly; expected at least 4 spaces, found 0
(#313) Line indented incorrectly; expected at least 4 spaces, found 0
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Line indented incorrectly; expected at least 4 spaces, found 0
(#318) Line indented incorrectly; expected at least 4 spaces, found 0
(#319) Line indented incorrectly; expected at least 4 spaces, found 0
(#320) Line indented incorrectly; expected at least 4 spaces, found 0
(#321) Line indented incorrectly; expected at least 4 spaces, found 0
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) This comment is 60% valid code; is this commented out code?
(#323) Line indented incorrectly; expected at least 4 spaces, found 0
(#323) No space found before comment text; expected "// $activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");" but found "//$activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");"
(#324) Line indented incorrectly; expected at least 4 spaces, found 0
(#324) Variable "activeFormId" must be all lower-case
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#328) Line indented incorrectly; expected at least 4 spaces, found 0
(#329) Line indented incorrectly; expected at least 4 spaces, found 0
(#330) Line indented incorrectly; expected at least 4 spaces, found 0
(#330) Variable "activeFormId" must be all lower-case
(#331) Line indented incorrectly; expected at least 4 spaces, found 0
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Whitespace found at end of line
(#334) Line indented incorrectly; expected at least 4 spaces, found 0
(#335) Line indented incorrectly; expected at least 4 spaces, found 0
(#336) Line indented incorrectly; expected at least 4 spaces, found 0
(#337) Line indented incorrectly; expected at least 4 spaces, found 0
(#338) Line indented incorrectly; expected at least 4 spaces, found 0
(#339) Line indented incorrectly; expected at least 4 spaces, found 0
(#339) Variable "activeFormId" must be all lower-case
(#340) Line indented incorrectly; expected at least 4 spaces, found 0
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Line indented incorrectly; expected at least 4 spaces, found 0
(#344) Line indented incorrectly; expected at least 4 spaces, found 0
(#345) Line indented incorrectly; expected at least 4 spaces, found 0
(#346) Line indented incorrectly; expected at least 4 spaces, found 0
(#347) Line indented incorrectly; expected at least 4 spaces, found 0
(#351) Line indented incorrectly; expected at least 4 spaces, found 0
(#352) Line indented incorrectly; expected at least 4 spaces, found 0
(#353) Line indented incorrectly; expected at least 4 spaces, found 0
(#354) Line indented incorrectly; expected at least 4 spaces, found 0
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 4 spaces, found 1
(#360) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/lang/en/block_cmanager.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#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) No space found before comment text; expected "// block links" but found "//block links"
(#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) No space found before comment text; expected "// basic Navigation" but found "//basic Navigation"
(#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) No space found before comment text; expected "// block_cmanager_config.php" but found "//block_cmanager_config.php"
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// email configuration strings" but found "//email configuration strings"
(#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
(#106) No space found before comment text; expected "// email subjects and contents" but found "//email subjects and contents"
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// course request" but found "//course request"
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// form builder" but found "//form builder"
(#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) No space found before comment text; expected "// preview form page" but found "//preview form page"
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) No space found before comment text; expected "// Configure Course Search Form Fields" but found "//Configure Course Search Form Fields"
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) No space found before comment text; expected "// module_manager" but found "//module_manager"
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) No space found before comment text; expected "// request details" but found "//request details"
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) No space found before comment text; expected "// comments" but found "//comments"
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) No space found before comment text; expected "// deny request" but found "//deny request"
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) No space found before comment text; expected "// approve request" but found "//approve request"
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) No space found before comment text; expected "// misc" but found "//misc"
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#30) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Expected 1 space after closing parenthesis; found 0
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Line indented incorrectly; expected 4 spaces, found 0
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#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 1
(#40) Line indented incorrectly; expected 4 spaces, found 0
(#41) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Commas (,) must be followed by white space.
(#45) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Line indented incorrectly; expected 4 spaces, found 0
(#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 1
(#50) Variable "user_record" must not contain underscores.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 1
(#51) Expected 1 space after ".="; 2 found
(#51) Variable "user_record" must not contain underscores.
(#51) Variable "user_record" must not contain underscores.
(#51) Space found before semicolon; expected "'<br>';" but found "'<br>' ;"
(#52) Line indented incorrectly; expected 4 spaces, found 0
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Whitespace found at end of line
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#68) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Closing brace indented incorrectly; expected 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Commas (,) must be followed by white space.
(#77) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Variable "user_record" must not contain underscores.
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#83) Expected 1 space after ".="; 2 found
(#83) Variable "user_record" must not contain underscores.
(#83) Space found before semicolon; expected "' ';" but found "' ' ;"
(#84) Closing brace indented incorrectly; expected 1 spaces, found 4
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#92) Whitespace found at end of line
(#93) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#108) Commas (,) must be followed by white space.
(#109) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "user_record" must not contain underscores.
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Expected 1 space after ".="; 2 found
(#115) Variable "user_record" must not contain underscores.
(#115) Space found before semicolon; expected "', ';" but found "', ' ;"
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#119) Line indented incorrectly; expected 0 spaces, found 1
(#119) Closing brace indented incorrectly; expected 0 spaces, found 1
blocks/cmanager/lib/boot.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Whitespace found at end of line
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#11) function name "generateGenericPop" must be lower-case letters only
(#11) Line 12 of the opening comment must start "//".
(#11) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#11) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Variable "btnText" must be all lower-case
(#11) Expected 1 space after closing parenthesis; found 0
(#13) Line indented incorrectly; expected at least 4 spaces, found 0
(#13) Whitespace found at end of line within string
(#14) Whitespace found at end of line within string
(#15) Whitespace found at end of line within string
(#16) Whitespace found at end of line within string
(#17) Line exceeds 132 characters; contains 155 characters
(#17) Whitespace found at end of line within string
(#18) Whitespace found at end of line within string
(#19) Whitespace found at end of line within string
(#20) Whitespace found at end of line within string
(#21) Whitespace found at end of line within string
(#22) Whitespace found at end of line within string
(#23) Whitespace found at end of line within string
(#24) Whitespace found at end of line within string
(#25) Whitespace found at end of line within string
(#26) Whitespace found at end of line within string
(#27) Whitespace found at end of line within string
(#28) Whitespace found at end of line within string
(#29) Whitespace found at end of line within string
(#30) Whitespace found at end of line within string
(#31) Whitespace found at end of line within string
(#32) Whitespace found at end of line within string
(#33) Whitespace found at end of line within string
(#34) Variable "btnText" must be all lower-case
(#34) Whitespace found at end of line within string
(#35) Whitespace found at end of line within string
(#36) Whitespace found at end of line within string
(#37) Whitespace found at end of line within string
(#38) Whitespace found at end of line within string
(#39) Whitespace found at end of line within string
(#41) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Whitespace found at end of line
(#57) function name "generateGenericConfirm" must be lower-case letters only
(#57) Variable "btnText" must be all lower-case
(#57) Expected 1 space after closing parenthesis; found 0
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Whitespace found at end of line within string
(#60) Whitespace found at end of line within string
(#61) Whitespace found at end of line within string
(#62) Whitespace found at end of line within string
(#63) Line exceeds 132 characters; contains 137 characters
(#63) Whitespace found at end of line within string
(#64) Whitespace found at end of line within string
(#65) Whitespace found at end of line within string
(#66) Whitespace found at end of line within string
(#67) Whitespace found at end of line within string
(#68) Whitespace found at end of line within string
(#69) Whitespace found at end of line within string
(#70) Whitespace found at end of line within string
(#71) Whitespace found at end of line within string
(#72) Whitespace found at end of line within string
(#73) Whitespace found at end of line within string
(#74) Whitespace found at end of line within string
(#75) Whitespace found at end of line within string
(#76) Whitespace found at end of line within string
(#77) Whitespace found at end of line within string
(#78) Whitespace found at end of line within string
(#79) Commas (,) must be followed by white space.
(#79) Whitespace found at end of line within string
(#80) Variable "btnText" must be all lower-case
(#80) Whitespace found at end of line within string
(#81) Whitespace found at end of line within string
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#85) Whitespace found at end of line within string
(#86) Whitespace found at end of line within string
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
blocks/cmanager/lib/course_lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#33) Whitespace found at end of line
(#34) Expected 1 space(s) before asterisk; 0 found
(#35) Expected 1 space(s) before asterisk; 0 found
(#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 6
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 3
(#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 5
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 5
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 5
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 5
(#43) Member variable "summary_editor" 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 4 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 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 4 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 4 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 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 4 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 4 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 2
(#52) Member variable "enrol_guest_status_0" 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 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 2
(#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 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 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 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 2
(#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 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 2
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 2
(#61) Member variable "role_1" 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 4 spaces, found 2
(#62) Member variable "role_2" 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 2
(#63) Member variable "mform_showadvanced_last" must not contain underscores.
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 2
(#64) Member variable "role_3" must not contain underscores.
(#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 2
(#65) Member variable "role_4" 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 4 spaces, found 3
(#66) Member variable "role_5" 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 4 spaces, found 2
(#67) Member variable "role_6" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 2
(#68) Member variable "role_7" 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 4 spaces, found 2
(#69) Member variable "role_8" 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 4 spaces, found 2
(#70) Member variable "role_9" 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 0 spaces, found 1
(#71) Closing brace indented incorrectly; expected 0 spaces, found 1
(#73) Whitespace found at end of line
(#76) Whitespace found at end of line
(#78) Variable "sendMail" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// ** Create an object to hold our new course information" but found "//** Create an object to hold our new course information"
(#89) Variable "new_course" must not contain underscores.
(#90) Whitespace found at end of line
(#90) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#91) Whitespace found at end of line
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Commas (,) must be followed by white space.
(#100) Whitespace found at end of line
(#100) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#101) Whitespace found at end of line
(#102) Variable "new_course" must not contain underscores.
(#103) Variable "new_course" must not contain underscores.
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// Get the default timestamp for new courses" but found "//Get the default timestamp for new courses"
(#105) Variable "timestamp_startdate" must not contain underscores.
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#106) Variable "new_course" must not contain underscores.
(#106) Variable "timestamp_startdate" must not contain underscores.
(#108) Variable "new_course" must not contain underscores.
(#108) Commas (,) must be followed by white space.
(#109) Variable "new_course" must not contain underscores.
(#109) Commas (,) must be followed by white space.
(#110) Variable "new_course" must not contain underscores.
(#110) Commas (,) must be followed by white space.
(#111) Variable "new_course" must not contain underscores.
(#111) Commas (,) must be followed by white space.
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// Formatting" but found "//Formatting"
(#114) Variable "new_course" must not contain underscores.
(#114) Commas (,) must be followed by white space.
(#115) Variable "new_course" must not contain underscores.
(#115) Commas (,) must be followed by white space.
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "new_course" must not contain underscores.
(#118) Commas (,) must be followed by white space.
(#119) Variable "new_course" must not contain underscores.
(#119) Commas (,) must be followed by white space.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#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
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#121) No space found before comment text; expected "// completion" but found "//completion"
(#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) Variable "new_course" must not contain underscores.
(#122) Commas (,) must be followed by white space.
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Variable "new_course" must not contain underscores.
(#125) Commas (,) must be followed by white space.
(#126) Variable "new_course" must not contain underscores.
(#126) Commas (,) must be followed by white space.
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) No space found before comment text; expected "// is course mode enabled (page 1 optional dropdown)" but found "//is course mode enabled (page 1 optional dropdown)"
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#130) Whitespace found at end of line
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#133) Whitespace found at end of line
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// what short naming format is operating" but found "//what short naming format is operating"
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#136) Whitespace found at end of line
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) No space found before comment text; expected "// get the record for the request" but found "//get the record for the request"
(#138) Expected 1 space after "="; 2 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#141) Whitespace found at end of line
(#142) Expected "if (...) {\n"; found "if(...){\n"
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Variable "new_course" must not contain underscores.
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Closing brace indented incorrectly; expected 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 3
(#145) Variable "new_course" 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 4 spaces, found 1
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#147) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#150) Expected "if (...) {\n"; found "if (...){\n"
(#150) Expected 1 space before "=="; 0 found
(#150) Expected 1 space after "=="; 0 found
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Variable "newShortName" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 1
(#152) Expected "} else {\n"; found "}else{\n"
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Variable "newShortName" must be all lower-case
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#155) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#157) Variable "new_course" must not contain underscores.
(#157) Variable "newShortName" must be all lower-case
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#158) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Variable "p_key" must not contain underscores.
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Whitespace found at end of line
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) No space found before comment text; expected "// ---------------------- course naming ---------------------------------------------------" but found "//---------------------- course naming ---------------------------------------------------"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Variable "new_course" must not contain underscores.
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#166) Expected 1 space after "=="; 0 found
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Variable "new_course" must not contain underscores.
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Variable "new_course" must not contain underscores.
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#172) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Variable "new_course" must not contain underscores.
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 4 spaces, found 1
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#175) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Variable "new_course" must not contain underscores.
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Line indented incorrectly; expected at least 4 spaces, found 1
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 4 spaces, found 1
(#183) Expected "} else {\n"; found "} else{\n"
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Commas (,) must be followed by white space.
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Whitespace found at end of line
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 4 spaces, found 1
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#186) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#187) Whitespace found at end of line
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#189) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#192) Whitespace found at end of line
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Variable "new_course" must not contain underscores.
(#195) Whitespace found at end of line
(#195) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#196) Whitespace found at end of line
(#197) Whitespace found at end of line
(#198) Whitespace found at end of line
(#199) Line indented incorrectly; expected at least 4 spaces, found 3
(#199) Whitespace found at end of line
(#200) Line indented incorrectly; expected at least 4 spaces, found 3
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Line indented incorrectly; expected at least 4 spaces, found 3
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Line indented incorrectly; expected at least 8 spaces, found 7
(#204) Line indented incorrectly; expected at least 8 spaces, found 7
(#205) Whitespace found at end of line
(#206) Line indented incorrectly; expected 8 spaces, found 7
(#206) Expected "if (...) {\n"; found "if(...){\n"
(#207) Line indented incorrectly; expected at least 12 spaces, found 11
(#209) Commas (,) must be followed by white space.
(#209) Line exceeds 132 characters; contains 135 characters
(#213) Line indented incorrectly; expected 8 spaces, found 7
(#213) Expected "} else {\n"; found "}else {\n"
(#216) Commas (,) must be followed by white space.
(#220) Line indented incorrectly; expected 8 spaces, found 7
(#221) Whitespace found at end of line
(#222) Line indented incorrectly; expected 4 spaces, found 5
(#222) Closing brace indented incorrectly; expected 4 spaces, found 5
(#223) Whitespace found at end of line
(#223) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#224) Whitespace found at end of line
(#225) Whitespace found at end of line
(#226) Whitespace found at end of line
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Whitespace found at end of line
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Variable "autoKey" must be all lower-case
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 4 spaces, found 1
(#232) Expected "if (...) {\n"; found "if (...){\n"
(#232) Variable "autoKey" must be all lower-case
(#232) Variable "autoKey" must be all lower-case
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Variable "enrollmentRecord" must be all lower-case
(#236) Variable "enrollmentRecord" must be all lower-case
(#236) Expected 1 space after "="; 2 found
(#237) Variable "enrollmentRecord" must be all lower-case
(#238) Variable "enrollmentRecord" must be all lower-case
(#239) Variable "enrollmentRecord" must be all lower-case
(#240) Variable "enrollmentRecord" must be all lower-case
(#241) Variable "enrollmentRecord" must be all lower-case
(#241) Expected 1 space after "="; 2 found
(#242) Variable "enrollmentRecord" must be all lower-case
(#243) Variable "enrollmentRecord" must be all lower-case
(#244) Variable "enrollmentRecord" must be all lower-case
(#244) Expected 1 space after "="; 0 found
(#244) Whitespace found at end of line
(#245) Variable "enrollmentRecord" must be all lower-case
(#246) Variable "enrollmentRecord" must be all lower-case
(#247) Variable "enrollmentRecord" must be all lower-case
(#247) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#248) Variable "enrollmentRecord" must be all lower-case
(#248) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#248) Whitespace found at end of line
(#249) Variable "enrollmentRecord" must be all lower-case
(#249) Expected 1 space after "="; 2 found
(#249) Space found before semicolon; expected "5;" but found "5 ;"
(#250) Variable "enrollmentRecord" must be all lower-case
(#250) Space found before semicolon; expected "0;" but found "0 ;"
(#251) Variable "enrollmentRecord" must be all lower-case
(#252) Variable "enrollmentRecord" must be all lower-case
(#253) Variable "enrollmentRecord" must be all lower-case
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Whitespace found at end of line
(#254) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 9
(#258) Variable "enrollmentRecord" must be all lower-case
(#258) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 9
(#259) Variable "enrollmentRecord" must be all lower-case
(#261) Variable "enrollmentRecord" must be all lower-case
(#261) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#262) Variable "enrollmentRecord" must be all lower-case
(#262) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#263) Variable "enrollmentRecord" must be all lower-case
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) Variable "enrollmentRecord" must be all lower-case
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#265) Variable "enrollmentRecord" must be all lower-case
(#266) Variable "enrollmentRecord" must be all lower-case
(#266) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#267) Variable "enrollmentRecord" must be all lower-case
(#268) Variable "enrollmentRecord" must be all lower-case
(#270) Variable "enrolRes" must be all lower-case
(#270) Variable "enrollmentRecord" must be all lower-case
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Expected "if (...) {\n"; found "if(...){\n"
(#274) Variable "enrolRes" must be all lower-case
(#275) Whitespace found at end of line
(#280) Line exceeds 132 characters; contains 134 characters
(#283) Whitespace found at end of line
(#292) Whitespace found at end of line
(#293) Line indented incorrectly; expected 12 spaces, found 8
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 4 spaces, found 1
(#294) Whitespace found at end of line
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Whitespace found at end of line
(#295) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 4 spaces, found 1
(#297) Variable "sendMail" must be all lower-case
(#298) Line indented incorrectly; expected at least 8 spaces, found 6
(#298) Variable "new_course" must not contain underscores.
(#298) Variable "new_course" must not contain underscores.
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 4 spaces, found 1
(#300) Whitespace found at end of line
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Commas (,) must be followed by white space.
(#308) Whitespace found at end of line
(#308) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#309) Whitespace found at end of line
(#310) Whitespace found at end of line
(#311) Whitespace found at end of line
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 4 spaces, found 1
(#313) Variable "updatedRecord" must be all lower-case
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 4 spaces, found 1
(#314) Variable "updatedRecord" must be all lower-case
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 1
(#315) Variable "updatedRecord" must be all lower-case
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Variable "updatedRecord" must be all lower-case
(#317) Whitespace found at end of line
(#317) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#318) Whitespace found at end of line
(#319) Whitespace found at end of line
(#320) Whitespace found at end of line
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Whitespace found at end of line
(#329) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#330) Whitespace found at end of line
(#331) Whitespace found at end of line
(#332) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Whitespace found at end of line
(#334) Functions must not contain multiple empty lines in a row; found 6 empty lines
(#335) Whitespace found at end of line
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Whitespace found at end of line
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Whitespace found at end of line
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Whitespace found at end of line
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Whitespace found at end of line
(#345) Whitespace found at end of line
(#347) Expected 1 space after closing parenthesis; found 0
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 4 spaces, found 1
(#350) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 4 spaces, found 2
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 4 spaces, found 2
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Whitespace found at end of line
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Line indented incorrectly; expected at least 4 spaces, found 2
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 4 spaces, found 2
(#356) Variable "currentRecord" must be all lower-case
(#356) Expected 1 space after "="; 2 found
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 4 spaces, found 2
(#357) Variable "user_ids" must not contain underscores.
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 4 spaces, found 2
(#358) Variable "user_ids" must not contain underscores.
(#358) Variable "currentRecord" must be all lower-case
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 4 spaces, found 2
(#360) Variable "replaceValues" must be all lower-case
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Variable "replaceValues" must be all lower-case
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Variable "replaceValues" must be all lower-case
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Variable "replaceValues" must be all lower-case
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Variable "replaceValues" must be all lower-case
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Variable "replaceValues" must be all lower-case
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Variable "replaceValues" must be all lower-case
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Whitespace found at end of line
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Line indented incorrectly; expected at least 4 spaces, found 2
(#368) No space found before comment text; expected "// mail the user" but found "//mail the user"
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 4 spaces, found 2
(#369) Variable "user_ids" must not contain underscores.
(#369) Variable "replaceValues" must be all lower-case
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Line indented incorrectly; expected at least 4 spaces, found 2
(#370) No space found before comment text; expected "// mail the admin" but found "//mail the admin"
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 4 spaces, found 2
(#371) Variable "replaceValues" must be all lower-case
(#372) Whitespace found at end of line
blocks/cmanager/lib/displayLists.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Line indented incorrectly; expected 4 spaces, found 0
(#46) Whitespace found at end of line
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Variable "page1_fieldname1" must not contain underscores.
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Variable "page1_fieldname2" must not contain underscores.
(#56) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Line indented incorrectly; expected 8 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#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) Variable "req_values" 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 12 spaces, found 3
(#63) Variable "req_values" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 16 spaces, found 4
(#64) Empty IF statement detected
(#64) Expected 1 space before "=>"; 0 found
(#64) Variable "req_values" must not contain underscores.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 20 spaces, found 8
(#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 5
(#66) Closing brace indented incorrectly; expected 4 spaces, found 5
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 10
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 10
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 9
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 24 spaces, found 9
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 13
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 28 spaces, found 13
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 28 spaces, found 13
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 28 spaces, found 13
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 28 spaces, found 13
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 32 spaces, found 14
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 36 spaces, found 14
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 36 spaces, found 14
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 36 spaces, found 30
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 32 spaces, found 10
(#81) Closing brace indented incorrectly; expected 14 spaces, found 10
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 28 spaces, found 13
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 24 spaces, found 9
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 24 spaces, found 9
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 28 spaces, found 13
(#85) Expected 1 space after "="; 2 found
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 24 spaces, found 9
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 20 spaces, found 10
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 16 spaces, found 5
(#90) Closing brace indented incorrectly; expected 3 spaces, found 12
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 4
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 3
(#97) Closing brace 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) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected at least 16 spaces, found 3
(#99) No space found before comment text; expected "// Get the latest comment" but found "//Get the latest comment"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 16 spaces, found 3
(#100) Variable "latestComment" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 3
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 16 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 16 spaces, found 6
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 20 spaces, found 4
(#109) Variable "latestComment" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 20 spaces, found 4
(#110) Variable "latestComment" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 24 spaces, found 5
(#111) Variable "latestComment" must be all lower-case
(#111) Variable "latestComment" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 24 spaces, found 5
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 24 spaces, found 5
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 28 spaces, found 9
(#115) Variable "latestComment" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Line exceeds 132 characters; contains 141 characters
(#115) Line exceeds 132 characters; contains 141 characters
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 24 spaces, found 5
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 28 spaces, found 6
(#118) Variable "latestComment" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Line exceeds 132 characters; contains 139 characters
(#118) Line exceeds 132 characters; contains 139 characters
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 24 spaces, found 5
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 20 spaces, found 4
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 16 spaces, found 6
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 16 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 3
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 16 spaces, found 3
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 3
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 16 spaces, found 3
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 20 spaces, found 4
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 16 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 3
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Commas (,) must be followed by white space.
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 16 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 20 spaces, found 5
(#139) Line exceeds 132 characters; contains 170 characters
(#139) Line exceeds 132 characters; contains 170 characters
(#139) Whitespace found at end of line within string
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 16 spaces, found 6
(#141) Closing brace indented incorrectly; expected 3 spaces, found 6
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Aditonal Crs)
(#143) Line indented incorrectly; expected at least 16 spaces, found 3
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 16 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 20 spaces, found 4
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 24 spaces, found 6
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#149) Line exceeds maximum limit of 180 characters; contains 211 characters
(#149) Line exceeds maximum limit of 180 characters; contains 211 characters
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Commas (,) must be followed by white space.
(#151) Line exceeds 132 characters; contains 147 characters
(#151) Line exceeds 132 characters; contains 147 characters
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Commas (,) must be followed by white space.
(#154) Line exceeds 132 characters; contains 138 characters
(#154) Line exceeds 132 characters; contains 138 characters
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#156) Commas (,) must be followed by white space.
(#156) Line exceeds 132 characters; contains 144 characters
(#156) Line exceeds 132 characters; contains 144 characters
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Line exceeds maximum limit of 180 characters; contains 208 characters
(#158) Line exceeds maximum limit of 180 characters; contains 208 characters
(#158) Whitespace found at end of line within string
(#159) Commas (,) must be followed by white space.
(#159) Line exceeds 132 characters; contains 161 characters
(#159) Line exceeds 132 characters; contains 161 characters
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 20 spaces, found 2
(#164) Closing brace indented incorrectly; expected 4 spaces, found 2
(#165) Line indented incorrectly; expected at least 20 spaces, found 8
(#165) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 24 spaces, found 10
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Whitespace found at end of line within string
(#169) Commas (,) must be followed by white space.
(#169) Line exceeds 132 characters; contains 153 characters
(#169) Line exceeds 132 characters; contains 153 characters
(#169) Whitespace found at end of line within string
(#170) Whitespace found at end of line within string
(#171) Commas (,) must be followed by white space.
(#171) Line exceeds 132 characters; contains 162 characters
(#171) Line exceeds 132 characters; contains 162 characters
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 20 spaces, found 2
(#175) Closing brace indented incorrectly; expected 8 spaces, found 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 20 spaces, found 5
(#176) Expected "} else if (...) {\n"; found "}\n \telse if (...) {\n"
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 24 spaces, found 9
(#178) Whitespace found at end of line within string
(#179) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
(#181) Commas (,) must be followed by white space.
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#183) Commas (,) must be followed by white space.
(#183) Line exceeds 132 characters; contains 142 characters
(#183) Line exceeds 132 characters; contains 142 characters
(#183) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#185) Commas (,) must be followed by white space.
(#185) Commas (,) must be followed by white space.
(#185) Line exceeds maximum limit of 180 characters; contains 200 characters
(#185) Line exceeds maximum limit of 180 characters; contains 200 characters
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#187) Commas (,) must be followed by white space.
(#187) Line exceeds 132 characters; contains 152 characters
(#187) Line exceeds 132 characters; contains 152 characters
(#187) Whitespace found at end of line within string
(#188) Whitespace found at end of line within string
(#189) Whitespace found at end of line within string
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 20 spaces, found 5
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 20 spaces, found 2
(#192) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 24 spaces, found 3
(#193) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#195) Whitespace found at end of line within string
(#196) Commas (,) must be followed by white space.
(#196) Whitespace found at end of line within string
(#197) Whitespace found at end of line within string
(#198) Commas (,) must be followed by white space.
(#198) Line exceeds 132 characters; contains 153 characters
(#198) Line exceeds 132 characters; contains 153 characters
(#198) Whitespace found at end of line within string
(#199) Whitespace found at end of line within string
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 20 spaces, found 2
(#202) Line indented incorrectly; expected 16 spaces, found 5
(#202) Closing brace indented incorrectly; expected 3 spaces, found 5
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (END admincotrls)
(#203) Line indented incorrectly; expected at least 16 spaces, found 1
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 3
(#205) Expected 1 space after ".="; 0 found
(#205) Whitespace found at end of line within string
(#206) Whitespace found at end of line within string
(#207) Whitespace found at end of line within string
(#208) Whitespace found at end of line within string
(#209) Whitespace found at end of line within string
(#210) Whitespace found at end of line within string
(#211) Whitespace found at end of line within string
(#212) Whitespace found at end of line within string
(#213) Commas (,) must be followed by white space.
(#213) Whitespace found at end of line within string
(#214) Whitespace found at end of line within string
(#215) Whitespace found at end of line within string
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#218) Whitespace found at end of line within string
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 16 spaces, found 3
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 16 spaces, found 3
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 20 spaces, found 6
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 24 spaces, found 10
(#224) Whitespace found at end of line within string
(#225) Whitespace found at end of line within string
(#226) Whitespace found at end of line within string
(#227) Whitespace found at end of line within string
(#228) Commas (,) must be followed by white space.
(#228) Whitespace found at end of line within string
(#229) Whitespace found at end of line within string
(#230) Whitespace found at end of line within string
(#231) Commas (,) must be followed by white space.
(#231) Whitespace found at end of line within string
(#232) Whitespace found at end of line within string
(#233) Whitespace found at end of line within string
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 20 spaces, found 6
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 16 spaces, found 3
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 16 spaces, found 3
(#238) Whitespace found at end of line within string
(#239) Whitespace found at end of line within string
(#240) Whitespace found at end of line within string
(#241) Commas (,) must be followed by white space.
(#241) Whitespace found at end of line within string
(#242) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#244) Whitespace found at end of line within string
(#245) Whitespace found at end of line within string
(#246) Whitespace found at end of line within string
(#247) Whitespace found at end of line within string
(#248) Whitespace found at end of line within string
(#249) Whitespace found at end of line within string
(#250) Commas (,) must be followed by white space.
(#250) Whitespace found at end of line within string
(#251) Whitespace found at end of line within string
(#252) Whitespace found at end of line within string
(#253) Whitespace found at end of line within string
(#254) Whitespace found at end of line within string
(#255) Whitespace found at end of line within string
(#256) Whitespace found at end of line within string
(#257) Whitespace found at end of line within string
(#258) Whitespace found at end of line within string
(#259) Variable "page1_fieldname1" must not contain underscores.
(#259) Whitespace found at end of line within string
(#260) Whitespace found at end of line within string
(#261) Whitespace found at end of line within string
(#262) Whitespace found at end of line within string
(#263) Whitespace found at end of line within string
(#264) Whitespace found at end of line within string
(#265) Whitespace found at end of line within string
(#266) Whitespace found at end of line within string
(#267) Whitespace found at end of line within string
(#268) Variable "page1_fieldname2" must not contain underscores.
(#268) Whitespace found at end of line within string
(#269) Whitespace found at end of line within string
(#270) Whitespace found at end of line within string
(#271) Whitespace found at end of line within string
(#272) Whitespace found at end of line within string
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 16 spaces, found 4
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 20 spaces, found 5
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 20 spaces, found 4
(#278) Whitespace found at end of line within string
(#279) Whitespace found at end of line within string
(#280) Whitespace found at end of line within string
(#281) Whitespace found at end of line within string
(#282) Whitespace found at end of line within string
(#283) Whitespace found at end of line within string
(#284) Whitespace found at end of line within string
(#285) Whitespace found at end of line within string
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 16 spaces, found 4
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 16 spaces, found 2
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 16 spaces, found 1
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 2
(#292) Line indented incorrectly; expected at least 20 spaces, found 8
(#293) Line indented incorrectly; expected at least 20 spaces, found 8
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 20 spaces, found 7
(#294) Variable "cateDrop" must be all lower-case
(#294) Expected 1 space after "="; 2 found
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 20 spaces, found 6
(#295) Variable "cateDrop" must be all lower-case
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 20 spaces, found 2
(#296) Expected 1 space after ".="; 2 found
(#296) Commas (,) must be followed by white space.
(#296) Line exceeds 132 characters; contains 162 characters
(#296) Line exceeds 132 characters; contains 162 characters
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 16 spaces, found 1
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 20 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 24 spaces, found 3
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 20 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 24 spaces, found 3
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 20 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 16 spaces, found 1
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 16 spaces, found 6
(#307) Whitespace found at end of line within string
(#308) Whitespace found at end of line within string
(#309) Whitespace found at end of line within string
(#310) Whitespace found at end of line within string
(#311) Whitespace found at end of line within string
(#312) Whitespace found at end of line within string
(#313) Whitespace found at end of line within string
(#314) Whitespace found at end of line within string
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 16 spaces, found 4
(#317) Expected "if (...) {\n"; found "if \t(...) {\n"
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 20 spaces, found 5
(#319) Whitespace found at end of line within string
(#320) Whitespace found at end of line within string
(#321) Whitespace found at end of line within string
(#322) Commas (,) must be followed by white space.
(#322) Whitespace found at end of line within string
(#323) Whitespace found at end of line within string
(#324) Whitespace found at end of line within string
(#325) Whitespace found at end of line within string
(#326) Whitespace found at end of line within string
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 16 spaces, found 4
(#330) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 16 spaces, found 4
(#332) Whitespace found at end of line within string
(#333) Whitespace found at end of line within string
(#334) Whitespace found at end of line within string
(#335) Whitespace found at end of line within string
(#336) Whitespace found at end of line within string
(#337) Commas (,) must be followed by white space.
(#337) Whitespace found at end of line within string
(#338) Whitespace found at end of line within string
(#339) Whitespace found at end of line within string
(#340) Whitespace found at end of line within string
(#341) Whitespace found at end of line within string
(#342) Whitespace found at end of line within string
(#343) Whitespace found at end of line within string
(#344) Whitespace found at end of line within string
(#345) Whitespace found at end of line within string
(#346) Whitespace found at end of line within string
(#347) Whitespace found at end of line within string
(#348) Whitespace found at end of line within string
(#349) Whitespace found at end of line within string
(#350) Whitespace found at end of line within string
(#351) Whitespace found at end of line within string
(#352) Whitespace found at end of line within string
(#353) Whitespace found at end of line within string
(#354) Whitespace found at end of line within string
(#355) Whitespace found at end of line within string
(#356) Whitespace found at end of line within string
(#357) Whitespace found at end of line within string
(#358) Commas (,) must be followed by white space.
(#358) Whitespace found at end of line within string
(#359) Whitespace found at end of line within string
(#360) Whitespace found at end of line within string
(#361) Variable "latestComment" must be all lower-case
(#361) Whitespace found at end of line within string
(#362) Whitespace found at end of line within string
(#363) Whitespace found at end of line within string
(#364) Whitespace found at end of line within string
(#365) Whitespace found at end of line within string
(#366) Whitespace found at end of line within string
(#368) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 16 spaces, found 2
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 16 spaces, found 2
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 8 spaces, found 1
(#373) Closing brace indented incorrectly; expected 4 spaces, found 1
(#374) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#376) Line indented incorrectly; expected at least 8 spaces, found 0
(#377) Line indented incorrectly; expected 4 spaces, found 0
(#381) Line indented incorrectly; expected at least 4 spaces, found 0
(#382) Expected 1 space(s) before asterisk; 0 found
(#383) Expected 1 space(s) before asterisk; 0 found
(#384) Line indented incorrectly; expected 4 spaces, found 0
(#386) Line indented incorrectly; expected at least 8 spaces, found 4
(#388) Line indented incorrectly; expected at least 8 spaces, found 4
(#390) Line indented incorrectly; expected at least 8 spaces, found 4
(#391) Line indented incorrectly; expected at least 8 spaces, found 4
(#393) Line indented incorrectly; expected at least 8 spaces, found 4
(#393) Expected 1 space before "=>"; 0 found
(#393) Expected 1 space after "=>"; 0 found
(#393) Expected 1 space before "="; 0 found
(#393) Expected 1 space after "="; 0 found
(#395) Line indented incorrectly; expected at least 8 spaces, found 4
(#397) Line indented incorrectly; expected 8 spaces, found 4
(#398) Line indented incorrectly; expected at least 12 spaces, found 8
(#399) Line indented incorrectly; expected at least 12 spaces, found 8
(#400) Line indented incorrectly; expected at least 12 spaces, found 8
(#401) Line indented incorrectly; expected at least 12 spaces, found 8
(#402) Line indented incorrectly; expected at least 12 spaces, found 8
(#403) Line indented incorrectly; expected at least 12 spaces, found 8
(#404) Line indented incorrectly; expected at least 12 spaces, found 8
(#404) Expected 1 space before "=>"; 0 found
(#404) Expected 1 space after "=>"; 0 found
(#405) Line indented incorrectly; expected at least 12 spaces, found 8
(#406) Line indented incorrectly; expected at least 12 spaces, found 8
(#408) Line indented incorrectly; expected at least 12 spaces, found 8
(#409) Line indented incorrectly; expected 8 spaces, found 4
(#410) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 8 spaces, found 1
(#413) Line indented incorrectly; expected 4 spaces, found 0
blocks/cmanager/module_manager.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Empty IF statement detected
(#45) Commas (,) must be followed by white space.
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Empty IF statement detected
(#56) Commas (,) must be followed by white space.
(#58) Line indented incorrectly; expected at least 4 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#95) Visibility must be declared on method "definition"
(#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 5
(#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 5
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Line exceeds 132 characters; contains 142 characters
(#99) Line exceeds 132 characters; contains 142 characters
(#100) Commas (,) must be followed by white space.
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#102) Commas (,) must be followed by white space.
(#102) Line exceeds maximum limit of 180 characters; contains 190 characters
(#102) Line exceeds maximum limit of 180 characters; contains 190 characters
(#102) Whitespace found at end of line within string
(#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 5
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 5
(#106) Commas (,) must be followed by white space.
(#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 5
(#108) Whitespace found at end of line
(#110) Whitespace found at end of line
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#111) Whitespace found at end of line
(#112) Whitespace found at end of line
(#113) Whitespace found at end of line
(#115) Whitespace found at end of line
(#116) Whitespace found at end of line within string
(#117) Whitespace found at end of line within string
(#118) Whitespace found at end of line within string
(#119) Whitespace found at end of line within string
(#120) Whitespace found at end of line within string
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 5
(#137) Closing brace indented incorrectly; expected 4 spaces, found 5
(#139) Line indented incorrectly; expected 0 spaces, found 4
(#139) Closing brace indented incorrectly; expected 0 spaces, found 4
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Empty IF statement detected
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#148) Empty ELSE statement detected
blocks/cmanager/module_manager_history.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) Variable "formPath" must be all lower-case
(#32) Variable "formPath" must be all lower-case
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#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
(#47) Empty IF statement detected
(#47) Commas (,) must be followed by white space.
(#50) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Visibility must be declared on method "definition"
(#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 1
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 1
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 1
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Line exceeds 132 characters; contains 137 characters
(#93) Line exceeds 132 characters; contains 137 characters
(#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 1
(#94) Commas (,) must be followed by white space.
(#94) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#96) Commas (,) must be followed by white space.
(#96) Line exceeds 132 characters; contains 163 characters
(#96) Line exceeds 132 characters; contains 163 characters
(#96) Whitespace found at end of line within string
(#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 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 1
(#101) Variable "selectQuery" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) This comment is 75% valid code; is this commented out code?
(#102) Line indented incorrectly; expected at least 8 spaces, found 1
(#102) No space found before comment text; expected "// $DB->sql_order_by_text('id', $numchars=32);" but found "//$DB->sql_order_by_text('id', $numchars=32);"
(#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 1
(#103) Variable "pendingList" must be all lower-case
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#103) Variable "selectQuery" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 1
(#105) Variable "page1_fieldname1" 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 at least 8 spaces, found 1
(#106) Variable "page1_fieldname2" must not contain underscores.
(#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 1
(#107) Variable "page1_fieldname4" 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 "outputHTML" must be all lower-case
(#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 1
(#110) Variable "modsHTML" must be all lower-case
(#110) Variable "pendingList" must be all lower-case
(#111) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Variable "outputHTML" must be all lower-case
(#113) Line exceeds 132 characters; contains 145 characters
(#113) Line exceeds 132 characters; contains 145 characters
(#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 1
(#114) Variable "outputHTML" must be all lower-case
(#114) Variable "modsHTML" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 1
(#115) Variable "outputHTML" must be all lower-case
(#116) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Closing brace indented incorrectly; expected 1 spaces, found 4
(#119) Whitespace found at end of line
(#120) Whitespace found at end of line
(#121) Whitespace found at end of line
(#122) Whitespace found at end of line
(#127) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Empty IF statement detected
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Whitespace found at end of line
blocks/cmanager/requests/request_control.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Variable "currentSess" must be all lower-case
(#43) Variable "currentSess" must be all lower-case
(#46) 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 4 spaces, found 1
(#49) Whitespace found at end of line
(#59) Whitespace found at end of line
(#60) Visibility must be declared on method "definition"
(#62) Variable "currentSess" must be all lower-case
(#63) Variable "currentRecord" must be all lower-case
(#63) Expected 1 space after "="; 2 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Variable "currentSess" must be all lower-case
(#64) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#66) Whitespace found at end of line
(#67) Whitespace found at end of line
(#67) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Commas (,) must be followed by white space.
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Commas (,) must be followed by white space.
(#75) Whitespace found at end of line
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#78) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#79) Whitespace found at end of line
(#80) Whitespace found at end of line
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#87) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#88) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#90) Closing brace indented incorrectly; expected 4 spaces, found 1
(#96) Whitespace found at end of line
(#98) Whitespace found at end of line
(#99) Line indented incorrectly; expected 0 spaces, found 2
(#99) Expected "if (...) {\n"; found "if (...){\n"
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 2
(#103) Whitespace found at end of line
(#104) Line indented incorrectly; expected 0 spaces, found 2
(#104) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#104) Expected "if (...) {\n"; found "if (...){\n"
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Whitespace found at end of line
(#117) Line indented incorrectly; expected 0 spaces, found 2
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 3
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Closing brace indented incorrectly; expected 2 spaces, found 0
(#140) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/review_request.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#30) Variable "formPath" must be all lower-case
(#31) Variable "formPath" must be all lower-case
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Empty IF statement detected
(#55) Commas (,) must be followed by white space.
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#81) Visibility must be declared on method "definition"
(#82) Variable "currentSess" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Line exceeds 132 characters; contains 149 characters
(#85) Line exceeds 132 characters; contains 149 characters
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#86) Line exceeds maximum limit of 180 characters; contains 186 characters
(#86) Line exceeds maximum limit of 180 characters; contains 186 characters
(#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 5
(#89) Variable "displayModHTML" must be all lower-case
(#90) Variable "displayModHTML" must be all lower-case
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Commas (,) must be followed by white space.
(#92) Line exceeds 132 characters; contains 134 characters
(#92) Line exceeds 132 characters; contains 134 characters
(#93) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#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) Closing brace indented incorrectly; expected 4 spaces, found 1
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#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
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#125) Variable "replaceValues" must be all lower-case
(#126) Variable "replaceValues" must be all lower-case
(#127) Variable "replaceValues" must be all lower-case
(#128) This comment is 64% valid code; is this commented out code?
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) No space found before comment text; expected "// $replaceValues['[p_code]'] = $rec->progcode;" but found "//$replaceValues['[p_code]'] = $rec->progcode;"
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) This comment is 64% valid code; is this commented out code?
(#129) No space found before comment text; expected "// $replaceValues['[p_name]'] = $rec->progname;" but found "//$replaceValues['[p_name]'] = $rec->progname;"
(#130) Variable "replaceValues" must be all lower-case
(#131) Variable "replaceValues" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#132) Variable "replaceValues" must be all lower-case
(#133) Variable "replaceValues" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Variable "replaceValues" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Variable "replaceValues" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 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 12 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#154) Line indented incorrectly; expected 0 spaces, found 2
(#154) Closing brace indented incorrectly; expected 0 spaces, found 2
(#160) Closing brace indented incorrectly; expected 2 spaces, found 0
(#163) Expected 1 space(s) before asterisk; 0 found
(#164) Expected 1 space(s) before asterisk; 0 found
(#165) Expected 1 space after closing parenthesis; found 0
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/validate_admin.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Whitespace found at end of line
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Whitespace found at end of line
(#33) Variable "loginIsValid" must be all lower-case
(#33) TRUE, FALSE and NULL must be lowercase; expected "false" but found "False"
(#35) Whitespace found at end of line
(#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 6
(#37) Variable "loginIsValid" must be all lower-case
(#37) TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 8 spaces, found 2
(#40) Closing brace indented incorrectly; expected 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#42) Closing brace indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Variable "loginIsValid" must be all lower-case
(#44) TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
(#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 5
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
blocks/cmanager/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/cmanager/view_summary.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#77) Whitespace found at end of line
(#78) Visibility must be declared on method "definition"
(#79) Whitespace found at end of line
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "currentSess" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 1
(#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 1
(#84) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#86) Whitespace found at end of line
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Expected 1 space after "="; 2 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Whitespace found at end of line
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Commas (,) must be followed by white space.
(#89) Line exceeds 132 characters; contains 134 characters
(#89) Line exceeds 132 characters; contains 134 characters
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Whitespace found at end of line within string
(#93) Commas (,) must be followed by white space.
(#93) Line exceeds 132 characters; contains 157 characters
(#93) Line exceeds 132 characters; contains 157 characters
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "displayModHTML" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "displayModHTML" must be all lower-case
(#99) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Variable "whereQuery" must be all lower-case
(#101) Line indented incorrectly; expected at least 8 spaces, found 4
(#101) Variable "modRecords" must be all lower-case
(#101) Variable "whereQuery" must be all lower-case
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Variable "htmlOutput" must be all lower-case
(#104) Line indented incorrectly; expected 8 spaces, found 4
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#104) Variable "modRecords" must be all lower-case
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 12 spaces, found 8
(#106) Line indented incorrectly; expected at least 12 spaces, found 8
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 5
(#108) Variable "htmlOutput" must be all lower-case
(#108) Expected 1 space after ".="; 0 found
(#109) Line indented incorrectly; expected at least 12 spaces, found 8
(#109) Variable "htmlOutput" must be all lower-case
(#109) Expected 1 space after ".="; 0 found
(#110) Line indented incorrectly; expected at least 12 spaces, found 8
(#110) Variable "htmlOutput" must be all lower-case
(#110) Expected 1 space after ".="; 0 found
(#111) Line indented incorrectly; expected at least 12 spaces, found 8
(#111) Variable "htmlOutput" must be all lower-case
(#111) Expected 1 space after ".="; 0 found
(#112) Line indented incorrectly; expected at least 12 spaces, found 8
(#112) Variable "htmlOutput" must be all lower-case
(#112) Expected 1 space after ".="; 0 found
(#113) Line indented incorrectly; expected 8 spaces, found 4
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Whitespace found at end of line within string
(#116) Whitespace found at end of line within string
(#117) Whitespace found at end of line within string
(#118) Whitespace found at end of line within string
(#119) Commas (,) must be followed by white space.
(#119) Whitespace found at end of line within string
(#120) Commas (,) must be followed by white space.
(#120) Whitespace found at end of line within string
(#121) Commas (,) must be followed by white space.
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#133) Variable "htmlOutput" must be all lower-case
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#140) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Closing brace indented incorrectly; expected 4 spaces, found 1
(#148) Whitespace found at end of line
(#149) Whitespace found at end of line
(#150) Whitespace found at end of line
(#151) Empty IF statement detected
(#152) Whitespace found at end of line
(#154) Expected "} else if (...) {\n"; found "} \n\nelse if (...) {\n"
(#154) Empty IF statement detected
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 4 spaces, found 2
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 4 spaces, found 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 4 spaces, found 3

Javascript coding style problems

(37802 errors, 33219 warnings)

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

blocks/cmanager/js/bootstrap.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) This line has 398 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'WebkitTransition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'MozTransition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'OTransition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'transition'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing space before value for key 'end'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'bindType'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'delegateType'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected to return a value at the end of method 'handle'. (consistent-return)
(#6) Missing space before value for key 'handle'. (key-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'loadingText'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected { after 'else'. (curly)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'interval'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'pause'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'wrap'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'keyboard'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "switch". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relatedTarget'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'direction'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relatedTarget'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'direction'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'toggle'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing space before value for key 'relatedTarget'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'relatedTarget'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Function expected no return value. (consistent-return)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of '~'. (no-bitwise)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'backdrop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'keyboard'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'show'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relatedTarget'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relatedTarget'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected { after 'else'. (curly)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing space before value for key 'paddingLeft'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'paddingRight'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before value for key 'paddingLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'paddingRight'. (key-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'remote'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'animation'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'placement'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selector'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'template'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'trigger'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'title'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'delay'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'html'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'container'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'viewport'. (key-spacing)
(#6) Missing space before value for key 'selector'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'padding'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'click'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hover'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focus'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'trigger'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selector'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'show'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hide'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'display'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'using'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'scroll'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) 'a' is assigned a value but never used. (no-unused-vars)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'do'. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of '~'. (no-bitwise)
(#6) Unexpected use of '~'. (no-bitwise)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "while". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "throw". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'placement'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'trigger'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'content'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'template'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions. (no-nested-ternary)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) 'jQuery' is not defined. (no-undef)
(#6) A space is required after ','. (comma-spacing)
(#6) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Unexpected 'this'. (no-invalid-this)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of function. (consistent-return)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Line 7 exceeds the maximum line length of 132. (max-len)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) This line has 69 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) 'jQuery' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'relatedTarget'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'relatedTarget'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Missing space before value for key 'type'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'relatedTarget'. (key-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'type'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'relatedTarget'. (key-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) 'jQuery' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing JSDoc comment. (require-jsdoc)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'offset'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'target'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Return statement should not contain assignment. (no-return-assign)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected 'this'. (no-invalid-this)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) 'jQuery' is not defined. (no-undef)
blocks/cmanager/js/jquery/jquery-3.3.1.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) This line has 1400 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'module' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'module' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'src'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'noModule'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) 'b' is assigned a value but never used. (no-unused-vars)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'jquery'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'constructor'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'length'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toArray'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pushStack'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'each'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'map'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'slice'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'first'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'last'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'eq'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'end'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'push'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'sort'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'splice'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'expando'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isReady'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'error'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'noop'. (key-spacing)
(#2) Unexpected empty method 'noop'. (no-empty-function)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isPlainObject'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isEmptyObject'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'globalEval'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'each'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'trim'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'makeArray'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'inArray'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'merge'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'grep'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) 'r' is assigned a value but never used. (no-unused-vars)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'map'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'guid'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'support'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'Symbol' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'Symbol' is not defined. (no-undef)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'ID'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'CLASS'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'TAG'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ATTR'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'PSEUDO'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'CHILD'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'bool'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'needsContext'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Comparing to itself is potentially pointless. (no-self-compare)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '>>'. (no-bitwise)
(#2) Unexpected use of '|'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Unexpected use of '|'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected control character(s) in regular expression: \x1f, \x7f]|^-?, \d)|^-$|[^, \0-, \x1f, \x7f-, \uFFFF, \w-]/. (no-control-regex)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dir'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'next'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'apply'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Function 'oe' has a complexity of 27. (complexity)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Expected space(s) before "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Empty block statement. (no-empty)
(#2) Expected space(s) after "finally". (keyword-spacing)
(#2) Expected space(s) before "finally". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "finally". (keyword-spacing)
(#2) Expected space(s) after "finally". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Expected space(s) before "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Empty block statement. (no-empty)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'cacheLength'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'createPseudo'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'match'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'attrHandle'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'find'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'relative'. (key-spacing)
(#2) Missing space before value for key '>'. (key-spacing)
(#2) Missing space before value for key 'dir'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'first'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key ' '. (key-spacing)
(#2) Missing space before value for key 'dir'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '+'. (key-spacing)
(#2) Missing space before value for key 'dir'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'first'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '~'. (key-spacing)
(#2) Missing space before value for key 'dir'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'preFilter'. (key-spacing)
(#2) Missing space before value for key 'ATTR'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'CHILD'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'PSEUDO'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'filter'. (key-spacing)
(#2) Missing space before value for key 'TAG'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'CLASS'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ATTR'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'CHILD'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Function has a complexity of 29. (complexity)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'PSEUDO'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pseudos'. (key-spacing)
(#2) Missing space before value for key 'not'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'has'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contains'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'lang'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "do". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'target'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'root'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'focus'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '~'. (no-bitwise)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'enabled'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'disabled'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'checked'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'selected'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'empty'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'parent'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'header'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'input'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'button'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'first'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'last'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'eq'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'even'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'odd'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'lt'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'gt'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) after "in". (keyword-spacing)
(#2) Missing space before value for key 'radio'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'checkbox'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'file'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'password'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'image'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "in". (keyword-spacing)
(#2) Missing space before value for key 'submit'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'reset'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected empty function 'ye'. (no-empty-function)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A constructor name should not start with a lowercase letter. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'matches'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Function has a complexity of 22. (complexity)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) 'p' used outside of binding context. (block-scoped-var)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'n' used outside of binding context. (block-scoped-var)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unnecessary escape character: \/. (no-useless-escape)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'find'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Expected to return a value at the end of function. (array-callback-return)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'filter'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'not'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'is'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'children'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contents'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'next'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prev'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before value for key 'has'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected to return a value at the end of function. (array-callback-return)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'closest'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'index'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'add'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'addBack'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'parent'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'parents'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'parentsUntil'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'next'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prev'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'nextAll'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prevAll'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'nextUntil'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prevUntil'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'siblings'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'children'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contents'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'add'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'remove'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'has'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'empty'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'disable'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'disabled'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'lock'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'locked'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fireWith'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fire'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fired'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) unnecessary '.apply()'. (no-useless-call)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'Deferred'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'state'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'always'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'catch'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pipe'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'then'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'promise'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'when'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) ["catch"] is better written in dot notation. (dot-notation)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before value for key 'isReady'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'readyWait'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ready'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'cache'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'configurable'. (key-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'access'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'remove'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected space(s) before "delete". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hasData'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Empty block statement. (no-empty)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'hasData'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeData'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_removeData'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeData'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of method 'queue'. (consistent-return)
(#2) Missing space before value for key 'queue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dequeue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_queueHooks'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'empty'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'queue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dequeue'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clearQueue'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'promise'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing space before value for key 'show'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hide'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toggle'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unnecessary escape character: \/. (no-useless-escape)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'option'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'thead'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'col'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'tr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'td'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_default'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'f' used outside of binding context. (block-scoped-var)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) 'd' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'p' used outside of binding context. (block-scoped-var)
(#2) 'd' used outside of binding context. (block-scoped-var)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) 'l' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'f' used outside of binding context. (block-scoped-var)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'l' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) 'c' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) 'c' used outside of binding context. (block-scoped-var)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'o' used outside of binding context. (block-scoped-var)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) 'f' used outside of binding context. (block-scoped-var)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'global'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'add'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'origType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handler'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'guid'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'selector'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'needsContext'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'namespace'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'remove'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of method 'dispatch'. (consistent-return)
(#2) Missing space before value for key 'dispatch'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handlers'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "void". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'elem'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handlers'. (key-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'elem'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handlers'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'addProp'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'enumerable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'configurable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'enumerable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'configurable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'writable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fix'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'special'. (key-spacing)
(#2) Missing space before value for key 'load'. (key-spacing)
(#2) Missing space before value for key 'noBubble'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'focus'. (key-spacing)
(#2) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#2) Missing space before value for key 'trigger'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'delegateType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'blur'. (key-spacing)
(#2) Missing space before value for key 'trigger'. (key-spacing)
(#2) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'delegateType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'click'. (key-spacing)
(#2) Missing space before value for key 'trigger'. (key-spacing)
(#2) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_default'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'beforeunload'. (key-spacing)
(#2) Missing space before value for key 'postDispatch'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'constructor'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isDefaultPrevented'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isSimulated'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'preventDefault'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'stopPropagation'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'altKey'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'bubbles'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cancelable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'changedTouches'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ctrlKey'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'detail'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'eventPhase'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'metaKey'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pageX'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pageY'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'shiftKey'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'view'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'char'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'charCode'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'key'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'keyCode'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'button'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'buttons'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clientX'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clientY'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'offsetX'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'offsetY'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pointerId'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pointerType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'screenX'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'screenY'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'targetTouches'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toElement'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'touches'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'which'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of '&'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'mouseenter'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'mouseleave'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pointerenter'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pointerleave'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'delegateType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'bindType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handle'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'on'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'one'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'off'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "this". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unnecessary escape character: \/. (no-useless-escape)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'htmlPrefilter'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clone'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cleanData'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before value for key 'detach'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'remove'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'append'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prepend'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'before'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'after'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'empty'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clone'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'html'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'replaceWith'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'appendTo'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prependTo'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'insertBefore'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'insertAfter'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'replaceAll'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'boxSizingReliable'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pixelBoxStyles'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pixelPosition'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'reliableMarginLeft'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'scrollboxSize'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected to return a value at the end of method 'get'. (consistent-return)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'visibility'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'display'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'letterSpacing'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fontWeight'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'cssHooks'. (key-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Expected to return a value at the end of method 'get'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cssNumber'. (key-spacing)
(#2) Missing space before value for key 'animationIterationCount'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'columnCount'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fillOpacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'flexGrow'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'flexShrink'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fontWeight'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'lineHeight'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'order'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'orphans'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'widows'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'zIndex'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'zoom'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cssProps'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of method 'style'. (consistent-return)
(#2) Missing space before value for key 'style'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Comparing to itself is potentially pointless. (no-self-compare)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'css'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Expected to return a value at the end of method 'get'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'marginLeft'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'padding'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'border'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'expand'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'css'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'constructor'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'init'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cur'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'run'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key '_default'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'linear'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'swing'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_default'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Expected to return a value at the end of function 'lt'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Function 'ct' has a complexity of 24. (complexity)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "continue". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'display'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Don't make functions within a loop. (no-loop-func)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) 'n' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'n' used outside of binding context. (block-scoped-var)
(#2) 'a' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'elem'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'props'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'opts'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'specialEasing'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'easing'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'originalProperties'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'originalOptions'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'startTime'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'duration'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'tweens'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'createTween'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'stop'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'elem'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'anim'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'queue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'tweeners'. (key-spacing)
(#2) Missing space before value for key '*'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'tweener'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prefilters'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prefilter'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'complete'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'duration'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'easing'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fadeTo'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'animate'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'stop'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'finish'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'slideDown'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'slideUp'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'slideToggle'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fadeIn'. (key-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fadeOut'. (key-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fadeToggle'. (key-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'slow'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fast'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_default'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'attr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeAttr'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Expected to return a value at the end of method 'attr'. (consistent-return)
(#2) Missing space before value for key 'attr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'attrHooks'. (key-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Expected to return a value at the end of method 'set'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeAttr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'prop'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeProp'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prop'. (key-spacing)
(#2) Expected to return a value at the end of method 'prop'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'propHooks'. (key-spacing)
(#2) Missing space before value for key 'tabIndex'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'propFix'. (key-spacing)
(#2) Missing space before value for key 'for'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'class'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing space before value for key 'addClass'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeClass'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toggleClass'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hasClass'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'val'. (key-spacing)
(#2) Expected to return a value at the end of method 'val'. (consistent-return)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'valHooks'. (key-spacing)
(#2) Missing space before value for key 'option'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'select'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of method 'set'. (consistent-return)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'trigger'. (key-spacing)
(#2) Method 'trigger' has a complexity of 29. (complexity)
(#2) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'simulate'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isSimulated'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before value for key 'trigger'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of method 'triggerHandler'. (consistent-return)
(#2) Missing space before value for key 'triggerHandler'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'focus'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'blur'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'setup'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'teardown'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'serialize'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'serializeArray'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'name'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing space before value for key 'name'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Expected space(s) before "void". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) ["throws"] is better written in dot notation. (dot-notation)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'state'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'error'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before value for key 'state'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'active'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'lastModified'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'etag'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#2) Missing space before value for key 'url'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isLocal'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'global'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'processData'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'async'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contentType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'accepts'. (key-spacing)
(#2) Missing space before value for key '*'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'html'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'xml'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'json'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contents'. (key-spacing)
(#2) Missing space before value for key 'xml'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'html'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'json'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'responseFields'. (key-spacing)
(#2) Missing space before value for key 'xml'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'json'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'converters'. (key-spacing)
(#2) Missing space before value for key '* text'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text html'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text json'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text xml'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'flatOptions'. (key-spacing)
(#2) Missing space before value for key 'url'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'context'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ajaxSetup'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ajaxPrefilter'. (key-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ajaxTransport'. (key-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ajax'. (key-spacing)
(#2) Method 'ajax' has a complexity of 31. (complexity)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'readyState'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'getResponseHeader'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'getAllResponseHeaders'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'setRequestHeader'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'overrideMimeType'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'statusCode'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'abort'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'getJSON'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'getScript'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'url'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dataType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'success'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before value for key 'url'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dataType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cache'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'async'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'global'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'throws'. (key-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'wrapAll'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'wrapInner'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'wrap'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'unwrap'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Empty block statement. (no-empty)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unquoted number literal '0' used as key. (quote-props)
(#2) Missing space before value for key '0'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unquoted number literal '1223' used as key. (quote-props)
(#2) Missing space before value for key '1223'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before value for key 'send'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'binary'. (key-spacing)
(#2) Missing space before value for key 'text'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'abort'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'accepts'. (key-spacing)
(#2) Missing space before value for key 'script'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contents'. (key-spacing)
(#2) Missing space before value for key 'script'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'converters'. (key-spacing)
(#2) Missing space before value for key 'text script'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'send'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'charset'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'src'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'abort'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'jsonp'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'jsonpCallback'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'url'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dataType'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'setOffset'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'l' is assigned a value but never used. (no-unused-vars)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of method 'offset'. (consistent-return)
(#2) Missing space before value for key 'offset'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'top'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'left'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'left'. (key-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of method 'position'. (consistent-return)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'left'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before value for key 'top'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'left'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'offsetParent'. (key-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'scrollLeft'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'scrollTop'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'Height'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'Width'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing space before value for key 'padding'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'content'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key ''. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hover'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'bind'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'unbind'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'delegate'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'undelegate'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected to return a value at the end of function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
blocks/cmanager/js/jquery/jquery-ui.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Unexpected tab character. (no-tabs)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#7) There should be no spaces inside this paren. (space-in-parens)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Unexpected tab character. (no-tabs)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Unexpected tab character. (no-tabs)
(#10) There should be no space after '['. (array-bracket-spacing)
(#10) There should be no space before ']'. (array-bracket-spacing)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Unexpected tab character. (no-tabs)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Unexpected tab character. (no-tabs)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Unexpected tab character. (no-tabs)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) 'jQuery' is not defined. (no-undef)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Unexpected tab character. (no-tabs)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) 'version' is assigned a value but never used. (no-unused-vars)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected space or tab after '/*' in comment. (spaced-comment)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Unexpected tab character. (no-tabs)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no space after '['. (computed-property-spacing)
(#46) There should be no space before ']'. (computed-property-spacing)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Unexpected tab character. (no-tabs)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Unexpected tab character. (no-tabs)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Unexpected tab character. (no-tabs)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Unexpected tab character. (no-tabs)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Unexpected tab character. (no-tabs)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) Empty block statement. (no-empty)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Unexpected tab character. (no-tabs)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Unexpected tab character. (no-tabs)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Unexpected tab character. (no-tabs)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Unexpected tab character. (no-tabs)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Unexpected tab character. (no-tabs)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Unexpected tab character. (no-tabs)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no space after '['. (computed-property-spacing)
(#69) There should be no space before ']'. (computed-property-spacing)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Unexpected tab character. (no-tabs)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no space after '['. (computed-property-spacing)
(#70) There should be no space before ']'. (computed-property-spacing)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Unexpected tab character. (no-tabs)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Unexpected tab character. (no-tabs)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Unexpected tab character. (no-tabs)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Unexpected tab character. (no-tabs)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Unexpected tab character. (no-tabs)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no space after '['. (array-bracket-spacing)
(#79) There should be no space before ']'. (array-bracket-spacing)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Unexpected tab character. (no-tabs)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Unexpected tab character. (no-tabs)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '['. (computed-property-spacing)
(#83) There should be no space before ']'. (computed-property-spacing)
(#83) There should be no space after '['. (computed-property-spacing)
(#83) There should be no space before ']'. (computed-property-spacing)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Unexpected tab character. (no-tabs)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Unexpected tab character. (no-tabs)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no space after '['. (computed-property-spacing)
(#87) There should be no space before ']'. (computed-property-spacing)
(#87) There should be no space after '['. (computed-property-spacing)
(#87) There should be no space before ']'. (computed-property-spacing)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Unexpected tab character. (no-tabs)
(#88) There should be no space after '['. (computed-property-spacing)
(#88) There should be no space before ']'. (computed-property-spacing)
(#88) There should be no space after '['. (computed-property-spacing)
(#88) There should be no space before ']'. (computed-property-spacing)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Unexpected tab character. (no-tabs)
(#89) There should be no space after '['. (computed-property-spacing)
(#89) There should be no space before ']'. (computed-property-spacing)
(#89) There should be no space after '['. (computed-property-spacing)
(#89) There should be no space before ']'. (computed-property-spacing)
(#89) Expected to return a value at the end of function. (consistent-return)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Unexpected tab character. (no-tabs)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Unexpected tab character. (no-tabs)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Unexpected tab character. (no-tabs)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Unexpected tab character. (no-tabs)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Unexpected tab character. (no-tabs)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Unexpected tab character. (no-tabs)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Unexpected tab character. (no-tabs)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Unexpected tab character. (no-tabs)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Unexpected tab character. (no-tabs)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Unexpected tab character. (no-tabs)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Unexpected tab character. (no-tabs)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Unexpected tab character. (no-tabs)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Unexpected tab character. (no-tabs)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Unexpected tab character. (no-tabs)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Unexpected tab character. (no-tabs)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Unexpected tab character. (no-tabs)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Unexpected tab character. (no-tabs)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Unexpected tab character. (no-tabs)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Unexpected tab character. (no-tabs)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Unexpected tab character. (no-tabs)
(#116) A constructor name should not start with a lowercase letter. (new-cap)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Unexpected tab character. (no-tabs)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Unexpected tab character. (no-tabs)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Unexpected tab character. (no-tabs)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Unexpected tab character. (no-tabs)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Unexpected tab character. (no-tabs)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Unexpected tab character. (no-tabs)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Unexpected tab character. (no-tabs)
(#124) There should be no space after '['. (computed-property-spacing)
(#124) There should be no space before ']'. (computed-property-spacing)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Unexpected tab character. (no-tabs)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Unexpected tab character. (no-tabs)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Unexpected tab character. (no-tabs)
(#127) There should be no space after '['. (computed-property-spacing)
(#127) There should be no space before ']'. (computed-property-spacing)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Unexpected tab character. (no-tabs)
(#128) Missing JSDoc comment. (require-jsdoc)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Unexpected tab character. (no-tabs)
(#129) There should be no space after '['. (computed-property-spacing)
(#129) There should be no space before ']'. (computed-property-spacing)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Unexpected tab character. (no-tabs)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Unexpected tab character. (no-tabs)
(#132) Missing JSDoc comment. (require-jsdoc)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Unexpected tab character. (no-tabs)
(#133) There should be no space after '['. (computed-property-spacing)
(#133) There should be no space before ']'. (computed-property-spacing)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Unexpected tab character. (no-tabs)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Unexpected tab character. (no-tabs)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Unexpected tab character. (no-tabs)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Unexpected tab character. (no-tabs)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Unexpected tab character. (no-tabs)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Unexpected tab character. (no-tabs)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Unexpected tab character. (no-tabs)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Unexpected tab character. (no-tabs)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Unexpected tab character. (no-tabs)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Unexpected tab character. (no-tabs)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Unexpected tab character. (no-tabs)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Unexpected tab character. (no-tabs)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Unexpected tab character. (no-tabs)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Unexpected tab character. (no-tabs)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Unexpected tab character. (no-tabs)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Unexpected tab character. (no-tabs)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Unexpected tab character. (no-tabs)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Unexpected tab character. (no-tabs)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Unexpected tab character. (no-tabs)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Unexpected tab character. (no-tabs)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Unexpected tab character. (no-tabs)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Unexpected tab character. (no-tabs)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Unexpected tab character. (no-tabs)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Unexpected tab character. (no-tabs)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Unexpected tab character. (no-tabs)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Unexpected tab character. (no-tabs)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Unexpected tab character. (no-tabs)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Unexpected tab character. (no-tabs)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Unexpected tab character. (no-tabs)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Unexpected tab character. (no-tabs)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Unexpected tab character. (no-tabs)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Unexpected tab character. (no-tabs)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Unexpected tab character. (no-tabs)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Unexpected tab character. (no-tabs)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Unexpected tab character. (no-tabs)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Unexpected tab character. (no-tabs)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Unexpected tab character. (no-tabs)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Unexpected tab character. (no-tabs)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Unexpected tab character. (no-tabs)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Unexpected tab character. (no-tabs)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Unexpected tab character. (no-tabs)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Unexpected tab character. (no-tabs)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Unexpected tab character. (no-tabs)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Unexpected tab character. (no-tabs)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Unexpected tab character. (no-tabs)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Unexpected tab character. (no-tabs)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Unexpected tab character. (no-tabs)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no space after '['. (computed-property-spacing)
(#200) There should be no space before ']'. (computed-property-spacing)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Unexpected tab character. (no-tabs)
(#201) There should be no space after '['. (computed-property-spacing)
(#201) There should be no space before ']'. (computed-property-spacing)
(#201) There should be no space after '['. (computed-property-spacing)
(#201) There should be no space before ']'. (computed-property-spacing)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Unexpected tab character. (no-tabs)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no space after '['. (computed-property-spacing)
(#202) There should be no space before ']'. (computed-property-spacing)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Unexpected tab character. (no-tabs)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Unexpected tab character. (no-tabs)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Unexpected tab character. (no-tabs)
(#206) There should be no space after '['. (computed-property-spacing)
(#206) There should be no space before ']'. (computed-property-spacing)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no space after '['. (computed-property-spacing)
(#206) There should be no space before ']'. (computed-property-spacing)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Unexpected tab character. (no-tabs)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no space after '['. (computed-property-spacing)
(#207) There should be no space before ']'. (computed-property-spacing)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Unexpected tab character. (no-tabs)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Unexpected tab character. (no-tabs)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Unexpected tab character. (no-tabs)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Unexpected tab character. (no-tabs)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Unexpected tab character. (no-tabs)
(#214) There should be no space after '['. (computed-property-spacing)
(#214) There should be no space before ']'. (computed-property-spacing)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Unexpected tab character. (no-tabs)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Unexpected tab character. (no-tabs)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Unexpected tab character. (no-tabs)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Unexpected tab character. (no-tabs)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Unexpected tab character. (no-tabs)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Unexpected tab character. (no-tabs)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Unexpected tab character. (no-tabs)
(#224) There should be no space after '['. (computed-property-spacing)
(#224) There should be no space before ']'. (computed-property-spacing)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Unexpected tab character. (no-tabs)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Unexpected tab character. (no-tabs)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Unexpected tab character. (no-tabs)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Unexpected tab character. (no-tabs)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Unexpected tab character. (no-tabs)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Unexpected tab character. (no-tabs)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Unexpected tab character. (no-tabs)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Unexpected tab character. (no-tabs)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Unexpected tab character. (no-tabs)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Unexpected tab character. (no-tabs)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) Expected to return a value at the end of function. (consistent-return)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Unexpected tab character. (no-tabs)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Unexpected tab character. (no-tabs)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Unexpected tab character. (no-tabs)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Unexpected tab character. (no-tabs)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Unexpected tab character. (no-tabs)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Unexpected tab character. (no-tabs)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Unexpected tab character. (no-tabs)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Unexpected tab character. (no-tabs)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Unexpected tab character. (no-tabs)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Unexpected tab character. (no-tabs)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Unexpected tab character. (no-tabs)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Unexpected tab character. (no-tabs)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no space after '['. (computed-property-spacing)
(#251) There should be no space before ']'. (computed-property-spacing)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Unexpected tab character. (no-tabs)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Unexpected tab character. (no-tabs)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Unexpected tab character. (no-tabs)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Unexpected tab character. (no-tabs)
(#256) There should be no space after '['. (computed-property-spacing)
(#256) There should be no space before ']'. (computed-property-spacing)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Unexpected tab character. (no-tabs)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Unexpected tab character. (no-tabs)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Unexpected tab character. (no-tabs)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Unexpected tab character. (no-tabs)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Unexpected tab character. (no-tabs)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Unexpected tab character. (no-tabs)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Unexpected tab character. (no-tabs)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Unexpected tab character. (no-tabs)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Unexpected tab character. (no-tabs)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Unexpected tab character. (no-tabs)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no space after '['. (array-bracket-spacing)
(#270) There should be no space before ']'. (array-bracket-spacing)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Unexpected tab character. (no-tabs)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Unexpected tab character. (no-tabs)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Unexpected tab character. (no-tabs)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Unexpected tab character. (no-tabs)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Unexpected tab character. (no-tabs)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Unexpected tab character. (no-tabs)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Unexpected tab character. (no-tabs)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Unexpected tab character. (no-tabs)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Unexpected tab character. (no-tabs)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) A constructor name should not start with a lowercase letter. (new-cap)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Unexpected tab character. (no-tabs)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Unexpected tab character. (no-tabs)
(#283) There should be no spaces inside this paren. (space-in-parens)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Unexpected tab character. (no-tabs)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Unexpected tab character. (no-tabs)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Unexpected tab character. (no-tabs)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) Comments should not begin with a lowercase character (capitalized-comments)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) Unexpected empty function. (no-empty-function)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Unexpected tab character. (no-tabs)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Unexpected tab character. (no-tabs)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Unexpected tab character. (no-tabs)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Unexpected tab character. (no-tabs)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Unexpected tab character. (no-tabs)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Unexpected tab character. (no-tabs)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Unexpected tab character. (no-tabs)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Unexpected tab character. (no-tabs)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Unexpected tab character. (no-tabs)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Unexpected tab character. (no-tabs)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Unexpected tab character. (no-tabs)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no space after '['. (computed-property-spacing)
(#307) There should be no space before ']'. (computed-property-spacing)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Unexpected tab character. (no-tabs)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Unexpected tab character. (no-tabs)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Unexpected tab character. (no-tabs)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Unexpected tab character. (no-tabs)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Unexpected tab character. (no-tabs)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Unexpected tab character. (no-tabs)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Unexpected tab character. (no-tabs)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Unexpected tab character. (no-tabs)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Unexpected tab character. (no-tabs)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Unexpected tab character. (no-tabs)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Unexpected tab character. (no-tabs)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Unexpected tab character. (no-tabs)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Unexpected tab character. (no-tabs)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Unexpected tab character. (no-tabs)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Unexpected tab character. (no-tabs)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Unexpected tab character. (no-tabs)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Unexpected tab character. (no-tabs)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Unexpected tab character. (no-tabs)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Unexpected tab character. (no-tabs)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Unexpected tab character. (no-tabs)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Unexpected tab character. (no-tabs)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no space after '['. (computed-property-spacing)
(#333) There should be no space before ']'. (computed-property-spacing)
(#333) There should be no space after '['. (computed-property-spacing)
(#333) There should be no space before ']'. (computed-property-spacing)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Unexpected tab character. (no-tabs)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Unexpected tab character. (no-tabs)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) Unexpected tab character. (no-tabs)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Unexpected tab character. (no-tabs)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Unexpected tab character. (no-tabs)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Unexpected tab character. (no-tabs)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Unexpected tab character. (no-tabs)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#343) There should be no spaces inside this paren. (space-in-parens)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Unexpected tab character. (no-tabs)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Unexpected tab character. (no-tabs)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Unexpected tab character. (no-tabs)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Unexpected tab character. (no-tabs)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Unexpected tab character. (no-tabs)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Unexpected tab character. (no-tabs)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Unexpected tab character. (no-tabs)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Unexpected tab character. (no-tabs)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Unexpected tab character. (no-tabs)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Unexpected tab character. (no-tabs)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Unexpected tab character. (no-tabs)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Unexpected tab character. (no-tabs)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Unexpected tab character. (no-tabs)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Unexpected tab character. (no-tabs)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Unexpected tab character. (no-tabs)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Unexpected tab character. (no-tabs)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Unexpected tab character. (no-tabs)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Unexpected tab character. (no-tabs)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Unexpected tab character. (no-tabs)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Unexpected tab character. (no-tabs)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Unexpected tab character. (no-tabs)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Unexpected tab character. (no-tabs)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Unexpected tab character. (no-tabs)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Unexpected tab character. (no-tabs)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Unexpected tab character. (no-tabs)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Unexpected tab character. (no-tabs)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Unexpected tab character. (no-tabs)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Unexpected tab character. (no-tabs)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Unexpected tab character. (no-tabs)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Unexpected tab character. (no-tabs)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) Unexpected tab character. (no-tabs)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Unexpected tab character. (no-tabs)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Unexpected tab character. (no-tabs)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Unexpected tab character. (no-tabs)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Unexpected tab character. (no-tabs)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Unexpected tab character. (no-tabs)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Unexpected tab character. (no-tabs)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Unexpected tab character. (no-tabs)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Unexpected tab character. (no-tabs)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Unexpected tab character. (no-tabs)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Unexpected tab character. (no-tabs)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Unexpected tab character. (no-tabs)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Unexpected tab character. (no-tabs)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Unexpected tab character. (no-tabs)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Unexpected tab character. (no-tabs)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Unexpected tab character. (no-tabs)
(#407) There should be no space after '['. (computed-property-spacing)
(#407) There should be no space before ']'. (computed-property-spacing)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#407) There should be no space after '['. (computed-property-spacing)
(#407) There should be no space before ']'. (computed-property-spacing)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Unexpected tab character. (no-tabs)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Unexpected tab character. (no-tabs)
(#409) There should be no space after '['. (computed-property-spacing)
(#409) There should be no space after '['. (computed-property-spacing)
(#409) There should be no space before ']'. (computed-property-spacing)
(#409) There should be no space before ']'. (computed-property-spacing)
(#409) There should be no space after '['. (computed-property-spacing)
(#409) There should be no space after '['. (computed-property-spacing)
(#409) There should be no space before ']'. (computed-property-spacing)
(#409) There should be no space before ']'. (computed-property-spacing)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Unexpected tab character. (no-tabs)
(#410) There should be no space after '['. (computed-property-spacing)
(#410) There should be no space after '['. (computed-property-spacing)
(#410) There should be no space before ']'. (computed-property-spacing)
(#410) There should be no space before ']'. (computed-property-spacing)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Unexpected tab character. (no-tabs)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Unexpected tab character. (no-tabs)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Unexpected tab character. (no-tabs)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Unexpected tab character. (no-tabs)
(#414) There should be no space after '['. (computed-property-spacing)
(#414) There should be no space before ']'. (computed-property-spacing)
(#414) There should be no space after '['. (computed-property-spacing)
(#414) There should be no space before ']'. (computed-property-spacing)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Unexpected tab character. (no-tabs)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Unexpected tab character. (no-tabs)
(#416) There should be no space after '['. (computed-property-spacing)
(#416) There should be no space before ']'. (computed-property-spacing)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Unexpected tab character. (no-tabs)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) Unexpected tab character. (no-tabs)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) Unexpected tab character. (no-tabs)
(#419) There should be no space after '['. (computed-property-spacing)
(#419) There should be no space before ']'. (computed-property-spacing)
(#419) There should be no space after '['. (computed-property-spacing)
(#419) There should be no space before ']'. (computed-property-spacing)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) Unexpected tab character. (no-tabs)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) Unexpected tab character. (no-tabs)
(#421) There should be no space after '['. (computed-property-spacing)
(#421) There should be no space before ']'. (computed-property-spacing)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Unexpected tab character. (no-tabs)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Unexpected tab character. (no-tabs)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Unexpected tab character. (no-tabs)
(#425) There should be no spaces inside this paren. (space-in-parens)
(#425) There should be no spaces inside this paren. (space-in-parens)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Unexpected tab character. (no-tabs)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Unexpected tab character. (no-tabs)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) Unexpected tab character. (no-tabs)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Unexpected tab character. (no-tabs)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Unexpected tab character. (no-tabs)
(#433) There should be no spaces inside this paren. (space-in-parens)
(#433) There should be no spaces inside this paren. (space-in-parens)
(#433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#434) Unexpected tab character. (no-tabs)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#434) There should be no space after '['. (computed-property-spacing)
(#434) There should be no space before ']'. (computed-property-spacing)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) Unexpected tab character. (no-tabs)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) Unexpected tab character. (no-tabs)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) Unexpected tab character. (no-tabs)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Unexpected tab character. (no-tabs)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Unexpected tab character. (no-tabs)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) Unexpected tab character. (no-tabs)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) Unexpected tab character. (no-tabs)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Unexpected tab character. (no-tabs)
(#445) There should be no space after '['. (computed-property-spacing)
(#445) There should be no space before ']'. (computed-property-spacing)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Unexpected tab character. (no-tabs)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Unexpected tab character. (no-tabs)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Unexpected tab character. (no-tabs)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Unexpected tab character. (no-tabs)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Unexpected tab character. (no-tabs)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Unexpected tab character. (no-tabs)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Unexpected tab character. (no-tabs)
(#457) There should be no spaces inside this paren. (space-in-parens)
(#457) There should be no spaces inside this paren. (space-in-parens)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Unexpected tab character. (no-tabs)
(#458) There should be no space after '['. (computed-property-spacing)
(#458) There should be no space before ']'. (computed-property-spacing)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Unexpected tab character. (no-tabs)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no space after '['. (computed-property-spacing)
(#459) There should be no space before ']'. (computed-property-spacing)
(#459) There should be no space after '['. (computed-property-spacing)
(#459) There should be no space before ']'. (computed-property-spacing)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Unexpected tab character. (no-tabs)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Unexpected tab character. (no-tabs)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Unexpected tab character. (no-tabs)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) Unexpected tab character. (no-tabs)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Unexpected tab character. (no-tabs)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Unexpected tab character. (no-tabs)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Unexpected tab character. (no-tabs)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) Unexpected tab character. (no-tabs)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#470) Unexpected tab character. (no-tabs)
(#470) There should be no spaces inside this paren. (space-in-parens)
(#470) There should be no spaces inside this paren. (space-in-parens)
(#470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#472) Unexpected tab character. (no-tabs)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Unexpected tab character. (no-tabs)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Unexpected tab character. (no-tabs)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Unexpected tab character. (no-tabs)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) Unexpected tab character. (no-tabs)
(#476) There should be no spaces inside this paren. (space-in-parens)
(#476) There should be no spaces inside this paren. (space-in-parens)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Unexpected tab character. (no-tabs)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Unexpected tab character. (no-tabs)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Unexpected tab character. (no-tabs)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Unexpected tab character. (no-tabs)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Unexpected tab character. (no-tabs)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Unexpected tab character. (no-tabs)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) Unexpected tab character. (no-tabs)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Unexpected tab character. (no-tabs)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Unexpected tab character. (no-tabs)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Unexpected tab character. (no-tabs)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Unexpected tab character. (no-tabs)
(#490) There should be no spaces inside this paren. (space-in-parens)
(#490) There should be no spaces inside this paren. (space-in-parens)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Unexpected tab character. (no-tabs)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Unexpected tab character. (no-tabs)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Unexpected tab character. (no-tabs)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) Unexpected tab character. (no-tabs)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no space after '{'. (object-curly-spacing)
(#496) There should be no space before '}'. (object-curly-spacing)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Unexpected tab character. (no-tabs)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) Unexpected tab character. (no-tabs)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Unexpected tab character. (no-tabs)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no space after '{'. (object-curly-spacing)
(#500) There should be no space before '}'. (object-curly-spacing)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) Unexpected tab character. (no-tabs)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Unexpected tab character. (no-tabs)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Unexpected tab character. (no-tabs)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Unexpected tab character. (no-tabs)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Unexpected tab character. (no-tabs)
(#507) There should be no spaces inside this paren. (space-in-parens)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Unexpected tab character. (no-tabs)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#509) Unexpected tab character. (no-tabs)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) Unexpected tab character. (no-tabs)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Unexpected tab character. (no-tabs)
(#512) Missing JSDoc comment. (require-jsdoc)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) Unexpected tab character. (no-tabs)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) Unexpected tab character. (no-tabs)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) Unexpected tab character. (no-tabs)
(#515) There should be no space after '['. (computed-property-spacing)
(#515) There should be no space after '['. (computed-property-spacing)
(#515) There should be no space before ']'. (computed-property-spacing)
(#515) There should be no space before ']'. (computed-property-spacing)
(#515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) Unexpected tab character. (no-tabs)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Unexpected tab character. (no-tabs)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#520) Unexpected tab character. (no-tabs)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) Unexpected tab character. (no-tabs)
(#521) There should be no space after '['. (computed-property-spacing)
(#521) There should be no space after '['. (computed-property-spacing)
(#521) There should be no space before ']'. (computed-property-spacing)
(#521) There should be no space before ']'. (computed-property-spacing)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) Unexpected tab character. (no-tabs)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no space after '['. (computed-property-spacing)
(#522) There should be no space before ']'. (computed-property-spacing)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) Unexpected tab character. (no-tabs)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no space after '['. (computed-property-spacing)
(#523) There should be no space after '['. (computed-property-spacing)
(#523) There should be no space before ']'. (computed-property-spacing)
(#523) There should be no space before ']'. (computed-property-spacing)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) Unexpected tab character. (no-tabs)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#524) There should be no space after '['. (computed-property-spacing)
(#524) There should be no space after '['. (computed-property-spacing)
(#524) There should be no space before ']'. (computed-property-spacing)
(#524) There should be no space before ']'. (computed-property-spacing)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Unexpected tab character. (no-tabs)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) Unexpected tab character. (no-tabs)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Unexpected tab character. (no-tabs)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Unexpected tab character. (no-tabs)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) Unexpected tab character. (no-tabs)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Unexpected tab character. (no-tabs)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Unexpected tab character. (no-tabs)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Unexpected tab character. (no-tabs)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) Unexpected tab character. (no-tabs)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#536) Unexpected tab character. (no-tabs)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#537) Unexpected tab character. (no-tabs)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) Unexpected tab character. (no-tabs)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) Unexpected tab character. (no-tabs)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#541) Unexpected tab character. (no-tabs)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) Unexpected tab character. (no-tabs)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) Unexpected tab character. (no-tabs)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Unexpected tab character. (no-tabs)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Unexpected tab character. (no-tabs)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#547) Unexpected tab character. (no-tabs)
(#547) There should be no space after '['. (computed-property-spacing)
(#547) There should be no space before ']'. (computed-property-spacing)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#548) Unexpected tab character. (no-tabs)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) Unexpected tab character. (no-tabs)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) Unexpected tab character. (no-tabs)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Unexpected tab character. (no-tabs)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Unexpected tab character. (no-tabs)
(#553) There should be no spaces inside this paren. (space-in-parens)
(#553) There should be no spaces inside this paren. (space-in-parens)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) Unexpected tab character. (no-tabs)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Unexpected tab character. (no-tabs)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) Unexpected tab character. (no-tabs)
(#557) There should be no spaces inside this paren. (space-in-parens)
(#557) There should be no spaces inside this paren. (space-in-parens)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) Unexpected tab character. (no-tabs)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Unexpected tab character. (no-tabs)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) Unexpected tab character. (no-tabs)
(#561) There should be no spaces inside this paren. (space-in-parens)
(#561) There should be no spaces inside this paren. (space-in-parens)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Unexpected tab character. (no-tabs)
(#562) There should be no spaces inside this paren. (space-in-parens)
(#562) There should be no spaces inside this paren. (space-in-parens)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Unexpected tab character. (no-tabs)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) Unexpected tab character. (no-tabs)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) Unexpected tab character. (no-tabs)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Unexpected tab character. (no-tabs)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) Unexpected tab character. (no-tabs)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) Unexpected tab character. (no-tabs)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) Unexpected tab character. (no-tabs)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) Unexpected tab character. (no-tabs)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) Unexpected tab character. (no-tabs)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) Unexpected tab character. (no-tabs)
(#573) There should be no spaces inside this paren. (space-in-parens)
(#573) There should be no spaces inside this paren. (space-in-parens)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Unexpected tab character. (no-tabs)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) Unexpected tab character. (no-tabs)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Unexpected tab character. (no-tabs)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) Unexpected tab character. (no-tabs)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) Unexpected tab character. (no-tabs)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) Unexpected tab character. (no-tabs)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) Unexpected tab character. (no-tabs)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) Unexpected tab character. (no-tabs)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) Unexpected tab character. (no-tabs)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) Unexpected tab character. (no-tabs)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) Unexpected tab character. (no-tabs)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) Unexpected tab character. (no-tabs)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) Unexpected tab character. (no-tabs)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) Unexpected tab character. (no-tabs)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) Unexpected tab character. (no-tabs)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#595) Unexpected tab character. (no-tabs)
(#595) Missing JSDoc comment. (require-jsdoc)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Unexpected tab character. (no-tabs)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Unexpected tab character. (no-tabs)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Unexpected tab character. (no-tabs)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Unexpected tab character. (no-tabs)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Unexpected tab character. (no-tabs)
(#601) There should be no spaces inside this paren. (space-in-parens)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) Unexpected tab character. (no-tabs)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) Unexpected tab character. (no-tabs)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) Unexpected tab character. (no-tabs)
(#605) Function 'handlerProxy' expected no return value. (consistent-return)
(#605) There should be no spaces inside this paren. (space-in-parens)
(#605) There should be no space after '['. (computed-property-spacing)
(#605) There should be no space before ']'. (computed-property-spacing)
(#605) There should be no spaces inside this paren. (space-in-parens)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) Unexpected tab character. (no-tabs)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) Unexpected tab character. (no-tabs)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) Unexpected tab character. (no-tabs)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#610) Unexpected tab character. (no-tabs)
(#610) There should be no spaces inside this paren. (space-in-parens)
(#610) There should be no spaces inside this paren. (space-in-parens)
(#610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#611) Unexpected tab character. (no-tabs)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) Unexpected tab character. (no-tabs)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Unexpected tab character. (no-tabs)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) Unexpected tab character. (no-tabs)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Unexpected tab character. (no-tabs)
(#616) There should be no space after '['. (computed-property-spacing)
(#616) There should be no space before ']'. (computed-property-spacing)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Unexpected tab character. (no-tabs)
(#617) There should be no space after '['. (computed-property-spacing)
(#617) There should be no space before ']'. (computed-property-spacing)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Unexpected tab character. (no-tabs)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Unexpected tab character. (no-tabs)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) Unexpected tab character. (no-tabs)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) Unexpected tab character. (no-tabs)
(#624) There should be no spaces inside this paren. (space-in-parens)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) Unexpected tab character. (no-tabs)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) Unexpected tab character. (no-tabs)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) Unexpected tab character. (no-tabs)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) Unexpected tab character. (no-tabs)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) Unexpected tab character. (no-tabs)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Unexpected tab character. (no-tabs)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#633) Unexpected tab character. (no-tabs)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) Unexpected tab character. (no-tabs)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) Unexpected tab character. (no-tabs)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Unexpected tab character. (no-tabs)
(#639) Missing JSDoc comment. (require-jsdoc)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Unexpected tab character. (no-tabs)
(#640) There should be no spaces inside this paren. (space-in-parens)
(#640) There should be no space after '['. (computed-property-spacing)
(#640) There should be no space before ']'. (computed-property-spacing)
(#640) There should be no spaces inside this paren. (space-in-parens)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) Unexpected tab character. (no-tabs)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Unexpected tab character. (no-tabs)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Unexpected tab character. (no-tabs)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#644) Unexpected tab character. (no-tabs)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) Unexpected tab character. (no-tabs)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Unexpected tab character. (no-tabs)
(#647) There should be no spaces inside this paren. (space-in-parens)
(#647) There should be no spaces inside this paren. (space-in-parens)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) Unexpected tab character. (no-tabs)
(#648) There should be no spaces inside this paren. (space-in-parens)
(#648) There should be no spaces inside this paren. (space-in-parens)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) Unexpected tab character. (no-tabs)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Unexpected tab character. (no-tabs)
(#650) There should be no spaces inside this paren. (space-in-parens)
(#650) There should be no spaces inside this paren. (space-in-parens)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) There should be no spaces inside this paren. (space-in-parens)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) Unexpected tab character. (no-tabs)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) Unexpected tab character. (no-tabs)
(#653) There should be no spaces inside this paren. (space-in-parens)
(#653) There should be no spaces inside this paren. (space-in-parens)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) Unexpected tab character. (no-tabs)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) Unexpected tab character. (no-tabs)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) Unexpected tab character. (no-tabs)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#659) Unexpected tab character. (no-tabs)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#660) Unexpected tab character. (no-tabs)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Unexpected tab character. (no-tabs)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Unexpected tab character. (no-tabs)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) Unexpected tab character. (no-tabs)
(#663) There should be no spaces inside this paren. (space-in-parens)
(#663) There should be no spaces inside this paren. (space-in-parens)
(#663) There should be no spaces inside this paren. (space-in-parens)
(#663) There should be no spaces inside this paren. (space-in-parens)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) Unexpected tab character. (no-tabs)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#666) Unexpected tab character. (no-tabs)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) Unexpected tab character. (no-tabs)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) Unexpected tab character. (no-tabs)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) Unexpected tab character. (no-tabs)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Unexpected tab character. (no-tabs)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) Unexpected tab character. (no-tabs)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) Unexpected tab character. (no-tabs)
(#673) There should be no space after '['. (computed-property-spacing)
(#673) There should be no space before ']'. (computed-property-spacing)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) Unexpected tab character. (no-tabs)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) Unexpected tab character. (no-tabs)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) Unexpected tab character. (no-tabs)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) Unexpected tab character. (no-tabs)
(#679) There should be no spaces inside this paren. (space-in-parens)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) Unexpected tab character. (no-tabs)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Unexpected tab character. (no-tabs)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) Unexpected tab character. (no-tabs)
(#683) There should be no space after '['. (computed-property-spacing)
(#683) There should be no space before ']'. (computed-property-spacing)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) Unexpected tab character. (no-tabs)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) Unexpected tab character. (no-tabs)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) Unexpected tab character. (no-tabs)
(#688) There should be no spaces inside this paren. (space-in-parens)
(#688) There should be no spaces inside this paren. (space-in-parens)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#689) Unexpected tab character. (no-tabs)
(#689) There should be no spaces inside this paren. (space-in-parens)
(#689) There should be no spaces inside this paren. (space-in-parens)
(#689) There should be no spaces inside this paren. (space-in-parens)
(#689) There should be no spaces inside this paren. (space-in-parens)
(#689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#690) Unexpected tab character. (no-tabs)
(#690) There should be no space after '['. (computed-property-spacing)
(#690) There should be no space before ']'. (computed-property-spacing)
(#690) There should be no space after '['. (computed-property-spacing)
(#690) There should be no space before ']'. (computed-property-spacing)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) Unexpected tab character. (no-tabs)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Unexpected tab character. (no-tabs)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) Unexpected tab character. (no-tabs)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Unexpected tab character. (no-tabs)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Unexpected tab character. (no-tabs)
(#696) There should be no spaces inside this paren. (space-in-parens)
(#696) There should be no spaces inside this paren. (space-in-parens)
(#696) There should be no spaces inside this paren. (space-in-parens)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) Unexpected tab character. (no-tabs)
(#697) There should be no spaces inside this paren. (space-in-parens)
(#697) There should be no space after '['. (computed-property-spacing)
(#697) There should be no space before ']'. (computed-property-spacing)
(#697) There should be no space after '['. (array-bracket-spacing)
(#697) There should be no space before ']'. (array-bracket-spacing)
(#697) There should be no spaces inside this paren. (space-in-parens)
(#697) There should be no spaces inside this paren. (space-in-parens)
(#697) There should be no spaces inside this paren. (space-in-parens)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Unexpected tab character. (no-tabs)
(#698) There should be no spaces inside this paren. (space-in-parens)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) Unexpected tab character. (no-tabs)
(#699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#702) There should be no spaces inside this paren. (space-in-parens)
(#702) There should be no space after '{'. (object-curly-spacing)
(#702) There should be no space before '}'. (object-curly-spacing)
(#702) There should be no spaces inside this paren. (space-in-parens)
(#702) There should be no spaces inside this paren. (space-in-parens)
(#702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) Unexpected tab character. (no-tabs)
(#703) There should be no space after '['. (computed-property-spacing)
(#703) There should be no space before ']'. (computed-property-spacing)
(#703) There should be no spaces inside this paren. (space-in-parens)
(#703) There should be no spaces inside this paren. (space-in-parens)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) Unexpected tab character. (no-tabs)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Unexpected tab character. (no-tabs)
(#705) There should be no space after '{'. (object-curly-spacing)
(#705) There should be no space before '}'. (object-curly-spacing)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Unexpected tab character. (no-tabs)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Unexpected tab character. (no-tabs)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) Unexpected tab character. (no-tabs)
(#709) Do not nest ternary expressions. (no-nested-ternary)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) Unexpected tab character. (no-tabs)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) Unexpected tab character. (no-tabs)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) Unexpected tab character. (no-tabs)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) Unexpected tab character. (no-tabs)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Unexpected tab character. (no-tabs)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Unexpected tab character. (no-tabs)
(#716) There should be no spaces inside this paren. (space-in-parens)
(#716) There should be no spaces inside this paren. (space-in-parens)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Unexpected tab character. (no-tabs)
(#717) There should be no space after '{'. (object-curly-spacing)
(#717) There should be no space before '}'. (object-curly-spacing)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Unexpected tab character. (no-tabs)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Unexpected tab character. (no-tabs)
(#720) There should be no spaces inside this paren. (space-in-parens)
(#720) There should be no spaces inside this paren. (space-in-parens)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) Unexpected tab character. (no-tabs)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) Unexpected tab character. (no-tabs)
(#723) There should be no spaces inside this paren. (space-in-parens)
(#723) There should be no spaces inside this paren. (space-in-parens)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Unexpected tab character. (no-tabs)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#728) Unexpected tab character. (no-tabs)
(#728) There should be no space after '['. (computed-property-spacing)
(#728) There should be no space before ']'. (computed-property-spacing)
(#728) There should be no spaces inside this paren. (space-in-parens)
(#728) There should be no spaces inside this paren. (space-in-parens)
(#728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#729) Unexpected tab character. (no-tabs)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#729) There should be no space after '['. (computed-property-spacing)
(#729) There should be no space before ']'. (computed-property-spacing)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Unexpected tab character. (no-tabs)
(#730) There should be no space after '['. (computed-property-spacing)
(#730) There should be no space before ']'. (computed-property-spacing)
(#730) There should be no spaces inside this paren. (space-in-parens)
(#730) There should be no spaces inside this paren. (space-in-parens)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Unexpected tab character. (no-tabs)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Unexpected tab character. (no-tabs)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) Unexpected tab character. (no-tabs)
(#733) There should be no spaces inside this paren. (space-in-parens)
(#733) There should be no spaces inside this paren. (space-in-parens)
(#733) There should be no space after '['. (computed-property-spacing)
(#733) There should be no space before ']'. (computed-property-spacing)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) Unexpected tab character. (no-tabs)
(#734) There should be no spaces inside this paren. (space-in-parens)
(#734) There should be no spaces inside this paren. (space-in-parens)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Unexpected tab character. (no-tabs)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#735) There should be no space after '['. (computed-property-spacing)
(#735) There should be no space before ']'. (computed-property-spacing)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) Unexpected tab character. (no-tabs)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Unexpected tab character. (no-tabs)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Unexpected tab character. (no-tabs)
(#738) There should be no spaces inside this paren. (space-in-parens)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) Unexpected tab character. (no-tabs)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) Unexpected tab character. (no-tabs)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) 'widget' is assigned a value but never used. (no-unused-vars)
(#743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#746) Expected space or tab after '/*' in comment. (spaced-comment)
(#746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) Expected space or tab after '//' in comment. (spaced-comment)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Expected space or tab after '//' in comment. (spaced-comment)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected space or tab after '//' in comment. (spaced-comment)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) Expected space or tab after '//' in comment. (spaced-comment)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) Expected space or tab after '//' in comment. (spaced-comment)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#764) There should be no spaces inside this paren. (space-in-parens)
(#764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) Unexpected tab character. (no-tabs)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) Unexpected tab character. (no-tabs)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Unexpected tab character. (no-tabs)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Unexpected tab character. (no-tabs)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Unexpected tab character. (no-tabs)
(#770) Unnecessary escape character: \+. (no-useless-escape)
(#770) Unnecessary escape character: \-. (no-useless-escape)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Unexpected tab character. (no-tabs)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#772) Unexpected tab character. (no-tabs)
(#772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#773) Unexpected tab character. (no-tabs)
(#773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#775) Missing JSDoc comment. (require-jsdoc)
(#775) There should be no spaces inside this paren. (space-in-parens)
(#775) There should be no spaces inside this paren. (space-in-parens)
(#775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#776) Unexpected tab character. (no-tabs)
(#776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#777) Unexpected tab character. (no-tabs)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no space after '['. (computed-property-spacing)
(#777) There should be no space before ']'. (computed-property-spacing)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no space after '['. (computed-property-spacing)
(#777) There should be no space before ']'. (computed-property-spacing)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#778) Unexpected tab character. (no-tabs)
(#778) There should be no spaces inside this paren. (space-in-parens)
(#778) There should be no space after '['. (computed-property-spacing)
(#778) There should be no space before ']'. (computed-property-spacing)
(#778) There should be no spaces inside this paren. (space-in-parens)
(#778) There should be no spaces inside this paren. (space-in-parens)
(#778) There should be no spaces inside this paren. (space-in-parens)
(#778) There should be no space after '['. (computed-property-spacing)
(#778) There should be no space before ']'. (computed-property-spacing)
(#778) There should be no spaces inside this paren. (space-in-parens)
(#778) There should be no spaces inside this paren. (space-in-parens)
(#778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#779) Unexpected tab character. (no-tabs)
(#779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#782) Missing JSDoc comment. (require-jsdoc)
(#782) There should be no spaces inside this paren. (space-in-parens)
(#782) There should be no spaces inside this paren. (space-in-parens)
(#782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#783) Unexpected tab character. (no-tabs)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#786) Missing JSDoc comment. (require-jsdoc)
(#786) There should be no spaces inside this paren. (space-in-parens)
(#786) There should be no spaces inside this paren. (space-in-parens)
(#786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#787) Unexpected tab character. (no-tabs)
(#787) There should be no space after '['. (computed-property-spacing)
(#787) There should be no space before ']'. (computed-property-spacing)
(#787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#789) Unexpected tab character. (no-tabs)
(#789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#790) Unexpected tab character. (no-tabs)
(#790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#791) Unexpected tab character. (no-tabs)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#792) Unexpected tab character. (no-tabs)
(#792) There should be no space after '{'. (object-curly-spacing)
(#792) There should be no space before '}'. (object-curly-spacing)
(#792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#793) Unexpected tab character. (no-tabs)
(#793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#794) Unexpected tab character. (no-tabs)
(#794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#795) Unexpected tab character. (no-tabs)
(#795) There should be no spaces inside this paren. (space-in-parens)
(#795) There should be no spaces inside this paren. (space-in-parens)
(#795) There should be no spaces inside this paren. (space-in-parens)
(#795) There should be no spaces inside this paren. (space-in-parens)
(#795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#796) Unexpected tab character. (no-tabs)
(#796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#797) Unexpected tab character. (no-tabs)
(#797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#798) Unexpected tab character. (no-tabs)
(#798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#799) Unexpected tab character. (no-tabs)
(#799) There should be no space after '{'. (object-curly-spacing)
(#799) There should be no space before '}'. (object-curly-spacing)
(#799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#800) Unexpected tab character. (no-tabs)
(#800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#801) Unexpected tab character. (no-tabs)
(#801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#802) Unexpected tab character. (no-tabs)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no spaces inside this paren. (space-in-parens)
(#802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#803) Unexpected tab character. (no-tabs)
(#803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#804) Unexpected tab character. (no-tabs)
(#804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#805) Unexpected tab character. (no-tabs)
(#805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#806) Unexpected tab character. (no-tabs)
(#806) There should be no space after '{'. (object-curly-spacing)
(#806) There should be no space before '}'. (object-curly-spacing)
(#806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#807) Unexpected tab character. (no-tabs)
(#807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#808) Unexpected tab character. (no-tabs)
(#808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#809) Unexpected tab character. (no-tabs)
(#809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Unexpected tab character. (no-tabs)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Unexpected tab character. (no-tabs)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Unexpected tab character. (no-tabs)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#813) Unexpected tab character. (no-tabs)
(#813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#817) Unexpected tab character. (no-tabs)
(#817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#818) Unexpected tab character. (no-tabs)
(#818) There should be no spaces inside this paren. (space-in-parens)
(#818) There should be no spaces inside this paren. (space-in-parens)
(#818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#819) Unexpected tab character. (no-tabs)
(#819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#820) Unexpected tab character. (no-tabs)
(#820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#821) Unexpected tab character. (no-tabs)
(#821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#822) Unexpected tab character. (no-tabs)
(#822) There should be no spaces inside this paren. (space-in-parens)
(#822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#823) Unexpected tab character. (no-tabs)
(#823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#824) Unexpected tab character. (no-tabs)
(#824) There should be no spaces inside this paren. (space-in-parens)
(#824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#825) Unexpected tab character. (no-tabs)
(#825) There should be no space after '['. (computed-property-spacing)
(#825) There should be no space before ']'. (computed-property-spacing)
(#825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#827) Unexpected tab character. (no-tabs)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#828) Unexpected tab character. (no-tabs)
(#828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#829) Unexpected tab character. (no-tabs)
(#829) There should be no spaces inside this paren. (space-in-parens)
(#829) There should be no spaces inside this paren. (space-in-parens)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#831) Unexpected tab character. (no-tabs)
(#831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#833) Unexpected tab character. (no-tabs)
(#833) There should be no spaces inside this paren. (space-in-parens)
(#833) There should be no spaces inside this paren. (space-in-parens)
(#833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#835) Unexpected tab character. (no-tabs)
(#835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#837) Unexpected tab character. (no-tabs)
(#837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#839) Unexpected tab character. (no-tabs)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#840) Unexpected tab character. (no-tabs)
(#840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#841) Unexpected tab character. (no-tabs)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#842) Unexpected tab character. (no-tabs)
(#842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#843) Unexpected tab character. (no-tabs)
(#843) There should be no spaces inside this paren. (space-in-parens)
(#843) There should be no spaces inside this paren. (space-in-parens)
(#843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#844) Unexpected tab character. (no-tabs)
(#844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#845) Unexpected tab character. (no-tabs)
(#845) There should be no spaces inside this paren. (space-in-parens)
(#845) There should be no spaces inside this paren. (space-in-parens)
(#845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#846) Unexpected tab character. (no-tabs)
(#846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#847) Unexpected tab character. (no-tabs)
(#847) There should be no spaces inside this paren. (space-in-parens)
(#847) There should be no space after '['. (computed-property-spacing)
(#847) There should be no space before ']'. (computed-property-spacing)
(#847) There should be no spaces inside this paren. (space-in-parens)
(#847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#848) Unexpected tab character. (no-tabs)
(#848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#849) Unexpected tab character. (no-tabs)
(#849) There should be no spaces inside this paren. (space-in-parens)
(#849) There should be no space after '['. (computed-property-spacing)
(#849) There should be no space before ']'. (computed-property-spacing)
(#849) There should be no spaces inside this paren. (space-in-parens)
(#849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#850) Unexpected tab character. (no-tabs)
(#850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#851) Unexpected tab character. (no-tabs)
(#851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#852) Unexpected tab character. (no-tabs)
(#852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#853) Unexpected tab character. (no-tabs)
(#853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#854) Unexpected tab character. (no-tabs)
(#854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#855) Unexpected tab character. (no-tabs)
(#855) There should be no spaces inside this paren. (space-in-parens)
(#855) There should be no spaces inside this paren. (space-in-parens)
(#855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#856) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#857) Unexpected tab character. (no-tabs)
(#857) There should be no spaces inside this paren. (space-in-parens)
(#857) There should be no space after '['. (computed-property-spacing)
(#857) There should be no space before ']'. (computed-property-spacing)
(#857) There should be no spaces inside this paren. (space-in-parens)
(#857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#858) Unexpected tab character. (no-tabs)
(#858) There should be no space after '['. (computed-property-spacing)
(#858) There should be no space before ']'. (computed-property-spacing)
(#858) There should be no space after '['. (computed-property-spacing)
(#858) There should be no space before ']'. (computed-property-spacing)
(#858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) Unexpected tab character. (no-tabs)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#860) Unexpected tab character. (no-tabs)
(#860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#861) Unexpected tab character. (no-tabs)
(#861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#862) Unexpected tab character. (no-tabs)
(#862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#863) Unexpected tab character. (no-tabs)
(#863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#864) Unexpected tab character. (no-tabs)
(#864) There should be no spaces inside this paren. (space-in-parens)
(#864) There should be no spaces inside this paren. (space-in-parens)
(#864) There should be no space after '{'. (object-curly-spacing)
(#864) There should be no space before '}'. (object-curly-spacing)
(#864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#865) Unexpected tab character. (no-tabs)
(#865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#866) Unexpected tab character. (no-tabs)
(#866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#867) Unexpected tab character. (no-tabs)
(#867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#868) Unexpected tab character. (no-tabs)
(#868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#869) Unexpected tab character. (no-tabs)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#870) Unexpected tab character. (no-tabs)
(#870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#876) Unexpected tab character. (no-tabs)
(#876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#878) Unexpected tab character. (no-tabs)
(#878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#879) Unexpected tab character. (no-tabs)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#881) Unexpected tab character. (no-tabs)
(#881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#882) Unexpected tab character. (no-tabs)
(#882) There should be no spaces inside this paren. (space-in-parens)
(#882) There should be no spaces inside this paren. (space-in-parens)
(#882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#884) Unexpected tab character. (no-tabs)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#885) Unexpected tab character. (no-tabs)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Unexpected tab character. (no-tabs)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#888) Unexpected tab character. (no-tabs)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#889) Unexpected tab character. (no-tabs)
(#889) There should be no spaces inside this paren. (space-in-parens)
(#889) There should be no space after '['. (computed-property-spacing)
(#889) There should be no space before ']'. (computed-property-spacing)
(#889) There should be no spaces inside this paren. (space-in-parens)
(#889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#891) Unexpected tab character. (no-tabs)
(#891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#892) Unexpected tab character. (no-tabs)
(#892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#893) Unexpected tab character. (no-tabs)
(#893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#894) Unexpected tab character. (no-tabs)
(#894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#895) Unexpected tab character. (no-tabs)
(#895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#896) Unexpected tab character. (no-tabs)
(#896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#898) Unexpected tab character. (no-tabs)
(#898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#899) Unexpected tab character. (no-tabs)
(#899) There should be no spaces inside this paren. (space-in-parens)
(#899) There should be no spaces inside this paren. (space-in-parens)
(#899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#901) Unexpected tab character. (no-tabs)
(#901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#902) Unexpected tab character. (no-tabs)
(#902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#903) Unexpected tab character. (no-tabs)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no space after '['. (array-bracket-spacing)
(#903) There should be no space before ']'. (array-bracket-spacing)
(#903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#904) Unexpected tab character. (no-tabs)
(#904) There should be no spaces inside this paren. (space-in-parens)
(#904) There should be no space after '['. (computed-property-spacing)
(#904) There should be no space before ']'. (computed-property-spacing)
(#904) There should be no spaces inside this paren. (space-in-parens)
(#904) There should be no spaces inside this paren. (space-in-parens)
(#904) There should be no spaces inside this paren. (space-in-parens)
(#904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#905) Unexpected tab character. (no-tabs)
(#905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) Unexpected tab character. (no-tabs)
(#906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#908) Unexpected tab character. (no-tabs)
(#908) There should be no spaces inside this paren. (space-in-parens)
(#908) There should be no spaces inside this paren. (space-in-parens)
(#908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#909) Unexpected tab character. (no-tabs)
(#909) Do not nest ternary expressions. (no-nested-ternary)
(#909) There should be no spaces inside this paren. (space-in-parens)
(#909) There should be no space after '['. (computed-property-spacing)
(#909) There should be no space before ']'. (computed-property-spacing)
(#909) There should be no spaces inside this paren. (space-in-parens)
(#909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#910) Unexpected tab character. (no-tabs)
(#910) There should be no spaces inside this paren. (space-in-parens)
(#910) There should be no space after '['. (array-bracket-spacing)
(#910) There should be no space before ']'. (array-bracket-spacing)
(#910) There should be no spaces inside this paren. (space-in-parens)
(#910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#911) Unexpected tab character. (no-tabs)
(#911) There should be no spaces inside this paren. (space-in-parens)
(#911) There should be no space after '['. (computed-property-spacing)
(#911) There should be no space before ']'. (computed-property-spacing)
(#911) There should be no spaces inside this paren. (space-in-parens)
(#911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#912) Unexpected tab character. (no-tabs)
(#912) There should be no space after '['. (array-bracket-spacing)
(#912) There should be no space before ']'. (array-bracket-spacing)
(#912) There should be no spaces inside this paren. (space-in-parens)
(#912) There should be no spaces inside this paren. (space-in-parens)
(#912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#913) Unexpected tab character. (no-tabs)
(#913) There should be no space after '['. (array-bracket-spacing)
(#913) There should be no space before ']'. (array-bracket-spacing)
(#913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#914) Unexpected tab character. (no-tabs)
(#914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#915) Unexpected tab character. (no-tabs)
(#915) There should be no space after '['. (computed-property-spacing)
(#915) There should be no space before ']'. (computed-property-spacing)
(#915) There should be no spaces inside this paren. (space-in-parens)
(#915) There should be no space after '['. (computed-property-spacing)
(#915) There should be no space before ']'. (computed-property-spacing)
(#915) There should be no spaces inside this paren. (space-in-parens)
(#915) There should be no space after '['. (computed-property-spacing)
(#915) There should be no space before ']'. (computed-property-spacing)
(#915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#916) Unexpected tab character. (no-tabs)
(#916) There should be no space after '['. (computed-property-spacing)
(#916) There should be no space before ']'. (computed-property-spacing)
(#916) There should be no spaces inside this paren. (space-in-parens)
(#916) There should be no space after '['. (computed-property-spacing)
(#916) There should be no space before ']'. (computed-property-spacing)
(#916) There should be no spaces inside this paren. (space-in-parens)
(#916) There should be no space after '['. (computed-property-spacing)
(#916) There should be no space before ']'. (computed-property-spacing)
(#916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#918) Unexpected tab character. (no-tabs)
(#918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#919) Unexpected tab character. (no-tabs)
(#919) There should be no spaces inside this paren. (space-in-parens)
(#919) There should be no space after '['. (computed-property-spacing)
(#919) There should be no space before ']'. (computed-property-spacing)
(#919) There should be no spaces inside this paren. (space-in-parens)
(#919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#920) Unexpected tab character. (no-tabs)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no space after '['. (computed-property-spacing)
(#920) There should be no space before ']'. (computed-property-spacing)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#921) Unexpected tab character. (no-tabs)
(#921) There should be no space after '['. (computed-property-spacing)
(#921) There should be no space before ']'. (computed-property-spacing)
(#921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#922) Unexpected tab character. (no-tabs)
(#922) There should be no space after '['. (computed-property-spacing)
(#922) There should be no space before ']'. (computed-property-spacing)
(#922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#923) Unexpected tab character. (no-tabs)
(#923) There should be no space after '['. (computed-property-spacing)
(#923) There should be no space before ']'. (computed-property-spacing)
(#923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#924) Unexpected tab character. (no-tabs)
(#924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#926) Unexpected tab character. (no-tabs)
(#926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#927) Unexpected tab character. (no-tabs)
(#927) There should be no space after '['. (computed-property-spacing)
(#927) There should be no space before ']'. (computed-property-spacing)
(#927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#928) Unexpected tab character. (no-tabs)
(#928) There should be no spaces inside this paren. (space-in-parens)
(#928) There should be no space after '['. (computed-property-spacing)
(#928) There should be no space before ']'. (computed-property-spacing)
(#928) There should be no spaces inside this paren. (space-in-parens)
(#928) There should be no space after '['. (computed-property-spacing)
(#928) There should be no space before ']'. (computed-property-spacing)
(#928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#929) Unexpected tab character. (no-tabs)
(#929) There should be no spaces inside this paren. (space-in-parens)
(#929) There should be no space after '['. (computed-property-spacing)
(#929) There should be no space before ']'. (computed-property-spacing)
(#929) There should be no spaces inside this paren. (space-in-parens)
(#929) There should be no space after '['. (computed-property-spacing)
(#929) There should be no space before ']'. (computed-property-spacing)
(#929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#930) Unexpected tab character. (no-tabs)
(#930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#931) Unexpected tab character. (no-tabs)
(#931) There should be no spaces inside this paren. (space-in-parens)
(#931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#933) Unexpected tab character. (no-tabs)
(#933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#934) Unexpected tab character. (no-tabs)
(#934) There should be no spaces inside this paren. (space-in-parens)
(#934) There should be no spaces inside this paren. (space-in-parens)
(#934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#935) Unexpected tab character. (no-tabs)
(#935) There should be no space after '['. (computed-property-spacing)
(#935) There should be no space before ']'. (computed-property-spacing)
(#935) There should be no space after '['. (computed-property-spacing)
(#935) There should be no space before ']'. (computed-property-spacing)
(#935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#936) Unexpected tab character. (no-tabs)
(#936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#938) Unexpected tab character. (no-tabs)
(#938) There should be no spaces inside this paren. (space-in-parens)
(#938) There should be no space after '['. (computed-property-spacing)
(#938) There should be no space before ']'. (computed-property-spacing)
(#938) There should be no spaces inside this paren. (space-in-parens)
(#938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#939) Unexpected tab character. (no-tabs)
(#939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#940) Unexpected tab character. (no-tabs)
(#940) There should be no spaces inside this paren. (space-in-parens)
(#940) There should be no space after '['. (computed-property-spacing)
(#940) There should be no space before ']'. (computed-property-spacing)
(#940) There should be no spaces inside this paren. (space-in-parens)
(#940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#941) Unexpected tab character. (no-tabs)
(#941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#942) Unexpected tab character. (no-tabs)
(#942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#944) Unexpected tab character. (no-tabs)
(#944) There should be no spaces inside this paren. (space-in-parens)
(#944) There should be no space after '['. (computed-property-spacing)
(#944) There should be no space before ']'. (computed-property-spacing)
(#944) There should be no spaces inside this paren. (space-in-parens)
(#944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#945) Unexpected tab character. (no-tabs)
(#945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#946) Unexpected tab character. (no-tabs)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no space after '['. (computed-property-spacing)
(#946) There should be no space before ']'. (computed-property-spacing)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#947) Unexpected tab character. (no-tabs)
(#947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#948) Unexpected tab character. (no-tabs)
(#948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#950) Unexpected tab character. (no-tabs)
(#950) There should be no spaces inside this paren. (space-in-parens)
(#950) There should be no spaces inside this paren. (space-in-parens)
(#950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#951) Unexpected tab character. (no-tabs)
(#951) There should be no space after '['. (computed-property-spacing)
(#951) There should be no space before ']'. (computed-property-spacing)
(#951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#952) Unexpected tab character. (no-tabs)
(#952) There should be no space after '['. (computed-property-spacing)
(#952) There should be no space before ']'. (computed-property-spacing)
(#952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#954) Unexpected tab character. (no-tabs)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#955) Unexpected tab character. (no-tabs)
(#955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#956) Unexpected tab character. (no-tabs)
(#956) There should be no spaces inside this paren. (space-in-parens)
(#956) There should be no spaces inside this paren. (space-in-parens)
(#956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#957) Unexpected tab character. (no-tabs)
(#957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#958) Unexpected tab character. (no-tabs)
(#958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#959) Unexpected tab character. (no-tabs)
(#959) There should be no spaces inside this paren. (space-in-parens)
(#959) There should be no spaces inside this paren. (space-in-parens)
(#959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#960) Unexpected tab character. (no-tabs)
(#960) There should be no spaces inside this paren. (space-in-parens)
(#960) There should be no spaces inside this paren. (space-in-parens)
(#960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#961) Unexpected tab character. (no-tabs)
(#961) There should be no spaces inside this paren. (space-in-parens)
(#961) There should be no spaces inside this paren. (space-in-parens)
(#961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#962) Unexpected tab character. (no-tabs)
(#962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#963) Unexpected tab character. (no-tabs)
(#963) There should be no spaces inside this paren. (space-in-parens)
(#963) There should be no spaces inside this paren. (space-in-parens)
(#963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#964) Unexpected tab character. (no-tabs)
(#964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#965) Unexpected tab character. (no-tabs)
(#965) There should be no spaces inside this paren. (space-in-parens)
(#965) There should be no spaces inside this paren. (space-in-parens)
(#965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#966) Unexpected tab character. (no-tabs)
(#966) There should be no spaces inside this paren. (space-in-parens)
(#966) There should be no spaces inside this paren. (space-in-parens)
(#966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#968) Unexpected tab character. (no-tabs)
(#968) There should be no spaces inside this paren. (space-in-parens)
(#968) There should be no space after '['. (computed-property-spacing)
(#968) There should be no space before ']'. (computed-property-spacing)
(#968) There should be no spaces inside this paren. (space-in-parens)
(#968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#969) Unexpected tab character. (no-tabs)
(#969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#970) Unexpected tab character. (no-tabs)
(#970) There should be no spaces inside this paren. (space-in-parens)
(#970) There should be no space after '['. (computed-property-spacing)
(#970) There should be no space before ']'. (computed-property-spacing)
(#970) There should be no spaces inside this paren. (space-in-parens)
(#970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#971) Unexpected tab character. (no-tabs)
(#971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#972) Unexpected tab character. (no-tabs)
(#972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#974) Unexpected tab character. (no-tabs)
(#974) There should be no spaces inside this paren. (space-in-parens)
(#974) There should be no space after '['. (computed-property-spacing)
(#974) There should be no space before ']'. (computed-property-spacing)
(#974) There should be no spaces inside this paren. (space-in-parens)
(#974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#975) Unexpected tab character. (no-tabs)
(#975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#976) Unexpected tab character. (no-tabs)
(#976) There should be no spaces inside this paren. (space-in-parens)
(#976) There should be no space after '['. (computed-property-spacing)
(#976) There should be no space before ']'. (computed-property-spacing)
(#976) There should be no spaces inside this paren. (space-in-parens)
(#976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#977) Unexpected tab character. (no-tabs)
(#977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#978) Unexpected tab character. (no-tabs)
(#978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#980) Unexpected tab character. (no-tabs)
(#980) There should be no space after '['. (computed-property-spacing)
(#980) There should be no space before ']'. (computed-property-spacing)
(#980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#981) Unexpected tab character. (no-tabs)
(#981) There should be no space after '['. (computed-property-spacing)
(#981) There should be no space before ']'. (computed-property-spacing)
(#981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#983) Unexpected tab character. (no-tabs)
(#983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#984) Unexpected tab character. (no-tabs)
(#984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#985) Unexpected tab character. (no-tabs)
(#985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#986) Unexpected tab character. (no-tabs)
(#986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#988) Unexpected tab character. (no-tabs)
(#988) There should be no spaces inside this paren. (space-in-parens)
(#988) There should be no space after '['. (array-bracket-spacing)
(#988) There should be no space before ']'. (array-bracket-spacing)
(#988) There should be no spaces inside this paren. (space-in-parens)
(#988) There should be no spaces inside this paren. (space-in-parens)
(#988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#989) Unexpected tab character. (no-tabs)
(#989) There should be no spaces inside this paren. (space-in-parens)
(#989) There should be no space after '['. (computed-property-spacing)
(#989) There should be no space after '['. (computed-property-spacing)
(#989) There should be no space before ']'. (computed-property-spacing)
(#989) There should be no space before ']'. (computed-property-spacing)
(#989) There should be no spaces inside this paren. (space-in-parens)
(#989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#990) Unexpected tab character. (no-tabs)
(#990) There should be no space after '['. (computed-property-spacing)
(#990) There should be no space after '['. (computed-property-spacing)
(#990) There should be no space before ']'. (computed-property-spacing)
(#990) There should be no space before ']'. (computed-property-spacing)
(#990) There should be no space after '['. (computed-property-spacing)
(#990) There should be no space before ']'. (computed-property-spacing)
(#990) There should be no spaces inside this paren. (space-in-parens)
(#990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#991) Unexpected tab character. (no-tabs)
(#991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#992) Unexpected tab character. (no-tabs)
(#992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#993) Unexpected tab character. (no-tabs)
(#993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#994) Unexpected tab character. (no-tabs)
(#994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#995) Unexpected tab character. (no-tabs)
(#995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#996) Unexpected tab character. (no-tabs)
(#996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#997) Unexpected tab character. (no-tabs)
(#997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#998) Unexpected tab character. (no-tabs)
(#998) There should be no space after '['. (array-bracket-spacing)
(#998) There should be no space after '['. (computed-property-spacing)
(#998) There should be no space before ']'. (computed-property-spacing)
(#998) There should be no space after '['. (computed-property-spacing)
(#998) There should be no space before ']'. (computed-property-spacing)
(#998) Unexpected whitespace before property 1. (no-whitespace-before-property)
(#998) There should be no space after '['. (computed-property-spacing)
(#998) There should be no space before ']'. (computed-property-spacing)
(#998) There should be no space after '['. (computed-property-spacing)
(#998) There should be no space before ']'. (computed-property-spacing)
(#998) There should be no space before ']'. (array-bracket-spacing)
(#998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#999) Unexpected tab character. (no-tabs)
(#999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1000) Unexpected tab character. (no-tabs)
(#1000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1001) Unexpected tab character. (no-tabs)
(#1001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1002) Unexpected tab character. (no-tabs)
(#1002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1003) Unexpected tab character. (no-tabs)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1004) Unexpected tab character. (no-tabs)
(#1004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1005) Unexpected tab character. (no-tabs)
(#1005) There should be no spaces inside this paren. (space-in-parens)
(#1005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1007) Unexpected tab character. (no-tabs)
(#1007) There should be no spaces inside this paren. (space-in-parens)
(#1007) There should be no spaces inside this paren. (space-in-parens)
(#1007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1009) Unexpected tab character. (no-tabs)
(#1009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1010) Unexpected tab character. (no-tabs)
(#1010) There should be no spaces inside this paren. (space-in-parens)
(#1010) There should be no spaces inside this paren. (space-in-parens)
(#1010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1011) Unexpected tab character. (no-tabs)
(#1011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1012) Unexpected tab character. (no-tabs)
(#1012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1013) Unexpected tab character. (no-tabs)
(#1013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1014) Unexpected tab character. (no-tabs)
(#1014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1015) Unexpected tab character. (no-tabs)
(#1015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1016) Unexpected tab character. (no-tabs)
(#1016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1017) Unexpected tab character. (no-tabs)
(#1017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1018) Unexpected tab character. (no-tabs)
(#1018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1019) Unexpected tab character. (no-tabs)
(#1019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1020) Unexpected tab character. (no-tabs)
(#1020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1021) Unexpected tab character. (no-tabs)
(#1021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1022) Unexpected tab character. (no-tabs)
(#1022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1023) Unexpected tab character. (no-tabs)
(#1023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1024) Unexpected tab character. (no-tabs)
(#1024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1025) Unexpected tab character. (no-tabs)
(#1025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1026) Unexpected tab character. (no-tabs)
(#1026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1027) Unexpected tab character. (no-tabs)
(#1027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1028) Unexpected tab character. (no-tabs)
(#1028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1029) Unexpected tab character. (no-tabs)
(#1029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1030) Unexpected tab character. (no-tabs)
(#1030) Do not nest ternary expressions. (no-nested-ternary)
(#1030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1031) Unexpected tab character. (no-tabs)
(#1031) Do not nest ternary expressions. (no-nested-ternary)
(#1031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1032) Unexpected tab character. (no-tabs)
(#1032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1033) Unexpected tab character. (no-tabs)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1034) Unexpected tab character. (no-tabs)
(#1034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1035) Unexpected tab character. (no-tabs)
(#1035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1036) Unexpected tab character. (no-tabs)
(#1036) There should be no spaces inside this paren. (space-in-parens)
(#1036) There should be no spaces inside this paren. (space-in-parens)
(#1036) There should be no spaces inside this paren. (space-in-parens)
(#1036) There should be no spaces inside this paren. (space-in-parens)
(#1036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1037) Unexpected tab character. (no-tabs)
(#1037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1038) Unexpected tab character. (no-tabs)
(#1038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1039) Unexpected tab character. (no-tabs)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) There should be no spaces inside this paren. (space-in-parens)
(#1039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1040) Unexpected tab character. (no-tabs)
(#1040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1041) Unexpected tab character. (no-tabs)
(#1041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1042) Unexpected tab character. (no-tabs)
(#1042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1043) Unexpected tab character. (no-tabs)
(#1043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1044) Unexpected tab character. (no-tabs)
(#1044) There should be no spaces inside this paren. (space-in-parens)
(#1044) There should be no spaces inside this paren. (space-in-parens)
(#1044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1045) Unexpected tab character. (no-tabs)
(#1045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1046) Unexpected tab character. (no-tabs)
(#1046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1048) Unexpected tab character. (no-tabs)
(#1048) There should be no spaces inside this paren. (space-in-parens)
(#1048) There should be no spaces inside this paren. (space-in-parens)
(#1048) There should be no space after '{'. (object-curly-spacing)
(#1048) There should be no space before '}'. (object-curly-spacing)
(#1048) There should be no spaces inside this paren. (space-in-parens)
(#1048) There should be no spaces inside this paren. (space-in-parens)
(#1048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1049) Unexpected tab character. (no-tabs)
(#1049) There should be no spaces inside this paren. (space-in-parens)
(#1049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1053) Unexpected tab character. (no-tabs)
(#1053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1054) Unexpected tab character. (no-tabs)
(#1054) There should be no spaces inside this paren. (space-in-parens)
(#1054) There should be no spaces inside this paren. (space-in-parens)
(#1054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1055) Unexpected tab character. (no-tabs)
(#1055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1056) Unexpected tab character. (no-tabs)
(#1056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1057) Unexpected tab character. (no-tabs)
(#1057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1058) Unexpected tab character. (no-tabs)
(#1058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1059) Unexpected tab character. (no-tabs)
(#1059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1060) Unexpected tab character. (no-tabs)
(#1060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1061) Unexpected tab character. (no-tabs)
(#1061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1063) Unexpected tab character. (no-tabs)
(#1063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1064) Unexpected tab character. (no-tabs)
(#1064) There should be no spaces inside this paren. (space-in-parens)
(#1064) There should be no spaces inside this paren. (space-in-parens)
(#1064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1066) Unexpected tab character. (no-tabs)
(#1066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1067) Unexpected tab character. (no-tabs)
(#1067) There should be no spaces inside this paren. (space-in-parens)
(#1067) There should be no spaces inside this paren. (space-in-parens)
(#1067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1068) Unexpected tab character. (no-tabs)
(#1068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1069) Unexpected tab character. (no-tabs)
(#1069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1070) Unexpected tab character. (no-tabs)
(#1070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1072) Unexpected tab character. (no-tabs)
(#1072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1073) Unexpected tab character. (no-tabs)
(#1073) There should be no spaces inside this paren. (space-in-parens)
(#1073) There should be no spaces inside this paren. (space-in-parens)
(#1073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1074) Unexpected tab character. (no-tabs)
(#1074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1076) Unexpected tab character. (no-tabs)
(#1076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1077) Unexpected tab character. (no-tabs)
(#1077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1078) Unexpected tab character. (no-tabs)
(#1078) There should be no spaces inside this paren. (space-in-parens)
(#1078) There should be no spaces inside this paren. (space-in-parens)
(#1078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1079) Unexpected tab character. (no-tabs)
(#1079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1080) Unexpected tab character. (no-tabs)
(#1080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1081) Unexpected tab character. (no-tabs)
(#1081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1082) Unexpected tab character. (no-tabs)
(#1082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1083) Unexpected tab character. (no-tabs)
(#1083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1085) Unexpected tab character. (no-tabs)
(#1085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1086) Unexpected tab character. (no-tabs)
(#1086) There should be no spaces inside this paren. (space-in-parens)
(#1086) There should be no spaces inside this paren. (space-in-parens)
(#1086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1087) Unexpected tab character. (no-tabs)
(#1087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1089) Unexpected tab character. (no-tabs)
(#1089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1090) Unexpected tab character. (no-tabs)
(#1090) There should be no spaces inside this paren. (space-in-parens)
(#1090) There should be no spaces inside this paren. (space-in-parens)
(#1090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1091) Unexpected tab character. (no-tabs)
(#1091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1093) Unexpected tab character. (no-tabs)
(#1093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1094) Unexpected tab character. (no-tabs)
(#1094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1095) Unexpected tab character. (no-tabs)
(#1095) There should be no spaces inside this paren. (space-in-parens)
(#1095) There should be no spaces inside this paren. (space-in-parens)
(#1095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1096) Unexpected tab character. (no-tabs)
(#1096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1097) Unexpected tab character. (no-tabs)
(#1097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1098) Unexpected tab character. (no-tabs)
(#1098) There should be no spaces inside this paren. (space-in-parens)
(#1098) There should be no spaces inside this paren. (space-in-parens)
(#1098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1099) Unexpected tab character. (no-tabs)
(#1099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1100) Unexpected tab character. (no-tabs)
(#1100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1101) Unexpected tab character. (no-tabs)
(#1101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1102) Unexpected tab character. (no-tabs)
(#1102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1103) Unexpected tab character. (no-tabs)
(#1103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1104) Unexpected tab character. (no-tabs)
(#1104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1105) Unexpected tab character. (no-tabs)
(#1105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1107) Unexpected tab character. (no-tabs)
(#1107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1108) Unexpected tab character. (no-tabs)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1110) Unexpected tab character. (no-tabs)
(#1110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1111) Unexpected tab character. (no-tabs)
(#1111) There should be no spaces inside this paren. (space-in-parens)
(#1111) There should be no spaces inside this paren. (space-in-parens)
(#1111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1112) Unexpected tab character. (no-tabs)
(#1112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1113) Unexpected tab character. (no-tabs)
(#1113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1114) Unexpected tab character. (no-tabs)
(#1114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1116) Unexpected tab character. (no-tabs)
(#1116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1117) Unexpected tab character. (no-tabs)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1118) Unexpected tab character. (no-tabs)
(#1118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1120) Unexpected tab character. (no-tabs)
(#1120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1121) Unexpected tab character. (no-tabs)
(#1121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1122) Unexpected tab character. (no-tabs)
(#1122) There should be no spaces inside this paren. (space-in-parens)
(#1122) There should be no spaces inside this paren. (space-in-parens)
(#1122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1123) Unexpected tab character. (no-tabs)
(#1123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1124) Unexpected tab character. (no-tabs)
(#1124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1125) Unexpected tab character. (no-tabs)
(#1125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1126) Unexpected tab character. (no-tabs)
(#1126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1127) Unexpected tab character. (no-tabs)
(#1127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1129) Unexpected tab character. (no-tabs)
(#1129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1130) Unexpected tab character. (no-tabs)
(#1130) There should be no spaces inside this paren. (space-in-parens)
(#1130) There should be no spaces inside this paren. (space-in-parens)
(#1130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1131) Unexpected tab character. (no-tabs)
(#1131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1133) Unexpected tab character. (no-tabs)
(#1133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1134) Unexpected tab character. (no-tabs)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1135) Unexpected tab character. (no-tabs)
(#1135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1137) Unexpected tab character. (no-tabs)
(#1137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1138) Unexpected tab character. (no-tabs)
(#1138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1139) Unexpected tab character. (no-tabs)
(#1139) There should be no spaces inside this paren. (space-in-parens)
(#1139) There should be no spaces inside this paren. (space-in-parens)
(#1139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1140) Unexpected tab character. (no-tabs)
(#1140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1141) Unexpected tab character. (no-tabs)
(#1141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1142) Unexpected tab character. (no-tabs)
(#1142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1143) Unexpected tab character. (no-tabs)
(#1143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1144) Unexpected tab character. (no-tabs)
(#1144) There should be no spaces inside this paren. (space-in-parens)
(#1144) There should be no spaces inside this paren. (space-in-parens)
(#1144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1145) Unexpected tab character. (no-tabs)
(#1145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1146) Unexpected tab character. (no-tabs)
(#1146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1147) Unexpected tab character. (no-tabs)
(#1147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1148) Unexpected tab character. (no-tabs)
(#1148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1149) Unexpected tab character. (no-tabs)
(#1149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1150) Unexpected tab character. (no-tabs)
(#1150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1151) Unexpected tab character. (no-tabs)
(#1151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1152) Unexpected tab character. (no-tabs)
(#1152) Do not nest ternary expressions. (no-nested-ternary)
(#1152) There should be no space after '['. (computed-property-spacing)
(#1152) There should be no space before ']'. (computed-property-spacing)
(#1152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1153) Unexpected tab character. (no-tabs)
(#1153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1154) Unexpected tab character. (no-tabs)
(#1154) There should be no space after '['. (computed-property-spacing)
(#1154) There should be no space before ']'. (computed-property-spacing)
(#1154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1155) Unexpected tab character. (no-tabs)
(#1155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1156) Unexpected tab character. (no-tabs)
(#1156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1157) Unexpected tab character. (no-tabs)
(#1157) Do not nest ternary expressions. (no-nested-ternary)
(#1157) There should be no space after '['. (computed-property-spacing)
(#1157) There should be no space before ']'. (computed-property-spacing)
(#1157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1158) Unexpected tab character. (no-tabs)
(#1158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1159) Unexpected tab character. (no-tabs)
(#1159) There should be no space after '['. (computed-property-spacing)
(#1159) There should be no space before ']'. (computed-property-spacing)
(#1159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1160) Unexpected tab character. (no-tabs)
(#1160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1161) Unexpected tab character. (no-tabs)
(#1161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1162) Unexpected tab character. (no-tabs)
(#1162) There should be no space after '['. (computed-property-spacing)
(#1162) There should be no space before ']'. (computed-property-spacing)
(#1162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1163) Unexpected tab character. (no-tabs)
(#1163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1164) Unexpected tab character. (no-tabs)
(#1164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1166) Unexpected tab character. (no-tabs)
(#1166) There should be no spaces inside this paren. (space-in-parens)
(#1166) There should be no spaces inside this paren. (space-in-parens)
(#1166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1167) Unexpected tab character. (no-tabs)
(#1167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1168) Unexpected tab character. (no-tabs)
(#1168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1169) Unexpected tab character. (no-tabs)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1169) There should be no spaces inside this paren. (space-in-parens)
(#1169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1170) Unexpected tab character. (no-tabs)
(#1170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1171) Unexpected tab character. (no-tabs)
(#1171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1172) Unexpected tab character. (no-tabs)
(#1172) There should be no spaces inside this paren. (space-in-parens)
(#1172) There should be no spaces inside this paren. (space-in-parens)
(#1172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1173) Unexpected tab character. (no-tabs)
(#1173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1174) Unexpected tab character. (no-tabs)
(#1174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1175) Unexpected tab character. (no-tabs)
(#1175) There should be no spaces inside this paren. (space-in-parens)
(#1175) There should be no spaces inside this paren. (space-in-parens)
(#1175) There should be no spaces inside this paren. (space-in-parens)
(#1175) There should be no spaces inside this paren. (space-in-parens)
(#1175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1176) Unexpected tab character. (no-tabs)
(#1176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1177) Unexpected tab character. (no-tabs)
(#1177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1178) Unexpected tab character. (no-tabs)
(#1178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1179) Unexpected tab character. (no-tabs)
(#1179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1180) Unexpected tab character. (no-tabs)
(#1180) There should be no spaces inside this paren. (space-in-parens)
(#1180) There should be no spaces inside this paren. (space-in-parens)
(#1180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1181) Unexpected tab character. (no-tabs)
(#1181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1182) Unexpected tab character. (no-tabs)
(#1182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1183) Unexpected tab character. (no-tabs)
(#1183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1184) Unexpected tab character. (no-tabs)
(#1184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1185) Unexpected tab character. (no-tabs)
(#1185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1186) Unexpected tab character. (no-tabs)
(#1186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1187) Unexpected tab character. (no-tabs)
(#1187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1188) Unexpected tab character. (no-tabs)
(#1188) There should be no space after '['. (computed-property-spacing)
(#1188) There should be no space before ']'. (computed-property-spacing)
(#1188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1189) Unexpected tab character. (no-tabs)
(#1189) Do not nest ternary expressions. (no-nested-ternary)
(#1189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1190) Unexpected tab character. (no-tabs)
(#1190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1191) Unexpected tab character. (no-tabs)
(#1191) There should be no space after '['. (computed-property-spacing)
(#1191) There should be no space before ']'. (computed-property-spacing)
(#1191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1192) Unexpected tab character. (no-tabs)
(#1192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1193) Unexpected tab character. (no-tabs)
(#1193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1194) Unexpected tab character. (no-tabs)
(#1194) Do not nest ternary expressions. (no-nested-ternary)
(#1194) There should be no space after '['. (computed-property-spacing)
(#1194) There should be no space before ']'. (computed-property-spacing)
(#1194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1195) Unexpected tab character. (no-tabs)
(#1195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1196) Unexpected tab character. (no-tabs)
(#1196) There should be no space after '['. (computed-property-spacing)
(#1196) There should be no space before ']'. (computed-property-spacing)
(#1196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1197) Unexpected tab character. (no-tabs)
(#1197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1198) Unexpected tab character. (no-tabs)
(#1198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1199) Unexpected tab character. (no-tabs)
(#1199) There should be no space after '['. (computed-property-spacing)
(#1199) There should be no space before ']'. (computed-property-spacing)
(#1199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1200) Unexpected tab character. (no-tabs)
(#1200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1201) Unexpected tab character. (no-tabs)
(#1201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1202) Unexpected tab character. (no-tabs)
(#1202) There should be no spaces inside this paren. (space-in-parens)
(#1202) There should be no spaces inside this paren. (space-in-parens)
(#1202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1203) Unexpected tab character. (no-tabs)
(#1203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1204) Unexpected tab character. (no-tabs)
(#1204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1205) There should be no spaces inside this paren. (space-in-parens)
(#1205) There should be no spaces inside this paren. (space-in-parens)
(#1205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1206) Unexpected tab character. (no-tabs)
(#1206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1207) Unexpected tab character. (no-tabs)
(#1207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1209) Unexpected tab character. (no-tabs)
(#1209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1210) Unexpected tab character. (no-tabs)
(#1210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1211) Unexpected tab character. (no-tabs)
(#1211) There should be no spaces inside this paren. (space-in-parens)
(#1211) There should be no spaces inside this paren. (space-in-parens)
(#1211) There should be no spaces inside this paren. (space-in-parens)
(#1211) There should be no spaces inside this paren. (space-in-parens)
(#1211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1212) Unexpected tab character. (no-tabs)
(#1212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1213) Unexpected tab character. (no-tabs)
(#1213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1214) Unexpected tab character. (no-tabs)
(#1214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1215) Unexpected tab character. (no-tabs)
(#1215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1216) Unexpected tab character. (no-tabs)
(#1216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1217) Unexpected tab character. (no-tabs)
(#1217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1218) Unexpected tab character. (no-tabs)
(#1218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1219) Unexpected tab character. (no-tabs)
(#1219) There should be no spaces inside this paren. (space-in-parens)
(#1219) There should be no spaces inside this paren. (space-in-parens)
(#1219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1220) Unexpected tab character. (no-tabs)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1221) Unexpected tab character. (no-tabs)
(#1221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1222) Unexpected tab character. (no-tabs)
(#1222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1223) Unexpected tab character. (no-tabs)
(#1223) There should be no spaces inside this paren. (space-in-parens)
(#1223) There should be no spaces inside this paren. (space-in-parens)
(#1223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1224) Unexpected tab character. (no-tabs)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1225) Unexpected tab character. (no-tabs)
(#1225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1226) Unexpected tab character. (no-tabs)
(#1226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1229) There should be no spaces inside this paren. (space-in-parens)
(#1229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1231) 'position' is assigned a value but never used. (no-unused-vars)
(#1231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1234) Expected space or tab after '/*' in comment. (spaced-comment)
(#1234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1243) Expected space or tab after '//' in comment. (spaced-comment)
(#1243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1244) Expected space or tab after '//' in comment. (spaced-comment)
(#1244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1245) Expected space or tab after '//' in comment. (spaced-comment)
(#1245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1246) Expected space or tab after '//' in comment. (spaced-comment)
(#1246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1249) 'data' is assigned a value but never used. (no-unused-vars)
(#1249) There should be no spaces inside this paren. (space-in-parens)
(#1249) There should be no space after '['. (computed-property-spacing)
(#1249) There should be no space before ']'. (computed-property-spacing)
(#1249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1250) Unexpected tab character. (no-tabs)
(#1250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1251) Unexpected tab character. (no-tabs)
(#1251) There should be no spaces inside this paren. (space-in-parens)
(#1251) There should be no spaces inside this paren. (space-in-parens)
(#1251) There should be no spaces inside this paren. (space-in-parens)
(#1251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1253) Unexpected tab character. (no-tabs)
(#1253) There should be no spaces inside this paren. (space-in-parens)
(#1253) There should be no spaces inside this paren. (space-in-parens)
(#1253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1254) Unexpected tab character. (no-tabs)
(#1254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1255) Unexpected tab character. (no-tabs)
(#1255) There should be no spaces inside this paren. (space-in-parens)
(#1255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1257) Unexpected tab character. (no-tabs)
(#1257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1258) Unexpected tab character. (no-tabs)
(#1258) There should be no spaces inside this paren. (space-in-parens)
(#1258) There should be no spaces inside this paren. (space-in-parens)
(#1258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1259) Unexpected tab character. (no-tabs)
(#1259) There should be no spaces inside this paren. (space-in-parens)
(#1259) There should be no space after '['. (computed-property-spacing)
(#1259) There should be no space before ']'. (computed-property-spacing)
(#1259) There should be no spaces inside this paren. (space-in-parens)
(#1259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1260) Unexpected tab character. (no-tabs)
(#1260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1263) Expected space or tab after '/*' in comment. (spaced-comment)
(#1263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1272) Expected space or tab after '//' in comment. (spaced-comment)
(#1272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1273) Expected space or tab after '//' in comment. (spaced-comment)
(#1273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1274) Expected space or tab after '//' in comment. (spaced-comment)
(#1274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1275) Expected space or tab after '//' in comment. (spaced-comment)
(#1275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1280) 'disableSelection' is assigned a value but never used. (no-unused-vars)
(#1280) There should be no spaces inside this paren. (space-in-parens)
(#1280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1281) Unexpected tab character. (no-tabs)
(#1281) There should be no spaces inside this paren. (space-in-parens)
(#1281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1282) Unexpected tab character. (no-tabs)
(#1282) There should be no spaces inside this paren. (space-in-parens)
(#1282) There should be no spaces inside this paren. (space-in-parens)
(#1282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1283) Unexpected tab character. (no-tabs)
(#1283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1284) Unexpected tab character. (no-tabs)
(#1284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1286) Unexpected tab character. (no-tabs)
(#1286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1287) Unexpected tab character. (no-tabs)
(#1287) There should be no spaces inside this paren. (space-in-parens)
(#1287) There should be no spaces inside this paren. (space-in-parens)
(#1287) There should be no spaces inside this paren. (space-in-parens)
(#1287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1288) Unexpected tab character. (no-tabs)
(#1288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1289) Unexpected tab character. (no-tabs)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1290) Unexpected tab character. (no-tabs)
(#1290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1291) Unexpected tab character. (no-tabs)
(#1291) There should be no spaces inside this paren. (space-in-parens)
(#1291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1293) Unexpected tab character. (no-tabs)
(#1293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1294) Unexpected tab character. (no-tabs)
(#1294) There should be no spaces inside this paren. (space-in-parens)
(#1294) There should be no spaces inside this paren. (space-in-parens)
(#1294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1295) Unexpected tab character. (no-tabs)
(#1295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1296) There should be no spaces inside this paren. (space-in-parens)
(#1296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1299) Expected space or tab after '/*' in comment. (spaced-comment)
(#1299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1308) Expected space or tab after '//' in comment. (spaced-comment)
(#1308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1309) Expected space or tab after '//' in comment. (spaced-comment)
(#1309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1311) Expected space or tab after '//' in comment. (spaced-comment)
(#1311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1313) Expected space or tab after '//' in comment. (spaced-comment)
(#1313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1314) Expected space or tab after '//' in comment. (spaced-comment)
(#1314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1315) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1319) Unexpected tab character. (no-tabs)
(#1319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1320) Unexpected tab character. (no-tabs)
(#1320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1322) Unexpected tab character. (no-tabs)
(#1322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1323) Unexpected tab character. (no-tabs)
(#1323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1324) Unexpected tab character. (no-tabs)
(#1324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1327) Unexpected tab character. (no-tabs)
(#1327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1330) Expected space or tab after '/*' in comment. (spaced-comment)
(#1330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1342) Unexpected tab character. (no-tabs)
(#1342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1343) Unexpected tab character. (no-tabs)
(#1343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1345) Unexpected tab character. (no-tabs)
(#1345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1346) Unexpected tab character. (no-tabs)
(#1346) Unnecessary escape character: \-. (no-useless-escape)
(#1346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1348) Unexpected tab character. (no-tabs)
(#1348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1349) Unexpected tab character. (no-tabs)
(#1349) There should be no space after '['. (array-bracket-spacing)
(#1349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1350) Unexpected tab character. (no-tabs)
(#1350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1351) Unexpected tab character. (no-tabs)
(#1351) There should be no spaces inside this paren. (space-in-parens)
(#1351) There should be no spaces inside this paren. (space-in-parens)
(#1351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1352) Unexpected tab character. (no-tabs)
(#1352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1353) Unexpected tab character. (no-tabs)
(#1353) There should be no space after '['. (computed-property-spacing)
(#1353) There should be no space before ']'. (computed-property-spacing)
(#1353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1354) Unexpected tab character. (no-tabs)
(#1354) There should be no space after '['. (computed-property-spacing)
(#1354) There should be no space before ']'. (computed-property-spacing)
(#1354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1355) Unexpected tab character. (no-tabs)
(#1355) There should be no space after '['. (computed-property-spacing)
(#1355) There should be no space before ']'. (computed-property-spacing)
(#1355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1356) Unexpected tab character. (no-tabs)
(#1356) There should be no space after '['. (computed-property-spacing)
(#1356) There should be no space before ']'. (computed-property-spacing)
(#1356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1357) Unexpected tab character. (no-tabs)
(#1357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1358) Unexpected tab character. (no-tabs)
(#1358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1359) Unexpected tab character. (no-tabs)
(#1359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1360) Unexpected tab character. (no-tabs)
(#1360) Unnecessary escape character: \%. (no-useless-escape)
(#1360) Unnecessary escape character: \%. (no-useless-escape)
(#1360) Unnecessary escape character: \%. (no-useless-escape)
(#1360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1362) Unexpected tab character. (no-tabs)
(#1362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1363) Unexpected tab character. (no-tabs)
(#1363) There should be no space after '['. (computed-property-spacing)
(#1363) There should be no space before ']'. (computed-property-spacing)
(#1363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1364) Unexpected tab character. (no-tabs)
(#1364) There should be no space after '['. (computed-property-spacing)
(#1364) There should be no space before ']'. (computed-property-spacing)
(#1364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1365) Unexpected tab character. (no-tabs)
(#1365) There should be no space after '['. (computed-property-spacing)
(#1365) There should be no space before ']'. (computed-property-spacing)
(#1365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1366) Unexpected tab character. (no-tabs)
(#1366) There should be no space after '['. (computed-property-spacing)
(#1366) There should be no space before ']'. (computed-property-spacing)
(#1366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1367) Unexpected tab character. (no-tabs)
(#1367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1368) Unexpected tab character. (no-tabs)
(#1368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1369) Unexpected tab character. (no-tabs)
(#1369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1371) Unexpected tab character. (no-tabs)
(#1371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1372) Unexpected tab character. (no-tabs)
(#1372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1374) Unexpected tab character. (no-tabs)
(#1374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1375) Unexpected tab character. (no-tabs)
(#1375) There should be no spaces inside this paren. (space-in-parens)
(#1375) There should be no space after '['. (computed-property-spacing)
(#1375) There should be no space before ']'. (computed-property-spacing)
(#1375) There should be no spaces inside this paren. (space-in-parens)
(#1375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1376) Unexpected tab character. (no-tabs)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no space after '['. (computed-property-spacing)
(#1376) There should be no space before ']'. (computed-property-spacing)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1377) Unexpected tab character. (no-tabs)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) There should be no space after '['. (computed-property-spacing)
(#1377) There should be no space before ']'. (computed-property-spacing)
(#1377) There should be no spaces inside this paren. (space-in-parens)
(#1377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1378) Unexpected tab character. (no-tabs)
(#1378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1379) Unexpected tab character. (no-tabs)
(#1379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1380) Unexpected tab character. (no-tabs)
(#1380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1382) Unexpected tab character. (no-tabs)
(#1382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1383) Unexpected tab character. (no-tabs)
(#1383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1384) Unexpected tab character. (no-tabs)
(#1384) There should be no spaces inside this paren. (space-in-parens)
(#1384) There should be no spaces inside this paren. (space-in-parens)
(#1384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1385) Unexpected tab character. (no-tabs)
(#1385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1386) Unexpected tab character. (no-tabs)
(#1386) There should be no spaces inside this paren. (space-in-parens)
(#1386) There should be no space after '['. (computed-property-spacing)
(#1386) There should be no space before ']'. (computed-property-spacing)
(#1386) There should be no space after '['. (computed-property-spacing)
(#1386) There should be no space before ']'. (computed-property-spacing)
(#1386) There should be no spaces inside this paren. (space-in-parens)
(#1386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1387) Unexpected tab character. (no-tabs)
(#1387) There should be no spaces inside this paren. (space-in-parens)
(#1387) There should be no space after '['. (computed-property-spacing)
(#1387) There should be no space before ']'. (computed-property-spacing)
(#1387) There should be no space after '['. (computed-property-spacing)
(#1387) There should be no space before ']'. (computed-property-spacing)
(#1387) There should be no spaces inside this paren. (space-in-parens)
(#1387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1388) Unexpected tab character. (no-tabs)
(#1388) There should be no spaces inside this paren. (space-in-parens)
(#1388) There should be no space after '['. (computed-property-spacing)
(#1388) There should be no space before ']'. (computed-property-spacing)
(#1388) There should be no space after '['. (computed-property-spacing)
(#1388) There should be no space before ']'. (computed-property-spacing)
(#1388) There should be no spaces inside this paren. (space-in-parens)
(#1388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1389) Unexpected tab character. (no-tabs)
(#1389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1390) Unexpected tab character. (no-tabs)
(#1390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1391) Unexpected tab character. (no-tabs)
(#1391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1392) Unexpected tab character. (no-tabs)
(#1392) Unnecessary escape character: \%. (no-useless-escape)
(#1392) Unnecessary escape character: \%. (no-useless-escape)
(#1392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1393) Unexpected tab character. (no-tabs)
(#1393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1394) Unexpected tab character. (no-tabs)
(#1394) There should be no spaces inside this paren. (space-in-parens)
(#1394) There should be no spaces inside this paren. (space-in-parens)
(#1394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1395) Unexpected tab character. (no-tabs)
(#1395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1396) Unexpected tab character. (no-tabs)
(#1396) There should be no space after '['. (computed-property-spacing)
(#1396) There should be no space before ']'. (computed-property-spacing)
(#1396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1397) Unexpected tab character. (no-tabs)
(#1397) There should be no space after '['. (computed-property-spacing)
(#1397) There should be no space before ']'. (computed-property-spacing)
(#1397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1398) Unexpected tab character. (no-tabs)
(#1398) There should be no space after '['. (computed-property-spacing)
(#1398) There should be no space before ']'. (computed-property-spacing)
(#1398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1399) Unexpected tab character. (no-tabs)
(#1399) There should be no space after '['. (computed-property-spacing)
(#1399) There should be no space before ']'. (computed-property-spacing)
(#1399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1400) Unexpected tab character. (no-tabs)
(#1400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1401) Unexpected tab character. (no-tabs)
(#1401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1402) Unexpected tab character. (no-tabs)
(#1402) There should be no space before ']'. (array-bracket-spacing)
(#1402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1404) Unexpected tab character. (no-tabs)
(#1404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1405) Unexpected tab character. (no-tabs)
(#1405) There should be no spaces inside this paren. (space-in-parens)
(#1405) There should be no spaces inside this paren. (space-in-parens)
(#1405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1406) Unexpected tab character. (no-tabs)
(#1406) There should be no spaces inside this paren. (space-in-parens)
(#1406) There should be no spaces inside this paren. (space-in-parens)
(#1406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1407) Unexpected tab character. (no-tabs)
(#1407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1408) Unexpected tab character. (no-tabs)
(#1408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1409) Unexpected tab character. (no-tabs)
(#1409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1410) Unexpected tab character. (no-tabs)
(#1410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1411) Unexpected tab character. (no-tabs)
(#1411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1412) Unexpected tab character. (no-tabs)
(#1412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1413) Unexpected tab character. (no-tabs)
(#1413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1414) Unexpected tab character. (no-tabs)
(#1414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1415) Unexpected tab character. (no-tabs)
(#1415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1416) Unexpected tab character. (no-tabs)
(#1416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1417) Unexpected tab character. (no-tabs)
(#1417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1418) Unexpected tab character. (no-tabs)
(#1418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1419) Unexpected tab character. (no-tabs)
(#1419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1420) Unexpected tab character. (no-tabs)
(#1420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1421) Unexpected tab character. (no-tabs)
(#1421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1422) Unexpected tab character. (no-tabs)
(#1422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1423) Unexpected tab character. (no-tabs)
(#1423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1424) Unexpected tab character. (no-tabs)
(#1424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1426) Unexpected tab character. (no-tabs)
(#1426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1427) Unexpected tab character. (no-tabs)
(#1427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1428) Unexpected tab character. (no-tabs)
(#1428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1429) Unexpected tab character. (no-tabs)
(#1429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1430) Unexpected tab character. (no-tabs)
(#1430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1431) Unexpected tab character. (no-tabs)
(#1431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1432) Unexpected tab character. (no-tabs)
(#1432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1433) Unexpected tab character. (no-tabs)
(#1433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1434) Unexpected tab character. (no-tabs)
(#1434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1435) Unexpected tab character. (no-tabs)
(#1435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1436) Unexpected tab character. (no-tabs)
(#1436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1437) Unexpected tab character. (no-tabs)
(#1437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1438) Unexpected tab character. (no-tabs)
(#1438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1439) Unexpected tab character. (no-tabs)
(#1439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1440) Unexpected tab character. (no-tabs)
(#1440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1441) Unexpected tab character. (no-tabs)
(#1441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1442) Unexpected tab character. (no-tabs)
(#1442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1443) Unexpected tab character. (no-tabs)
(#1443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1444) Unexpected tab character. (no-tabs)
(#1444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1445) Unexpected tab character. (no-tabs)
(#1445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1446) Unexpected tab character. (no-tabs)
(#1446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1447) Unexpected tab character. (no-tabs)
(#1447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1448) Unexpected tab character. (no-tabs)
(#1448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1449) Unexpected tab character. (no-tabs)
(#1449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1450) Unexpected tab character. (no-tabs)
(#1450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1451) Unexpected tab character. (no-tabs)
(#1451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1452) Unexpected tab character. (no-tabs)
(#1452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1453) Unexpected tab character. (no-tabs)
(#1453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1454) Unexpected tab character. (no-tabs)
(#1454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1455) Unexpected tab character. (no-tabs)
(#1455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1456) Unexpected tab character. (no-tabs)
(#1456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1458) Unexpected tab character. (no-tabs)
(#1458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1459) Unexpected tab character. (no-tabs)
(#1459) There should be no spaces inside this paren. (space-in-parens)
(#1459) There should be no spaces inside this paren. (space-in-parens)
(#1459) There should be no space after '['. (computed-property-spacing)
(#1459) There should be no space before ']'. (computed-property-spacing)
(#1459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1461) Unexpected tab character. (no-tabs)
(#1461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1462) Unexpected tab character. (no-tabs)
(#1462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1464) Unexpected tab character. (no-tabs)
(#1464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1465) Unexpected tab character. (no-tabs)
(#1465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1469) There should be no spaces inside this paren. (space-in-parens)
(#1469) There should be no spaces inside this paren. (space-in-parens)
(#1469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1474) Unexpected tab character. (no-tabs)
(#1474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1475) Unexpected tab character. (no-tabs)
(#1475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1476) Unexpected tab character. (no-tabs)
(#1476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1477) Unexpected tab character. (no-tabs)
(#1477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1478) Unexpected tab character. (no-tabs)
(#1478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1479) Unexpected tab character. (no-tabs)
(#1479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1482) Missing JSDoc comment. (require-jsdoc)
(#1482) There should be no spaces inside this paren. (space-in-parens)
(#1482) There should be no spaces inside this paren. (space-in-parens)
(#1482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1483) Unexpected tab character. (no-tabs)
(#1483) There should be no space after '['. (computed-property-spacing)
(#1483) There should be no space before ']'. (computed-property-spacing)
(#1483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1485) Unexpected tab character. (no-tabs)
(#1485) There should be no spaces inside this paren. (space-in-parens)
(#1485) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1485) There should be no spaces inside this paren. (space-in-parens)
(#1485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1486) Unexpected tab character. (no-tabs)
(#1486) There should be no spaces inside this paren. (space-in-parens)
(#1486) There should be no spaces inside this paren. (space-in-parens)
(#1486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1487) Unexpected tab character. (no-tabs)
(#1487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1489) Unexpected tab character. (no-tabs)
(#1489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1490) Unexpected tab character. (no-tabs)
(#1490) Unexpected use of '~'. (no-bitwise)
(#1490) Unexpected use of '~'. (no-bitwise)
(#1490) There should be no spaces inside this paren. (space-in-parens)
(#1490) There should be no spaces inside this paren. (space-in-parens)
(#1490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1492) Unexpected tab character. (no-tabs)
(#1492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1493) Unexpected tab character. (no-tabs)
(#1493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1494) There should be no spaces inside this paren. (space-in-parens)
(#1494) There should be no spaces inside this paren. (space-in-parens)
(#1494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1495) Unexpected tab character. (no-tabs)
(#1495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1496) Unexpected tab character. (no-tabs)
(#1496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1498) Unexpected tab character. (no-tabs)
(#1498) There should be no spaces inside this paren. (space-in-parens)
(#1498) There should be no spaces inside this paren. (space-in-parens)
(#1498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1500) Unexpected tab character. (no-tabs)
(#1500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1501) Unexpected tab character. (no-tabs)
(#1501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1502) Unexpected tab character. (no-tabs)
(#1502) There should be no spaces inside this paren. (space-in-parens)
(#1502) There should be no spaces inside this paren. (space-in-parens)
(#1502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1503) Unexpected tab character. (no-tabs)
(#1503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1505) Unexpected tab character. (no-tabs)
(#1505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1506) Unexpected tab character. (no-tabs)
(#1506) Do not nest ternary expressions. (no-nested-ternary)
(#1506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1509) Missing JSDoc comment. (require-jsdoc)
(#1509) There should be no spaces inside this paren. (space-in-parens)
(#1509) There should be no spaces inside this paren. (space-in-parens)
(#1509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1510) Unexpected tab character. (no-tabs)
(#1510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1511) Unexpected tab character. (no-tabs)
(#1511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1513) Unexpected tab character. (no-tabs)
(#1513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1515) Unexpected tab character. (no-tabs)
(#1515) There should be no spaces inside this paren. (space-in-parens)
(#1515) Expected to return a value at the end of function. (consistent-return)
(#1515) There should be no spaces inside this paren. (space-in-parens)
(#1515) There should be no spaces inside this paren. (space-in-parens)
(#1515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1516) Unexpected tab character. (no-tabs)
(#1516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1517) Unexpected tab character. (no-tabs)
(#1517) There should be no spaces inside this paren. (space-in-parens)
(#1517) There should be no spaces inside this paren. (space-in-parens)
(#1517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1519) Unexpected tab character. (no-tabs)
(#1519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1521) Unexpected tab character. (no-tabs)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1522) Unexpected tab character. (no-tabs)
(#1522) There should be no space after '['. (computed-property-spacing)
(#1522) There should be no space before ']'. (computed-property-spacing)
(#1522) There should be no spaces inside this paren. (space-in-parens)
(#1522) There should be no spaces inside this paren. (space-in-parens)
(#1522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1524) Unexpected tab character. (no-tabs)
(#1524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1525) Unexpected tab character. (no-tabs)
(#1525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1526) Unexpected tab character. (no-tabs)
(#1526) There should be no space after '['. (computed-property-spacing)
(#1526) There should be no space after '['. (computed-property-spacing)
(#1526) There should be no space before ']'. (computed-property-spacing)
(#1526) There should be no space before ']'. (computed-property-spacing)
(#1526) There should be no space after '['. (computed-property-spacing)
(#1526) There should be no space after '['. (computed-property-spacing)
(#1526) There should be no space before ']'. (computed-property-spacing)
(#1526) There should be no space before ']'. (computed-property-spacing)
(#1526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1527) Unexpected tab character. (no-tabs)
(#1527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1529) Unexpected tab character. (no-tabs)
(#1529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1530) Unexpected tab character. (no-tabs)
(#1530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1531) Unexpected tab character. (no-tabs)
(#1531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1532) Unexpected tab character. (no-tabs)
(#1532) There should be no spaces inside this paren. (space-in-parens)
(#1532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1534) Unexpected tab character. (no-tabs)
(#1534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1537) Unexpected tab character. (no-tabs)
(#1537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1538) Unexpected tab character. (no-tabs)
(#1538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1540) Unexpected tab character. (no-tabs)
(#1540) There should be no spaces inside this paren. (space-in-parens)
(#1540) There should be no spaces inside this paren. (space-in-parens)
(#1540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1541) Unexpected tab character. (no-tabs)
(#1541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1542) Unexpected tab character. (no-tabs)
(#1542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1543) Unexpected tab character. (no-tabs)
(#1543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1545) Unexpected tab character. (no-tabs)
(#1545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1546) Unexpected tab character. (no-tabs)
(#1546) There should be no space after '['. (computed-property-spacing)
(#1546) There should be no space before ']'. (computed-property-spacing)
(#1546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1549) There should be no spaces inside this paren. (space-in-parens)
(#1549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1550) Unexpected tab character. (no-tabs)
(#1550) Expected to return a value at the end of method 'parse'. (consistent-return)
(#1550) There should be no spaces inside this paren. (space-in-parens)
(#1550) There should be no spaces inside this paren. (space-in-parens)
(#1550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1551) Unexpected tab character. (no-tabs)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1552) Unexpected tab character. (no-tabs)
(#1552) There should be no space after '['. (array-bracket-spacing)
(#1552) There should be no space before ']'. (array-bracket-spacing)
(#1552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1553) Unexpected tab character. (no-tabs)
(#1553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1554) Unexpected tab character. (no-tabs)
(#1554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1555) Unexpected tab character. (no-tabs)
(#1555) There should be no spaces inside this paren. (space-in-parens)
(#1555) There should be no spaces inside this paren. (space-in-parens)
(#1555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1556) Unexpected tab character. (no-tabs)
(#1556) There should be no spaces inside this paren. (space-in-parens)
(#1556) There should be no spaces inside this paren. (space-in-parens)
(#1556) There should be no spaces inside this paren. (space-in-parens)
(#1556) There should be no spaces inside this paren. (space-in-parens)
(#1556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1557) Unexpected tab character. (no-tabs)
(#1557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1558) Unexpected tab character. (no-tabs)
(#1558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1560) Unexpected tab character. (no-tabs)
(#1560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1561) Unexpected tab character. (no-tabs)
(#1561) There should be no spaces inside this paren. (space-in-parens)
(#1561) There should be no spaces inside this paren. (space-in-parens)
(#1561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1562) Unexpected tab character. (no-tabs)
(#1562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1564) Unexpected tab character. (no-tabs)
(#1564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1565) Unexpected tab character. (no-tabs)
(#1565) There should be no spaces inside this paren. (space-in-parens)
(#1565) There should be no spaces inside this paren. (space-in-parens)
(#1565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1566) Unexpected tab character. (no-tabs)
(#1566) There should be no space after '['. (array-bracket-spacing)
(#1566) There should be no space before ']'. (array-bracket-spacing)
(#1566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1567) Unexpected tab character. (no-tabs)
(#1567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1568) Unexpected tab character. (no-tabs)
(#1568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1570) Unexpected tab character. (no-tabs)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1571) Unexpected tab character. (no-tabs)
(#1571) There should be no spaces inside this paren. (space-in-parens)
(#1571) There should be no spaces inside this paren. (space-in-parens)
(#1571) There should be no spaces inside this paren. (space-in-parens)
(#1571) There should be no spaces inside this paren. (space-in-parens)
(#1571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1572) Unexpected tab character. (no-tabs)
(#1572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1574) Unexpected tab character. (no-tabs)
(#1574) There should be no spaces inside this paren. (space-in-parens)
(#1574) There should be no spaces inside this paren. (space-in-parens)
(#1574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1576) Unexpected tab character. (no-tabs)
(#1576) There should be no space after '['. (computed-property-spacing)
(#1576) There should be no space before ']'. (computed-property-spacing)
(#1576) There should be no spaces inside this paren. (space-in-parens)
(#1576) There should be no space after '['. (computed-property-spacing)
(#1576) There should be no space before ']'. (computed-property-spacing)
(#1576) There should be no spaces inside this paren. (space-in-parens)
(#1576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1577) Unexpected tab character. (no-tabs)
(#1577) There should be no spaces inside this paren. (space-in-parens)
(#1577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1578) Unexpected tab character. (no-tabs)
(#1578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1579) Unexpected tab character. (no-tabs)
(#1579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1581) Unexpected tab character. (no-tabs)
(#1581) There should be no spaces inside this paren. (space-in-parens)
(#1581) There should be no spaces inside this paren. (space-in-parens)
(#1581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1582) Unexpected tab character. (no-tabs)
(#1582) There should be no spaces inside this paren. (space-in-parens)
(#1582) There should be no spaces inside this paren. (space-in-parens)
(#1582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1584) Unexpected tab character. (no-tabs)
(#1584) There should be no spaces inside this paren. (space-in-parens)
(#1584) There should be no space after '['. (computed-property-spacing)
(#1584) There should be no space before ']'. (computed-property-spacing)
(#1584) There should be no spaces inside this paren. (space-in-parens)
(#1584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1585) Unexpected tab character. (no-tabs)
(#1585) There should be no space after '['. (computed-property-spacing)
(#1585) There should be no space before ']'. (computed-property-spacing)
(#1585) There should be no space after '['. (computed-property-spacing)
(#1585) There should be no space before ']'. (computed-property-spacing)
(#1585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1586) Unexpected tab character. (no-tabs)
(#1586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1587) Unexpected tab character. (no-tabs)
(#1587) There should be no spaces inside this paren. (space-in-parens)
(#1587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1588) Unexpected tab character. (no-tabs)
(#1588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1589) Unexpected tab character. (no-tabs)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1590) Unexpected tab character. (no-tabs)
(#1590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1591) Unexpected tab character. (no-tabs)
(#1591) There should be no spaces inside this paren. (space-in-parens)
(#1591) There should be no spaces inside this paren. (space-in-parens)
(#1591) There should be no spaces inside this paren. (space-in-parens)
(#1591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1593) Unexpected tab character. (no-tabs)
(#1593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1594) Unexpected tab character. (no-tabs)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1594) There should be no space after '['. (computed-property-spacing)
(#1594) There should be no space before ']'. (computed-property-spacing)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1596) Unexpected tab character. (no-tabs)
(#1596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1597) Unexpected tab character. (no-tabs)
(#1597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1598) Unexpected tab character. (no-tabs)
(#1598) There should be no spaces inside this paren. (space-in-parens)
(#1598) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1598) There should be no space after '['. (computed-property-spacing)
(#1598) There should be no space before ']'. (computed-property-spacing)
(#1598) There should be no spaces inside this paren. (space-in-parens)
(#1598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1599) Unexpected tab character. (no-tabs)
(#1599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1600) Unexpected tab character. (no-tabs)
(#1600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1601) Unexpected tab character. (no-tabs)
(#1601) There should be no space after '['. (computed-property-spacing)
(#1601) There should be no space before ']'. (computed-property-spacing)
(#1601) There should be no spaces inside this paren. (space-in-parens)
(#1601) There should be no spaces inside this paren. (space-in-parens)
(#1601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1602) Unexpected tab character. (no-tabs)
(#1602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1604) Unexpected tab character. (no-tabs)
(#1604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1605) Unexpected tab character. (no-tabs)
(#1605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1606) Unexpected tab character. (no-tabs)
(#1606) There should be no space after '['. (computed-property-spacing)
(#1606) There should be no space before ']'. (computed-property-spacing)
(#1606) There should be no space after '['. (computed-property-spacing)
(#1606) There should be no space before ']'. (computed-property-spacing)
(#1606) There should be no spaces inside this paren. (space-in-parens)
(#1606) There should be no space after '['. (computed-property-spacing)
(#1606) There should be no space before ']'. (computed-property-spacing)
(#1606) There should be no spaces inside this paren. (space-in-parens)
(#1606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1607) Unexpected tab character. (no-tabs)
(#1607) There should be no spaces inside this paren. (space-in-parens)
(#1607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1609) Unexpected tab character. (no-tabs)
(#1609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1610) Unexpected tab character. (no-tabs)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1610) There should be no space after '['. (computed-property-spacing)
(#1610) There should be no space before ']'. (computed-property-spacing)
(#1610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1611) Unexpected tab character. (no-tabs)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1611) There should be no space after '['. (computed-property-spacing)
(#1611) There should be no space before ']'. (computed-property-spacing)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1611) There should be no spaces inside this paren. (space-in-parens)
(#1611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1613) Unexpected tab character. (no-tabs)
(#1613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1614) Unexpected tab character. (no-tabs)
(#1614) There should be no space after '['. (computed-property-spacing)
(#1614) There should be no space before ']'. (computed-property-spacing)
(#1614) There should be no space after '['. (computed-property-spacing)
(#1614) There should be no space before ']'. (computed-property-spacing)
(#1614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1615) Unexpected tab character. (no-tabs)
(#1615) There should be no spaces inside this paren. (space-in-parens)
(#1615) There should be no spaces inside this paren. (space-in-parens)
(#1615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1616) Unexpected tab character. (no-tabs)
(#1616) There should be no spaces inside this paren. (space-in-parens)
(#1616) There should be no space after '['. (computed-property-spacing)
(#1616) There should be no space before ']'. (computed-property-spacing)
(#1616) There should be no spaces inside this paren. (space-in-parens)
(#1616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1617) Unexpected tab character. (no-tabs)
(#1617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1618) Unexpected tab character. (no-tabs)
(#1618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1619) Unexpected tab character. (no-tabs)
(#1619) There should be no spaces inside this paren. (space-in-parens)
(#1619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1620) Unexpected tab character. (no-tabs)
(#1620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1621) Unexpected tab character. (no-tabs)
(#1621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1622) Unexpected tab character. (no-tabs)
(#1622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1623) Unexpected tab character. (no-tabs)
(#1623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1624) Unexpected tab character. (no-tabs)
(#1624) There should be no spaces inside this paren. (space-in-parens)
(#1624) There should be no spaces inside this paren. (space-in-parens)
(#1624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1625) Unexpected tab character. (no-tabs)
(#1625) There should be no spaces inside this paren. (space-in-parens)
(#1625) There should be no spaces inside this paren. (space-in-parens)
(#1625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1626) Unexpected tab character. (no-tabs)
(#1626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1627) Unexpected tab character. (no-tabs)
(#1627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1629) Unexpected tab character. (no-tabs)
(#1629) There should be no spaces inside this paren. (space-in-parens)
(#1629) There should be no spaces inside this paren. (space-in-parens)
(#1629) There should be no spaces inside this paren. (space-in-parens)
(#1629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1630) Unexpected tab character. (no-tabs)
(#1630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1631) Unexpected tab character. (no-tabs)
(#1631) There should be no space after '['. (computed-property-spacing)
(#1631) There should be no space before ']'. (computed-property-spacing)
(#1631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1632) Unexpected tab character. (no-tabs)
(#1632) There should be no spaces inside this paren. (space-in-parens)
(#1632) There should be no spaces inside this paren. (space-in-parens)
(#1632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1633) Unexpected tab character. (no-tabs)
(#1633) There should be no space after '['. (computed-property-spacing)
(#1633) There should be no space before ']'. (computed-property-spacing)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1634) Unexpected tab character. (no-tabs)
(#1634) There should be no spaces inside this paren. (space-in-parens)
(#1634) Expected to return a value at the end of function. (consistent-return)
(#1634) There should be no spaces inside this paren. (space-in-parens)
(#1634) There should be no spaces inside this paren. (space-in-parens)
(#1634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1635) Unexpected tab character. (no-tabs)
(#1635) There should be no spaces inside this paren. (space-in-parens)
(#1635) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1635) There should be no space after '['. (computed-property-spacing)
(#1635) There should be no space before ']'. (computed-property-spacing)
(#1635) There should be no spaces inside this paren. (space-in-parens)
(#1635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1636) Unexpected tab character. (no-tabs)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1636) There should be no space after '['. (computed-property-spacing)
(#1636) There should be no space before ']'. (computed-property-spacing)
(#1636) There should be no space after '['. (computed-property-spacing)
(#1636) There should be no space before ']'. (computed-property-spacing)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1637) Unexpected tab character. (no-tabs)
(#1637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1638) Unexpected tab character. (no-tabs)
(#1638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1639) Unexpected tab character. (no-tabs)
(#1639) There should be no spaces inside this paren. (space-in-parens)
(#1639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1640) Unexpected tab character. (no-tabs)
(#1640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1641) Unexpected tab character. (no-tabs)
(#1641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1642) Unexpected tab character. (no-tabs)
(#1642) There should be no spaces inside this paren. (space-in-parens)
(#1642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1643) Unexpected tab character. (no-tabs)
(#1643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1644) Unexpected tab character. (no-tabs)
(#1644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1645) Unexpected tab character. (no-tabs)
(#1645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1646) Unexpected tab character. (no-tabs)
(#1646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1647) Unexpected tab character. (no-tabs)
(#1647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1648) Unexpected tab character. (no-tabs)
(#1648) There should be no spaces inside this paren. (space-in-parens)
(#1648) There should be no spaces inside this paren. (space-in-parens)
(#1648) There should be no spaces inside this paren. (space-in-parens)
(#1648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1649) Unexpected tab character. (no-tabs)
(#1649) There should be no spaces inside this paren. (space-in-parens)
(#1649) There should be no space after '['. (computed-property-spacing)
(#1649) There should be no space before ']'. (computed-property-spacing)
(#1649) There should be no spaces inside this paren. (space-in-parens)
(#1649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1650) Unexpected tab character. (no-tabs)
(#1650) There should be no spaces inside this paren. (space-in-parens)
(#1650) There should be no spaces inside this paren. (space-in-parens)
(#1650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1651) Unexpected tab character. (no-tabs)
(#1651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1652) Unexpected tab character. (no-tabs)
(#1652) There should be no spaces inside this paren. (space-in-parens)
(#1652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1653) Unexpected tab character. (no-tabs)
(#1653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1654) Unexpected tab character. (no-tabs)
(#1654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1656) Unexpected tab character. (no-tabs)
(#1656) There should be no spaces inside this paren. (space-in-parens)
(#1656) There should be no spaces inside this paren. (space-in-parens)
(#1656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1657) Unexpected tab character. (no-tabs)
(#1657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1658) Unexpected tab character. (no-tabs)
(#1658) There should be no space after '['. (computed-property-spacing)
(#1658) There should be no space before ']'. (computed-property-spacing)
(#1658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1660) Unexpected tab character. (no-tabs)
(#1660) There should be no space after '['. (computed-property-spacing)
(#1660) There should be no space before ']'. (computed-property-spacing)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1661) Unexpected tab character. (no-tabs)
(#1661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1663) Unexpected tab character. (no-tabs)
(#1663) There should be no space after '['. (computed-property-spacing)
(#1663) There should be no space before ']'. (computed-property-spacing)
(#1663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1664) Unexpected tab character. (no-tabs)
(#1664) There should be no spaces inside this paren. (space-in-parens)
(#1664) There should be no spaces inside this paren. (space-in-parens)
(#1664) There should be no spaces inside this paren. (space-in-parens)
(#1664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1665) Unexpected tab character. (no-tabs)
(#1665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1666) Unexpected tab character. (no-tabs)
(#1666) There should be no space after '['. (computed-property-spacing)
(#1666) There should be no space before ']'. (computed-property-spacing)
(#1666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1667) Unexpected tab character. (no-tabs)
(#1667) There should be no space after '['. (computed-property-spacing)
(#1667) There should be no space before ']'. (computed-property-spacing)
(#1667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1670) Unexpected tab character. (no-tabs)
(#1670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1672) Unexpected tab character. (no-tabs)
(#1672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1673) Unexpected tab character. (no-tabs)
(#1673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1675) Unexpected tab character. (no-tabs)
(#1675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1676) Unexpected tab character. (no-tabs)
(#1676) There should be no spaces inside this paren. (space-in-parens)
(#1676) There should be no spaces inside this paren. (space-in-parens)
(#1676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1677) Unexpected tab character. (no-tabs)
(#1677) There should be no space after '['. (computed-property-spacing)
(#1677) There should be no space before ']'. (computed-property-spacing)
(#1677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1678) Unexpected tab character. (no-tabs)
(#1678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1680) Unexpected tab character. (no-tabs)
(#1680) There should be no spaces inside this paren. (space-in-parens)
(#1680) There should be no spaces inside this paren. (space-in-parens)
(#1680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1681) Unexpected tab character. (no-tabs)
(#1681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1682) Unexpected tab character. (no-tabs)
(#1682) There should be no spaces inside this paren. (space-in-parens)
(#1682) There should be no spaces inside this paren. (space-in-parens)
(#1682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1683) Unexpected tab character. (no-tabs)
(#1683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1684) Unexpected tab character. (no-tabs)
(#1684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1685) Unexpected tab character. (no-tabs)
(#1685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1686) Unexpected tab character. (no-tabs)
(#1686) There should be no space after '['. (computed-property-spacing)
(#1686) There should be no space before ']'. (computed-property-spacing)
(#1686) There should be no spaces inside this paren. (space-in-parens)
(#1686) There should be no spaces inside this paren. (space-in-parens)
(#1686) There should be no spaces inside this paren. (space-in-parens)
(#1686) There should be no spaces inside this paren. (space-in-parens)
(#1686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1687) Unexpected tab character. (no-tabs)
(#1687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1688) Unexpected tab character. (no-tabs)
(#1688) There should be no spaces inside this paren. (space-in-parens)
(#1688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1689) Unexpected tab character. (no-tabs)
(#1689) There should be no space after '['. (computed-property-spacing)
(#1689) There should be no space before ']'. (computed-property-spacing)
(#1689) There should be no spaces inside this paren. (space-in-parens)
(#1689) There should be no spaces inside this paren. (space-in-parens)
(#1689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1690) Unexpected tab character. (no-tabs)
(#1690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1691) Unexpected tab character. (no-tabs)
(#1691) There should be no spaces inside this paren. (space-in-parens)
(#1691) There should be no spaces inside this paren. (space-in-parens)
(#1691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1693) Unexpected tab character. (no-tabs)
(#1693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1694) Unexpected tab character. (no-tabs)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no space after '['. (computed-property-spacing)
(#1694) There should be no space before ']'. (computed-property-spacing)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1695) Unexpected tab character. (no-tabs)
(#1695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1696) Unexpected tab character. (no-tabs)
(#1696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1698) Unexpected tab character. (no-tabs)
(#1698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1699) Unexpected tab character. (no-tabs)
(#1699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1702) Unexpected tab character. (no-tabs)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1702) There should be no spaces inside this paren. (space-in-parens)
(#1702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1703) Unexpected tab character. (no-tabs)
(#1703) There should be no spaces inside this paren. (space-in-parens)
(#1703) There should be no spaces inside this paren. (space-in-parens)
(#1703) There should be no space after '['. (computed-property-spacing)
(#1703) There should be no space before ']'. (computed-property-spacing)
(#1703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1704) Unexpected tab character. (no-tabs)
(#1704) There should be no spaces inside this paren. (space-in-parens)
(#1704) There should be no spaces inside this paren. (space-in-parens)
(#1704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1705) Unexpected tab character. (no-tabs)
(#1705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1706) Unexpected tab character. (no-tabs)
(#1706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1707) Unexpected tab character. (no-tabs)
(#1707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1708) Unexpected tab character. (no-tabs)
(#1708) There should be no spaces inside this paren. (space-in-parens)
(#1708) There should be no spaces inside this paren. (space-in-parens)
(#1708) There should be no spaces inside this paren. (space-in-parens)
(#1708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1709) Unexpected tab character. (no-tabs)
(#1709) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1709) Do not nest ternary expressions. (no-nested-ternary)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1710) Unexpected tab character. (no-tabs)
(#1710) There should be no spaces inside this paren. (space-in-parens)
(#1710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1712) Unexpected tab character. (no-tabs)
(#1712) There should be no spaces inside this paren. (space-in-parens)
(#1712) There should be no space after '['. (computed-property-spacing)
(#1712) There should be no space before ']'. (computed-property-spacing)
(#1712) There should be no spaces inside this paren. (space-in-parens)
(#1712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1713) Unexpected tab character. (no-tabs)
(#1713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1714) Unexpected tab character. (no-tabs)
(#1714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1715) Unexpected tab character. (no-tabs)
(#1715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1717) Unexpected tab character. (no-tabs)
(#1717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1718) Unexpected tab character. (no-tabs)
(#1718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1719) Unexpected tab character. (no-tabs)
(#1719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1720) Unexpected tab character. (no-tabs)
(#1720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1721) Unexpected tab character. (no-tabs)
(#1721) There should be no spaces inside this paren. (space-in-parens)
(#1721) There should be no spaces inside this paren. (space-in-parens)
(#1721) There should be no spaces inside this paren. (space-in-parens)
(#1721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1722) Unexpected tab character. (no-tabs)
(#1722) There should be no spaces inside this paren. (space-in-parens)
(#1722) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1722) There should be no spaces inside this paren. (space-in-parens)
(#1722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1723) Unexpected tab character. (no-tabs)
(#1723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1724) Unexpected tab character. (no-tabs)
(#1724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1726) Unexpected tab character. (no-tabs)
(#1726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1727) Unexpected tab character. (no-tabs)
(#1727) There should be no spaces inside this paren. (space-in-parens)
(#1727) There should be no spaces inside this paren. (space-in-parens)
(#1727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1729) Unexpected tab character. (no-tabs)
(#1729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1730) Unexpected tab character. (no-tabs)
(#1730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1731) Unexpected tab character. (no-tabs)
(#1731) There should be no spaces inside this paren. (space-in-parens)
(#1731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1733) Unexpected tab character. (no-tabs)
(#1733) There should be no spaces inside this paren. (space-in-parens)
(#1733) There should be no space after '['. (computed-property-spacing)
(#1733) There should be no space before ']'. (computed-property-spacing)
(#1733) There should be no spaces inside this paren. (space-in-parens)
(#1733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1734) Unexpected tab character. (no-tabs)
(#1734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1735) Unexpected tab character. (no-tabs)
(#1735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1736) Unexpected tab character. (no-tabs)
(#1736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1737) Unexpected tab character. (no-tabs)
(#1737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1738) Unexpected tab character. (no-tabs)
(#1738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1739) Unexpected tab character. (no-tabs)
(#1739) There should be no spaces inside this paren. (space-in-parens)
(#1739) There should be no spaces inside this paren. (space-in-parens)
(#1739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1740) Unexpected tab character. (no-tabs)
(#1740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1741) Unexpected tab character. (no-tabs)
(#1741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1743) Unexpected tab character. (no-tabs)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1744) Unexpected tab character. (no-tabs)
(#1744) There should be no spaces inside this paren. (space-in-parens)
(#1744) Unexpected use of '~'. (no-bitwise)
(#1744) Unexpected use of '~'. (no-bitwise)
(#1744) There should be no spaces inside this paren. (space-in-parens)
(#1744) There should be no spaces inside this paren. (space-in-parens)
(#1744) There should be no spaces inside this paren. (space-in-parens)
(#1744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1745) Unexpected tab character. (no-tabs)
(#1745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1747) Unexpected tab character. (no-tabs)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1749) Unexpected tab character. (no-tabs)
(#1749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1750) There should be no spaces inside this paren. (space-in-parens)
(#1750) There should be no spaces inside this paren. (space-in-parens)
(#1750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1751) Unexpected tab character. (no-tabs)
(#1751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1752) Unexpected tab character. (no-tabs)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) There should be no spaces inside this paren. (space-in-parens)
(#1752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1753) Unexpected tab character. (no-tabs)
(#1753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1754) Unexpected tab character. (no-tabs)
(#1754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1755) Unexpected tab character. (no-tabs)
(#1755) There should be no space after '['. (computed-property-spacing)
(#1755) There should be no space before ']'. (computed-property-spacing)
(#1755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1756) Unexpected tab character. (no-tabs)
(#1756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1757) There should be no spaces inside this paren. (space-in-parens)
(#1757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1763) Missing JSDoc comment. (require-jsdoc)
(#1763) There should be no spaces inside this paren. (space-in-parens)
(#1763) There should be no spaces inside this paren. (space-in-parens)
(#1763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1764) Unexpected tab character. (no-tabs)
(#1764) There should be no spaces inside this paren. (space-in-parens)
(#1764) There should be no spaces inside this paren. (space-in-parens)
(#1764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1765) Unexpected tab character. (no-tabs)
(#1765) There should be no spaces inside this paren. (space-in-parens)
(#1765) There should be no spaces inside this paren. (space-in-parens)
(#1765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1767) Unexpected tab character. (no-tabs)
(#1767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1768) Unexpected tab character. (no-tabs)
(#1768) There should be no spaces inside this paren. (space-in-parens)
(#1768) There should be no spaces inside this paren. (space-in-parens)
(#1768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1769) Unexpected tab character. (no-tabs)
(#1769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1770) Unexpected tab character. (no-tabs)
(#1770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1771) Unexpected tab character. (no-tabs)
(#1771) There should be no spaces inside this paren. (space-in-parens)
(#1771) There should be no spaces inside this paren. (space-in-parens)
(#1771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1772) Unexpected tab character. (no-tabs)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) There should be no spaces inside this paren. (space-in-parens)
(#1772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1773) Unexpected tab character. (no-tabs)
(#1773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1774) Unexpected tab character. (no-tabs)
(#1774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1777) There should be no spaces inside this paren. (space-in-parens)
(#1777) There should be no spaces inside this paren. (space-in-parens)
(#1777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1778) Unexpected tab character. (no-tabs)
(#1778) There should be no spaces inside this paren. (space-in-parens)
(#1778) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1778) There should be no space after '['. (computed-property-spacing)
(#1778) There should be no space before ']'. (computed-property-spacing)
(#1778) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1778) There should be no space after '['. (computed-property-spacing)
(#1778) There should be no space before ']'. (computed-property-spacing)
(#1778) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1778) There should be no space after '['. (computed-property-spacing)
(#1778) There should be no space before ']'. (computed-property-spacing)
(#1778) There should be no spaces inside this paren. (space-in-parens)
(#1778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1779) Unexpected tab character. (no-tabs)
(#1779) There should be no space after '['. (array-bracket-spacing)
(#1779) There should be no space after '['. (computed-property-spacing)
(#1779) There should be no space before ']'. (computed-property-spacing)
(#1779) There should be no space before ']'. (array-bracket-spacing)
(#1779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1780) Unexpected tab character. (no-tabs)
(#1780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1781) Unexpected tab character. (no-tabs)
(#1781) There should be no space after '['. (computed-property-spacing)
(#1781) There should be no space before ']'. (computed-property-spacing)
(#1781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1782) Unexpected tab character. (no-tabs)
(#1782) There should be no space after '['. (computed-property-spacing)
(#1782) There should be no space before ']'. (computed-property-spacing)
(#1782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1783) Unexpected tab character. (no-tabs)
(#1783) There should be no space after '['. (computed-property-spacing)
(#1783) There should be no space before ']'. (computed-property-spacing)
(#1783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1784) Unexpected tab character. (no-tabs)
(#1784) There should be no space after '['. (computed-property-spacing)
(#1784) There should be no space before ']'. (computed-property-spacing)
(#1784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1785) Unexpected tab character. (no-tabs)
(#1785) There should be no spaces inside this paren. (space-in-parens)
(#1785) There should be no spaces inside this paren. (space-in-parens)
(#1785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1786) Unexpected tab character. (no-tabs)
(#1786) There should be no spaces inside this paren. (space-in-parens)
(#1786) There should be no spaces inside this paren. (space-in-parens)
(#1786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1787) Unexpected tab character. (no-tabs)
(#1787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1788) Unexpected tab character. (no-tabs)
(#1788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1789) Unexpected tab character. (no-tabs)
(#1789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1790) Unexpected tab character. (no-tabs)
(#1790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1792) Unexpected tab character. (no-tabs)
(#1792) There should be no spaces inside this paren. (space-in-parens)
(#1792) There should be no spaces inside this paren. (space-in-parens)
(#1792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1793) Unexpected tab character. (no-tabs)
(#1793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1794) Unexpected tab character. (no-tabs)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1795) Unexpected tab character. (no-tabs)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1796) Unexpected tab character. (no-tabs)
(#1796) There should be no spaces inside this paren. (space-in-parens)
(#1796) There should be no spaces inside this paren. (space-in-parens)
(#1796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1797) There should be no spaces inside this paren. (space-in-parens)
(#1797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1798) Unexpected tab character. (no-tabs)
(#1798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1799) Unexpected tab character. (no-tabs)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1800) Unexpected tab character. (no-tabs)
(#1800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1802) Unexpected tab character. (no-tabs)
(#1802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1803) Unexpected tab character. (no-tabs)
(#1803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1804) Unexpected tab character. (no-tabs)
(#1804) There should be no spaces inside this paren. (space-in-parens)
(#1804) There should be no spaces inside this paren. (space-in-parens)
(#1804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1805) Unexpected tab character. (no-tabs)
(#1805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1806) Unexpected tab character. (no-tabs)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1807) Unexpected tab character. (no-tabs)
(#1807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1808) Unexpected tab character. (no-tabs)
(#1808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1809) Unexpected tab character. (no-tabs)
(#1809) There should be no spaces inside this paren. (space-in-parens)
(#1809) There should be no spaces inside this paren. (space-in-parens)
(#1809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1810) Unexpected tab character. (no-tabs)
(#1810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1811) Unexpected tab character. (no-tabs)
(#1811) There should be no space after '['. (array-bracket-spacing)
(#1811) There should be no spaces inside this paren. (space-in-parens)
(#1811) There should be no spaces inside this paren. (space-in-parens)
(#1811) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1811) There should be no space before ']'. (array-bracket-spacing)
(#1811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1814) There should be no spaces inside this paren. (space-in-parens)
(#1814) There should be no spaces inside this paren. (space-in-parens)
(#1814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1815) Unexpected tab character. (no-tabs)
(#1815) There should be no spaces inside this paren. (space-in-parens)
(#1815) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1815) There should be no space after '['. (computed-property-spacing)
(#1815) There should be no space before ']'. (computed-property-spacing)
(#1815) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1815) There should be no space after '['. (computed-property-spacing)
(#1815) There should be no space before ']'. (computed-property-spacing)
(#1815) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1815) There should be no space after '['. (computed-property-spacing)
(#1815) There should be no space before ']'. (computed-property-spacing)
(#1815) There should be no spaces inside this paren. (space-in-parens)
(#1815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1816) Unexpected tab character. (no-tabs)
(#1816) There should be no space after '['. (array-bracket-spacing)
(#1816) There should be no space after '['. (computed-property-spacing)
(#1816) There should be no space before ']'. (computed-property-spacing)
(#1816) There should be no space before ']'. (array-bracket-spacing)
(#1816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1817) Unexpected tab character. (no-tabs)
(#1817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1818) Unexpected tab character. (no-tabs)
(#1818) There should be no space after '['. (computed-property-spacing)
(#1818) There should be no space before ']'. (computed-property-spacing)
(#1818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1820) Unexpected tab character. (no-tabs)
(#1820) There should be no space after '['. (computed-property-spacing)
(#1820) There should be no space before ']'. (computed-property-spacing)
(#1820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1821) Unexpected tab character. (no-tabs)
(#1821) There should be no space after '['. (computed-property-spacing)
(#1821) There should be no space before ']'. (computed-property-spacing)
(#1821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1823) Unexpected tab character. (no-tabs)
(#1823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1825) Unexpected tab character. (no-tabs)
(#1825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1826) Unexpected tab character. (no-tabs)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) There should be no spaces inside this paren. (space-in-parens)
(#1826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1827) Unexpected tab character. (no-tabs)
(#1827) There should be no spaces inside this paren. (space-in-parens)
(#1827) There should be no spaces inside this paren. (space-in-parens)
(#1827) There should be no spaces inside this paren. (space-in-parens)
(#1827) There should be no spaces inside this paren. (space-in-parens)
(#1827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1828) Unexpected tab character. (no-tabs)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1829) Unexpected tab character. (no-tabs)
(#1829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1830) Unexpected tab character. (no-tabs)
(#1830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1834) Unexpected tab character. (no-tabs)
(#1834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1835) Unexpected tab character. (no-tabs)
(#1835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1836) Unexpected tab character. (no-tabs)
(#1836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1837) Unexpected tab character. (no-tabs)
(#1837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1839) Unexpected tab character. (no-tabs)
(#1839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1840) Unexpected tab character. (no-tabs)
(#1840) There should be no space after '['. (computed-property-spacing)
(#1840) There should be no space before ']'. (computed-property-spacing)
(#1840) There should be no spaces inside this paren. (space-in-parens)
(#1840) There should be no spaces inside this paren. (space-in-parens)
(#1840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1842) Unexpected tab character. (no-tabs)
(#1842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1843) Unexpected tab character. (no-tabs)
(#1843) There should be no spaces inside this paren. (space-in-parens)
(#1843) There should be no space after '['. (computed-property-spacing)
(#1843) There should be no space before ']'. (computed-property-spacing)
(#1843) There should be no spaces inside this paren. (space-in-parens)
(#1843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1844) Unexpected tab character. (no-tabs)
(#1844) There should be no space after '['. (computed-property-spacing)
(#1844) There should be no space before ']'. (computed-property-spacing)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1844) There should be no spaces inside this paren. (space-in-parens)
(#1844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1845) Unexpected tab character. (no-tabs)
(#1845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1846) Unexpected tab character. (no-tabs)
(#1846) There should be no spaces inside this paren. (space-in-parens)
(#1846) There should be no spaces inside this paren. (space-in-parens)
(#1846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1847) Unexpected tab character. (no-tabs)
(#1847) There should be no space after '['. (computed-property-spacing)
(#1847) There should be no space before ']'. (computed-property-spacing)
(#1847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1848) Unexpected tab character. (no-tabs)
(#1848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1850) Unexpected tab character. (no-tabs)
(#1850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1851) Unexpected tab character. (no-tabs)
(#1851) There should be no spaces inside this paren. (space-in-parens)
(#1851) There should be no spaces inside this paren. (space-in-parens)
(#1851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1852) Unexpected tab character. (no-tabs)
(#1852) There should be no spaces inside this paren. (space-in-parens)
(#1852) There should be no spaces inside this paren. (space-in-parens)
(#1852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1853) Unexpected tab character. (no-tabs)
(#1853) There should be no space after '['. (computed-property-spacing)
(#1853) There should be no space before ']'. (computed-property-spacing)
(#1853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1855) Unexpected tab character. (no-tabs)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1856) Unexpected tab character. (no-tabs)
(#1856) There should be no space after '['. (computed-property-spacing)
(#1856) There should be no space before ']'. (computed-property-spacing)
(#1856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1857) Unexpected tab character. (no-tabs)
(#1857) There should be no spaces inside this paren. (space-in-parens)
(#1857) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1857) There should be no spaces inside this paren. (space-in-parens)
(#1857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1858) Unexpected tab character. (no-tabs)
(#1858) There should be no space after '['. (computed-property-spacing)
(#1858) There should be no space before ']'. (computed-property-spacing)
(#1858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1859) Unexpected tab character. (no-tabs)
(#1859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1860) Unexpected tab character. (no-tabs)
(#1860) There should be no space after '['. (computed-property-spacing)
(#1860) There should be no space before ']'. (computed-property-spacing)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1861) Unexpected tab character. (no-tabs)
(#1861) There should be no spaces inside this paren. (space-in-parens)
(#1861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1863) Unexpected tab character. (no-tabs)
(#1863) There should be no spaces inside this paren. (space-in-parens)
(#1863) There should be no spaces inside this paren. (space-in-parens)
(#1863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1864) Unexpected tab character. (no-tabs)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1865) Unexpected tab character. (no-tabs)
(#1865) There should be no space after '['. (computed-property-spacing)
(#1865) There should be no space before ']'. (computed-property-spacing)
(#1865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1866) Unexpected tab character. (no-tabs)
(#1866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1867) Unexpected tab character. (no-tabs)
(#1867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1868) Unexpected tab character. (no-tabs)
(#1868) There should be no spaces inside this paren. (space-in-parens)
(#1868) There should be no spaces inside this paren. (space-in-parens)
(#1868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1869) Unexpected tab character. (no-tabs)
(#1869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1870) Unexpected tab character. (no-tabs)
(#1870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1872) Unexpected tab character. (no-tabs)
(#1872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1873) Unexpected tab character. (no-tabs)
(#1873) There should be no spaces inside this paren. (space-in-parens)
(#1873) There should be no spaces inside this paren. (space-in-parens)
(#1873) There should be no spaces inside this paren. (space-in-parens)
(#1873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1875) Unexpected tab character. (no-tabs)
(#1875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1876) Unexpected tab character. (no-tabs)
(#1876) There should be no spaces inside this paren. (space-in-parens)
(#1876) There should be no space after '['. (computed-property-spacing)
(#1876) There should be no space before ']'. (computed-property-spacing)
(#1876) There should be no spaces inside this paren. (space-in-parens)
(#1876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1877) Unexpected tab character. (no-tabs)
(#1877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1878) Unexpected tab character. (no-tabs)
(#1878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1879) Unexpected tab character. (no-tabs)
(#1879) There should be no space after '['. (computed-property-spacing)
(#1879) There should be no space before ']'. (computed-property-spacing)
(#1879) There should be no spaces inside this paren. (space-in-parens)
(#1879) There should be no spaces inside this paren. (space-in-parens)
(#1879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1880) Unexpected tab character. (no-tabs)
(#1880) There should be no spaces inside this paren. (space-in-parens)
(#1880) There should be no spaces inside this paren. (space-in-parens)
(#1880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1881) Unexpected tab character. (no-tabs)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) Do not nest ternary expressions. (no-nested-ternary)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1883) Unexpected tab character. (no-tabs)
(#1883) There should be no space after '['. (computed-property-spacing)
(#1883) There should be no space before ']'. (computed-property-spacing)
(#1883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1884) Unexpected tab character. (no-tabs)
(#1884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1886) Unexpected tab character. (no-tabs)
(#1886) There should be no spaces inside this paren. (space-in-parens)
(#1886) There should be no spaces inside this paren. (space-in-parens)
(#1886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1887) Unexpected tab character. (no-tabs)
(#1887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1888) Unexpected tab character. (no-tabs)
(#1888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1890) Unexpected tab character. (no-tabs)
(#1890) There should be no spaces inside this paren. (space-in-parens)
(#1890) There should be no spaces inside this paren. (space-in-parens)
(#1890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1892) Unexpected tab character. (no-tabs)
(#1892) There should be no spaces inside this paren. (space-in-parens)
(#1892) There should be no spaces inside this paren. (space-in-parens)
(#1892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1893) Unexpected tab character. (no-tabs)
(#1893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1894) Unexpected tab character. (no-tabs)
(#1894) There should be no spaces inside this paren. (space-in-parens)
(#1894) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1894) There should be no spaces inside this paren. (space-in-parens)
(#1894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1895) Unexpected tab character. (no-tabs)
(#1895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1896) Unexpected tab character. (no-tabs)
(#1896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1898) Unexpected tab character. (no-tabs)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1899) Unexpected tab character. (no-tabs)
(#1899) There should be no spaces inside this paren. (space-in-parens)
(#1899) There should be no spaces inside this paren. (space-in-parens)
(#1899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1900) Unexpected tab character. (no-tabs)
(#1900) There should be no spaces inside this paren. (space-in-parens)
(#1900) There should be no space after '['. (computed-property-spacing)
(#1900) There should be no space before ']'. (computed-property-spacing)
(#1900) There should be no spaces inside this paren. (space-in-parens)
(#1900) There should be no spaces inside this paren. (space-in-parens)
(#1900) There should be no space after '['. (computed-property-spacing)
(#1900) There should be no space before ']'. (computed-property-spacing)
(#1900) There should be no spaces inside this paren. (space-in-parens)
(#1900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1901) Unexpected tab character. (no-tabs)
(#1901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1902) Unexpected tab character. (no-tabs)
(#1902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1903) Unexpected tab character. (no-tabs)
(#1903) There should be no space after '['. (computed-property-spacing)
(#1903) There should be no space before ']'. (computed-property-spacing)
(#1903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1904) Unexpected tab character. (no-tabs)
(#1904) There should be no space after '['. (computed-property-spacing)
(#1904) There should be no space before ']'. (computed-property-spacing)
(#1904) There should be no spaces inside this paren. (space-in-parens)
(#1904) There should be no spaces inside this paren. (space-in-parens)
(#1904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1905) Unexpected tab character. (no-tabs)
(#1905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1906) Unexpected tab character. (no-tabs)
(#1906) There should be no spaces inside this paren. (space-in-parens)
(#1906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1907) There should be no spaces inside this paren. (space-in-parens)
(#1907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1911) There should be no spaces inside this paren. (space-in-parens)
(#1911) There should be no spaces inside this paren. (space-in-parens)
(#1911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1912) Unexpected tab character. (no-tabs)
(#1912) There should be no spaces inside this paren. (space-in-parens)
(#1912) There should be no spaces inside this paren. (space-in-parens)
(#1912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1913) Unexpected tab character. (no-tabs)
(#1913) There should be no spaces inside this paren. (space-in-parens)
(#1913) There should be no spaces inside this paren. (space-in-parens)
(#1913) There should be no spaces inside this paren. (space-in-parens)
(#1913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#1914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1915) Unexpected tab character. (no-tabs)
(#1915) There should be no spaces inside this paren. (space-in-parens)
(#1915) There should be no spaces inside this paren. (space-in-parens)
(#1915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1916) Unexpected tab character. (no-tabs)
(#1916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1917) Unexpected tab character. (no-tabs)
(#1917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1919) Unexpected tab character. (no-tabs)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1920) Unexpected tab character. (no-tabs)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1921) Unexpected tab character. (no-tabs)
(#1921) There should be no spaces inside this paren. (space-in-parens)
(#1921) There should be no spaces inside this paren. (space-in-parens)
(#1921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1922) Unexpected tab character. (no-tabs)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no space after '['. (computed-property-spacing)
(#1922) There should be no space before ']'. (computed-property-spacing)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1923) Unexpected tab character. (no-tabs)
(#1923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1924) Unexpected tab character. (no-tabs)
(#1924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1925) Unexpected tab character. (no-tabs)
(#1925) There should be no spaces inside this paren. (space-in-parens)
(#1925) There should be no spaces inside this paren. (space-in-parens)
(#1925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1926) Unexpected tab character. (no-tabs)
(#1926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1927) Unexpected tab character. (no-tabs)
(#1927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1928) Unexpected tab character. (no-tabs)
(#1928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1929) Unexpected tab character. (no-tabs)
(#1929) There should be no spaces inside this paren. (space-in-parens)
(#1929) There should be no spaces inside this paren. (space-in-parens)
(#1929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1930) Unexpected tab character. (no-tabs)
(#1930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1931) Unexpected tab character. (no-tabs)
(#1931) There should be no spaces inside this paren. (space-in-parens)
(#1931) There should be no spaces inside this paren. (space-in-parens)
(#1931) Empty block statement. (no-empty)
(#1931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1932) Unexpected tab character. (no-tabs)
(#1932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1933) Unexpected tab character. (no-tabs)
(#1933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1935) Unexpected tab character. (no-tabs)
(#1935) There should be no spaces inside this paren. (space-in-parens)
(#1935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1936) Unexpected tab character. (no-tabs)
(#1936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1937) Unexpected tab character. (no-tabs)
(#1937) There should be no spaces inside this paren. (space-in-parens)
(#1937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1938) Unexpected tab character. (no-tabs)
(#1938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1940) Unexpected tab character. (no-tabs)
(#1940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1941) Unexpected tab character. (no-tabs)
(#1941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1942) Unexpected tab character. (no-tabs)
(#1942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1943) Unexpected tab character. (no-tabs)
(#1943) There should be no space after '['. (computed-property-spacing)
(#1943) There should be no space before ']'. (computed-property-spacing)
(#1943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1944) Unexpected tab character. (no-tabs)
(#1944) There should be no spaces inside this paren. (space-in-parens)
(#1944) There should be no spaces inside this paren. (space-in-parens)
(#1944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1946) Unexpected tab character. (no-tabs)
(#1946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1947) Unexpected tab character. (no-tabs)
(#1947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1948) Unexpected tab character. (no-tabs)
(#1948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1949) Unexpected tab character. (no-tabs)
(#1949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1950) Unexpected tab character. (no-tabs)
(#1950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1951) Unexpected tab character. (no-tabs)
(#1951) There should be no space after '['. (computed-property-spacing)
(#1951) There should be no space before ']'. (computed-property-spacing)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1952) Unexpected tab character. (no-tabs)
(#1952) There should be no spaces inside this paren. (space-in-parens)
(#1952) There should be no spaces inside this paren. (space-in-parens)
(#1952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1953) Unexpected tab character. (no-tabs)
(#1953) There should be no spaces inside this paren. (space-in-parens)
(#1953) There should be no spaces inside this paren. (space-in-parens)
(#1953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1954) Unexpected tab character. (no-tabs)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1955) Unexpected tab character. (no-tabs)
(#1955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1956) Unexpected tab character. (no-tabs)
(#1956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1957) Unexpected tab character. (no-tabs)
(#1957) There should be no space after '['. (computed-property-spacing)
(#1957) There should be no space before ']'. (computed-property-spacing)
(#1957) There should be no spaces inside this paren. (space-in-parens)
(#1957) There should be no spaces inside this paren. (space-in-parens)
(#1957) There should be no spaces inside this paren. (space-in-parens)
(#1957) There should be no spaces inside this paren. (space-in-parens)
(#1957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1958) Unexpected tab character. (no-tabs)
(#1958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1959) Unexpected tab character. (no-tabs)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1963) There should be no spaces inside this paren. (space-in-parens)
(#1963) There should be no spaces inside this paren. (space-in-parens)
(#1963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1966) Unexpected tab character. (no-tabs)
(#1966) There should be no spaces inside this paren. (space-in-parens)
(#1966) There should be no spaces inside this paren. (space-in-parens)
(#1966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1967) Unexpected tab character. (no-tabs)
(#1967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 '['. (array-bracket-spacing)
(#1969) There should be no space before ']'. (array-bracket-spacing)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1970) Unexpected tab character. (no-tabs)
(#1970) There should be no space after '['. (computed-property-spacing)
(#1970) There should be no space before ']'. (computed-property-spacing)
(#1970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1971) Unexpected tab character. (no-tabs)
(#1971) There should be no spaces inside this paren. (space-in-parens)
(#1971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1972) Unexpected tab character. (no-tabs)
(#1972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1973) Unexpected tab character. (no-tabs)
(#1973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1981) Unexpected tab character. (no-tabs)
(#1981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1982) Unexpected tab character. (no-tabs)
(#1982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1983) Unexpected tab character. (no-tabs)
(#1983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1984) Unexpected tab character. (no-tabs)
(#1984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1985) Unexpected tab character. (no-tabs)
(#1985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1986) Unexpected tab character. (no-tabs)
(#1986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1987) Unexpected tab character. (no-tabs)
(#1987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1988) Unexpected tab character. (no-tabs)
(#1988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1989) Unexpected tab character. (no-tabs)
(#1989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1990) Unexpected tab character. (no-tabs)
(#1990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1991) Unexpected tab character. (no-tabs)
(#1991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1992) Unexpected tab character. (no-tabs)
(#1992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1993) Unexpected tab character. (no-tabs)
(#1993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1994) Unexpected tab character. (no-tabs)
(#1994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1995) Unexpected tab character. (no-tabs)
(#1995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1996) Unexpected tab character. (no-tabs)
(#1996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1997) Unexpected tab character. (no-tabs)
(#1997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1999) Unexpected tab character. (no-tabs)
(#1999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2000) Unexpected tab character. (no-tabs)
(#2000) There should be no space after '['. (array-bracket-spacing)
(#2000) There should be no space before ']'. (array-bracket-spacing)
(#2000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2002) Unexpected tab character. (no-tabs)
(#2002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2007) Expected space or tab after '/**' in comment. (spaced-comment)
(#2007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2008) Expected space or tab after '/**' in comment. (spaced-comment)
(#2008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2009) Expected space or tab after '/**' in comment. (spaced-comment)
(#2009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2012) There should be no space after '['. (array-bracket-spacing)
(#2012) There should be no space before ']'. (array-bracket-spacing)
(#2012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2013) Unexpected tab character. (no-tabs)
(#2013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2014) Unexpected tab character. (no-tabs)
(#2014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2015) Unexpected tab character. (no-tabs)
(#2015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2016) Unexpected tab character. (no-tabs)
(#2016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2017) Unexpected tab character. (no-tabs)
(#2017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2018) Unexpected tab character. (no-tabs)
(#2018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2019) Unexpected tab character. (no-tabs)
(#2019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2020) Unexpected tab character. (no-tabs)
(#2020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2021) Unexpected tab character. (no-tabs)
(#2021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2022) Unexpected tab character. (no-tabs)
(#2022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2023) Unexpected tab character. (no-tabs)
(#2023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2026) Unexpected tab character. (no-tabs)
(#2026) There should be no space after '['. (array-bracket-spacing)
(#2026) There should be no space before ']'. (array-bracket-spacing)
(#2026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2027) Unexpected tab character. (no-tabs)
(#2027) There should be no spaces inside this paren. (space-in-parens)
(#2027) There should be no spaces inside this paren. (space-in-parens)
(#2027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2028) Unexpected tab character. (no-tabs)
(#2028) There should be no space after '['. (computed-property-spacing)
(#2028) There should be no space before ']'. (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2030) Unexpected tab character. (no-tabs)
(#2030) There should be no spaces inside this paren. (space-in-parens)
(#2030) There should be no spaces inside this paren. (space-in-parens)
(#2030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2031) Unexpected tab character. (no-tabs)
(#2031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2032) Unexpected tab character. (no-tabs)
(#2032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2033) Unexpected tab character. (no-tabs)
(#2033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2034) Unexpected tab character. (no-tabs)
(#2034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2037) Missing JSDoc comment. (require-jsdoc)
(#2037) There should be no spaces inside this paren. (space-in-parens)
(#2037) There should be no spaces inside this paren. (space-in-parens)
(#2037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2038) Unexpected tab character. (no-tabs)
(#2038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2039) Unexpected tab character. (no-tabs)
(#2039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2041) Unexpected tab character. (no-tabs)
(#2041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2042) Unexpected tab character. (no-tabs)
(#2042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2044) Unexpected tab character. (no-tabs)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2044) There should be no space after '['. (computed-property-spacing)
(#2044) There should be no space before ']'. (computed-property-spacing)
(#2044) There should be no space after '['. (computed-property-spacing)
(#2044) There should be no space after '['. (computed-property-spacing)
(#2044) There should be no space before ']'. (computed-property-spacing)
(#2044) There should be no space before ']'. (computed-property-spacing)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2045) Unexpected tab character. (no-tabs)
(#2045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2046) Unexpected tab character. (no-tabs)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2047) Unexpected tab character. (no-tabs)
(#2047) There should be no space after '['. (computed-property-spacing)
(#2047) There should be no space before ']'. (computed-property-spacing)
(#2047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2048) Unexpected tab character. (no-tabs)
(#2048) There should be no spaces inside this paren. (space-in-parens)
(#2048) There should be no space after '['. (computed-property-spacing)
(#2048) There should be no space before ']'. (computed-property-spacing)
(#2048) There should be no spaces inside this paren. (space-in-parens)
(#2048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2049) Unexpected tab character. (no-tabs)
(#2049) There should be no space after '['. (computed-property-spacing)
(#2049) There should be no spaces inside this paren. (space-in-parens)
(#2049) There should be no spaces inside this paren. (space-in-parens)
(#2049) There should be no space before ']'. (computed-property-spacing)
(#2049) There should be no space after '['. (computed-property-spacing)
(#2049) There should be no space before ']'. (computed-property-spacing)
(#2049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2050) Unexpected tab character. (no-tabs)
(#2050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2051) Unexpected tab character. (no-tabs)
(#2051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2053) Unexpected tab character. (no-tabs)
(#2053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2054) Unexpected tab character. (no-tabs)
(#2054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2055) Unexpected tab character. (no-tabs)
(#2055) There should be no spaces inside this paren. (space-in-parens)
(#2055) There should be no spaces inside this paren. (space-in-parens)
(#2055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2056) Unexpected tab character. (no-tabs)
(#2056) There should be no spaces inside this paren. (space-in-parens)
(#2056) There should be no space after '['. (computed-property-spacing)
(#2056) There should be no space before ']'. (computed-property-spacing)
(#2056) There should be no spaces inside this paren. (space-in-parens)
(#2056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2057) Unexpected tab character. (no-tabs)
(#2057) There should be no space after '['. (computed-property-spacing)
(#2057) There should be no space before ']'. (computed-property-spacing)
(#2057) There should be no space after '['. (computed-property-spacing)
(#2057) There should be no space before ']'. (computed-property-spacing)
(#2057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2058) Unexpected tab character. (no-tabs)
(#2058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2059) Unexpected tab character. (no-tabs)
(#2059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2060) Unexpected tab character. (no-tabs)
(#2060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2062) Unexpected tab character. (no-tabs)
(#2062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2065) Missing JSDoc comment. (require-jsdoc)
(#2065) There should be no spaces inside this paren. (space-in-parens)
(#2065) There should be no spaces inside this paren. (space-in-parens)
(#2065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2066) Unexpected tab character. (no-tabs)
(#2066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2067) Unexpected tab character. (no-tabs)
(#2067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2069) Unexpected tab character. (no-tabs)
(#2069) There should be no spaces inside this paren. (space-in-parens)
(#2069) There should be no spaces inside this paren. (space-in-parens)
(#2069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2070) Unexpected tab character. (no-tabs)
(#2070) There should be no space after '['. (computed-property-spacing)
(#2070) There should be no space before ']'. (computed-property-spacing)
(#2070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2071) Unexpected tab character. (no-tabs)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) There should be no space after '['. (computed-property-spacing)
(#2071) There should be no space before ']'. (computed-property-spacing)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2072) Unexpected tab character. (no-tabs)
(#2072) There should be no spaces inside this paren. (space-in-parens)
(#2072) There should be no space after '['. (computed-property-spacing)
(#2072) There should be no space before ']'. (computed-property-spacing)
(#2072) There should be no spaces inside this paren. (space-in-parens)
(#2072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2073) Unexpected tab character. (no-tabs)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no space after '['. (computed-property-spacing)
(#2073) There should be no space before ']'. (computed-property-spacing)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2074) Unexpected tab character. (no-tabs)
(#2074) There should be no space after '['. (computed-property-spacing)
(#2074) There should be no space before ']'. (computed-property-spacing)
(#2074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2075) Unexpected tab character. (no-tabs)
(#2075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2076) Unexpected tab character. (no-tabs)
(#2076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2077) Unexpected tab character. (no-tabs)
(#2077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2078) Unexpected tab character. (no-tabs)
(#2078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2080) Unexpected tab character. (no-tabs)
(#2080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2084) There should be no spaces inside this paren. (space-in-parens)
(#2084) There should be no spaces inside this paren. (space-in-parens)
(#2084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2086) Unexpected tab character. (no-tabs)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2086) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2087) Unexpected tab character. (no-tabs)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2088) Unexpected tab character. (no-tabs)
(#2088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2089) Unexpected tab character. (no-tabs)
(#2089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2092) There should be no spaces inside this paren. (space-in-parens)
(#2092) There should be no spaces inside this paren. (space-in-parens)
(#2092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2093) Unexpected tab character. (no-tabs)
(#2093) There should be no spaces inside this paren. (space-in-parens)
(#2093) There should be no spaces inside this paren. (space-in-parens)
(#2093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2095) Unexpected tab character. (no-tabs)
(#2095) There should be no spaces inside this paren. (space-in-parens)
(#2095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2096) Unexpected tab character. (no-tabs)
(#2096) There should be no spaces inside this paren. (space-in-parens)
(#2096) There should be no spaces inside this paren. (space-in-parens)
(#2096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2097) Unexpected tab character. (no-tabs)
(#2097) There should be no spaces inside this paren. (space-in-parens)
(#2097) There should be no spaces inside this paren. (space-in-parens)
(#2097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2098) Unexpected tab character. (no-tabs)
(#2098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2099) Unexpected tab character. (no-tabs)
(#2099) There should be no spaces inside this paren. (space-in-parens)
(#2099) There should be no spaces inside this paren. (space-in-parens)
(#2099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2101) Unexpected tab character. (no-tabs)
(#2101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2102) Unexpected tab character. (no-tabs)
(#2102) There should be no spaces inside this paren. (space-in-parens)
(#2102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2104) Unexpected tab character. (no-tabs)
(#2104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2105) Unexpected tab character. (no-tabs)
(#2105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2106) Unexpected tab character. (no-tabs)
(#2106) There should be no spaces inside this paren. (space-in-parens)
(#2106) There should be no spaces inside this paren. (space-in-parens)
(#2106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2107) Unexpected tab character. (no-tabs)
(#2107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2108) Unexpected tab character. (no-tabs)
(#2108) There should be no spaces inside this paren. (space-in-parens)
(#2108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2110) Unexpected tab character. (no-tabs)
(#2110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2111) Unexpected tab character. (no-tabs)
(#2111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2112) There should be no spaces inside this paren. (space-in-parens)
(#2112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2113) Unexpected tab character. (no-tabs)
(#2113) There should be no spaces inside this paren. (space-in-parens)
(#2113) There should be no space after '['. (computed-property-spacing)
(#2113) There should be no space before ']'. (computed-property-spacing)
(#2113) There should be no spaces inside this paren. (space-in-parens)
(#2113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2114) Unexpected tab character. (no-tabs)
(#2114) There should be no space after '['. (computed-property-spacing)
(#2114) There should be no space before ']'. (computed-property-spacing)
(#2114) There should be no spaces inside this paren. (space-in-parens)
(#2114) There should be no space after '['. (computed-property-spacing)
(#2114) There should be no space before ']'. (computed-property-spacing)
(#2114) There should be no spaces inside this paren. (space-in-parens)
(#2114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2115) Unexpected tab character. (no-tabs)
(#2115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2116) Unexpected tab character. (no-tabs)
(#2116) There should be no spaces inside this paren. (space-in-parens)
(#2116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2117) Unexpected tab character. (no-tabs)
(#2117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2118) Unexpected tab character. (no-tabs)
(#2118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2120) Unexpected tab character. (no-tabs)
(#2120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2121) Unexpected tab character. (no-tabs)
(#2121) There should be no spaces inside this paren. (space-in-parens)
(#2121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2122) Unexpected tab character. (no-tabs)
(#2122) There should be no spaces inside this paren. (space-in-parens)
(#2122) There should be no space after '['. (computed-property-spacing)
(#2122) There should be no space before ']'. (computed-property-spacing)
(#2122) There should be no spaces inside this paren. (space-in-parens)
(#2122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2123) Unexpected tab character. (no-tabs)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2124) Unexpected tab character. (no-tabs)
(#2124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2125) Unexpected tab character. (no-tabs)
(#2125) There should be no spaces inside this paren. (space-in-parens)
(#2125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2127) Unexpected tab character. (no-tabs)
(#2127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2128) Unexpected tab character. (no-tabs)
(#2128) There should be no spaces inside this paren. (space-in-parens)
(#2128) There should be no spaces inside this paren. (space-in-parens)
(#2128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2130) Unexpected tab character. (no-tabs)
(#2130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2131) Unexpected tab character. (no-tabs)
(#2131) There should be no spaces inside this paren. (space-in-parens)
(#2131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2132) Unexpected tab character. (no-tabs)
(#2132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2133) Unexpected tab character. (no-tabs)
(#2133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2134) Unexpected tab character. (no-tabs)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2135) Unexpected tab character. (no-tabs)
(#2135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2136) Unexpected tab character. (no-tabs)
(#2136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2137) Unexpected tab character. (no-tabs)
(#2137) There should be no spaces inside this paren. (space-in-parens)
(#2137) There should be no spaces inside this paren. (space-in-parens)
(#2137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2138) Unexpected tab character. (no-tabs)
(#2138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2139) Unexpected tab character. (no-tabs)
(#2139) There should be no spaces inside this paren. (space-in-parens)
(#2139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2141) Unexpected tab character. (no-tabs)
(#2141) There should be no spaces inside this paren. (space-in-parens)
(#2141) There should be no spaces inside this paren. (space-in-parens)
(#2141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2142) Unexpected tab character. (no-tabs)
(#2142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2143) Unexpected tab character. (no-tabs)
(#2143) There should be no spaces inside this paren. (space-in-parens)
(#2143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2145) Unexpected tab character. (no-tabs)
(#2145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2146) Unexpected tab character. (no-tabs)
(#2146) There should be no spaces inside this paren. (space-in-parens)
(#2146) There should be no spaces inside this paren. (space-in-parens)
(#2146) There should be no spaces inside this paren. (space-in-parens)
(#2146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2148) Unexpected tab character. (no-tabs)
(#2148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2149) Unexpected tab character. (no-tabs)
(#2149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2151) Unexpected tab character. (no-tabs)
(#2151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2152) Unexpected tab character. (no-tabs)
(#2152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2153) Unexpected tab character. (no-tabs)
(#2153) There should be no spaces inside this paren. (space-in-parens)
(#2153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2154) Unexpected tab character. (no-tabs)
(#2154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2155) Unexpected tab character. (no-tabs)
(#2155) There should be no spaces inside this paren. (space-in-parens)
(#2155) There should be no spaces inside this paren. (space-in-parens)
(#2155) There should be no spaces inside this paren. (space-in-parens)
(#2155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2156) Unexpected tab character. (no-tabs)
(#2156) There should be no spaces inside this paren. (space-in-parens)
(#2156) There should be no spaces inside this paren. (space-in-parens)
(#2156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2157) Unexpected tab character. (no-tabs)
(#2157) There should be no spaces inside this paren. (space-in-parens)
(#2157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2158) Unexpected tab character. (no-tabs)
(#2158) There should be no spaces inside this paren. (space-in-parens)
(#2158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2160) Unexpected tab character. (no-tabs)
(#2160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2161) Unexpected tab character. (no-tabs)
(#2161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2162) Unexpected tab character. (no-tabs)
(#2162) There should be no spaces inside this paren. (space-in-parens)
(#2162) There should be no space after '['. (computed-property-spacing)
(#2162) There should be no space before ']'. (computed-property-spacing)
(#2162) There should be no spaces inside this paren. (space-in-parens)
(#2162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2163) Unexpected tab character. (no-tabs)
(#2163) There should be no spaces inside this paren. (space-in-parens)
(#2163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2164) Unexpected tab character. (no-tabs)
(#2164) There should be no spaces inside this paren. (space-in-parens)
(#2164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2169) Unexpected tab character. (no-tabs)
(#2169) There should be no spaces inside this paren. (space-in-parens)
(#2169) There should be no spaces inside this paren. (space-in-parens)
(#2169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2170) Unexpected tab character. (no-tabs)
(#2170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2171) Unexpected tab character. (no-tabs)
(#2171) There should be no spaces inside this paren. (space-in-parens)
(#2171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2172) Unexpected tab character. (no-tabs)
(#2172) There should be no space after '{'. (object-curly-spacing)
(#2172) There should be no space before '}'. (object-curly-spacing)
(#2172) There should be no spaces inside this paren. (space-in-parens)
(#2172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2173) Unexpected tab character. (no-tabs)
(#2173) There should be no spaces inside this paren. (space-in-parens)
(#2173) There should be no spaces inside this paren. (space-in-parens)
(#2173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2174) Unexpected tab character. (no-tabs)
(#2174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2175) Unexpected tab character. (no-tabs)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2177) There should be no spaces inside this paren. (space-in-parens)
(#2177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2178) Unexpected tab character. (no-tabs)
(#2178) There should be no spaces inside this paren. (space-in-parens)
(#2178) There should be no spaces inside this paren. (space-in-parens)
(#2178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2179) Unexpected tab character. (no-tabs)
(#2179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2180) Unexpected tab character. (no-tabs)
(#2180) There should be no spaces inside this paren. (space-in-parens)
(#2180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2181) Unexpected tab character. (no-tabs)
(#2181) There should be no space after '{'. (object-curly-spacing)
(#2181) There should be no space before '}'. (object-curly-spacing)
(#2181) There should be no spaces inside this paren. (space-in-parens)
(#2181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2182) Unexpected tab character. (no-tabs)
(#2182) There should be no spaces inside this paren. (space-in-parens)
(#2182) There should be no spaces inside this paren. (space-in-parens)
(#2182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2183) Unexpected tab character. (no-tabs)
(#2183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2184) Unexpected tab character. (no-tabs)
(#2184) There should be no spaces inside this paren. (space-in-parens)
(#2184) There should be no spaces inside this paren. (space-in-parens)
(#2184) There should be no spaces inside this paren. (space-in-parens)
(#2184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2186) Unexpected tab character. (no-tabs)
(#2186) There should be no spaces inside this paren. (space-in-parens)
(#2186) There should be no spaces inside this paren. (space-in-parens)
(#2186) There should be no spaces inside this paren. (space-in-parens)
(#2186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2187) Unexpected tab character. (no-tabs)
(#2187) There should be no spaces inside this paren. (space-in-parens)
(#2187) There should be no spaces inside this paren. (space-in-parens)
(#2187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2189) Unexpected tab character. (no-tabs)
(#2189) There should be no spaces inside this paren. (space-in-parens)
(#2189) There should be no spaces inside this paren. (space-in-parens)
(#2189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2191) Unexpected tab character. (no-tabs)
(#2191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2192) Unexpected tab character. (no-tabs)
(#2192) There should be no spaces inside this paren. (space-in-parens)
(#2192) There should be no spaces inside this paren. (space-in-parens)
(#2192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2193) Unexpected tab character. (no-tabs)
(#2193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2194) Unexpected tab character. (no-tabs)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2195) Unexpected tab character. (no-tabs)
(#2195) There should be no spaces inside this paren. (space-in-parens)
(#2195) There should be no space after '{'. (object-curly-spacing)
(#2195) There should be no space before '}'. (object-curly-spacing)
(#2195) There should be no space after '{'. (object-curly-spacing)
(#2195) There should be no space before '}'. (object-curly-spacing)
(#2195) There should be no spaces inside this paren. (space-in-parens)
(#2195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2196) Unexpected tab character. (no-tabs)
(#2196) There should be no spaces inside this paren. (space-in-parens)
(#2196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2197) Unexpected tab character. (no-tabs)
(#2197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2198) Unexpected tab character. (no-tabs)
(#2198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2200) Unexpected tab character. (no-tabs)
(#2200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2201) Unexpected tab character. (no-tabs)
(#2201) There should be no spaces inside this paren. (space-in-parens)
(#2201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2202) Unexpected tab character. (no-tabs)
(#2202) There should be no space after '{'. (object-curly-spacing)
(#2202) There should be no space before '}'. (object-curly-spacing)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2203) Unexpected tab character. (no-tabs)
(#2203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2204) Unexpected tab character. (no-tabs)
(#2204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2205) Unexpected tab character. (no-tabs)
(#2205) There should be no spaces inside this paren. (space-in-parens)
(#2205) There should be no spaces inside this paren. (space-in-parens)
(#2205) There should be no spaces inside this paren. (space-in-parens)
(#2205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2207) Unexpected tab character. (no-tabs)
(#2207) There should be no spaces inside this paren. (space-in-parens)
(#2207) There should be no spaces inside this paren. (space-in-parens)
(#2207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2208) Unexpected tab character. (no-tabs)
(#2208) There should be no spaces inside this paren. (space-in-parens)
(#2208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2209) Unexpected tab character. (no-tabs)
(#2209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2210) Unexpected tab character. (no-tabs)
(#2210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2211) Unexpected tab character. (no-tabs)
(#2211) There should be no spaces inside this paren. (space-in-parens)
(#2211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2212) Unexpected tab character. (no-tabs)
(#2212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2213) There should be no spaces inside this paren. (space-in-parens)
(#2213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2215) There should be no spaces inside this paren. (space-in-parens)
(#2215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2217) Expected space or tab after '/**' in comment. (spaced-comment)
(#2217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2218) Expected space or tab after '/**' in comment. (spaced-comment)
(#2218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2219) Expected space or tab after '/**' in comment. (spaced-comment)
(#2219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2221) There should be no spaces inside this paren. (space-in-parens)
(#2221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2223) There should be no spaces inside this paren. (space-in-parens)
(#2223) There should be no spaces inside this paren. (space-in-parens)
(#2223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2224) Unexpected tab character. (no-tabs)
(#2224) There should be no spaces inside this paren. (space-in-parens)
(#2224) There should be no spaces inside this paren. (space-in-parens)
(#2224) There should be no spaces inside this paren. (space-in-parens)
(#2224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2225) Unexpected tab character. (no-tabs)
(#2225) There should be no spaces inside this paren. (space-in-parens)
(#2225) There should be no spaces inside this paren. (space-in-parens)
(#2225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2226) Unexpected tab character. (no-tabs)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2227) Unexpected tab character. (no-tabs)
(#2227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2228) Unexpected tab character. (no-tabs)
(#2228) There should be no spaces inside this paren. (space-in-parens)
(#2228) There should be no spaces inside this paren. (space-in-parens)
(#2228) There should be no spaces inside this paren. (space-in-parens)
(#2228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2231) There should be no spaces inside this paren. (space-in-parens)
(#2231) There should be no spaces inside this paren. (space-in-parens)
(#2231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2232) Unexpected tab character. (no-tabs)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2234) Unexpected tab character. (no-tabs)
(#2234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2235) Unexpected tab character. (no-tabs)
(#2235) There should be no spaces inside this paren. (space-in-parens)
(#2235) There should be no spaces inside this paren. (space-in-parens)
(#2235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2236) Unexpected tab character. (no-tabs)
(#2236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2237) Unexpected tab character. (no-tabs)
(#2237) There should be no spaces inside this paren. (space-in-parens)
(#2237) There should be no spaces inside this paren. (space-in-parens)
(#2237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2238) Unexpected tab character. (no-tabs)
(#2238) There should be no spaces inside this paren. (space-in-parens)
(#2238) There should be no space after '['. (computed-property-spacing)
(#2238) There should be no space before ']'. (computed-property-spacing)
(#2238) There should be no spaces inside this paren. (space-in-parens)
(#2238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2239) Unexpected tab character. (no-tabs)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no space after '['. (computed-property-spacing)
(#2239) There should be no space before ']'. (computed-property-spacing)
(#2239) There should be no space after '['. (computed-property-spacing)
(#2239) There should be no space before ']'. (computed-property-spacing)
(#2239) There should be no space after '['. (computed-property-spacing)
(#2239) There should be no space after '['. (computed-property-spacing)
(#2239) There should be no space before ']'. (computed-property-spacing)
(#2239) There should be no space before ']'. (computed-property-spacing)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2240) Unexpected tab character. (no-tabs)
(#2240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2241) Unexpected tab character. (no-tabs)
(#2241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2242) Unexpected tab character. (no-tabs)
(#2242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2244) Unexpected tab character. (no-tabs)
(#2244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2245) Unexpected tab character. (no-tabs)
(#2245) There should be no spaces inside this paren. (space-in-parens)
(#2245) There should be no spaces inside this paren. (space-in-parens)
(#2245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2246) Unexpected tab character. (no-tabs)
(#2246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2248) Unexpected tab character. (no-tabs)
(#2248) There should be no spaces inside this paren. (space-in-parens)
(#2248) There should be no space after '['. (computed-property-spacing)
(#2248) There should be no space before ']'. (computed-property-spacing)
(#2248) There should be no spaces inside this paren. (space-in-parens)
(#2248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2249) Unexpected tab character. (no-tabs)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no space after '['. (computed-property-spacing)
(#2249) There should be no space before ']'. (computed-property-spacing)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2250) Unexpected tab character. (no-tabs)
(#2250) There should be no spaces inside this paren. (space-in-parens)
(#2250) There should be no space after '['. (computed-property-spacing)
(#2250) There should be no space before ']'. (computed-property-spacing)
(#2250) There should be no spaces inside this paren. (space-in-parens)
(#2250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2251) Unexpected tab character. (no-tabs)
(#2251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2252) Unexpected tab character. (no-tabs)
(#2252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2253) Unexpected tab character. (no-tabs)
(#2253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2255) Unexpected tab character. (no-tabs)
(#2255) There should be no spaces inside this paren. (space-in-parens)
(#2255) There should be no spaces inside this paren. (space-in-parens)
(#2255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2256) Unexpected tab character. (no-tabs)
(#2256) There should be no spaces inside this paren. (space-in-parens)
(#2256) There should be no spaces inside this paren. (space-in-parens)
(#2256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2258) Unexpected tab character. (no-tabs)
(#2258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2259) Unexpected tab character. (no-tabs)
(#2259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2260) Unexpected tab character. (no-tabs)
(#2260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2262) Unexpected tab character. (no-tabs)
(#2262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2263) Unexpected tab character. (no-tabs)
(#2263) There should be no spaces inside this paren. (space-in-parens)
(#2263) There should be no spaces inside this paren. (space-in-parens)
(#2263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2265) Unexpected tab character. (no-tabs)
(#2265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2266) Unexpected tab character. (no-tabs)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2267) Unexpected tab character. (no-tabs)
(#2267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2268) Unexpected tab character. (no-tabs)
(#2268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2270) Unexpected tab character. (no-tabs)
(#2270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2271) Unexpected tab character. (no-tabs)
(#2271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2272) Unexpected tab character. (no-tabs)
(#2272) There should be no spaces inside this paren. (space-in-parens)
(#2272) There should be no spaces inside this paren. (space-in-parens)
(#2272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2273) Unexpected tab character. (no-tabs)
(#2273) There should be no spaces inside this paren. (space-in-parens)
(#2273) There should be no spaces inside this paren. (space-in-parens)
(#2273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2275) Unexpected tab character. (no-tabs)
(#2275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2276) Unexpected tab character. (no-tabs)
(#2276) There should be no spaces inside this paren. (space-in-parens)
(#2276) There should be no spaces inside this paren. (space-in-parens)
(#2276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2277) Unexpected tab character. (no-tabs)
(#2277) There should be no spaces inside this paren. (space-in-parens)
(#2277) There should be no spaces inside this paren. (space-in-parens)
(#2277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2278) Unexpected tab character. (no-tabs)
(#2278) There should be no spaces inside this paren. (space-in-parens)
(#2278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2279) Unexpected tab character. (no-tabs)
(#2279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2280) Unexpected tab character. (no-tabs)
(#2280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2281) Unexpected tab character. (no-tabs)
(#2281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2282) Unexpected tab character. (no-tabs)
(#2282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2283) Unexpected tab character. (no-tabs)
(#2283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2284) Unexpected tab character. (no-tabs)
(#2284) There should be no spaces inside this paren. (space-in-parens)
(#2284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2286) Unexpected tab character. (no-tabs)
(#2286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2287) Unexpected tab character. (no-tabs)
(#2287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2288) Unexpected tab character. (no-tabs)
(#2288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2289) Unexpected tab character. (no-tabs)
(#2289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2290) Unexpected tab character. (no-tabs)
(#2290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2291) Unexpected tab character. (no-tabs)
(#2291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2293) Unexpected tab character. (no-tabs)
(#2293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2294) Unexpected tab character. (no-tabs)
(#2294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2295) Unexpected tab character. (no-tabs)
(#2295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2296) Unexpected tab character. (no-tabs)
(#2296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2297) Unexpected tab character. (no-tabs)
(#2297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2298) Unexpected tab character. (no-tabs)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2299) Unexpected tab character. (no-tabs)
(#2299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2300) Unexpected tab character. (no-tabs)
(#2300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2302) Unexpected tab character. (no-tabs)
(#2302) There should be no spaces inside this paren. (space-in-parens)
(#2302) There should be no spaces inside this paren. (space-in-parens)
(#2302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2304) Unexpected tab character. (no-tabs)
(#2304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2305) Unexpected tab character. (no-tabs)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no space after '['. (computed-property-spacing)
(#2305) There should be no space before ']'. (computed-property-spacing)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no space after '['. (computed-property-spacing)
(#2305) There should be no space before ']'. (computed-property-spacing)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2306) Unexpected tab character. (no-tabs)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2307) Unexpected tab character. (no-tabs)
(#2307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2309) Unexpected tab character. (no-tabs)
(#2309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2310) Unexpected tab character. (no-tabs)
(#2310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2311) Unexpected tab character. (no-tabs)
(#2311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2313) Unexpected tab character. (no-tabs)
(#2313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2314) Unexpected tab character. (no-tabs)
(#2314) There should be no spaces inside this paren. (space-in-parens)
(#2314) There should be no spaces inside this paren. (space-in-parens)
(#2314) There should be no spaces inside this paren. (space-in-parens)
(#2314) There should be no spaces inside this paren. (space-in-parens)
(#2314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2315) Unexpected tab character. (no-tabs)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no space after '{'. (object-curly-spacing)
(#2315) There should be no space before '}'. (object-curly-spacing)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2316) Unexpected tab character. (no-tabs)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) There should be no space after '{'. (object-curly-spacing)
(#2316) There should be no space before '}'. (object-curly-spacing)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2317) Unexpected tab character. (no-tabs)
(#2317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2318) Unexpected tab character. (no-tabs)
(#2318) There should be no spaces inside this paren. (space-in-parens)
(#2318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2319) Unexpected tab character. (no-tabs)
(#2319) There should be no spaces inside this paren. (space-in-parens)
(#2319) There should be no spaces inside this paren. (space-in-parens)
(#2319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2321) Unexpected tab character. (no-tabs)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2322) Unexpected tab character. (no-tabs)
(#2322) There should be no spaces inside this paren. (space-in-parens)
(#2322) There should be no space after '['. (array-bracket-spacing)
(#2322) There should be no space before ']'. (array-bracket-spacing)
(#2322) There should be no spaces inside this paren. (space-in-parens)
(#2322) There should be no spaces inside this paren. (space-in-parens)
(#2322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2323) Unexpected tab character. (no-tabs)
(#2323) There should be no space after '['. (computed-property-spacing)
(#2323) There should be no space before ']'. (computed-property-spacing)
(#2323) There should be no spaces inside this paren. (space-in-parens)
(#2323) There should be no spaces inside this paren. (space-in-parens)
(#2323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2324) Unexpected tab character. (no-tabs)
(#2324) There should be no spaces inside this paren. (space-in-parens)
(#2324) There should be no spaces inside this paren. (space-in-parens)
(#2324) There should be no spaces inside this paren. (space-in-parens)
(#2324) There should be no space after '['. (computed-property-spacing)
(#2324) There should be no space before ']'. (computed-property-spacing)
(#2324) There should be no spaces inside this paren. (space-in-parens)
(#2324) There should be no spaces inside this paren. (space-in-parens)
(#2324) There should be no spaces inside this paren. (space-in-parens)
(#2324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2325) Unexpected tab character. (no-tabs)
(#2325) There should be no space after '['. (computed-property-spacing)
(#2325) There should be no space before ']'. (computed-property-spacing)
(#2325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2326) Unexpected tab character. (no-tabs)
(#2326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2327) Unexpected tab character. (no-tabs)
(#2327) There should be no spaces inside this paren. (space-in-parens)
(#2327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2328) Unexpected tab character. (no-tabs)
(#2328) There should be no spaces inside this paren. (space-in-parens)
(#2328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2329) Unexpected tab character. (no-tabs)
(#2329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2330) Unexpected tab character. (no-tabs)
(#2330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2331) Unexpected tab character. (no-tabs)
(#2331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2332) Unexpected tab character. (no-tabs)
(#2332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2333) Unexpected tab character. (no-tabs)
(#2333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2334) Unexpected tab character. (no-tabs)
(#2334) There should be no spaces inside this paren. (space-in-parens)
(#2334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2335) Unexpected tab character. (no-tabs)
(#2335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2338) Unexpected tab character. (no-tabs)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2339) Unexpected tab character. (no-tabs)
(#2339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2341) Unexpected tab character. (no-tabs)
(#2341) There should be no spaces inside this paren. (space-in-parens)
(#2341) There should be no spaces inside this paren. (space-in-parens)
(#2341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2342) Unexpected tab character. (no-tabs)
(#2342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2344) There should be no spaces inside this paren. (space-in-parens)
(#2344) There should be no spaces inside this paren. (space-in-parens)
(#2344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2345) Unexpected tab character. (no-tabs)
(#2345) There should be no spaces inside this paren. (space-in-parens)
(#2345) There should be no spaces inside this paren. (space-in-parens)
(#2345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2347) Unexpected tab character. (no-tabs)
(#2347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2348) Unexpected tab character. (no-tabs)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no space after '['. (computed-property-spacing)
(#2348) There should be no space before ']'. (computed-property-spacing)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no space after '['. (computed-property-spacing)
(#2348) There should be no space before ']'. (computed-property-spacing)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2349) Unexpected tab character. (no-tabs)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2350) Unexpected tab character. (no-tabs)
(#2350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2351) Unexpected tab character. (no-tabs)
(#2351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2353) Unexpected tab character. (no-tabs)
(#2353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2354) Unexpected tab character. (no-tabs)
(#2354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2355) Unexpected tab character. (no-tabs)
(#2355) There should be no spaces inside this paren. (space-in-parens)
(#2355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2358) There should be no spaces inside this paren. (space-in-parens)
(#2358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2359) Unexpected tab character. (no-tabs)
(#2359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2361) Unexpected tab character. (no-tabs)
(#2361) There should be no spaces inside this paren. (space-in-parens)
(#2361) There should be no spaces inside this paren. (space-in-parens)
(#2361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2362) Unexpected tab character. (no-tabs)
(#2362) There should be no spaces inside this paren. (space-in-parens)
(#2362) There should be no spaces inside this paren. (space-in-parens)
(#2362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2363) Unexpected tab character. (no-tabs)
(#2363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2364) Unexpected tab character. (no-tabs)
(#2364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2365) Unexpected tab character. (no-tabs)
(#2365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2367) Unexpected tab character. (no-tabs)
(#2367) There should be no space after '['. (computed-property-spacing)
(#2367) There should be no space before ']'. (computed-property-spacing)
(#2367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2368) Unexpected tab character. (no-tabs)
(#2368) There should be no space after '['. (computed-property-spacing)
(#2368) There should be no space before ']'. (computed-property-spacing)
(#2368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2370) Unexpected tab character. (no-tabs)
(#2370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2371) Unexpected tab character. (no-tabs)
(#2371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2373) Unexpected tab character. (no-tabs)
(#2373) There should be no spaces inside this paren. (space-in-parens)
(#2373) There should be no spaces inside this paren. (space-in-parens)
(#2373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2374) Unexpected tab character. (no-tabs)
(#2374) There should be no spaces inside this paren. (space-in-parens)
(#2374) There should be no spaces inside this paren. (space-in-parens)
(#2374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2375) Unexpected tab character. (no-tabs)
(#2375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2376) Unexpected tab character. (no-tabs)
(#2376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2377) Unexpected tab character. (no-tabs)
(#2377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2378) Unexpected tab character. (no-tabs)
(#2378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2379) Unexpected tab character. (no-tabs)
(#2379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2380) Unexpected tab character. (no-tabs)
(#2380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2381) Unexpected tab character. (no-tabs)
(#2381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2383) There should be no spaces inside this paren. (space-in-parens)
(#2383) There should be no spaces inside this paren. (space-in-parens)
(#2383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2384) Unexpected tab character. (no-tabs)
(#2384) There should be no spaces inside this paren. (space-in-parens)
(#2384) There should be no spaces inside this paren. (space-in-parens)
(#2384) There should be no spaces inside this paren. (space-in-parens)
(#2384) There should be no spaces inside this paren. (space-in-parens)
(#2384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2386) Unexpected tab character. (no-tabs)
(#2386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2387) Unexpected tab character. (no-tabs)
(#2387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2388) Unexpected tab character. (no-tabs)
(#2388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2389) Unexpected tab character. (no-tabs)
(#2389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2390) Unexpected tab character. (no-tabs)
(#2390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2391) Unexpected tab character. (no-tabs)
(#2391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2393) Unexpected tab character. (no-tabs)
(#2393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2396) Unexpected tab character. (no-tabs)
(#2396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2397) Unexpected tab character. (no-tabs)
(#2397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2398) Unexpected tab character. (no-tabs)
(#2398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2399) Unexpected tab character. (no-tabs)
(#2399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2400) Unexpected tab character. (no-tabs)
(#2400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2401) Unexpected tab character. (no-tabs)
(#2401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2402) Unexpected tab character. (no-tabs)
(#2402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2404) Unexpected tab character. (no-tabs)
(#2404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2405) Unexpected tab character. (no-tabs)
(#2405) There should be no spaces inside this paren. (space-in-parens)
(#2405) There should be no spaces inside this paren. (space-in-parens)
(#2405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2406) Unexpected tab character. (no-tabs)
(#2406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2408) Unexpected tab character. (no-tabs)
(#2408) There should be no spaces inside this paren. (space-in-parens)
(#2408) There should be no spaces inside this paren. (space-in-parens)
(#2408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2409) Unexpected tab character. (no-tabs)
(#2409) There should be no spaces inside this paren. (space-in-parens)
(#2409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2410) Unexpected tab character. (no-tabs)
(#2410) There should be no space after '['. (array-bracket-spacing)
(#2410) There should be no space before ']'. (array-bracket-spacing)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2410) There should be no spaces inside this paren. (space-in-parens)
(#2410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2411) Unexpected tab character. (no-tabs)
(#2411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2412) Unexpected tab character. (no-tabs)
(#2412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2413) Unexpected tab character. (no-tabs)
(#2413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2415) Unexpected tab character. (no-tabs)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2416) Unexpected tab character. (no-tabs)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no space after '['. (computed-property-spacing)
(#2416) There should be no space before ']'. (computed-property-spacing)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2417) Unexpected tab character. (no-tabs)
(#2417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2419) Unexpected tab character. (no-tabs)
(#2419) There should be no spaces inside this paren. (space-in-parens)
(#2419) There should be no spaces inside this paren. (space-in-parens)
(#2419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2420) Unexpected tab character. (no-tabs)
(#2420) There should be no space after '['. (computed-property-spacing)
(#2420) There should be no space before ']'. (computed-property-spacing)
(#2420) There should be no spaces inside this paren. (space-in-parens)
(#2420) There should be no spaces inside this paren. (space-in-parens)
(#2420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2421) Unexpected tab character. (no-tabs)
(#2421) There should be no spaces inside this paren. (space-in-parens)
(#2421) There should be no spaces inside this paren. (space-in-parens)
(#2421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2422) Unexpected tab character. (no-tabs)
(#2422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2425) Unexpected tab character. (no-tabs)
(#2425) There should be no spaces inside this paren. (space-in-parens)
(#2425) There should be no spaces inside this paren. (space-in-parens)
(#2425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2427) Unexpected tab character. (no-tabs)
(#2427) There should be no spaces inside this paren. (space-in-parens)
(#2427) There should be no spaces inside this paren. (space-in-parens)
(#2427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2428) Unexpected tab character. (no-tabs)
(#2428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2429) Unexpected tab character. (no-tabs)
(#2429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2430) Unexpected tab character. (no-tabs)
(#2430) There should be no spaces inside this paren. (space-in-parens)
(#2430) There should be no spaces inside this paren. (space-in-parens)
(#2430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2431) Unexpected tab character. (no-tabs)
(#2431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2432) Unexpected tab character. (no-tabs)
(#2432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2433) Unexpected tab character. (no-tabs)
(#2433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2434) Unexpected tab character. (no-tabs)
(#2434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2436) Unexpected tab character. (no-tabs)
(#2436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2437) Unexpected tab character. (no-tabs)
(#2437) There should be no spaces inside this paren. (space-in-parens)
(#2437) There should be no spaces inside this paren. (space-in-parens)
(#2437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2438) Unexpected tab character. (no-tabs)
(#2438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2440) Unexpected tab character. (no-tabs)
(#2440) There should be no spaces inside this paren. (space-in-parens)
(#2440) There should be no space after '['. (computed-property-spacing)
(#2440) There should be no space before ']'. (computed-property-spacing)
(#2440) There should be no spaces inside this paren. (space-in-parens)
(#2440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2441) Unexpected tab character. (no-tabs)
(#2441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2442) Unexpected tab character. (no-tabs)
(#2442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2443) Unexpected tab character. (no-tabs)
(#2443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2444) Unexpected tab character. (no-tabs)
(#2444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2445) Unexpected tab character. (no-tabs)
(#2445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2446) Unexpected tab character. (no-tabs)
(#2446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2447) Unexpected tab character. (no-tabs)
(#2447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2448) Unexpected tab character. (no-tabs)
(#2448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2449) Unexpected tab character. (no-tabs)
(#2449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2450) Unexpected tab character. (no-tabs)
(#2450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2451) Unexpected tab character. (no-tabs)
(#2451) There should be no space after '['. (computed-property-spacing)
(#2451) There should be no space before ']'. (computed-property-spacing)
(#2451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2452) Unexpected tab character. (no-tabs)
(#2452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2454) Unexpected tab character. (no-tabs)
(#2454) There should be no spaces inside this paren. (space-in-parens)
(#2454) There should be no space after '['. (computed-property-spacing)
(#2454) There should be no space before ']'. (computed-property-spacing)
(#2454) There should be no spaces inside this paren. (space-in-parens)
(#2454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2455) Unexpected tab character. (no-tabs)
(#2455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2456) Unexpected tab character. (no-tabs)
(#2456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2457) Unexpected tab character. (no-tabs)
(#2457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2458) Unexpected tab character. (no-tabs)
(#2458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2459) Unexpected tab character. (no-tabs)
(#2459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2460) Unexpected tab character. (no-tabs)
(#2460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2461) Unexpected tab character. (no-tabs)
(#2461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2462) Unexpected tab character. (no-tabs)
(#2462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2463) Unexpected tab character. (no-tabs)
(#2463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2464) Unexpected tab character. (no-tabs)
(#2464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2465) Unexpected tab character. (no-tabs)
(#2465) There should be no space after '['. (computed-property-spacing)
(#2465) There should be no space before ']'. (computed-property-spacing)
(#2465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2466) Unexpected tab character. (no-tabs)
(#2466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2468) Unexpected tab character. (no-tabs)
(#2468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2469) Unexpected tab character. (no-tabs)
(#2469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2470) Unexpected tab character. (no-tabs)
(#2470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2471) Unexpected tab character. (no-tabs)
(#2471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2472) Unexpected tab character. (no-tabs)
(#2472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2474) Unexpected tab character. (no-tabs)
(#2474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2475) Unexpected tab character. (no-tabs)
(#2475) There should be no spaces inside this paren. (space-in-parens)
(#2475) There should be no spaces inside this paren. (space-in-parens)
(#2475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2476) Unexpected tab character. (no-tabs)
(#2476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2477) Unexpected tab character. (no-tabs)
(#2477) There should be no spaces inside this paren. (space-in-parens)
(#2477) There should be no spaces inside this paren. (space-in-parens)
(#2477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2478) Unexpected tab character. (no-tabs)
(#2478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2480) Unexpected tab character. (no-tabs)
(#2480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2481) Unexpected tab character. (no-tabs)
(#2481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2482) Unexpected tab character. (no-tabs)
(#2482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2483) Unexpected tab character. (no-tabs)
(#2483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2484) Unexpected tab character. (no-tabs)
(#2484) There should be no spaces inside this paren. (space-in-parens)
(#2484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2485) Unexpected tab character. (no-tabs)
(#2485) There should be no spaces inside this paren. (space-in-parens)
(#2485) There should be no spaces inside this paren. (space-in-parens)
(#2485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2486) Unexpected tab character. (no-tabs)
(#2486) There should be no spaces inside this paren. (space-in-parens)
(#2486) There should be no spaces inside this paren. (space-in-parens)
(#2486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2487) Unexpected tab character. (no-tabs)
(#2487) There should be no spaces inside this paren. (space-in-parens)
(#2487) There should be no spaces inside this paren. (space-in-parens)
(#2487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2488) Unexpected tab character. (no-tabs)
(#2488) There should be no spaces inside this paren. (space-in-parens)
(#2488) There should be no spaces inside this paren. (space-in-parens)
(#2488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2489) Unexpected tab character. (no-tabs)
(#2489) There should be no spaces inside this paren. (space-in-parens)
(#2489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2490) Unexpected tab character. (no-tabs)
(#2490) There should be no spaces inside this paren. (space-in-parens)
(#2490) There should be no spaces inside this paren. (space-in-parens)
(#2490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2491) Unexpected tab character. (no-tabs)
(#2491) There should be no spaces inside this paren. (space-in-parens)
(#2491) There should be no spaces inside this paren. (space-in-parens)
(#2491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2493) Unexpected tab character. (no-tabs)
(#2493) There should be no spaces inside this paren. (space-in-parens)
(#2493) There should be no spaces inside this paren. (space-in-parens)
(#2493) There should be no spaces inside this paren. (space-in-parens)
(#2493) There should be no spaces inside this paren. (space-in-parens)
(#2493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2494) Unexpected tab character. (no-tabs)
(#2494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2496) Unexpected tab character. (no-tabs)
(#2496) There should be no spaces inside this paren. (space-in-parens)
(#2496) There should be no space after '['. (computed-property-spacing)
(#2496) There should be no space before ']'. (computed-property-spacing)
(#2496) There should be no spaces inside this paren. (space-in-parens)
(#2496) There should be no spaces inside this paren. (space-in-parens)
(#2496) There should be no spaces inside this paren. (space-in-parens)
(#2496) There should be no spaces inside this paren. (space-in-parens)
(#2496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2498) Unexpected tab character. (no-tabs)
(#2498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2499) Unexpected tab character. (no-tabs)
(#2499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2500) Unexpected tab character. (no-tabs)
(#2500) There should be no spaces inside this paren. (space-in-parens)
(#2500) There should be no spaces inside this paren. (space-in-parens)
(#2500) There should be no spaces inside this paren. (space-in-parens)
(#2500) There should be no spaces inside this paren. (space-in-parens)
(#2500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2501) Unexpected tab character. (no-tabs)
(#2501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2502) Unexpected tab character. (no-tabs)
(#2502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2503) Unexpected tab character. (no-tabs)
(#2503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2505) Unexpected tab character. (no-tabs)
(#2505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2507) Unexpected tab character. (no-tabs)
(#2507) There should be no spaces inside this paren. (space-in-parens)
(#2507) There should be no spaces inside this paren. (space-in-parens)
(#2507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2508) Unexpected tab character. (no-tabs)
(#2508) There should be no spaces inside this paren. (space-in-parens)
(#2508) There should be no spaces inside this paren. (space-in-parens)
(#2508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2510) Unexpected tab character. (no-tabs)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no spaces inside this paren. (space-in-parens)
(#2510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2511) Unexpected tab character. (no-tabs)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2512) Unexpected tab character. (no-tabs)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2513) Unexpected tab character. (no-tabs)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2514) Unexpected tab character. (no-tabs)
(#2514) There should be no spaces inside this paren. (space-in-parens)
(#2514) There should be no spaces inside this paren. (space-in-parens)
(#2514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2517) Unexpected tab character. (no-tabs)
(#2517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2519) Unexpected tab character. (no-tabs)
(#2519) There should be no spaces inside this paren. (space-in-parens)
(#2519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2520) Unexpected tab character. (no-tabs)
(#2520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2521) Unexpected tab character. (no-tabs)
(#2521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2522) Unexpected tab character. (no-tabs)
(#2522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2523) Unexpected tab character. (no-tabs)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2525) Unexpected tab character. (no-tabs)
(#2525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2526) Unexpected tab character. (no-tabs)
(#2526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2528) Unexpected tab character. (no-tabs)
(#2528) There should be no spaces inside this paren. (space-in-parens)
(#2528) There should be no spaces inside this paren. (space-in-parens)
(#2528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2529) Unexpected tab character. (no-tabs)
(#2529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2532) Unexpected tab character. (no-tabs)
(#2532) There should be no spaces inside this paren. (space-in-parens)
(#2532) There should be no spaces inside this paren. (space-in-parens)
(#2532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2533) Unexpected tab character. (no-tabs)
(#2533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2535) Unexpected tab character. (no-tabs)
(#2535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2536) Unexpected tab character. (no-tabs)
(#2536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2538) Unexpected tab character. (no-tabs)
(#2538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2539) Unexpected tab character. (no-tabs)
(#2539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2540) Unexpected tab character. (no-tabs)
(#2540) There should be no spaces inside this paren. (space-in-parens)
(#2540) There should be no spaces inside this paren. (space-in-parens)
(#2540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2541) Unexpected tab character. (no-tabs)
(#2541) There should be no spaces inside this paren. (space-in-parens)
(#2541) There should be no spaces inside this paren. (space-in-parens)
(#2541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2542) Unexpected tab character. (no-tabs)
(#2542) There should be no spaces inside this paren. (space-in-parens)
(#2542) There should be no spaces inside this paren. (space-in-parens)
(#2542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2543) Unexpected tab character. (no-tabs)
(#2543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2545) Unexpected tab character. (no-tabs)
(#2545) There should be no spaces inside this paren. (space-in-parens)
(#2545) There should be no spaces inside this paren. (space-in-parens)
(#2545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2546) Unexpected tab character. (no-tabs)
(#2546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2547) Unexpected tab character. (no-tabs)
(#2547) There should be no spaces inside this paren. (space-in-parens)
(#2547) There should be no spaces inside this paren. (space-in-parens)
(#2547) There should be no spaces inside this paren. (space-in-parens)
(#2547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2548) Unexpected tab character. (no-tabs)
(#2548) There should be no spaces inside this paren. (space-in-parens)
(#2548) There should be no spaces inside this paren. (space-in-parens)
(#2548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2549) Unexpected tab character. (no-tabs)
(#2549) There should be no spaces inside this paren. (space-in-parens)
(#2549) There should be no space after '['. (computed-property-spacing)
(#2549) There should be no space before ']'. (computed-property-spacing)
(#2549) There should be no spaces inside this paren. (space-in-parens)
(#2549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2550) Unexpected tab character. (no-tabs)
(#2550) There should be no space after '['. (computed-property-spacing)
(#2550) There should be no space before ']'. (computed-property-spacing)
(#2550) There should be no space after '['. (computed-property-spacing)
(#2550) There should be no space before ']'. (computed-property-spacing)
(#2550) There should be no space after '['. (computed-property-spacing)
(#2550) There should be no space before ']'. (computed-property-spacing)
(#2550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2551) Unexpected tab character. (no-tabs)
(#2551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2552) Unexpected tab character. (no-tabs)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2553) Unexpected tab character. (no-tabs)
(#2553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2554) Unexpected tab character. (no-tabs)
(#2554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2555) There should be no spaces inside this paren. (space-in-parens)
(#2555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2558) Missing JSDoc comment. (require-jsdoc)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no spaces inside this paren. (space-in-parens)
(#2558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2560) Unexpected tab character. (no-tabs)
(#2560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2561) Unexpected tab character. (no-tabs)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2562) Unexpected tab character. (no-tabs)
(#2562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2563) Unexpected tab character. (no-tabs)
(#2563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2564) Unexpected tab character. (no-tabs)
(#2564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2566) Unexpected tab character. (no-tabs)
(#2566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2567) Unexpected tab character. (no-tabs)
(#2567) There should be no space after '{'. (object-curly-spacing)
(#2567) There should be no space before '}'. (object-curly-spacing)
(#2567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2569) Unexpected tab character. (no-tabs)
(#2569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2570) Unexpected tab character. (no-tabs)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2570) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2571) Unexpected tab character. (no-tabs)
(#2571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2572) Unexpected tab character. (no-tabs)
(#2572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2574) Unexpected tab character. (no-tabs)
(#2574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2575) Unexpected tab character. (no-tabs)
(#2575) There should be no spaces inside this paren. (space-in-parens)
(#2575) There should be no spaces inside this paren. (space-in-parens)
(#2575) There should be no spaces inside this paren. (space-in-parens)
(#2575) There should be no spaces inside this paren. (space-in-parens)
(#2575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2576) Unexpected tab character. (no-tabs)
(#2576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2577) Unexpected tab character. (no-tabs)
(#2577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2578) Unexpected tab character. (no-tabs)
(#2578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2579) Unexpected tab character. (no-tabs)
(#2579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2581) Unexpected tab character. (no-tabs)
(#2581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2582) Unexpected tab character. (no-tabs)
(#2582) There should be no spaces inside this paren. (space-in-parens)
(#2582) There should be no space after '['. (computed-property-spacing)
(#2582) There should be no space before ']'. (computed-property-spacing)
(#2582) There should be no spaces inside this paren. (space-in-parens)
(#2582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2583) Unexpected tab character. (no-tabs)
(#2583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2584) Unexpected tab character. (no-tabs)
(#2584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2585) Unexpected tab character. (no-tabs)
(#2585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2586) Unexpected tab character. (no-tabs)
(#2586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2588) Unexpected tab character. (no-tabs)
(#2588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2589) There should be no spaces inside this paren. (space-in-parens)
(#2589) There should be no spaces inside this paren. (space-in-parens)
(#2589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2590) Unexpected tab character. (no-tabs)
(#2590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2591) Unexpected tab character. (no-tabs)
(#2591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2592) Unexpected tab character. (no-tabs)
(#2592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2594) Unexpected tab character. (no-tabs)
(#2594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2595) Unexpected tab character. (no-tabs)
(#2595) There should be no spaces inside this paren. (space-in-parens)
(#2595) There should be no spaces inside this paren. (space-in-parens)
(#2595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2596) Unexpected tab character. (no-tabs)
(#2596) There should be no spaces inside this paren. (space-in-parens)
(#2596) There should be no spaces inside this paren. (space-in-parens)
(#2596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2597) Unexpected tab character. (no-tabs)
(#2597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2599) Unexpected tab character. (no-tabs)
(#2599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2600) Unexpected tab character. (no-tabs)
(#2600) Do not nest ternary expressions. (no-nested-ternary)
(#2600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2601) Unexpected tab character. (no-tabs)
(#2601) Do not nest ternary expressions. (no-nested-ternary)
(#2601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2602) Unexpected tab character. (no-tabs)
(#2602) There should be no space after '['. (computed-property-spacing)
(#2602) There should be no space before ']'. (computed-property-spacing)
(#2602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2603) Unexpected tab character. (no-tabs)
(#2603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2605) Unexpected tab character. (no-tabs)
(#2605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2607) Unexpected tab character. (no-tabs)
(#2607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2610) Missing JSDoc comment. (require-jsdoc)
(#2610) There should be no spaces inside this paren. (space-in-parens)
(#2610) There should be no spaces inside this paren. (space-in-parens)
(#2610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2612) Unexpected tab character. (no-tabs)
(#2612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2613) Unexpected tab character. (no-tabs)
(#2613) There should be no spaces inside this paren. (space-in-parens)
(#2613) There should be no space after '['. (computed-property-spacing)
(#2613) There should be no space before ']'. (computed-property-spacing)
(#2613) There should be no spaces inside this paren. (space-in-parens)
(#2613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2614) Unexpected tab character. (no-tabs)
(#2614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2615) Unexpected tab character. (no-tabs)
(#2615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2617) Unexpected tab character. (no-tabs)
(#2617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2618) Unexpected tab character. (no-tabs)
(#2618) There should be no spaces inside this paren. (space-in-parens)
(#2618) There should be no space after '['. (computed-property-spacing)
(#2618) There should be no space before ']'. (computed-property-spacing)
(#2618) There should be no spaces inside this paren. (space-in-parens)
(#2618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2619) Unexpected tab character. (no-tabs)
(#2619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2620) Unexpected tab character. (no-tabs)
(#2620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2622) Unexpected tab character. (no-tabs)
(#2622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2623) Unexpected tab character. (no-tabs)
(#2623) There should be no spaces inside this paren. (space-in-parens)
(#2623) There should be no spaces inside this paren. (space-in-parens)
(#2623) There should be no spaces inside this paren. (space-in-parens)
(#2623) There should be no spaces inside this paren. (space-in-parens)
(#2623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2624) Unexpected tab character. (no-tabs)
(#2624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2625) Unexpected tab character. (no-tabs)
(#2625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2627) Unexpected tab character. (no-tabs)
(#2627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2628) Unexpected tab character. (no-tabs)
(#2628) There should be no spaces inside this paren. (space-in-parens)
(#2628) There should be no spaces inside this paren. (space-in-parens)
(#2628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2629) Unexpected tab character. (no-tabs)
(#2629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2630) Unexpected tab character. (no-tabs)
(#2630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2632) Unexpected tab character. (no-tabs)
(#2632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2633) Unexpected tab character. (no-tabs)
(#2633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2636) There should be no spaces inside this paren. (space-in-parens)
(#2636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2637) Unexpected tab character. (no-tabs)
(#2637) There should be no spaces inside this paren. (space-in-parens)
(#2637) Comments should not begin with a lowercase character (capitalized-comments)
(#2637) There should be no spaces inside this paren. (space-in-parens)
(#2637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2638) 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)
(#2638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2640) Unexpected tab character. (no-tabs)
(#2640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2641) Unexpected tab character. (no-tabs)
(#2641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2642) Unexpected tab character. (no-tabs)
(#2642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2643) Unexpected tab character. (no-tabs)
(#2643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2644) Unexpected tab character. (no-tabs)
(#2644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2645) Unexpected tab character. (no-tabs)
(#2645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2646) Unexpected tab character. (no-tabs)
(#2646) There should be no spaces inside this paren. (space-in-parens)
(#2646) There should be no spaces inside this paren. (space-in-parens)
(#2646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2647) Unexpected tab character. (no-tabs)
(#2647) There should be no spaces inside this paren. (space-in-parens)
(#2647) There should be no spaces inside this paren. (space-in-parens)
(#2647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2650) Unexpected tab character. (no-tabs)
(#2650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2651) Unexpected tab character. (no-tabs)
(#2651) There should be no spaces inside this paren. (space-in-parens)
(#2651) There should be no spaces inside this paren. (space-in-parens)
(#2651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2653) Unexpected tab character. (no-tabs)
(#2653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2654) Unexpected tab character. (no-tabs)
(#2654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2655) Unexpected tab character. (no-tabs)
(#2655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2656) Unexpected tab character. (no-tabs)
(#2656) There should be no spaces inside this paren. (space-in-parens)
(#2656) There should be no spaces inside this paren. (space-in-parens)
(#2656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2658) Unexpected tab character. (no-tabs)
(#2658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2660) Unexpected tab character. (no-tabs)
(#2660) There should be no spaces inside this paren. (space-in-parens)
(#2660) There should be no spaces inside this paren. (space-in-parens)
(#2660) There should be no spaces inside this paren. (space-in-parens)
(#2660) There should be no spaces inside this paren. (space-in-parens)
(#2660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2661) Unexpected tab character. (no-tabs)
(#2661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2662) Unexpected tab character. (no-tabs)
(#2662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2664) Unexpected tab character. (no-tabs)
(#2664) There should be no spaces inside this paren. (space-in-parens)
(#2664) There should be no spaces inside this paren. (space-in-parens)
(#2664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2665) Unexpected tab character. (no-tabs)
(#2665) There should be no spaces inside this paren. (space-in-parens)
(#2665) There should be no spaces inside this paren. (space-in-parens)
(#2665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2666) Unexpected tab character. (no-tabs)
(#2666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2668) Unexpected tab character. (no-tabs)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2669) Unexpected tab character. (no-tabs)
(#2669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2670) Unexpected tab character. (no-tabs)
(#2670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2671) Unexpected tab character. (no-tabs)
(#2671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2673) Unexpected tab character. (no-tabs)
(#2673) There should be no spaces inside this paren. (space-in-parens)
(#2673) There should be no spaces inside this paren. (space-in-parens)
(#2673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2675) Unexpected tab character. (no-tabs)
(#2675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2676) Unexpected tab character. (no-tabs)
(#2676) There should be no spaces inside this paren. (space-in-parens)
(#2676) There should be no spaces inside this paren. (space-in-parens)
(#2676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2677) Unexpected tab character. (no-tabs)
(#2677) There should be no space after '['. (computed-property-spacing)
(#2677) There should be no space before ']'. (computed-property-spacing)
(#2677) There should be no spaces inside this paren. (space-in-parens)
(#2677) There should be no spaces inside this paren. (space-in-parens)
(#2677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2678) Unexpected tab character. (no-tabs)
(#2678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2679) Unexpected tab character. (no-tabs)
(#2679) There should be no spaces inside this paren. (space-in-parens)
(#2679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2682) Unexpected tab character. (no-tabs)
(#2682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2683) Unexpected tab character. (no-tabs)
(#2683) There should be no spaces inside this paren. (space-in-parens)
(#2683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2684) Unexpected tab character. (no-tabs)
(#2684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2685) Unexpected tab character. (no-tabs)
(#2685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2687) Unexpected tab character. (no-tabs)
(#2687) Missing JSDoc comment. (require-jsdoc)
(#2687) There should be no spaces inside this paren. (space-in-parens)
(#2687) There should be no spaces inside this paren. (space-in-parens)
(#2687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2690) Unexpected tab character. (no-tabs)
(#2690) Missing JSDoc comment. (require-jsdoc)
(#2690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2691) Unexpected tab character. (no-tabs)
(#2691) There should be no spaces inside this paren. (space-in-parens)
(#2691) There should be no spaces inside this paren. (space-in-parens)
(#2691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2695) Unexpected tab character. (no-tabs)
(#2695) There should be no spaces inside this paren. (space-in-parens)
(#2695) There should be no spaces inside this paren. (space-in-parens)
(#2695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2696) Unexpected tab character. (no-tabs)
(#2696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2697) Unexpected tab character. (no-tabs)
(#2697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2699) Unexpected tab character. (no-tabs)
(#2699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2700) Unexpected tab character. (no-tabs)
(#2700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2702) Unexpected tab character. (no-tabs)
(#2702) Missing JSDoc comment. (require-jsdoc)
(#2702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2703) There should be no spaces inside this paren. (space-in-parens)
(#2703) There should be no spaces inside this paren. (space-in-parens)
(#2703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2704) Unexpected tab character. (no-tabs)
(#2704) There should be no spaces inside this paren. (space-in-parens)
(#2704) There should be no space after '['. (computed-property-spacing)
(#2704) There should be no space before ']'. (computed-property-spacing)
(#2704) There should be no spaces inside this paren. (space-in-parens)
(#2704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2705) Unexpected tab character. (no-tabs)
(#2705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2707) Unexpected tab character. (no-tabs)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2708) Unexpected tab character. (no-tabs)
(#2708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2709) Unexpected tab character. (no-tabs)
(#2709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2710) Unexpected tab character. (no-tabs)
(#2710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2712) Unexpected tab character. (no-tabs)
(#2712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2713) Unexpected tab character. (no-tabs)
(#2713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2714) Unexpected tab character. (no-tabs)
(#2714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2716) Unexpected tab character. (no-tabs)
(#2716) There should be no spaces inside this paren. (space-in-parens)
(#2716) There should be no spaces inside this paren. (space-in-parens)
(#2716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2717) There should be no spaces inside this paren. (space-in-parens)
(#2717) There should be no spaces inside this paren. (space-in-parens)
(#2717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2719) Unexpected tab character. (no-tabs)
(#2719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2720) Unexpected tab character. (no-tabs)
(#2720) There should be no space after '['. (computed-property-spacing)
(#2720) There should be no space before ']'. (computed-property-spacing)
(#2720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2721) Unexpected tab character. (no-tabs)
(#2721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2722) Unexpected tab character. (no-tabs)
(#2722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2724) Unexpected tab character. (no-tabs)
(#2724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2725) Unexpected tab character. (no-tabs)
(#2725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2728) Unexpected tab character. (no-tabs)
(#2728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2729) Unexpected tab character. (no-tabs)
(#2729) There should be no space after '['. (computed-property-spacing)
(#2729) There should be no space before ']'. (computed-property-spacing)
(#2729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2730) Unexpected tab character. (no-tabs)
(#2730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2731) Unexpected tab character. (no-tabs)
(#2731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2732) Unexpected tab character. (no-tabs)
(#2732) There should be no spaces inside this paren. (space-in-parens)
(#2732) There should be no space after '['. (computed-property-spacing)
(#2732) There should be no space before ']'. (computed-property-spacing)
(#2732) There should be no spaces inside this paren. (space-in-parens)
(#2732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2733) Unexpected tab character. (no-tabs)
(#2733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2734) Unexpected tab character. (no-tabs)
(#2734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2735) Unexpected tab character. (no-tabs)
(#2735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2737) Unexpected tab character. (no-tabs)
(#2737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2738) Unexpected tab character. (no-tabs)
(#2738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2739) Unexpected tab character. (no-tabs)
(#2739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2740) Unexpected tab character. (no-tabs)
(#2740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2741) Unexpected tab character. (no-tabs)
(#2741) There should be no spaces inside this paren. (space-in-parens)
(#2741) There should be no spaces inside this paren. (space-in-parens)
(#2741) There should be no spaces inside this paren. (space-in-parens)
(#2741) There should be no spaces inside this paren. (space-in-parens)
(#2741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2742) Unexpected tab character. (no-tabs)
(#2742) There should be no spaces inside this paren. (space-in-parens)
(#2742) There should be no spaces inside this paren. (space-in-parens)
(#2742) There should be no spaces inside this paren. (space-in-parens)
(#2742) There should be no spaces inside this paren. (space-in-parens)
(#2742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2743) Unexpected tab character. (no-tabs)
(#2743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2745) Unexpected tab character. (no-tabs)
(#2745) There should be no spaces inside this paren. (space-in-parens)
(#2745) There should be no spaces inside this paren. (space-in-parens)
(#2745) There should be no spaces inside this paren. (space-in-parens)
(#2745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2746) Unexpected tab character. (no-tabs)
(#2746) There should be no spaces inside this paren. (space-in-parens)
(#2746) There should be no spaces inside this paren. (space-in-parens)
(#2746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2747) Unexpected tab character. (no-tabs)
(#2747) There should be no spaces inside this paren. (space-in-parens)
(#2747) There should be no spaces inside this paren. (space-in-parens)
(#2747) There should be no spaces inside this paren. (space-in-parens)
(#2747) There should be no spaces inside this paren. (space-in-parens)
(#2747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2748) Unexpected tab character. (no-tabs)
(#2748) There should be no spaces inside this paren. (space-in-parens)
(#2748) There should be no spaces inside this paren. (space-in-parens)
(#2748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2749) Unexpected tab character. (no-tabs)
(#2749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2750) Unexpected tab character. (no-tabs)
(#2750) There should be no spaces inside this paren. (space-in-parens)
(#2750) There should be no spaces inside this paren. (space-in-parens)
(#2750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2751) Unexpected tab character. (no-tabs)
(#2751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2752) Unexpected tab character. (no-tabs)
(#2752) unnecessary '.call()'. (no-useless-call)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2753) Unexpected tab character. (no-tabs)
(#2753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2754) Unexpected tab character. (no-tabs)
(#2754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2755) There should be no spaces inside this paren. (space-in-parens)
(#2755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2759) Unexpected tab character. (no-tabs)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2760) Unexpected tab character. (no-tabs)
(#2760) There should be no spaces inside this paren. (space-in-parens)
(#2760) There should be no spaces inside this paren. (space-in-parens)
(#2760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2761) Unexpected tab character. (no-tabs)
(#2761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2762) Unexpected tab character. (no-tabs)
(#2762) There should be no spaces inside this paren. (space-in-parens)
(#2762) There should be no spaces inside this paren. (space-in-parens)
(#2762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2763) Unexpected tab character. (no-tabs)
(#2763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2764) Unexpected tab character. (no-tabs)
(#2764) unnecessary '.call()'. (no-useless-call)
(#2764) There should be no spaces inside this paren. (space-in-parens)
(#2764) There should be no spaces inside this paren. (space-in-parens)
(#2764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2765) Unexpected tab character. (no-tabs)
(#2765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2766) Unexpected tab character. (no-tabs)
(#2766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2767) Unexpected tab character. (no-tabs)
(#2767) There should be no spaces inside this paren. (space-in-parens)
(#2767) There should be no spaces inside this paren. (space-in-parens)
(#2767) There should be no spaces inside this paren. (space-in-parens)
(#2767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2769) Unexpected tab character. (no-tabs)
(#2769) There should be no spaces inside this paren. (space-in-parens)
(#2769) There should be no spaces inside this paren. (space-in-parens)
(#2769) There should be no spaces inside this paren. (space-in-parens)
(#2769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2770) Unexpected tab character. (no-tabs)
(#2770) There should be no spaces inside this paren. (space-in-parens)
(#2770) There should be no spaces inside this paren. (space-in-parens)
(#2770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2771) Unexpected tab character. (no-tabs)
(#2771) There should be no spaces inside this paren. (space-in-parens)
(#2771) There should be no spaces inside this paren. (space-in-parens)
(#2771) There should be no spaces inside this paren. (space-in-parens)
(#2771) There should be no spaces inside this paren. (space-in-parens)
(#2771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2772) Unexpected tab character. (no-tabs)
(#2772) There should be no spaces inside this paren. (space-in-parens)
(#2772) There should be no spaces inside this paren. (space-in-parens)
(#2772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2773) Unexpected tab character. (no-tabs)
(#2773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2774) Unexpected tab character. (no-tabs)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2775) Unexpected tab character. (no-tabs)
(#2775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2776) Unexpected tab character. (no-tabs)
(#2776) unnecessary '.call()'. (no-useless-call)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2777) Unexpected tab character. (no-tabs)
(#2777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2778) Unexpected tab character. (no-tabs)
(#2778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2779) Unexpected tab character. (no-tabs)
(#2779) There should be no spaces inside this paren. (space-in-parens)
(#2779) There should be no spaces inside this paren. (space-in-parens)
(#2779) There should be no spaces inside this paren. (space-in-parens)
(#2779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2783) Unexpected tab character. (no-tabs)
(#2783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2785) Unexpected tab character. (no-tabs)
(#2785) There should be no spaces inside this paren. (space-in-parens)
(#2785) There should be no space after '['. (array-bracket-spacing)
(#2785) There should be no space before ']'. (array-bracket-spacing)
(#2785) There should be no spaces inside this paren. (space-in-parens)
(#2785) There should be no spaces inside this paren. (space-in-parens)
(#2785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2786) Unexpected tab character. (no-tabs)
(#2786) There should be no spaces inside this paren. (space-in-parens)
(#2786) There should be no spaces inside this paren. (space-in-parens)
(#2786) There should be no spaces inside this paren. (space-in-parens)
(#2786) There should be no spaces inside this paren. (space-in-parens)
(#2786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2787) Unexpected tab character. (no-tabs)
(#2787) There should be no space after '['. (array-bracket-spacing)
(#2787) There should be no spaces inside this paren. (space-in-parens)
(#2787) There should be no spaces inside this paren. (space-in-parens)
(#2787) There should be no space before ']'. (array-bracket-spacing)
(#2787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2788) Unexpected tab character. (no-tabs)
(#2788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2789) Unexpected tab character. (no-tabs)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2790) Unexpected tab character. (no-tabs)
(#2790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2791) Unexpected tab character. (no-tabs)
(#2791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2793) Unexpected tab character. (no-tabs)
(#2793) There should be no spaces inside this paren. (space-in-parens)
(#2793) There should be no spaces inside this paren. (space-in-parens)
(#2793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2794) Unexpected tab character. (no-tabs)
(#2794) There should be no spaces inside this paren. (space-in-parens)
(#2794) There should be no spaces inside this paren. (space-in-parens)
(#2794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2795) Unexpected tab character. (no-tabs)
(#2795) There should be no spaces inside this paren. (space-in-parens)
(#2795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2796) Unexpected tab character. (no-tabs)
(#2796) There should be no spaces inside this paren. (space-in-parens)
(#2796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2797) Unexpected tab character. (no-tabs)
(#2797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2798) There should be no spaces inside this paren. (space-in-parens)
(#2798) There should be no spaces inside this paren. (space-in-parens)
(#2798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2799) Unexpected tab character. (no-tabs)
(#2799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2801) Unexpected tab character. (no-tabs)
(#2801) There should be no spaces inside this paren. (space-in-parens)
(#2801) There should be no spaces inside this paren. (space-in-parens)
(#2801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2802) Unexpected tab character. (no-tabs)
(#2802) There should be no spaces inside this paren. (space-in-parens)
(#2802) There should be no spaces inside this paren. (space-in-parens)
(#2802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2803) Unexpected tab character. (no-tabs)
(#2803) There should be no spaces inside this paren. (space-in-parens)
(#2803) There should be no spaces inside this paren. (space-in-parens)
(#2803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2804) Unexpected tab character. (no-tabs)
(#2804) There should be no spaces inside this paren. (space-in-parens)
(#2804) There should be no spaces inside this paren. (space-in-parens)
(#2804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2806) Unexpected tab character. (no-tabs)
(#2806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2807) Unexpected tab character. (no-tabs)
(#2807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2808) Unexpected tab character. (no-tabs)
(#2808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2809) Unexpected tab character. (no-tabs)
(#2809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2810) Unexpected tab character. (no-tabs)
(#2810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2811) Unexpected tab character. (no-tabs)
(#2811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2812) Unexpected tab character. (no-tabs)
(#2812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2813) Unexpected tab character. (no-tabs)
(#2813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2814) Unexpected tab character. (no-tabs)
(#2814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2815) Unexpected tab character. (no-tabs)
(#2815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2817) Unexpected tab character. (no-tabs)
(#2817) There should be no spaces inside this paren. (space-in-parens)
(#2817) There should be no spaces inside this paren. (space-in-parens)
(#2817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2819) Unexpected tab character. (no-tabs)
(#2819) There should be no spaces inside this paren. (space-in-parens)
(#2819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2820) Unexpected tab character. (no-tabs)
(#2820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2821) Unexpected tab character. (no-tabs)
(#2821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2822) Unexpected tab character. (no-tabs)
(#2822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2823) Unexpected tab character. (no-tabs)
(#2823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2824) Unexpected tab character. (no-tabs)
(#2824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2825) Unexpected tab character. (no-tabs)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2826) Unexpected tab character. (no-tabs)
(#2826) There should be no spaces inside this paren. (space-in-parens)
(#2826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2827) Unexpected tab character. (no-tabs)
(#2827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2828) Unexpected tab character. (no-tabs)
(#2828) There should be no spaces inside this paren. (space-in-parens)
(#2828) There should be no spaces inside this paren. (space-in-parens)
(#2828) There should be no spaces inside this paren. (space-in-parens)
(#2828) There should be no spaces inside this paren. (space-in-parens)
(#2828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2829) Unexpected tab character. (no-tabs)
(#2829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2830) Unexpected tab character. (no-tabs)
(#2830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2831) Unexpected tab character. (no-tabs)
(#2831) There should be no spaces inside this paren. (space-in-parens)
(#2831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2832) Unexpected tab character. (no-tabs)
(#2832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2833) There should be no spaces inside this paren. (space-in-parens)
(#2833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2835) Missing JSDoc comment. (require-jsdoc)
(#2835) There should be no spaces inside this paren. (space-in-parens)
(#2835) There should be no spaces inside this paren. (space-in-parens)
(#2835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2836) Unexpected tab character. (no-tabs)
(#2836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2837) Unexpected tab character. (no-tabs)
(#2837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2838) Line 2838 exceeds the maximum line length of 132. (max-len)
(#2838) Unexpected tab character. (no-tabs)
(#2838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2839) There should be no space after '['. (array-bracket-spacing)
(#2839) There should be no space before ']'. (array-bracket-spacing)
(#2839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2841) Unexpected tab character. (no-tabs)
(#2841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2842) Unexpected tab character. (no-tabs)
(#2842) There should be no spaces inside this paren. (space-in-parens)
(#2842) There should be no space after '['. (computed-property-spacing)
(#2842) There should be no space before ']'. (computed-property-spacing)
(#2842) There should be no spaces inside this paren. (space-in-parens)
(#2842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2843) Unexpected tab character. (no-tabs)
(#2843) There should be no space after '['. (computed-property-spacing)
(#2843) There should be no space before ']'. (computed-property-spacing)
(#2843) There should be no spaces inside this paren. (space-in-parens)
(#2843) There should be no space after '['. (computed-property-spacing)
(#2843) There should be no space before ']'. (computed-property-spacing)
(#2843) There should be no spaces inside this paren. (space-in-parens)
(#2843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2844) Unexpected tab character. (no-tabs)
(#2844) There should be no space after '['. (computed-property-spacing)
(#2844) There should be no space before ']'. (computed-property-spacing)
(#2844) There should be no spaces inside this paren. (space-in-parens)
(#2844) There should be no space after '['. (computed-property-spacing)
(#2844) There should be no space before ']'. (computed-property-spacing)
(#2844) There should be no spaces inside this paren. (space-in-parens)
(#2844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2845) Unexpected tab character. (no-tabs)
(#2845) There should be no spaces inside this paren. (space-in-parens)
(#2845) There should be no space after '['. (computed-property-spacing)
(#2845) There should be no space before ']'. (computed-property-spacing)
(#2845) There should be no spaces inside this paren. (space-in-parens)
(#2845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2846) Unexpected tab character. (no-tabs)
(#2846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2849) There should be no spaces inside this paren. (space-in-parens)
(#2849) There should be no spaces inside this paren. (space-in-parens)
(#2849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2850) Unexpected tab character. (no-tabs)
(#2850) There should be no spaces inside this paren. (space-in-parens)
(#2850) There should be no spaces inside this paren. (space-in-parens)
(#2850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2852) Unexpected tab character. (no-tabs)
(#2852) There should be no spaces inside this paren. (space-in-parens)
(#2852) There should be no spaces inside this paren. (space-in-parens)
(#2852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2853) Unexpected tab character. (no-tabs)
(#2853) There should be no spaces inside this paren. (space-in-parens)
(#2853) There should be no spaces inside this paren. (space-in-parens)
(#2853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2854) Unexpected tab character. (no-tabs)
(#2854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2855) Unexpected tab character. (no-tabs)
(#2855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2856) Unexpected tab character. (no-tabs)
(#2856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2858) Unexpected tab character. (no-tabs)
(#2858) There should be no spaces inside this paren. (space-in-parens)
(#2858) There should be no spaces inside this paren. (space-in-parens)
(#2858) There should be no spaces inside this paren. (space-in-parens)
(#2858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2860) Unexpected tab character. (no-tabs)
(#2860) There should be no spaces inside this paren. (space-in-parens)
(#2860) There should be no spaces inside this paren. (space-in-parens)
(#2860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2862) Unexpected tab character. (no-tabs)
(#2862) There should be no spaces inside this paren. (space-in-parens)
(#2862) There should be no spaces inside this paren. (space-in-parens)
(#2862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2863) Unexpected tab character. (no-tabs)
(#2863) There should be no spaces inside this paren. (space-in-parens)
(#2863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2866) There should be no spaces inside this paren. (space-in-parens)
(#2866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2868) Expected space or tab after '/**' in comment. (spaced-comment)
(#2868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2869) Expected space or tab after '/**' in comment. (spaced-comment)
(#2869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2870) Expected space or tab after '/**' in comment. (spaced-comment)
(#2870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2872) There should be no spaces inside this paren. (space-in-parens)
(#2872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no space after '['. (array-bracket-spacing)
(#2878) There should be no space before ']'. (array-bracket-spacing)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) There should be no spaces inside this paren. (space-in-parens)
(#2878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2879) Unexpected tab character. (no-tabs)
(#2879) There should be no space after '['. (computed-property-spacing)
(#2879) There should be no space before ']'. (computed-property-spacing)
(#2879) There should be no spaces inside this paren. (space-in-parens)
(#2879) There should be no spaces inside this paren. (space-in-parens)
(#2879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2880) Unexpected tab character. (no-tabs)
(#2880) There should be no spaces inside this paren. (space-in-parens)
(#2880) There should be no spaces inside this paren. (space-in-parens)
(#2880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2881) Unexpected tab character. (no-tabs)
(#2881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2882) There should be no spaces inside this paren. (space-in-parens)
(#2882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2885) Unexpected tab character. (no-tabs)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2886) Unexpected tab character. (no-tabs)
(#2886) There should be no spaces inside this paren. (space-in-parens)
(#2886) There should be no spaces inside this paren. (space-in-parens)
(#2886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2887) Unexpected tab character. (no-tabs)
(#2887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2888) Unexpected tab character. (no-tabs)
(#2888) There should be no spaces inside this paren. (space-in-parens)
(#2888) There should be no spaces inside this paren. (space-in-parens)
(#2888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2889) Unexpected tab character. (no-tabs)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2890) Unexpected tab character. (no-tabs)
(#2890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2891) Unexpected tab character. (no-tabs)
(#2891) There should be no spaces inside this paren. (space-in-parens)
(#2891) There should be no spaces inside this paren. (space-in-parens)
(#2891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2892) Unexpected tab character. (no-tabs)
(#2892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2893) Unexpected tab character. (no-tabs)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2894) Unexpected tab character. (no-tabs)
(#2894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2895) Unexpected tab character. (no-tabs)
(#2895) There should be no spaces inside this paren. (space-in-parens)
(#2895) There should be no spaces inside this paren. (space-in-parens)
(#2895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2896) Unexpected tab character. (no-tabs)
(#2896) There should be no spaces inside this paren. (space-in-parens)
(#2896) There should be no spaces inside this paren. (space-in-parens)
(#2896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2897) Unexpected tab character. (no-tabs)
(#2897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2898) Unexpected tab character. (no-tabs)
(#2898) There should be no spaces inside this paren. (space-in-parens)
(#2898) There should be no spaces inside this paren. (space-in-parens)
(#2898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2899) Unexpected tab character. (no-tabs)
(#2899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2900) Unexpected tab character. (no-tabs)
(#2900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) There should be no spaces inside this paren. (space-in-parens)
(#2902) Empty block statement. (no-empty)
(#2902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2903) Unexpected tab character. (no-tabs)
(#2903) There should be no spaces inside this paren. (space-in-parens)
(#2903) There should be no spaces inside this paren. (space-in-parens)
(#2903) There should be no spaces inside this paren. (space-in-parens)
(#2903) There should be no spaces inside this paren. (space-in-parens)
(#2903) There should be no spaces inside this paren. (space-in-parens)
(#2903) There should be no spaces inside this paren. (space-in-parens)
(#2903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2904) Unexpected tab character. (no-tabs)
(#2904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2905) There should be no spaces inside this paren. (space-in-parens)
(#2905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2907) There should be no spaces inside this paren. (space-in-parens)
(#2907) There should be no spaces inside this paren. (space-in-parens)
(#2907) There should be no spaces inside this paren. (space-in-parens)
(#2907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2908) Unexpected tab character. (no-tabs)
(#2908) There should be no space after '['. (computed-property-spacing)
(#2908) There should be no space before ']'. (computed-property-spacing)
(#2908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2909) Unexpected tab character. (no-tabs)
(#2909) There should be no space after '['. (computed-property-spacing)
(#2909) There should be no space before ']'. (computed-property-spacing)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2910) Unexpected tab character. (no-tabs)
(#2910) There should be no spaces inside this paren. (space-in-parens)
(#2910) There should be no spaces inside this paren. (space-in-parens)
(#2910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2911) Unexpected tab character. (no-tabs)
(#2911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2912) Unexpected tab character. (no-tabs)
(#2912) There should be no space after '['. (computed-property-spacing)
(#2912) There should be no space before ']'. (computed-property-spacing)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2913) Unexpected tab character. (no-tabs)
(#2913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2914) Unexpected tab character. (no-tabs)
(#2914) There should be no spaces inside this paren. (space-in-parens)
(#2914) There should be no spaces inside this paren. (space-in-parens)
(#2914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2915) Unexpected tab character. (no-tabs)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) There should be no spaces inside this paren. (space-in-parens)
(#2915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2916) Unexpected tab character. (no-tabs)
(#2916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2917) There should be no spaces inside this paren. (space-in-parens)
(#2917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2919) There should be no spaces inside this paren. (space-in-parens)
(#2919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2924) Expected space or tab after '/*' in comment. (spaced-comment)
(#2924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2933) Expected space or tab after '//' in comment. (spaced-comment)
(#2933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2934) Expected space or tab after '//' in comment. (spaced-comment)
(#2934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2935) Expected space or tab after '//' in comment. (spaced-comment)
(#2935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2936) Expected space or tab after '//' in comment. (spaced-comment)
(#2936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2937) Expected space or tab after '//' in comment. (spaced-comment)
(#2937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2938) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2941) 'effectsEffectBlind' is assigned a value but never used. (no-unused-vars)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2942) Unexpected tab character. (no-tabs)
(#2942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2943) Unexpected tab character. (no-tabs)
(#2943) There should be no space after '['. (array-bracket-spacing)
(#2943) There should be no space before ']'. (array-bracket-spacing)
(#2943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2944) Unexpected tab character. (no-tabs)
(#2944) There should be no space after '['. (array-bracket-spacing)
(#2944) There should be no space before ']'. (array-bracket-spacing)
(#2944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2945) Unexpected tab character. (no-tabs)
(#2945) There should be no space after '['. (array-bracket-spacing)
(#2945) There should be no space before ']'. (array-bracket-spacing)
(#2945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2946) Unexpected tab character. (no-tabs)
(#2946) There should be no space after '['. (array-bracket-spacing)
(#2946) There should be no space before ']'. (array-bracket-spacing)
(#2946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2947) Unexpected tab character. (no-tabs)
(#2947) There should be no space after '['. (array-bracket-spacing)
(#2947) There should be no space before ']'. (array-bracket-spacing)
(#2947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2948) Unexpected tab character. (no-tabs)
(#2948) There should be no space after '['. (array-bracket-spacing)
(#2948) There should be no space before ']'. (array-bracket-spacing)
(#2948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2949) Unexpected tab character. (no-tabs)
(#2949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2950) Unexpected tab character. (no-tabs)
(#2950) There should be no spaces inside this paren. (space-in-parens)
(#2950) There should be no spaces inside this paren. (space-in-parens)
(#2950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2951) Unexpected tab character. (no-tabs)
(#2951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2952) Unexpected tab character. (no-tabs)
(#2952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2953) Unexpected tab character. (no-tabs)
(#2953) There should be no space after '{'. (object-curly-spacing)
(#2953) There should be no spaces inside this paren. (space-in-parens)
(#2953) There should be no spaces inside this paren. (space-in-parens)
(#2953) There should be no space before '}'. (object-curly-spacing)
(#2953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2954) Unexpected tab character. (no-tabs)
(#2954) There should be no spaces inside this paren. (space-in-parens)
(#2954) There should be no spaces inside this paren. (space-in-parens)
(#2954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2956) Unexpected tab character. (no-tabs)
(#2956) There should be no space after '['. (computed-property-spacing)
(#2956) There should be no space after '['. (computed-property-spacing)
(#2956) There should be no space before ']'. (computed-property-spacing)
(#2956) There should be no space after '['. (computed-property-spacing)
(#2956) There should be no space before ']'. (computed-property-spacing)
(#2956) There should be no space before ']'. (computed-property-spacing)
(#2956) There should be no space after '['. (computed-property-spacing)
(#2956) There should be no space after '['. (computed-property-spacing)
(#2956) There should be no space before ']'. (computed-property-spacing)
(#2956) There should be no space after '['. (computed-property-spacing)
(#2956) There should be no space before ']'. (computed-property-spacing)
(#2956) There should be no space before ']'. (computed-property-spacing)
(#2956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2958) Unexpected tab character. (no-tabs)
(#2958) There should be no spaces inside this paren. (space-in-parens)
(#2958) There should be no spaces inside this paren. (space-in-parens)
(#2958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2959) Unexpected tab character. (no-tabs)
(#2959) There should be no spaces inside this paren. (space-in-parens)
(#2959) There should be no spaces inside this paren. (space-in-parens)
(#2959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2960) Unexpected tab character. (no-tabs)
(#2960) There should be no spaces inside this paren. (space-in-parens)
(#2960) There should be no spaces inside this paren. (space-in-parens)
(#2960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2961) Unexpected tab character. (no-tabs)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2962) Unexpected tab character. (no-tabs)
(#2962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2964) Unexpected tab character. (no-tabs)
(#2964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2965) Unexpected tab character. (no-tabs)
(#2965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2967) Unexpected tab character. (no-tabs)
(#2967) There should be no spaces inside this paren. (space-in-parens)
(#2967) There should be no spaces inside this paren. (space-in-parens)
(#2967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#2968) There should be no spaces inside this paren. (space-in-parens)
(#2968) There should be no spaces inside this paren. (space-in-parens)
(#2968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2969) Unexpected tab character. (no-tabs)
(#2969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2971) Unexpected tab character. (no-tabs)
(#2971) There should be no spaces inside this paren. (space-in-parens)
(#2971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2972) Unexpected tab character. (no-tabs)
(#2972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2973) Unexpected tab character. (no-tabs)
(#2973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2974) Unexpected tab character. (no-tabs)
(#2974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2975) Unexpected tab character. (no-tabs)
(#2975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2976) Unexpected tab character. (no-tabs)
(#2976) There should be no spaces inside this paren. (space-in-parens)
(#2976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2977) There should be no spaces inside this paren. (space-in-parens)
(#2977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2980) Expected space or tab after '/*' in comment. (spaced-comment)
(#2980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2989) Expected space or tab after '//' in comment. (spaced-comment)
(#2989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2990) Expected space or tab after '//' in comment. (spaced-comment)
(#2990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2991) Expected space or tab after '//' in comment. (spaced-comment)
(#2991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2992) Expected space or tab after '//' in comment. (spaced-comment)
(#2992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2993) Expected space or tab after '//' in comment. (spaced-comment)
(#2993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2994) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2997) 'effectsEffectBounce' is assigned a value but never used. (no-unused-vars)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2998) Unexpected tab character. (no-tabs)
(#2998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2999) Unexpected tab character. (no-tabs)
(#2999) There should be no spaces inside this paren. (space-in-parens)
(#2999) There should be no spaces inside this paren. (space-in-parens)
(#2999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3001) Unexpected tab character. (no-tabs)
(#3001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3002) Unexpected tab character. (no-tabs)
(#3002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3003) Unexpected tab character. (no-tabs)
(#3003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3004) Unexpected tab character. (no-tabs)
(#3004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3005) Unexpected tab character. (no-tabs)
(#3005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3006) Unexpected tab character. (no-tabs)
(#3006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3007) Unexpected tab character. (no-tabs)
(#3007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3009) Unexpected tab character. (no-tabs)
(#3009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3010) Unexpected tab character. (no-tabs)
(#3010) There should be no spaces inside this paren. (space-in-parens)
(#3010) There should be no spaces inside this paren. (space-in-parens)
(#3010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3011) Unexpected tab character. (no-tabs)
(#3011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3012) Unexpected tab character. (no-tabs)
(#3012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3014) Unexpected tab character. (no-tabs)
(#3014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3015) Unexpected tab character. (no-tabs)
(#3015) There should be no spaces inside this paren. (space-in-parens)
(#3015) There should be no spaces inside this paren. (space-in-parens)
(#3015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3016) Unexpected tab character. (no-tabs)
(#3016) There should be no spaces inside this paren. (space-in-parens)
(#3016) There should be no spaces inside this paren. (space-in-parens)
(#3016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3017) Unexpected tab character. (no-tabs)
(#3017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3019) Unexpected tab character. (no-tabs)
(#3019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3021) Unexpected tab character. (no-tabs)
(#3021) There should be no spaces inside this paren. (space-in-parens)
(#3021) There should be no spaces inside this paren. (space-in-parens)
(#3021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3025) Unexpected tab character. (no-tabs)
(#3025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3027) Unexpected tab character. (no-tabs)
(#3027) There should be no space after '['. (computed-property-spacing)
(#3027) There should be no space before ']'. (computed-property-spacing)
(#3027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3028) Unexpected tab character. (no-tabs)
(#3028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3030) Unexpected tab character. (no-tabs)
(#3030) There should be no spaces inside this paren. (space-in-parens)
(#3030) There should be no spaces inside this paren. (space-in-parens)
(#3030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3031) Unexpected tab character. (no-tabs)
(#3031) There should be no space after '{'. (object-curly-spacing)
(#3031) There should be no space before '}'. (object-curly-spacing)
(#3031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3032) Unexpected tab character. (no-tabs)
(#3032) There should be no space after '['. (computed-property-spacing)
(#3032) There should be no space before ']'. (computed-property-spacing)
(#3032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3034) Unexpected tab character. (no-tabs)
(#3034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3035) Unexpected tab character. (no-tabs)
(#3035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3036) Unexpected tab character. (no-tabs)
(#3036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3037) Unexpected tab character. (no-tabs)
(#3037) There should be no spaces inside this paren. (space-in-parens)
(#3037) There should be no spaces inside this paren. (space-in-parens)
(#3037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3038) Unexpected tab character. (no-tabs)
(#3038) There should be no spaces inside this paren. (space-in-parens)
(#3038) There should be no spaces inside this paren. (space-in-parens)
(#3038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3039) Unexpected tab character. (no-tabs)
(#3039) There should be no spaces inside this paren. (space-in-parens)
(#3039) There should be no spaces inside this paren. (space-in-parens)
(#3039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3040) Unexpected tab character. (no-tabs)
(#3040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3042) Unexpected tab character. (no-tabs)
(#3042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3043) Unexpected tab character. (no-tabs)
(#3043) There should be no spaces inside this paren. (space-in-parens)
(#3043) There should be no spaces inside this paren. (space-in-parens)
(#3043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3044) Unexpected tab character. (no-tabs)
(#3044) There should be no spaces inside this paren. (space-in-parens)
(#3044) There should be no spaces inside this paren. (space-in-parens)
(#3044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3045) Unexpected tab character. (no-tabs)
(#3045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3047) Unexpected tab character. (no-tabs)
(#3047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3048) Unexpected tab character. (no-tabs)
(#3048) There should be no space after '['. (computed-property-spacing)
(#3048) There should be no space before ']'. (computed-property-spacing)
(#3048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3050) Unexpected tab character. (no-tabs)
(#3050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3051) Unexpected tab character. (no-tabs)
(#3051) There should be no spaces inside this paren. (space-in-parens)
(#3051) There should be no spaces inside this paren. (space-in-parens)
(#3051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3052) Unexpected tab character. (no-tabs)
(#3052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3053) Unexpected tab character. (no-tabs)
(#3053) There should be no space after '['. (computed-property-spacing)
(#3053) There should be no space before ']'. (computed-property-spacing)
(#3053) There should be no spaces inside this paren. (space-in-parens)
(#3053) There should be no spaces inside this paren. (space-in-parens)
(#3053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3055) Unexpected tab character. (no-tabs)
(#3055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3057) Unexpected tab character. (no-tabs)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3059) Unexpected tab character. (no-tabs)
(#3059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3060) Unexpected tab character. (no-tabs)
(#3060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3062) Unexpected tab character. (no-tabs)
(#3062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3063) Unexpected tab character. (no-tabs)
(#3063) There should be no spaces inside this paren. (space-in-parens)
(#3063) There should be no spaces inside this paren. (space-in-parens)
(#3063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3064) Unexpected tab character. (no-tabs)
(#3064) There should be no space after '{'. (object-curly-spacing)
(#3064) There should be no space before '}'. (object-curly-spacing)
(#3064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3065) Unexpected tab character. (no-tabs)
(#3065) There should be no space after '['. (computed-property-spacing)
(#3065) There should be no space before ']'. (computed-property-spacing)
(#3065) There should be no spaces inside this paren. (space-in-parens)
(#3065) There should be no spaces inside this paren. (space-in-parens)
(#3065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3068) Unexpected tab character. (no-tabs)
(#3068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3072) Unexpected tab character. (no-tabs)
(#3072) There should be no spaces inside this paren. (space-in-parens)
(#3072) There should be no spaces inside this paren. (space-in-parens)
(#3072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3073) There should be no spaces inside this paren. (space-in-parens)
(#3073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3076) Expected space or tab after '/*' in comment. (spaced-comment)
(#3076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3085) Expected space or tab after '//' in comment. (spaced-comment)
(#3085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3086) Expected space or tab after '//' in comment. (spaced-comment)
(#3086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3087) Expected space or tab after '//' in comment. (spaced-comment)
(#3087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3088) Expected space or tab after '//' in comment. (spaced-comment)
(#3088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3089) Expected space or tab after '//' in comment. (spaced-comment)
(#3089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3090) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3093) 'effectsEffectClip' is assigned a value but never used. (no-unused-vars)
(#3093) There should be no spaces inside this paren. (space-in-parens)
(#3093) There should be no spaces inside this paren. (space-in-parens)
(#3093) There should be no spaces inside this paren. (space-in-parens)
(#3093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3094) Unexpected tab character. (no-tabs)
(#3094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3095) Unexpected tab character. (no-tabs)
(#3095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3096) Unexpected tab character. (no-tabs)
(#3096) There should be no spaces inside this paren. (space-in-parens)
(#3096) There should be no spaces inside this paren. (space-in-parens)
(#3096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3097) Unexpected tab character. (no-tabs)
(#3097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3098) Unexpected tab character. (no-tabs)
(#3098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3099) Unexpected tab character. (no-tabs)
(#3099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3100) Unexpected tab character. (no-tabs)
(#3100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3102) Unexpected tab character. (no-tabs)
(#3102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3103) Unexpected tab character. (no-tabs)
(#3103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3104) Unexpected tab character. (no-tabs)
(#3104) There should be no spaces inside this paren. (space-in-parens)
(#3104) There should be no spaces inside this paren. (space-in-parens)
(#3104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3105) Unexpected tab character. (no-tabs)
(#3105) There should be no spaces inside this paren. (space-in-parens)
(#3105) There should be no spaces inside this paren. (space-in-parens)
(#3105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3106) Unexpected tab character. (no-tabs)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3107) Unexpected tab character. (no-tabs)
(#3107) There should be no spaces inside this paren. (space-in-parens)
(#3107) There should be no spaces inside this paren. (space-in-parens)
(#3107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3108) Unexpected tab character. (no-tabs)
(#3108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3110) Unexpected tab character. (no-tabs)
(#3110) There should be no spaces inside this paren. (space-in-parens)
(#3110) There should be no spaces inside this paren. (space-in-parens)
(#3110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3112) Unexpected tab character. (no-tabs)
(#3112) There should be no spaces inside this paren. (space-in-parens)
(#3112) There should be no spaces inside this paren. (space-in-parens)
(#3112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3113) Unexpected tab character. (no-tabs)
(#3113) There should be no spaces inside this paren. (space-in-parens)
(#3113) There should be no spaces inside this paren. (space-in-parens)
(#3113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3114) Unexpected tab character. (no-tabs)
(#3114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3115) Unexpected tab character. (no-tabs)
(#3115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3117) Unexpected tab character. (no-tabs)
(#3117) There should be no spaces inside this paren. (space-in-parens)
(#3117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3118) Unexpected tab character. (no-tabs)
(#3118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3119) Unexpected tab character. (no-tabs)
(#3119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3120) Unexpected tab character. (no-tabs)
(#3120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3121) Unexpected tab character. (no-tabs)
(#3121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3122) Unexpected tab character. (no-tabs)
(#3122) There should be no spaces inside this paren. (space-in-parens)
(#3122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3127) Expected space or tab after '/*' in comment. (spaced-comment)
(#3127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3136) Expected space or tab after '//' in comment. (spaced-comment)
(#3136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3137) Expected space or tab after '//' in comment. (spaced-comment)
(#3137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3138) Expected space or tab after '//' in comment. (spaced-comment)
(#3138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3139) Expected space or tab after '//' in comment. (spaced-comment)
(#3139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3140) Expected space or tab after '//' in comment. (spaced-comment)
(#3140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3141) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3144) 'effectsEffectDrop' is assigned a value but never used. (no-unused-vars)
(#3144) There should be no spaces inside this paren. (space-in-parens)
(#3144) There should be no spaces inside this paren. (space-in-parens)
(#3144) There should be no spaces inside this paren. (space-in-parens)
(#3144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3146) Unexpected tab character. (no-tabs)
(#3146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3147) Unexpected tab character. (no-tabs)
(#3147) There should be no spaces inside this paren. (space-in-parens)
(#3147) There should be no spaces inside this paren. (space-in-parens)
(#3147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3148) Unexpected tab character. (no-tabs)
(#3148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3149) Unexpected tab character. (no-tabs)
(#3149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3150) Unexpected tab character. (no-tabs)
(#3150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3151) Unexpected tab character. (no-tabs)
(#3151) There should be no spaces inside this paren. (space-in-parens)
(#3151) There should be no spaces inside this paren. (space-in-parens)
(#3151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3152) Unexpected tab character. (no-tabs)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3154) Unexpected tab character. (no-tabs)
(#3154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3155) Unexpected tab character. (no-tabs)
(#3155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3156) Unexpected tab character. (no-tabs)
(#3156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3158) Unexpected tab character. (no-tabs)
(#3158) There should be no spaces inside this paren. (space-in-parens)
(#3158) There should be no spaces inside this paren. (space-in-parens)
(#3158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3160) Unexpected tab character. (no-tabs)
(#3160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3161) Unexpected tab character. (no-tabs)
(#3161) There should be no space after '['. (computed-property-spacing)
(#3161) There should be no space before ']'. (computed-property-spacing)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3163) Unexpected tab character. (no-tabs)
(#3163) There should be no space after '['. (computed-property-spacing)
(#3163) There should be no space before ']'. (computed-property-spacing)
(#3163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3166) Unexpected tab character. (no-tabs)
(#3166) There should be no spaces inside this paren. (space-in-parens)
(#3166) There should be no spaces inside this paren. (space-in-parens)
(#3166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3168) Unexpected tab character. (no-tabs)
(#3168) There should be no space after '['. (computed-property-spacing)
(#3168) There should be no space before ']'. (computed-property-spacing)
(#3168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3169) Unexpected tab character. (no-tabs)
(#3169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3170) Unexpected tab character. (no-tabs)
(#3170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3172) Unexpected tab character. (no-tabs)
(#3172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3173) Unexpected tab character. (no-tabs)
(#3173) There should be no spaces inside this paren. (space-in-parens)
(#3173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3174) Unexpected tab character. (no-tabs)
(#3174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3175) Unexpected tab character. (no-tabs)
(#3175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3176) Unexpected tab character. (no-tabs)
(#3176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3177) Unexpected tab character. (no-tabs)
(#3177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3178) Unexpected tab character. (no-tabs)
(#3178) There should be no spaces inside this paren. (space-in-parens)
(#3178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3182) Expected space or tab after '/*' in comment. (spaced-comment)
(#3182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3191) Expected space or tab after '//' in comment. (spaced-comment)
(#3191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3192) Expected space or tab after '//' in comment. (spaced-comment)
(#3192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3194) Expected space or tab after '//' in comment. (spaced-comment)
(#3194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3196) Expected space or tab after '//' in comment. (spaced-comment)
(#3196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3197) Expected space or tab after '//' in comment. (spaced-comment)
(#3197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3198) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3201) 'effectsEffectExplode' is assigned a value but never used. (no-unused-vars)
(#3201) There should be no spaces inside this paren. (space-in-parens)
(#3201) There should be no spaces inside this paren. (space-in-parens)
(#3201) There should be no spaces inside this paren. (space-in-parens)
(#3201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3203) Unexpected tab character. (no-tabs)
(#3203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3204) Unexpected tab character. (no-tabs)
(#3204) There should be no spaces inside this paren. (space-in-parens)
(#3204) There should be no spaces inside this paren. (space-in-parens)
(#3204) There should be no spaces inside this paren. (space-in-parens)
(#3204) There should be no spaces inside this paren. (space-in-parens)
(#3204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3205) Unexpected tab character. (no-tabs)
(#3205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3207) Unexpected tab character. (no-tabs)
(#3207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3208) Unexpected tab character. (no-tabs)
(#3208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3210) Unexpected tab character. (no-tabs)
(#3210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3211) Unexpected tab character. (no-tabs)
(#3211) There should be no spaces inside this paren. (space-in-parens)
(#3211) There should be no spaces inside this paren. (space-in-parens)
(#3211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3213) Unexpected tab character. (no-tabs)
(#3213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3214) Unexpected tab character. (no-tabs)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3215) Unexpected tab character. (no-tabs)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3216) Unexpected tab character. (no-tabs)
(#3216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3218) Unexpected tab character. (no-tabs)
(#3218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3219) Missing JSDoc comment. (require-jsdoc)
(#3219) Unexpected tab character. (no-tabs)
(#3219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3220) Unexpected tab character. (no-tabs)
(#3220) There should be no spaces inside this paren. (space-in-parens)
(#3220) There should be no spaces inside this paren. (space-in-parens)
(#3220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3221) Unexpected tab character. (no-tabs)
(#3221) There should be no spaces inside this paren. (space-in-parens)
(#3221) There should be no spaces inside this paren. (space-in-parens)
(#3221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3222) Unexpected tab character. (no-tabs)
(#3222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3223) Unexpected tab character. (no-tabs)
(#3223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3224) Unexpected tab character. (no-tabs)
(#3224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3226) Unexpected tab character. (no-tabs)
(#3226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3227) Unexpected tab character. (no-tabs)
(#3227) There should be no spaces inside this paren. (space-in-parens)
(#3227) There should be no spaces inside this paren. (space-in-parens)
(#3227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3228) Unexpected tab character. (no-tabs)
(#3228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3229) Unexpected tab character. (no-tabs)
(#3229) There should be no spaces inside this paren. (space-in-parens)
(#3229) There should be no spaces inside this paren. (space-in-parens)
(#3229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3231) Unexpected tab character. (no-tabs)
(#3231) There should be no spaces inside this paren. (space-in-parens)
(#3231) There should be no spaces inside this paren. (space-in-parens)
(#3231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3232) Unexpected tab character. (no-tabs)
(#3232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3233) Unexpected tab character. (no-tabs)
(#3233) There should be no spaces inside this paren. (space-in-parens)
(#3233) There should be no spaces inside this paren. (space-in-parens)
(#3233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3235) Unexpected tab character. (no-tabs)
(#3235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3236) Unexpected tab character. (no-tabs)
(#3236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3237) Unexpected tab character. (no-tabs)
(#3237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3238) Unexpected tab character. (no-tabs)
(#3238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3239) Unexpected tab character. (no-tabs)
(#3239) There should be no spaces inside this paren. (space-in-parens)
(#3239) There should be no spaces inside this paren. (space-in-parens)
(#3239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3240) Unexpected tab character. (no-tabs)
(#3240) There should be no spaces inside this paren. (space-in-parens)
(#3240) There should be no spaces inside this paren. (space-in-parens)
(#3240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3241) Unexpected tab character. (no-tabs)
(#3241) There should be no spaces inside this paren. (space-in-parens)
(#3241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3242) Unexpected tab character. (no-tabs)
(#3242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3243) Unexpected tab character. (no-tabs)
(#3243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3244) Unexpected tab character. (no-tabs)
(#3244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3245) Unexpected tab character. (no-tabs)
(#3245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3246) Unexpected tab character. (no-tabs)
(#3246) There should be no spaces inside this paren. (space-in-parens)
(#3246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3248) Unexpected tab character. (no-tabs)
(#3248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3249) Unexpected tab character. (no-tabs)
(#3249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3250) Unexpected tab character. (no-tabs)
(#3250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3251) Unexpected tab character. (no-tabs)
(#3251) There should be no spaces inside this paren. (space-in-parens)
(#3251) There should be no spaces inside this paren. (space-in-parens)
(#3251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3252) Unexpected tab character. (no-tabs)
(#3252) There should be no spaces inside this paren. (space-in-parens)
(#3252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3253) Unexpected tab character. (no-tabs)
(#3253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3254) Unexpected tab character. (no-tabs)
(#3254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3255) Unexpected tab character. (no-tabs)
(#3255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3256) Unexpected tab character. (no-tabs)
(#3256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3257) Unexpected tab character. (no-tabs)
(#3257) There should be no spaces inside this paren. (space-in-parens)
(#3257) There should be no spaces inside this paren. (space-in-parens)
(#3257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3258) Unexpected tab character. (no-tabs)
(#3258) There should be no spaces inside this paren. (space-in-parens)
(#3258) There should be no spaces inside this paren. (space-in-parens)
(#3258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3259) Unexpected tab character. (no-tabs)
(#3259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3260) Unexpected tab character. (no-tabs)
(#3260) There should be no spaces inside this paren. (space-in-parens)
(#3260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3261) Unexpected tab character. (no-tabs)
(#3261) There should be no spaces inside this paren. (space-in-parens)
(#3261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3263) Unexpected tab character. (no-tabs)
(#3263) There should be no spaces inside this paren. (space-in-parens)
(#3263) There should be no spaces inside this paren. (space-in-parens)
(#3263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3264) Unexpected tab character. (no-tabs)
(#3264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3265) Unexpected tab character. (no-tabs)
(#3265) There should be no spaces inside this paren. (space-in-parens)
(#3265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3266) Unexpected tab character. (no-tabs)
(#3266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3267) Unexpected tab character. (no-tabs)
(#3267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3269) Unexpected tab character. (no-tabs)
(#3269) Missing JSDoc comment. (require-jsdoc)
(#3269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3270) Unexpected tab character. (no-tabs)
(#3270) There should be no spaces inside this paren. (space-in-parens)
(#3270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3271) Unexpected tab character. (no-tabs)
(#3271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3272) Unexpected tab character. (no-tabs)
(#3272) There should be no spaces inside this paren. (space-in-parens)
(#3272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3273) Unexpected tab character. (no-tabs)
(#3273) There should be no spaces inside this paren. (space-in-parens)
(#3273) There should be no spaces inside this paren. (space-in-parens)
(#3273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3274) Unexpected tab character. (no-tabs)
(#3274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3275) Unexpected tab character. (no-tabs)
(#3275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3279) Expected space or tab after '/*' in comment. (spaced-comment)
(#3279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3288) Expected space or tab after '//' in comment. (spaced-comment)
(#3288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3289) Expected space or tab after '//' in comment. (spaced-comment)
(#3289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3290) Expected space or tab after '//' in comment. (spaced-comment)
(#3290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3291) Expected space or tab after '//' in comment. (spaced-comment)
(#3291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3292) Expected space or tab after '//' in comment. (spaced-comment)
(#3292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3293) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3296) 'effectsEffectFade' is assigned a value but never used. (no-unused-vars)
(#3296) There should be no spaces inside this paren. (space-in-parens)
(#3296) There should be no spaces inside this paren. (space-in-parens)
(#3296) There should be no spaces inside this paren. (space-in-parens)
(#3296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3297) Unexpected tab character. (no-tabs)
(#3297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3299) Unexpected tab character. (no-tabs)
(#3299) There should be no spaces inside this paren. (space-in-parens)
(#3299) There should be no spaces inside this paren. (space-in-parens)
(#3299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3300) Unexpected tab character. (no-tabs)
(#3300) There should be no spaces inside this paren. (space-in-parens)
(#3300) There should be no spaces inside this paren. (space-in-parens)
(#3300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3301) Unexpected tab character. (no-tabs)
(#3301) There should be no spaces inside this paren. (space-in-parens)
(#3301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3302) Unexpected tab character. (no-tabs)
(#3302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3303) Unexpected tab character. (no-tabs)
(#3303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3304) Unexpected tab character. (no-tabs)
(#3304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3305) Unexpected tab character. (no-tabs)
(#3305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3306) Unexpected tab character. (no-tabs)
(#3306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3307) Unexpected tab character. (no-tabs)
(#3307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3308) Unexpected tab character. (no-tabs)
(#3308) There should be no spaces inside this paren. (space-in-parens)
(#3308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3309) There should be no spaces inside this paren. (space-in-parens)
(#3309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3312) Expected space or tab after '/*' in comment. (spaced-comment)
(#3312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3321) Expected space or tab after '//' in comment. (spaced-comment)
(#3321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3322) Expected space or tab after '//' in comment. (spaced-comment)
(#3322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3323) Expected space or tab after '//' in comment. (spaced-comment)
(#3323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3324) Expected space or tab after '//' in comment. (spaced-comment)
(#3324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3325) Expected space or tab after '//' in comment. (spaced-comment)
(#3325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3326) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3329) 'effectsEffectFold' is assigned a value but never used. (no-unused-vars)
(#3329) There should be no spaces inside this paren. (space-in-parens)
(#3329) There should be no spaces inside this paren. (space-in-parens)
(#3329) There should be no spaces inside this paren. (space-in-parens)
(#3329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3331) Unexpected tab character. (no-tabs)
(#3331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3332) Unexpected tab character. (no-tabs)
(#3332) There should be no spaces inside this paren. (space-in-parens)
(#3332) There should be no spaces inside this paren. (space-in-parens)
(#3332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3333) Unexpected tab character. (no-tabs)
(#3333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3334) Unexpected tab character. (no-tabs)
(#3334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3335) Unexpected tab character. (no-tabs)
(#3335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3336) Unexpected tab character. (no-tabs)
(#3336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3337) Unexpected tab character. (no-tabs)
(#3337) There should be no spaces inside this paren. (space-in-parens)
(#3337) There should be no spaces inside this paren. (space-in-parens)
(#3337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3338) Unexpected tab character. (no-tabs)
(#3338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3339) Unexpected tab character. (no-tabs)
(#3339) There should be no space after '['. (array-bracket-spacing)
(#3339) There should be no space before ']'. (array-bracket-spacing)
(#3339) There should be no space after '['. (array-bracket-spacing)
(#3339) There should be no space before ']'. (array-bracket-spacing)
(#3339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3340) Unexpected tab character. (no-tabs)
(#3340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3344) Unexpected tab character. (no-tabs)
(#3344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3345) Unexpected tab character. (no-tabs)
(#3345) There should be no space after '{'. (object-curly-spacing)
(#3345) There should be no spaces inside this paren. (space-in-parens)
(#3345) There should be no spaces inside this paren. (space-in-parens)
(#3345) There should be no space before '}'. (object-curly-spacing)
(#3345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3346) Unexpected tab character. (no-tabs)
(#3346) There should be no space after '{'. (object-curly-spacing)
(#3346) There should be no spaces inside this paren. (space-in-parens)
(#3346) There should be no spaces inside this paren. (space-in-parens)
(#3346) There should be no space before '}'. (object-curly-spacing)
(#3346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3348) Unexpected tab character. (no-tabs)
(#3348) There should be no space after '['. (array-bracket-spacing)
(#3348) There should be no space after '['. (computed-property-spacing)
(#3348) There should be no space after '['. (computed-property-spacing)
(#3348) There should be no space before ']'. (computed-property-spacing)
(#3348) There should be no space before ']'. (computed-property-spacing)
(#3348) There should be no space after '['. (computed-property-spacing)
(#3348) There should be no space after '['. (computed-property-spacing)
(#3348) There should be no space before ']'. (computed-property-spacing)
(#3348) There should be no space before ']'. (computed-property-spacing)
(#3348) There should be no space before ']'. (array-bracket-spacing)
(#3348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3350) Unexpected tab character. (no-tabs)
(#3350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3352) Unexpected tab character. (no-tabs)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3353) Unexpected tab character. (no-tabs)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) There should be no space after '['. (computed-property-spacing)
(#3353) There should be no space before ']'. (computed-property-spacing)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) There should be no space after '['. (computed-property-spacing)
(#3353) There should be no space before ']'. (computed-property-spacing)
(#3353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3354) Unexpected tab character. (no-tabs)
(#3354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3355) Unexpected tab character. (no-tabs)
(#3355) There should be no space after '['. (computed-property-spacing)
(#3355) There should be no space after '['. (computed-property-spacing)
(#3355) There should be no space before ']'. (computed-property-spacing)
(#3355) There should be no space before ']'. (computed-property-spacing)
(#3355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3356) Unexpected tab character. (no-tabs)
(#3356) There should be no space after '['. (computed-property-spacing)
(#3356) There should be no space after '['. (computed-property-spacing)
(#3356) There should be no space before ']'. (computed-property-spacing)
(#3356) There should be no space before ']'. (computed-property-spacing)
(#3356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3357) Unexpected tab character. (no-tabs)
(#3357) There should be no space after '['. (computed-property-spacing)
(#3357) There should be no space after '['. (computed-property-spacing)
(#3357) There should be no space before ']'. (computed-property-spacing)
(#3357) There should be no space before ']'. (computed-property-spacing)
(#3357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3359) Unexpected tab character. (no-tabs)
(#3359) There should be no spaces inside this paren. (space-in-parens)
(#3359) There should be no spaces inside this paren. (space-in-parens)
(#3359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3360) Unexpected tab character. (no-tabs)
(#3360) There should be no spaces inside this paren. (space-in-parens)
(#3360) There should be no spaces inside this paren. (space-in-parens)
(#3360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3361) Unexpected tab character. (no-tabs)
(#3361) There should be no spaces inside this paren. (space-in-parens)
(#3361) There should be no spaces inside this paren. (space-in-parens)
(#3361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3362) There should be no spaces inside this paren. (space-in-parens)
(#3362) There should be no spaces inside this paren. (space-in-parens)
(#3362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3363) Unexpected tab character. (no-tabs)
(#3363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3365) Unexpected tab character. (no-tabs)
(#3365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3366) Unexpected tab character. (no-tabs)
(#3366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3368) Unexpected tab character. (no-tabs)
(#3368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3369) Unexpected tab character. (no-tabs)
(#3369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3370) There should be no spaces inside this paren. (space-in-parens)
(#3370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3371) Unexpected tab character. (no-tabs)
(#3371) There should be no spaces inside this paren. (space-in-parens)
(#3371) There should be no spaces inside this paren. (space-in-parens)
(#3371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3372) Unexpected tab character. (no-tabs)
(#3372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3373) Unexpected tab character. (no-tabs)
(#3373) There should be no spaces inside this paren. (space-in-parens)
(#3373) There should be no spaces inside this paren. (space-in-parens)
(#3373) There should be no spaces inside this paren. (space-in-parens)
(#3373) There should be no spaces inside this paren. (space-in-parens)
(#3373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3374) Unexpected tab character. (no-tabs)
(#3374) There should be no spaces inside this paren. (space-in-parens)
(#3374) There should be no spaces inside this paren. (space-in-parens)
(#3374) There should be no spaces inside this paren. (space-in-parens)
(#3374) There should be no spaces inside this paren. (space-in-parens)
(#3374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3375) Unexpected tab character. (no-tabs)
(#3375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3377) Unexpected tab character. (no-tabs)
(#3377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3378) Unexpected tab character. (no-tabs)
(#3378) There should be no spaces inside this paren. (space-in-parens)
(#3378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3379) Unexpected tab character. (no-tabs)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3380) Unexpected tab character. (no-tabs)
(#3380) There should be no spaces inside this paren. (space-in-parens)
(#3380) There should be no spaces inside this paren. (space-in-parens)
(#3380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3381) Unexpected tab character. (no-tabs)
(#3381) There should be no spaces inside this paren. (space-in-parens)
(#3381) There should be no spaces inside this paren. (space-in-parens)
(#3381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3383) Unexpected tab character. (no-tabs)
(#3383) There should be no spaces inside this paren. (space-in-parens)
(#3383) There should be no spaces inside this paren. (space-in-parens)
(#3383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3384) There should be no spaces inside this paren. (space-in-parens)
(#3384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3387) Expected space or tab after '/*' in comment. (spaced-comment)
(#3387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3396) Expected space or tab after '//' in comment. (spaced-comment)
(#3396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3397) Expected space or tab after '//' in comment. (spaced-comment)
(#3397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3398) Expected space or tab after '//' in comment. (spaced-comment)
(#3398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3399) Expected space or tab after '//' in comment. (spaced-comment)
(#3399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3400) Expected space or tab after '//' in comment. (spaced-comment)
(#3400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3401) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3404) 'effectsEffectHighlight' is assigned a value but never used. (no-unused-vars)
(#3404) There should be no spaces inside this paren. (space-in-parens)
(#3404) There should be no spaces inside this paren. (space-in-parens)
(#3404) There should be no spaces inside this paren. (space-in-parens)
(#3404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3405) Unexpected tab character. (no-tabs)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3406) Unexpected tab character. (no-tabs)
(#3406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3407) Unexpected tab character. (no-tabs)
(#3407) There should be no spaces inside this paren. (space-in-parens)
(#3407) There should be no spaces inside this paren. (space-in-parens)
(#3407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3408) Unexpected tab character. (no-tabs)
(#3408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3411) Unexpected tab character. (no-tabs)
(#3411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3412) Unexpected tab character. (no-tabs)
(#3412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3414) Unexpected tab character. (no-tabs)
(#3414) There should be no spaces inside this paren. (space-in-parens)
(#3414) There should be no spaces inside this paren. (space-in-parens)
(#3414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3416) Unexpected tab character. (no-tabs)
(#3416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3417) Unexpected tab character. (no-tabs)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3418) Unexpected tab character. (no-tabs)
(#3418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3419) Unexpected tab character. (no-tabs)
(#3419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3420) Unexpected tab character. (no-tabs)
(#3420) There should be no spaces inside this paren. (space-in-parens)
(#3420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3421) Unexpected tab character. (no-tabs)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3422) Unexpected tab character. (no-tabs)
(#3422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3423) Unexpected tab character. (no-tabs)
(#3423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3424) Unexpected tab character. (no-tabs)
(#3424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3425) Unexpected tab character. (no-tabs)
(#3425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3426) Unexpected tab character. (no-tabs)
(#3426) There should be no spaces inside this paren. (space-in-parens)
(#3426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#3427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3430) Expected space or tab after '/*' in comment. (spaced-comment)
(#3430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3439) Expected space or tab after '//' in comment. (spaced-comment)
(#3439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3440) Expected space or tab after '//' in comment. (spaced-comment)
(#3440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3441) Expected space or tab after '//' in comment. (spaced-comment)
(#3441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3442) Expected space or tab after '//' in comment. (spaced-comment)
(#3442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3443) Expected space or tab after '//' in comment. (spaced-comment)
(#3443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3444) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3447) 'effectsEffectSize' is assigned a value but never used. (no-unused-vars)
(#3447) There should be no spaces inside this paren. (space-in-parens)
(#3447) There should be no spaces inside this paren. (space-in-parens)
(#3447) There should be no spaces inside this paren. (space-in-parens)
(#3447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3449) Unexpected tab character. (no-tabs)
(#3449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3450) Unexpected tab character. (no-tabs)
(#3450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3451) Unexpected tab character. (no-tabs)
(#3451) There should be no spaces inside this paren. (space-in-parens)
(#3451) There should be no spaces inside this paren. (space-in-parens)
(#3451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3453) Unexpected tab character. (no-tabs)
(#3453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3454) Unexpected tab character. (no-tabs)
(#3454) There should be no space after '['. (array-bracket-spacing)
(#3454) There should be no space before ']'. (array-bracket-spacing)
(#3454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3455) Unexpected tab character. (no-tabs)
(#3455) There should be no space after '['. (array-bracket-spacing)
(#3455) There should be no space before ']'. (array-bracket-spacing)
(#3455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3456) Unexpected tab character. (no-tabs)
(#3456) There should be no space after '['. (array-bracket-spacing)
(#3456) There should be no space before ']'. (array-bracket-spacing)
(#3456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3458) Unexpected tab character. (no-tabs)
(#3458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3459) Unexpected tab character. (no-tabs)
(#3459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3460) Unexpected tab character. (no-tabs)
(#3460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3461) Unexpected tab character. (no-tabs)
(#3461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3462) Unexpected tab character. (no-tabs)
(#3462) There should be no space after '['. (array-bracket-spacing)
(#3462) There should be no space before ']'. (array-bracket-spacing)
(#3462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3463) Unexpected tab character. (no-tabs)
(#3463) There should be no spaces inside this paren. (space-in-parens)
(#3463) There should be no spaces inside this paren. (space-in-parens)
(#3463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3464) Unexpected tab character. (no-tabs)
(#3464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3466) Unexpected tab character. (no-tabs)
(#3466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3467) Unexpected tab character. (no-tabs)
(#3467) There should be no spaces inside this paren. (space-in-parens)
(#3467) There should be no spaces inside this paren. (space-in-parens)
(#3467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3469) Unexpected tab character. (no-tabs)
(#3469) There should be no spaces inside this paren. (space-in-parens)
(#3469) There should be no spaces inside this paren. (space-in-parens)
(#3469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3471) Unexpected tab character. (no-tabs)
(#3471) There should be no spaces inside this paren. (space-in-parens)
(#3471) There should be no spaces inside this paren. (space-in-parens)
(#3471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3472) Unexpected tab character. (no-tabs)
(#3472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3473) Unexpected tab character. (no-tabs)
(#3473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3474) Unexpected tab character. (no-tabs)
(#3474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3475) Unexpected tab character. (no-tabs)
(#3475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3477) Unexpected tab character. (no-tabs)
(#3477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3478) Unexpected tab character. (no-tabs)
(#3478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3479) Unexpected tab character. (no-tabs)
(#3479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3480) Unexpected tab character. (no-tabs)
(#3480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3481) Unexpected tab character. (no-tabs)
(#3481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3482) Unexpected tab character. (no-tabs)
(#3482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3483) Unexpected tab character. (no-tabs)
(#3483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3484) Unexpected tab character. (no-tabs)
(#3484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3485) Unexpected tab character. (no-tabs)
(#3485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3486) Unexpected tab character. (no-tabs)
(#3486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3487) Unexpected tab character. (no-tabs)
(#3487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3489) Unexpected tab character. (no-tabs)
(#3489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3490) Unexpected tab character. (no-tabs)
(#3490) There should be no spaces inside this paren. (space-in-parens)
(#3490) There should be no spaces inside this paren. (space-in-parens)
(#3490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3492) Unexpected tab character. (no-tabs)
(#3492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3493) Unexpected tab character. (no-tabs)
(#3493) There should be no spaces inside this paren. (space-in-parens)
(#3493) There should be no spaces inside this paren. (space-in-parens)
(#3493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3494) Unexpected tab character. (no-tabs)
(#3494) There should be no spaces inside this paren. (space-in-parens)
(#3494) There should be no spaces inside this paren. (space-in-parens)
(#3494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3495) Unexpected tab character. (no-tabs)
(#3495) There should be no spaces inside this paren. (space-in-parens)
(#3495) There should be no spaces inside this paren. (space-in-parens)
(#3495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3496) Unexpected tab character. (no-tabs)
(#3496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3498) Unexpected tab character. (no-tabs)
(#3498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3499) Unexpected tab character. (no-tabs)
(#3499) There should be no spaces inside this paren. (space-in-parens)
(#3499) There should be no spaces inside this paren. (space-in-parens)
(#3499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3500) Unexpected tab character. (no-tabs)
(#3500) There should be no spaces inside this paren. (space-in-parens)
(#3500) There should be no spaces inside this paren. (space-in-parens)
(#3500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3501) Unexpected tab character. (no-tabs)
(#3501) There should be no spaces inside this paren. (space-in-parens)
(#3501) There should be no spaces inside this paren. (space-in-parens)
(#3501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3502) Unexpected tab character. (no-tabs)
(#3502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3503) Unexpected tab character. (no-tabs)
(#3503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3505) Unexpected tab character. (no-tabs)
(#3505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3506) Unexpected tab character. (no-tabs)
(#3506) There should be no spaces inside this paren. (space-in-parens)
(#3506) There should be no spaces inside this paren. (space-in-parens)
(#3506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3508) Unexpected tab character. (no-tabs)
(#3508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3509) Unexpected tab character. (no-tabs)
(#3509) There should be no spaces inside this paren. (space-in-parens)
(#3509) There should be no spaces inside this paren. (space-in-parens)
(#3509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3510) Unexpected tab character. (no-tabs)
(#3510) There should be no spaces inside this paren. (space-in-parens)
(#3510) There should be no spaces inside this paren. (space-in-parens)
(#3510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3511) Unexpected tab character. (no-tabs)
(#3511) There should be no spaces inside this paren. (space-in-parens)
(#3511) There should be no spaces inside this paren. (space-in-parens)
(#3511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3512) Unexpected tab character. (no-tabs)
(#3512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3513) Unexpected tab character. (no-tabs)
(#3513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3515) Unexpected tab character. (no-tabs)
(#3515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3516) Unexpected tab character. (no-tabs)
(#3516) There should be no spaces inside this paren. (space-in-parens)
(#3516) There should be no spaces inside this paren. (space-in-parens)
(#3516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3517) Unexpected tab character. (no-tabs)
(#3517) There should be no spaces inside this paren. (space-in-parens)
(#3517) There should be no spaces inside this paren. (space-in-parens)
(#3517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3518) Unexpected tab character. (no-tabs)
(#3518) There should be no spaces inside this paren. (space-in-parens)
(#3518) There should be no spaces inside this paren. (space-in-parens)
(#3518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3519) Unexpected tab character. (no-tabs)
(#3519) There should be no spaces inside this paren. (space-in-parens)
(#3519) There should be no spaces inside this paren. (space-in-parens)
(#3519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3520) Unexpected tab character. (no-tabs)
(#3520) There should be no spaces inside this paren. (space-in-parens)
(#3520) There should be no spaces inside this paren. (space-in-parens)
(#3520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3521) Unexpected tab character. (no-tabs)
(#3521) There should be no spaces inside this paren. (space-in-parens)
(#3521) There should be no spaces inside this paren. (space-in-parens)
(#3521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3522) Unexpected tab character. (no-tabs)
(#3522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3523) Unexpected tab character. (no-tabs)
(#3523) There should be no spaces inside this paren. (space-in-parens)
(#3523) There should be no spaces inside this paren. (space-in-parens)
(#3523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3525) Unexpected tab character. (no-tabs)
(#3525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3526) Unexpected tab character. (no-tabs)
(#3526) There should be no spaces inside this paren. (space-in-parens)
(#3526) There should be no spaces inside this paren. (space-in-parens)
(#3526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3528) Unexpected tab character. (no-tabs)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3528) There should be no space after '['. (array-bracket-spacing)
(#3528) There should be no space before ']'. (array-bracket-spacing)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3528) There should be no spaces inside this paren. (space-in-parens)
(#3528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3529) Unexpected tab character. (no-tabs)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no space after '['. (array-bracket-spacing)
(#3529) There should be no space before ']'. (array-bracket-spacing)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3531) Unexpected tab character. (no-tabs)
(#3531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3532) Unexpected tab character. (no-tabs)
(#3532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3533) Unexpected tab character. (no-tabs)
(#3533) There should be no spaces inside this paren. (space-in-parens)
(#3533) There should be no spaces inside this paren. (space-in-parens)
(#3533) There should be no spaces inside this paren. (space-in-parens)
(#3533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3534) Unexpected tab character. (no-tabs)
(#3534) There should be no spaces inside this paren. (space-in-parens)
(#3534) There should be no spaces inside this paren. (space-in-parens)
(#3534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3536) Unexpected tab character. (no-tabs)
(#3536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3537) Unexpected tab character. (no-tabs)
(#3537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3538) Unexpected tab character. (no-tabs)
(#3538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3539) Unexpected tab character. (no-tabs)
(#3539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3540) Unexpected tab character. (no-tabs)
(#3540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3541) Unexpected tab character. (no-tabs)
(#3541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3542) Unexpected tab character. (no-tabs)
(#3542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3543) Unexpected tab character. (no-tabs)
(#3543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3544) Unexpected tab character. (no-tabs)
(#3544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3545) Unexpected tab character. (no-tabs)
(#3545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3546) Unexpected tab character. (no-tabs)
(#3546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3547) Unexpected tab character. (no-tabs)
(#3547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3549) Unexpected tab character. (no-tabs)
(#3549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3550) Unexpected tab character. (no-tabs)
(#3550) There should be no spaces inside this paren. (space-in-parens)
(#3550) There should be no spaces inside this paren. (space-in-parens)
(#3550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3553) Unexpected tab character. (no-tabs)
(#3553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3555) Unexpected tab character. (no-tabs)
(#3555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3557) Unexpected tab character. (no-tabs)
(#3557) There should be no spaces inside this paren. (space-in-parens)
(#3557) There should be no spaces inside this paren. (space-in-parens)
(#3557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3558) Unexpected tab character. (no-tabs)
(#3558) There should be no spaces inside this paren. (space-in-parens)
(#3558) There should be no spaces inside this paren. (space-in-parens)
(#3558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3559) Unexpected tab character. (no-tabs)
(#3559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3563) Unexpected tab character. (no-tabs)
(#3563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3565) Unexpected tab character. (no-tabs)
(#3565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3566) Unexpected tab character. (no-tabs)
(#3566) There should be no spaces inside this paren. (space-in-parens)
(#3566) There should be no spaces inside this paren. (space-in-parens)
(#3566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3567) Unexpected tab character. (no-tabs)
(#3567) There should be no spaces inside this paren. (space-in-parens)
(#3567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3569) Unexpected tab character. (no-tabs)
(#3569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3571) Unexpected tab character. (no-tabs)
(#3571) There should be no spaces inside this paren. (space-in-parens)
(#3571) There should be no spaces inside this paren. (space-in-parens)
(#3571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3572) Unexpected tab character. (no-tabs)
(#3572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3573) Unexpected tab character. (no-tabs)
(#3573) There should be no spaces inside this paren. (space-in-parens)
(#3573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3574) Unexpected tab character. (no-tabs)
(#3574) There should be no spaces inside this paren. (space-in-parens)
(#3574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3575) Unexpected tab character. (no-tabs)
(#3575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3577) Unexpected tab character. (no-tabs)
(#3577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3578) Unexpected tab character. (no-tabs)
(#3578) There should be no spaces inside this paren. (space-in-parens)
(#3578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3579) Unexpected tab character. (no-tabs)
(#3579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3580) Unexpected tab character. (no-tabs)
(#3580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3581) Unexpected tab character. (no-tabs)
(#3581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3582) Unexpected tab character. (no-tabs)
(#3582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3584) Unexpected tab character. (no-tabs)
(#3584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3586) Unexpected tab character. (no-tabs)
(#3586) There should be no spaces inside this paren. (space-in-parens)
(#3586) There should be no spaces inside this paren. (space-in-parens)
(#3586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3587) Unexpected tab character. (no-tabs)
(#3587) There should be no spaces inside this paren. (space-in-parens)
(#3587) There should be no spaces inside this paren. (space-in-parens)
(#3587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3588) Unexpected tab character. (no-tabs)
(#3588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3590) Unexpected tab character. (no-tabs)
(#3590) There should be no spaces inside this paren. (space-in-parens)
(#3590) There should be no spaces inside this paren. (space-in-parens)
(#3590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3591) Unexpected tab character. (no-tabs)
(#3591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3592) Unexpected tab character. (no-tabs)
(#3592) There should be no spaces inside this paren. (space-in-parens)
(#3592) There should be no spaces inside this paren. (space-in-parens)
(#3592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3593) Unexpected tab character. (no-tabs)
(#3593) There should be no spaces inside this paren. (space-in-parens)
(#3593) There should be no spaces inside this paren. (space-in-parens)
(#3593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3595) Unexpected tab character. (no-tabs)
(#3595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3596) Unexpected tab character. (no-tabs)
(#3596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3597) Unexpected tab character. (no-tabs)
(#3597) There should be no spaces inside this paren. (space-in-parens)
(#3597) There should be no spaces inside this paren. (space-in-parens)
(#3597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3598) Unexpected tab character. (no-tabs)
(#3598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3600) Unexpected tab character. (no-tabs)
(#3600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3601) Unexpected tab character. (no-tabs)
(#3601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3602) Unexpected tab character. (no-tabs)
(#3602) There should be no spaces inside this paren. (space-in-parens)
(#3602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3604) There should be no spaces inside this paren. (space-in-parens)
(#3604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3607) Expected space or tab after '/*' in comment. (spaced-comment)
(#3607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3616) Expected space or tab after '//' in comment. (spaced-comment)
(#3616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3617) Expected space or tab after '//' in comment. (spaced-comment)
(#3617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3618) Expected space or tab after '//' in comment. (spaced-comment)
(#3618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3619) Expected space or tab after '//' in comment. (spaced-comment)
(#3619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3620) Expected space or tab after '//' in comment. (spaced-comment)
(#3620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3621) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3624) 'effectsEffectScale' is assigned a value but never used. (no-unused-vars)
(#3624) There should be no spaces inside this paren. (space-in-parens)
(#3624) There should be no spaces inside this paren. (space-in-parens)
(#3624) There should be no spaces inside this paren. (space-in-parens)
(#3624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3626) Unexpected tab character. (no-tabs)
(#3626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3627) Unexpected tab character. (no-tabs)
(#3627) There should be no spaces inside this paren. (space-in-parens)
(#3627) There should be no spaces inside this paren. (space-in-parens)
(#3627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3628) Unexpected tab character. (no-tabs)
(#3628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3629) Unexpected tab character. (no-tabs)
(#3629) There should be no spaces inside this paren. (space-in-parens)
(#3629) There should be no spaces inside this paren. (space-in-parens)
(#3629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3630) Unexpected tab character. (no-tabs)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) Do not nest ternary expressions. (no-nested-ternary)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3632) Unexpected tab character. (no-tabs)
(#3632) There should be no spaces inside this paren. (space-in-parens)
(#3632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3633) Unexpected tab character. (no-tabs)
(#3633) There should be no spaces inside this paren. (space-in-parens)
(#3633) There should be no spaces inside this paren. (space-in-parens)
(#3633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3634) Unexpected tab character. (no-tabs)
(#3634) There should be no spaces inside this paren. (space-in-parens)
(#3634) There should be no spaces inside this paren. (space-in-parens)
(#3634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3635) Unexpected tab character. (no-tabs)
(#3635) There should be no space after '['. (array-bracket-spacing)
(#3635) There should be no space before ']'. (array-bracket-spacing)
(#3635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3636) Unexpected tab character. (no-tabs)
(#3636) There should be no spaces inside this paren. (space-in-parens)
(#3636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3638) Unexpected tab character. (no-tabs)
(#3638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3640) Unexpected tab character. (no-tabs)
(#3640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3641) Unexpected tab character. (no-tabs)
(#3641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3642) Unexpected tab character. (no-tabs)
(#3642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3644) Unexpected tab character. (no-tabs)
(#3644) There should be no spaces inside this paren. (space-in-parens)
(#3644) There should be no spaces inside this paren. (space-in-parens)
(#3644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3645) There should be no spaces inside this paren. (space-in-parens)
(#3645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3648) Expected space or tab after '/*' in comment. (spaced-comment)
(#3648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3657) Expected space or tab after '//' in comment. (spaced-comment)
(#3657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3658) Expected space or tab after '//' in comment. (spaced-comment)
(#3658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3659) Expected space or tab after '//' in comment. (spaced-comment)
(#3659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3660) Expected space or tab after '//' in comment. (spaced-comment)
(#3660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3661) Expected space or tab after '//' in comment. (spaced-comment)
(#3661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3662) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3665) 'effectsEffectPuff' is assigned a value but never used. (no-unused-vars)
(#3665) There should be no spaces inside this paren. (space-in-parens)
(#3665) There should be no spaces inside this paren. (space-in-parens)
(#3665) There should be no spaces inside this paren. (space-in-parens)
(#3665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3666) Unexpected tab character. (no-tabs)
(#3666) There should be no spaces inside this paren. (space-in-parens)
(#3666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3667) Unexpected tab character. (no-tabs)
(#3667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3668) Unexpected tab character. (no-tabs)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3669) Unexpected tab character. (no-tabs)
(#3669) There should be no spaces inside this paren. (space-in-parens)
(#3669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3671) Unexpected tab character. (no-tabs)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3672) There should be no spaces inside this paren. (space-in-parens)
(#3672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3675) Expected space or tab after '/*' in comment. (spaced-comment)
(#3675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3684) Expected space or tab after '//' in comment. (spaced-comment)
(#3684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3685) Expected space or tab after '//' in comment. (spaced-comment)
(#3685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3686) Expected space or tab after '//' in comment. (spaced-comment)
(#3686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3687) Expected space or tab after '//' in comment. (spaced-comment)
(#3687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3688) Expected space or tab after '//' in comment. (spaced-comment)
(#3688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3689) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3692) 'effectsEffectPulsate' is assigned a value but never used. (no-unused-vars)
(#3692) There should be no spaces inside this paren. (space-in-parens)
(#3692) There should be no spaces inside this paren. (space-in-parens)
(#3692) There should be no spaces inside this paren. (space-in-parens)
(#3692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3693) Unexpected tab character. (no-tabs)
(#3693) There should be no spaces inside this paren. (space-in-parens)
(#3693) There should be no spaces inside this paren. (space-in-parens)
(#3693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3694) Unexpected tab character. (no-tabs)
(#3694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3695) Unexpected tab character. (no-tabs)
(#3695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3696) Unexpected tab character. (no-tabs)
(#3696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3697) Unexpected tab character. (no-tabs)
(#3697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3699) Unexpected tab character. (no-tabs)
(#3699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3701) Unexpected tab character. (no-tabs)
(#3701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3702) Unexpected tab character. (no-tabs)
(#3702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3703) Unexpected tab character. (no-tabs)
(#3703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3704) Unexpected tab character. (no-tabs)
(#3704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3707) Unexpected tab character. (no-tabs)
(#3707) There should be no spaces inside this paren. (space-in-parens)
(#3707) There should be no spaces inside this paren. (space-in-parens)
(#3707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3708) Unexpected tab character. (no-tabs)
(#3708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3709) Unexpected tab character. (no-tabs)
(#3709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3711) Unexpected tab character. (no-tabs)
(#3711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3712) Unexpected tab character. (no-tabs)
(#3712) There should be no spaces inside this paren. (space-in-parens)
(#3712) There should be no spaces inside this paren. (space-in-parens)
(#3712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3713) Unexpected tab character. (no-tabs)
(#3713) There should be no spaces inside this paren. (space-in-parens)
(#3713) There should be no space after '{'. (object-curly-spacing)
(#3713) There should be no space before '}'. (object-curly-spacing)
(#3713) There should be no spaces inside this paren. (space-in-parens)
(#3713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3714) Unexpected tab character. (no-tabs)
(#3714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3715) Unexpected tab character. (no-tabs)
(#3715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3717) Unexpected tab character. (no-tabs)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#3717) There should be no space after '{'. (object-curly-spacing)
(#3717) There should be no space before '}'. (object-curly-spacing)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#3717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3719) Unexpected tab character. (no-tabs)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3721) Unexpected tab character. (no-tabs)
(#3721) There should be no spaces inside this paren. (space-in-parens)
(#3721) There should be no spaces inside this paren. (space-in-parens)
(#3721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3722) There should be no spaces inside this paren. (space-in-parens)
(#3722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3725) Expected space or tab after '/*' in comment. (spaced-comment)
(#3725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3734) Expected space or tab after '//' in comment. (spaced-comment)
(#3734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3735) Expected space or tab after '//' in comment. (spaced-comment)
(#3735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3736) Expected space or tab after '//' in comment. (spaced-comment)
(#3736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3737) Expected space or tab after '//' in comment. (spaced-comment)
(#3737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3738) Expected space or tab after '//' in comment. (spaced-comment)
(#3738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3739) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3742) 'effectsEffectShake' is assigned a value but never used. (no-unused-vars)
(#3742) There should be no spaces inside this paren. (space-in-parens)
(#3742) There should be no spaces inside this paren. (space-in-parens)
(#3742) There should be no spaces inside this paren. (space-in-parens)
(#3742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3744) Unexpected tab character. (no-tabs)
(#3744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3745) Unexpected tab character. (no-tabs)
(#3745) There should be no spaces inside this paren. (space-in-parens)
(#3745) There should be no spaces inside this paren. (space-in-parens)
(#3745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3746) Unexpected tab character. (no-tabs)
(#3746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3747) Unexpected tab character. (no-tabs)
(#3747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3748) Unexpected tab character. (no-tabs)
(#3748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3749) Unexpected tab character. (no-tabs)
(#3749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3750) Unexpected tab character. (no-tabs)
(#3750) There should be no spaces inside this paren. (space-in-parens)
(#3750) There should be no spaces inside this paren. (space-in-parens)
(#3750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3751) Unexpected tab character. (no-tabs)
(#3751) There should be no spaces inside this paren. (space-in-parens)
(#3751) There should be no spaces inside this paren. (space-in-parens)
(#3751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3753) Unexpected tab character. (no-tabs)
(#3753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3754) Unexpected tab character. (no-tabs)
(#3754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3755) Unexpected tab character. (no-tabs)
(#3755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3757) Unexpected tab character. (no-tabs)
(#3757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3759) Unexpected tab character. (no-tabs)
(#3759) There should be no spaces inside this paren. (space-in-parens)
(#3759) There should be no spaces inside this paren. (space-in-parens)
(#3759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3761) Unexpected tab character. (no-tabs)
(#3761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3762) Unexpected tab character. (no-tabs)
(#3762) There should be no space after '['. (computed-property-spacing)
(#3762) There should be no space before ']'. (computed-property-spacing)
(#3762) There should be no spaces inside this paren. (space-in-parens)
(#3762) There should be no spaces inside this paren. (space-in-parens)
(#3762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3763) Unexpected tab character. (no-tabs)
(#3763) There should be no space after '['. (computed-property-spacing)
(#3763) There should be no space before ']'. (computed-property-spacing)
(#3763) There should be no spaces inside this paren. (space-in-parens)
(#3763) There should be no spaces inside this paren. (space-in-parens)
(#3763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3764) Unexpected tab character. (no-tabs)
(#3764) There should be no space after '['. (computed-property-spacing)
(#3764) There should be no space before ']'. (computed-property-spacing)
(#3764) There should be no spaces inside this paren. (space-in-parens)
(#3764) There should be no spaces inside this paren. (space-in-parens)
(#3764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3766) Unexpected tab character. (no-tabs)
(#3766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3767) Unexpected tab character. (no-tabs)
(#3767) There should be no spaces inside this paren. (space-in-parens)
(#3767) There should be no spaces inside this paren. (space-in-parens)
(#3767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3769) Unexpected tab character. (no-tabs)
(#3769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3770) Unexpected tab character. (no-tabs)
(#3770) There should be no spaces inside this paren. (space-in-parens)
(#3770) There should be no spaces inside this paren. (space-in-parens)
(#3770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3771) Unexpected tab character. (no-tabs)
(#3771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3773) Unexpected tab character. (no-tabs)
(#3773) There should be no spaces inside this paren. (space-in-parens)
(#3773) There should be no spaces inside this paren. (space-in-parens)
(#3773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3774) Unexpected tab character. (no-tabs)
(#3774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3776) Unexpected tab character. (no-tabs)
(#3776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3777) Unexpected tab character. (no-tabs)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3778) Unexpected tab character. (no-tabs)
(#3778) There should be no spaces inside this paren. (space-in-parens)
(#3778) There should be no spaces inside this paren. (space-in-parens)
(#3778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3779) Unexpected tab character. (no-tabs)
(#3779) There should be no spaces inside this paren. (space-in-parens)
(#3779) There should be no spaces inside this paren. (space-in-parens)
(#3779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3781) Unexpected tab character. (no-tabs)
(#3781) There should be no spaces inside this paren. (space-in-parens)
(#3781) There should be no spaces inside this paren. (space-in-parens)
(#3781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3782) There should be no spaces inside this paren. (space-in-parens)
(#3782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3785) Expected space or tab after '/*' in comment. (spaced-comment)
(#3785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3794) Expected space or tab after '//' in comment. (spaced-comment)
(#3794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3795) Expected space or tab after '//' in comment. (spaced-comment)
(#3795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3796) Expected space or tab after '//' in comment. (spaced-comment)
(#3796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3797) Expected space or tab after '//' in comment. (spaced-comment)
(#3797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3798) Expected space or tab after '//' in comment. (spaced-comment)
(#3798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3799) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3802) 'effectsEffectSlide' is assigned a value but never used. (no-unused-vars)
(#3802) There should be no spaces inside this paren. (space-in-parens)
(#3802) There should be no spaces inside this paren. (space-in-parens)
(#3802) There should be no spaces inside this paren. (space-in-parens)
(#3802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3803) Unexpected tab character. (no-tabs)
(#3803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3804) Unexpected tab character. (no-tabs)
(#3804) There should be no spaces inside this paren. (space-in-parens)
(#3804) There should be no spaces inside this paren. (space-in-parens)
(#3804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3805) Unexpected tab character. (no-tabs)
(#3805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3806) Unexpected tab character. (no-tabs)
(#3806) There should be no space after '['. (array-bracket-spacing)
(#3806) There should be no space before ']'. (array-bracket-spacing)
(#3806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3807) Unexpected tab character. (no-tabs)
(#3807) There should be no space after '['. (array-bracket-spacing)
(#3807) There should be no space before ']'. (array-bracket-spacing)
(#3807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3808) Unexpected tab character. (no-tabs)
(#3808) There should be no space after '['. (array-bracket-spacing)
(#3808) There should be no space before ']'. (array-bracket-spacing)
(#3808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3809) Unexpected tab character. (no-tabs)
(#3809) There should be no space after '['. (array-bracket-spacing)
(#3809) There should be no space before ']'. (array-bracket-spacing)
(#3809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3810) Unexpected tab character. (no-tabs)
(#3810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3811) Unexpected tab character. (no-tabs)
(#3811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3812) Unexpected tab character. (no-tabs)
(#3812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3814) Unexpected tab character. (no-tabs)
(#3814) There should be no spaces inside this paren. (space-in-parens)
(#3814) There should be no spaces inside this paren. (space-in-parens)
(#3814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3815) Unexpected tab character. (no-tabs)
(#3815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3816) Unexpected tab character. (no-tabs)
(#3816) There should be no space after '['. (computed-property-spacing)
(#3816) There should be no space before ']'. (computed-property-spacing)
(#3816) There should be no spaces inside this paren. (space-in-parens)
(#3816) There should be no spaces inside this paren. (space-in-parens)
(#3816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3817) Unexpected tab character. (no-tabs)
(#3817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3821) Unexpected tab character. (no-tabs)
(#3821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3822) Unexpected tab character. (no-tabs)
(#3822) There should be no space after '['. (computed-property-spacing)
(#3822) There should be no space before ']'. (computed-property-spacing)
(#3822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3824) Unexpected tab character. (no-tabs)
(#3824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3825) Unexpected tab character. (no-tabs)
(#3825) There should be no space after '['. (computed-property-spacing)
(#3825) There should be no space before ']'. (computed-property-spacing)
(#3825) There should be no spaces inside this paren. (space-in-parens)
(#3825) There should be no spaces inside this paren. (space-in-parens)
(#3825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3826) Unexpected tab character. (no-tabs)
(#3826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3827) Unexpected tab character. (no-tabs)
(#3827) There should be no space after '['. (computed-property-spacing)
(#3827) There should be no space after '['. (computed-property-spacing)
(#3827) There should be no space before ']'. (computed-property-spacing)
(#3827) There should be no space after '['. (computed-property-spacing)
(#3827) There should be no space before ']'. (computed-property-spacing)
(#3827) There should be no space before ']'. (computed-property-spacing)
(#3827) There should be no space after '['. (computed-property-spacing)
(#3827) There should be no space after '['. (computed-property-spacing)
(#3827) There should be no space before ']'. (computed-property-spacing)
(#3827) There should be no space after '['. (computed-property-spacing)
(#3827) There should be no space before ']'. (computed-property-spacing)
(#3827) There should be no space before ']'. (computed-property-spacing)
(#3827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3829) Unexpected tab character. (no-tabs)
(#3829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3830) Unexpected tab character. (no-tabs)
(#3830) There should be no spaces inside this paren. (space-in-parens)
(#3830) There should be no spaces inside this paren. (space-in-parens)
(#3830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3832) Unexpected tab character. (no-tabs)
(#3832) There should be no spaces inside this paren. (space-in-parens)
(#3832) There should be no space after '['. (computed-property-spacing)
(#3832) There should be no space before ']'. (computed-property-spacing)
(#3832) There should be no spaces inside this paren. (space-in-parens)
(#3832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3833) Unexpected tab character. (no-tabs)
(#3833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3834) Unexpected tab character. (no-tabs)
(#3834) There should be no space after '['. (computed-property-spacing)
(#3834) There should be no space before ']'. (computed-property-spacing)
(#3834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3835) Unexpected tab character. (no-tabs)
(#3835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3837) Unexpected tab character. (no-tabs)
(#3837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3838) Unexpected tab character. (no-tabs)
(#3838) There should be no spaces inside this paren. (space-in-parens)
(#3838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3839) Unexpected tab character. (no-tabs)
(#3839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3840) Unexpected tab character. (no-tabs)
(#3840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3841) Unexpected tab character. (no-tabs)
(#3841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3842) Unexpected tab character. (no-tabs)
(#3842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3843) Unexpected tab character. (no-tabs)
(#3843) There should be no spaces inside this paren. (space-in-parens)
(#3843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3847) Expected space or tab after '/*' in comment. (spaced-comment)
(#3847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3856) Expected space or tab after '//' in comment. (spaced-comment)
(#3856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3857) Expected space or tab after '//' in comment. (spaced-comment)
(#3857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3858) Expected space or tab after '//' in comment. (spaced-comment)
(#3858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3859) Expected space or tab after '//' in comment. (spaced-comment)
(#3859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3860) Expected space or tab after '//' in comment. (spaced-comment)
(#3860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3861) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3864) 'effect' is already defined. (no-redeclare)
(#3864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3865) There should be no spaces inside this paren. (space-in-parens)
(#3865) There should be no spaces inside this paren. (space-in-parens)
(#3865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3866) Unexpected tab character. (no-tabs)
(#3866) There should be no spaces inside this paren. (space-in-parens)
(#3866) There should be no spaces inside this paren. (space-in-parens)
(#3866) There should be no spaces inside this paren. (space-in-parens)
(#3866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3867) Unexpected tab character. (no-tabs)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3868) Unexpected tab character. (no-tabs)
(#3868) There should be no spaces inside this paren. (space-in-parens)
(#3868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3870) 'effectsEffectTransfer' is assigned a value but never used. (no-unused-vars)
(#3870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3873) Expected space or tab after '/*' in comment. (spaced-comment)
(#3873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3882) Expected space or tab after '//' in comment. (spaced-comment)
(#3882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3883) Expected space or tab after '//' in comment. (spaced-comment)
(#3883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3884) Expected space or tab after '//' in comment. (spaced-comment)
(#3884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3885) Expected space or tab after '//' in comment. (spaced-comment)
(#3885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3886) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3890) There should be no spaces inside this paren. (space-in-parens)
(#3890) There should be no spaces inside this paren. (space-in-parens)
(#3890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3891) Unexpected tab character. (no-tabs)
(#3891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3892) Unexpected tab character. (no-tabs)
(#3892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3895) Unexpected tab character. (no-tabs)
(#3895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3896) Unexpected tab character. (no-tabs)
(#3896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3897) Unexpected tab character. (no-tabs)
(#3897) There should be no spaces inside this paren. (space-in-parens)
(#3897) There should be no spaces inside this paren. (space-in-parens)
(#3897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3898) Unexpected tab character. (no-tabs)
(#3898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3899) Unexpected tab character. (no-tabs)
(#3899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3900) Unexpected tab character. (no-tabs)
(#3900) There should be no spaces inside this paren. (space-in-parens)
(#3900) There should be no spaces inside this paren. (space-in-parens)
(#3900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3901) Unexpected tab character. (no-tabs)
(#3901) There should be no spaces inside this paren. (space-in-parens)
(#3901) There should be no spaces inside this paren. (space-in-parens)
(#3901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3902) Unexpected tab character. (no-tabs)
(#3902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3904) Unexpected tab character. (no-tabs)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3905) Unexpected tab character. (no-tabs)
(#3905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3909) Unexpected tab character. (no-tabs)
(#3909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3910) Unexpected tab character. (no-tabs)
(#3910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3911) Unexpected tab character. (no-tabs)
(#3911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3912) Unexpected tab character. (no-tabs)
(#3912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3913) Unexpected tab character. (no-tabs)
(#3913) There should be no spaces inside this paren. (space-in-parens)
(#3913) There should be no spaces inside this paren. (space-in-parens)
(#3913) There should be no spaces inside this paren. (space-in-parens)
(#3913) There should be no spaces inside this paren. (space-in-parens)
(#3913) There should be no space after '['. (computed-property-spacing)
(#3913) There should be no space before ']'. (computed-property-spacing)
(#3913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3914) Unexpected tab character. (no-tabs)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3915) Unexpected tab character. (no-tabs)
(#3915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3916) Unexpected tab character. (no-tabs)
(#3916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3917) Unexpected tab character. (no-tabs)
(#3917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3918) Unexpected tab character. (no-tabs)
(#3918) There should be no spaces inside this paren. (space-in-parens)
(#3918) There should be no spaces inside this paren. (space-in-parens)
(#3918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3919) Unexpected tab character. (no-tabs)
(#3919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3920) Unexpected tab character. (no-tabs)
(#3920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3921) Unexpected tab character. (no-tabs)
(#3921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3922) Unexpected tab character. (no-tabs)
(#3922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3929) Missing JSDoc comment. (require-jsdoc)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3930) Unexpected tab character. (no-tabs)
(#3930) There should be no spaces inside this paren. (space-in-parens)
(#3930) There should be no spaces inside this paren. (space-in-parens)
(#3930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3931) Unexpected tab character. (no-tabs)
(#3931) There should be no spaces inside this paren. (space-in-parens)
(#3931) There should be no spaces inside this paren. (space-in-parens)
(#3931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3932) Unexpected tab character. (no-tabs)
(#3932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3933) Unexpected tab character. (no-tabs)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3934) Unexpected tab character. (no-tabs)
(#3934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3935) Unexpected tab character. (no-tabs)
(#3935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3938) There should be no spaces inside this paren. (space-in-parens)
(#3938) There should be no space after '['. (computed-property-spacing)
(#3938) There should be no space before ']'. (computed-property-spacing)
(#3938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3939) Unexpected tab character. (no-tabs)
(#3939) There should be no spaces inside this paren. (space-in-parens)
(#3939) There should be no spaces inside this paren. (space-in-parens)
(#3939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3940) Unexpected tab character. (no-tabs)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3941) Unexpected tab character. (no-tabs)
(#3941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3942) There should be no spaces inside this paren. (space-in-parens)
(#3942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3944) 'focusable' is assigned a value but never used. (no-unused-vars)
(#3944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3945) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3952) 'form' is assigned a value but never used. (no-unused-vars)
(#3952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3953) Unexpected tab character. (no-tabs)
(#3953) There should be no space after '['. (computed-property-spacing)
(#3953) There should be no space before ']'. (computed-property-spacing)
(#3953) There should be no spaces inside this paren. (space-in-parens)
(#3953) There should be no spaces inside this paren. (space-in-parens)
(#3953) There should be no spaces inside this paren. (space-in-parens)
(#3953) There should be no space after '['. (computed-property-spacing)
(#3953) There should be no space before ']'. (computed-property-spacing)
(#3953) There should be no spaces inside this paren. (space-in-parens)
(#3953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3957) Expected space or tab after '/*' in comment. (spaced-comment)
(#3957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3966) Expected space or tab after '//' in comment. (spaced-comment)
(#3966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3967) Expected space or tab after '//' in comment. (spaced-comment)
(#3967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3968) Expected space or tab after '//' in comment. (spaced-comment)
(#3968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3969) Expected space or tab after '//' in comment. (spaced-comment)
(#3969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3970) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3973) 'formResetMixin' is assigned a value but never used. (no-unused-vars)
(#3973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3974) Unexpected tab character. (no-tabs)
(#3974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3975) Unexpected tab character. (no-tabs)
(#3975) There should be no spaces inside this paren. (space-in-parens)
(#3975) There should be no spaces inside this paren. (space-in-parens)
(#3975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3977) Unexpected tab character. (no-tabs)
(#3977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3978) Unexpected tab character. (no-tabs)
(#3978) There should be no spaces inside this paren. (space-in-parens)
(#3978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3980) Unexpected tab character. (no-tabs)
(#3980) There should be no spaces inside this paren. (space-in-parens)
(#3980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3981) Unexpected tab character. (no-tabs)
(#3981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3982) Unexpected tab character. (no-tabs)
(#3982) There should be no spaces inside this paren. (space-in-parens)
(#3982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3983) Unexpected tab character. (no-tabs)
(#3983) There should be no spaces inside this paren. (space-in-parens)
(#3983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3984) Unexpected tab character. (no-tabs)
(#3984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3986) Unexpected tab character. (no-tabs)
(#3986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3987) Unexpected tab character. (no-tabs)
(#3987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#3988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3989) Unexpected tab character. (no-tabs)
(#3989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3990) Unexpected tab character. (no-tabs)
(#3990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3992) Unexpected tab character. (no-tabs)
(#3992) There should be no spaces inside this paren. (space-in-parens)
(#3992) There should be no spaces inside this paren. (space-in-parens)
(#3992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3993) Unexpected tab character. (no-tabs)
(#3993) There should be no spaces inside this paren. (space-in-parens)
(#3993) There should be no spaces inside this paren. (space-in-parens)
(#3993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3995) Unexpected tab character. (no-tabs)
(#3995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3996) Unexpected tab character. (no-tabs)
(#3996) There should be no spaces inside this paren. (space-in-parens)
(#3996) There should be no spaces inside this paren. (space-in-parens)
(#3996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3997) Unexpected tab character. (no-tabs)
(#3997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3998) Unexpected tab character. (no-tabs)
(#3998) There should be no spaces inside this paren. (space-in-parens)
(#3998) There should be no spaces inside this paren. (space-in-parens)
(#3998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3999) Unexpected tab character. (no-tabs)
(#3999) There should be no spaces inside this paren. (space-in-parens)
(#3999) There should be no spaces inside this paren. (space-in-parens)
(#3999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4000) Unexpected tab character. (no-tabs)
(#4000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4002) Unexpected tab character. (no-tabs)
(#4002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4003) Unexpected tab character. (no-tabs)
(#4003) There should be no spaces inside this paren. (space-in-parens)
(#4003) There should be no spaces inside this paren. (space-in-parens)
(#4003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4004) Unexpected tab character. (no-tabs)
(#4004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4005) Unexpected tab character. (no-tabs)
(#4005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4007) Unexpected tab character. (no-tabs)
(#4007) There should be no spaces inside this paren. (space-in-parens)
(#4007) There should be no spaces inside this paren. (space-in-parens)
(#4007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4008) Unexpected tab character. (no-tabs)
(#4008) There should be no spaces inside this paren. (space-in-parens)
(#4008) There should be no spaces inside this paren. (space-in-parens)
(#4008) There should be no spaces inside this paren. (space-in-parens)
(#4008) There should be no spaces inside this paren. (space-in-parens)
(#4008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4009) Unexpected tab character. (no-tabs)
(#4009) There should be no spaces inside this paren. (space-in-parens)
(#4009) There should be no spaces inside this paren. (space-in-parens)
(#4009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4010) Unexpected tab character. (no-tabs)
(#4010) There should be no spaces inside this paren. (space-in-parens)
(#4010) There should be no spaces inside this paren. (space-in-parens)
(#4010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4011) Unexpected tab character. (no-tabs)
(#4011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4012) Unexpected tab character. (no-tabs)
(#4012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4013) Unexpected tab character. (no-tabs)
(#4013) There should be no spaces inside this paren. (space-in-parens)
(#4013) There should be no spaces inside this paren. (space-in-parens)
(#4013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4014) Unexpected tab character. (no-tabs)
(#4014) There should be no spaces inside this paren. (space-in-parens)
(#4014) There should be no spaces inside this paren. (space-in-parens)
(#4014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4015) Unexpected tab character. (no-tabs)
(#4015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4016) Unexpected tab character. (no-tabs)
(#4016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4020) Expected space or tab after '/*' in comment. (spaced-comment)
(#4020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4030) Expected space or tab after '//' in comment. (spaced-comment)
(#4030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4031) Expected space or tab after '//' in comment. (spaced-comment)
(#4031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4032) Expected space or tab after '//' in comment. (spaced-comment)
(#4032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4033) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4044) Unexpected tab character. (no-tabs)
(#4044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4045) Unexpected tab character. (no-tabs)
(#4045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4046) Unexpected tab character. (no-tabs)
(#4046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4047) Unexpected tab character. (no-tabs)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4047) There should be no space after '['. (array-bracket-spacing)
(#4047) There should be no space before ']'. (array-bracket-spacing)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4048) Unexpected tab character. (no-tabs)
(#4048) There should be no space after '['. (array-bracket-spacing)
(#4048) There should be no space before ']'. (array-bracket-spacing)
(#4048) There should be no space after '['. (array-bracket-spacing)
(#4048) There should be no space before ']'. (array-bracket-spacing)
(#4048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4049) Unexpected tab character. (no-tabs)
(#4049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4050) Unexpected tab character. (no-tabs)
(#4050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4051) Unexpected tab character. (no-tabs)
(#4051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4052) Unexpected tab character. (no-tabs)
(#4052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4053) Unexpected tab character. (no-tabs)
(#4053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4054) Unexpected tab character. (no-tabs)
(#4054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4055) Unexpected tab character. (no-tabs)
(#4055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4057) Unexpected tab character. (no-tabs)
(#4057) Missing JSDoc comment. (require-jsdoc)
(#4057) There should be no spaces inside this paren. (space-in-parens)
(#4057) There should be no spaces inside this paren. (space-in-parens)
(#4057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4058) Unexpected tab character. (no-tabs)
(#4058) There should be no spaces inside this paren. (space-in-parens)
(#4058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4059) Unexpected tab character. (no-tabs)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4060) Unexpected tab character. (no-tabs)
(#4060) There should be no spaces inside this paren. (space-in-parens)
(#4060) There should be no spaces inside this paren. (space-in-parens)
(#4060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4061) Unexpected tab character. (no-tabs)
(#4061) There should be no spaces inside this paren. (space-in-parens)
(#4061) There should be no spaces inside this paren. (space-in-parens)
(#4061) There should be no spaces inside this paren. (space-in-parens)
(#4061) There should be no spaces inside this paren. (space-in-parens)
(#4061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4062) Unexpected tab character. (no-tabs)
(#4062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4063) Unexpected tab character. (no-tabs)
(#4063) There should be no spaces inside this paren. (space-in-parens)
(#4063) There should be no spaces inside this paren. (space-in-parens)
(#4063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4064) Unexpected tab character. (no-tabs)
(#4064) There should be no spaces inside this paren. (space-in-parens)
(#4064) There should be no spaces inside this paren. (space-in-parens)
(#4064) There should be no spaces inside this paren. (space-in-parens)
(#4064) There should be no spaces inside this paren. (space-in-parens)
(#4064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4065) Unexpected tab character. (no-tabs)
(#4065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4066) Unexpected tab character. (no-tabs)
(#4066) There should be no spaces inside this paren. (space-in-parens)
(#4066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4067) Unexpected tab character. (no-tabs)
(#4067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4068) Unexpected tab character. (no-tabs)
(#4068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4070) Unexpected tab character. (no-tabs)
(#4070) There should be no space after '['. (computed-property-spacing)
(#4070) There should be no space before ']'. (computed-property-spacing)
(#4070) There should be no spaces inside this paren. (space-in-parens)
(#4070) There should be no spaces inside this paren. (space-in-parens)
(#4070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4071) Unexpected tab character. (no-tabs)
(#4071) There should be no spaces inside this paren. (space-in-parens)
(#4071) There should be no spaces inside this paren. (space-in-parens)
(#4071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4072) Unexpected tab character. (no-tabs)
(#4072) There should be no space after '['. (computed-property-spacing)
(#4072) There should be no space before ']'. (computed-property-spacing)
(#4072) There should be no spaces inside this paren. (space-in-parens)
(#4072) There should be no spaces inside this paren. (space-in-parens)
(#4072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4073) Unexpected tab character. (no-tabs)
(#4073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4075) Unexpected tab character. (no-tabs)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4076) Unexpected tab character. (no-tabs)
(#4076) There should be no spaces inside this paren. (space-in-parens)
(#4076) There should be no spaces inside this paren. (space-in-parens)
(#4076) There should be no spaces inside this paren. (space-in-parens)
(#4076) There should be no spaces inside this paren. (space-in-parens)
(#4076) There should be no spaces inside this paren. (space-in-parens)
(#4076) There should be no spaces inside this paren. (space-in-parens)
(#4076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4077) Unexpected tab character. (no-tabs)
(#4077) There should be no spaces inside this paren. (space-in-parens)
(#4077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4078) Unexpected tab character. (no-tabs)
(#4078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4080) Unexpected tab character. (no-tabs)
(#4080) There should be no space after '['. (computed-property-spacing)
(#4080) There should be no space before ']'. (computed-property-spacing)
(#4080) There should be no spaces inside this paren. (space-in-parens)
(#4080) There should be no spaces inside this paren. (space-in-parens)
(#4080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4081) Unexpected tab character. (no-tabs)
(#4081) There should be no spaces inside this paren. (space-in-parens)
(#4081) There should be no spaces inside this paren. (space-in-parens)
(#4081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4082) Unexpected tab character. (no-tabs)
(#4082) There should be no space after '['. (computed-property-spacing)
(#4082) There should be no space before ']'. (computed-property-spacing)
(#4082) There should be no spaces inside this paren. (space-in-parens)
(#4082) There should be no spaces inside this paren. (space-in-parens)
(#4082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4083) Unexpected tab character. (no-tabs)
(#4083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4085) Unexpected tab character. (no-tabs)
(#4085) There should be no spaces inside this paren. (space-in-parens)
(#4085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4086) There should be no spaces inside this paren. (space-in-parens)
(#4086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4087) Unexpected tab character. (no-tabs)
(#4087) There should be no spaces inside this paren. (space-in-parens)
(#4087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4088) Unexpected tab character. (no-tabs)
(#4088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4089) Unexpected tab character. (no-tabs)
(#4089) There should be no spaces inside this paren. (space-in-parens)
(#4089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4091) Unexpected tab character. (no-tabs)
(#4091) There should be no spaces inside this paren. (space-in-parens)
(#4091) There should be no spaces inside this paren. (space-in-parens)
(#4091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4092) Unexpected tab character. (no-tabs)
(#4092) There should be no spaces inside this paren. (space-in-parens)
(#4092) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4093) Unexpected tab character. (no-tabs)
(#4093) There should be no spaces inside this paren. (space-in-parens)
(#4093) There should be no spaces inside this paren. (space-in-parens)
(#4093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4094) Unexpected tab character. (no-tabs)
(#4094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4095) Unexpected tab character. (no-tabs)
(#4095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4098) Unnecessary semicolon. (no-extra-semi)
(#4098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4099) Expected space or tab after '/*' in comment. (spaced-comment)
(#4099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4108) Expected space or tab after '//' in comment. (spaced-comment)
(#4108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4109) Expected space or tab after '//' in comment. (spaced-comment)
(#4109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4110) Expected space or tab after '//' in comment. (spaced-comment)
(#4110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4111) Expected space or tab after '//' in comment. (spaced-comment)
(#4111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4114) 'keycode' is assigned a value but never used. (no-unused-vars)
(#4114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4115) Unexpected tab character. (no-tabs)
(#4115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4116) Unexpected tab character. (no-tabs)
(#4116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4117) Unexpected tab character. (no-tabs)
(#4117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4118) Unexpected tab character. (no-tabs)
(#4118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4119) Unexpected tab character. (no-tabs)
(#4119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4120) Unexpected tab character. (no-tabs)
(#4120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4121) Unexpected tab character. (no-tabs)
(#4121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4122) Unexpected tab character. (no-tabs)
(#4122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4123) Unexpected tab character. (no-tabs)
(#4123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4124) Unexpected tab character. (no-tabs)
(#4124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4125) Unexpected tab character. (no-tabs)
(#4125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4126) Unexpected tab character. (no-tabs)
(#4126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4127) Unexpected tab character. (no-tabs)
(#4127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4128) Unexpected tab character. (no-tabs)
(#4128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4129) Unexpected tab character. (no-tabs)
(#4129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4130) Unexpected tab character. (no-tabs)
(#4130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4132) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4137) 'escapeSelector' is assigned a value but never used. (no-unused-vars)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4138) Unexpected tab character. (no-tabs)
(#4138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4139) Unexpected tab character. (no-tabs)
(#4139) There should be no spaces inside this paren. (space-in-parens)
(#4139) There should be no spaces inside this paren. (space-in-parens)
(#4139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4140) Unexpected tab character. (no-tabs)
(#4140) There should be no spaces inside this paren. (space-in-parens)
(#4140) There should be no spaces inside this paren. (space-in-parens)
(#4140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4141) Unexpected tab character. (no-tabs)
(#4141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4142) There should be no spaces inside this paren. (space-in-parens)
(#4142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4145) Expected space or tab after '/*' in comment. (spaced-comment)
(#4145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4154) Expected space or tab after '//' in comment. (spaced-comment)
(#4154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4155) Expected space or tab after '//' in comment. (spaced-comment)
(#4155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4156) Expected space or tab after '//' in comment. (spaced-comment)
(#4156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4157) Expected space or tab after '//' in comment. (spaced-comment)
(#4157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4158) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4161) 'labels' is assigned a value but never used. (no-unused-vars)
(#4161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4162) Unexpected tab character. (no-tabs)
(#4162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4164) Unexpected tab character. (no-tabs)
(#4164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4165) Unexpected tab character. (no-tabs)
(#4165) There should be no spaces inside this paren. (space-in-parens)
(#4165) There should be no space after '['. (computed-property-spacing)
(#4165) There should be no space before ']'. (computed-property-spacing)
(#4165) There should be no space after '['. (computed-property-spacing)
(#4165) There should be no space before ']'. (computed-property-spacing)
(#4165) There should be no spaces inside this paren. (space-in-parens)
(#4165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4166) Unexpected tab character. (no-tabs)
(#4166) There should be no spaces inside this paren. (space-in-parens)
(#4166) There should be no space after '['. (computed-property-spacing)
(#4166) There should be no space before ']'. (computed-property-spacing)
(#4166) There should be no spaces inside this paren. (space-in-parens)
(#4166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4167) Unexpected tab character. (no-tabs)
(#4167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4169) Unexpected tab character. (no-tabs)
(#4169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4170) Unexpected tab character. (no-tabs)
(#4170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4171) Unexpected tab character. (no-tabs)
(#4171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4172) Unexpected tab character. (no-tabs)
(#4172) There should be no spaces inside this paren. (space-in-parens)
(#4172) There should be no spaces inside this paren. (space-in-parens)
(#4172) There should be no spaces inside this paren. (space-in-parens)
(#4172) There should be no spaces inside this paren. (space-in-parens)
(#4172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4174) Unexpected tab character. (no-tabs)
(#4174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4176) Unexpected tab character. (no-tabs)
(#4176) There should be no spaces inside this paren. (space-in-parens)
(#4176) There should be no spaces inside this paren. (space-in-parens)
(#4176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4178) Unexpected tab character. (no-tabs)
(#4178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4179) Unexpected tab character. (no-tabs)
(#4179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4180) Unexpected tab character. (no-tabs)
(#4180) There should be no spaces inside this paren. (space-in-parens)
(#4180) There should be no spaces inside this paren. (space-in-parens)
(#4180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4182) Unexpected tab character. (no-tabs)
(#4182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4183) Unexpected tab character. (no-tabs)
(#4183) There should be no spaces inside this paren. (space-in-parens)
(#4183) There should be no spaces inside this paren. (space-in-parens)
(#4183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4185) Unexpected tab character. (no-tabs)
(#4185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4186) Unexpected tab character. (no-tabs)
(#4186) There should be no spaces inside this paren. (space-in-parens)
(#4186) There should be no spaces inside this paren. (space-in-parens)
(#4186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4188) Unexpected tab character. (no-tabs)
(#4188) There should be no spaces inside this paren. (space-in-parens)
(#4188) There should be no spaces inside this paren. (space-in-parens)
(#4188) There should be no spaces inside this paren. (space-in-parens)
(#4188) There should be no spaces inside this paren. (space-in-parens)
(#4188) There should be no spaces inside this paren. (space-in-parens)
(#4188) There should be no spaces inside this paren. (space-in-parens)
(#4188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4190) Unexpected tab character. (no-tabs)
(#4190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4192) Unexpected tab character. (no-tabs)
(#4192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4193) Unexpected tab character. (no-tabs)
(#4193) There should be no spaces inside this paren. (space-in-parens)
(#4193) There should be no spaces inside this paren. (space-in-parens)
(#4193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4197) Expected space or tab after '/*' in comment. (spaced-comment)
(#4197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4206) Expected space or tab after '//' in comment. (spaced-comment)
(#4206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4207) Expected space or tab after '//' in comment. (spaced-comment)
(#4207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4208) Expected space or tab after '//' in comment. (spaced-comment)
(#4208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4209) Expected space or tab after '//' in comment. (spaced-comment)
(#4209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4210) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4213) 'scrollParent' is assigned a value but never used. (no-unused-vars)
(#4213) There should be no spaces inside this paren. (space-in-parens)
(#4213) There should be no spaces inside this paren. (space-in-parens)
(#4213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4214) Unexpected tab character. (no-tabs)
(#4214) There should be no spaces inside this paren. (space-in-parens)
(#4214) There should be no spaces inside this paren. (space-in-parens)
(#4214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4215) Unexpected tab character. (no-tabs)
(#4215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4216) Unexpected tab character. (no-tabs)
(#4216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4217) Unexpected tab character. (no-tabs)
(#4217) There should be no spaces inside this paren. (space-in-parens)
(#4217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4219) There should be no spaces inside this paren. (space-in-parens)
(#4219) There should be no spaces inside this paren. (space-in-parens)
(#4219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4220) Unexpected tab character. (no-tabs)
(#4220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4221) Unexpected tab character. (no-tabs)
(#4221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4222) Unexpected tab character. (no-tabs)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4222) There should be no spaces inside this paren. (space-in-parens)
(#4222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4224) Unexpected tab character. (no-tabs)
(#4224) There should be no spaces inside this paren. (space-in-parens)
(#4224) There should be no spaces inside this paren. (space-in-parens)
(#4224) There should be no spaces inside this paren. (space-in-parens)
(#4224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4226) Unexpected tab character. (no-tabs)
(#4226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4227) Unexpected tab character. (no-tabs)
(#4227) There should be no spaces inside this paren. (space-in-parens)
(#4227) There should be no space after '['. (computed-property-spacing)
(#4227) There should be no space before ']'. (computed-property-spacing)
(#4227) There should be no spaces inside this paren. (space-in-parens)
(#4227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4228) Unexpected tab character. (no-tabs)
(#4228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4232) Expected space or tab after '/*' in comment. (spaced-comment)
(#4232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4241) Expected space or tab after '//' in comment. (spaced-comment)
(#4241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4242) Expected space or tab after '//' in comment. (spaced-comment)
(#4242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4243) Expected space or tab after '//' in comment. (spaced-comment)
(#4243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4244) Expected space or tab after '//' in comment. (spaced-comment)
(#4244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4245) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4248) 'tabbable' is assigned a value but never used. (no-unused-vars)
(#4248) There should be no spaces inside this paren. (space-in-parens)
(#4248) There should be no space after '['. (computed-property-spacing)
(#4248) There should be no space before ']'. (computed-property-spacing)
(#4248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4249) Unexpected tab character. (no-tabs)
(#4249) There should be no spaces inside this paren. (space-in-parens)
(#4249) There should be no spaces inside this paren. (space-in-parens)
(#4249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4250) Unexpected tab character. (no-tabs)
(#4250) There should be no spaces inside this paren. (space-in-parens)
(#4250) There should be no spaces inside this paren. (space-in-parens)
(#4250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4251) Unexpected tab character. (no-tabs)
(#4251) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4252) Unexpected tab character. (no-tabs)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4253) Unexpected tab character. (no-tabs)
(#4253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4254) There should be no spaces inside this paren. (space-in-parens)
(#4254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4257) Expected space or tab after '/*' in comment. (spaced-comment)
(#4257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4266) Expected space or tab after '//' in comment. (spaced-comment)
(#4266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4267) Expected space or tab after '//' in comment. (spaced-comment)
(#4267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4268) Expected space or tab after '//' in comment. (spaced-comment)
(#4268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4269) Expected space or tab after '//' in comment. (spaced-comment)
(#4269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4270) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4273) 'uniqueId' is assigned a value but never used. (no-unused-vars)
(#4273) There should be no spaces inside this paren. (space-in-parens)
(#4273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4274) Unexpected tab character. (no-tabs)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4275) Unexpected tab character. (no-tabs)
(#4275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4277) Unexpected tab character. (no-tabs)
(#4277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4278) Unexpected tab character. (no-tabs)
(#4278) There should be no spaces inside this paren. (space-in-parens)
(#4278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4281) Unexpected tab character. (no-tabs)
(#4281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4282) Unexpected tab character. (no-tabs)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4283) Unexpected tab character. (no-tabs)
(#4283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4284) Unexpected tab character. (no-tabs)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4286) Unexpected tab character. (no-tabs)
(#4286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4287) Unexpected tab character. (no-tabs)
(#4287) There should be no spaces inside this paren. (space-in-parens)
(#4287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4288) There should be no spaces inside this paren. (space-in-parens)
(#4288) There should be no spaces inside this paren. (space-in-parens)
(#4288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4289) There should be no spaces inside this paren. (space-in-parens)
(#4289) There should be no spaces inside this paren. (space-in-parens)
(#4289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4290) Unexpected tab character. (no-tabs)
(#4290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4291) Unexpected tab character. (no-tabs)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4292) Unexpected tab character. (no-tabs)
(#4292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4296) Expected space or tab after '/*' in comment. (spaced-comment)
(#4296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4305) Expected space or tab after '//' in comment. (spaced-comment)
(#4305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4306) Expected space or tab after '//' in comment. (spaced-comment)
(#4306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4308) Expected space or tab after '//' in comment. (spaced-comment)
(#4308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4310) Expected space or tab after '//' in comment. (spaced-comment)
(#4310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4311) Expected space or tab after '//' in comment. (spaced-comment)
(#4311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4312) Expected space or tab after '//' in comment. (spaced-comment)
(#4312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4313) Expected space or tab after '//' in comment. (spaced-comment)
(#4313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4314) Expected space or tab after '//' in comment. (spaced-comment)
(#4314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4315) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4318) 'widgetsAccordion' is assigned a value but never used. (no-unused-vars)
(#4318) There should be no spaces inside this paren. (space-in-parens)
(#4318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4319) Unexpected tab character. (no-tabs)
(#4319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4320) Unexpected tab character. (no-tabs)
(#4320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4321) Unexpected tab character. (no-tabs)
(#4321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4322) Unexpected tab character. (no-tabs)
(#4322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4323) Unexpected tab character. (no-tabs)
(#4323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4324) Unexpected tab character. (no-tabs)
(#4324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4325) Unexpected tab character. (no-tabs)
(#4325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4326) Unexpected tab character. (no-tabs)
(#4326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4327) Unexpected tab character. (no-tabs)
(#4327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4328) Unexpected tab character. (no-tabs)
(#4328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4329) Unexpected tab character. (no-tabs)
(#4329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4330) Unexpected tab character. (no-tabs)
(#4330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4331) Unexpected tab character. (no-tabs)
(#4331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4332) Unexpected tab character. (no-tabs)
(#4332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4333) Unexpected tab character. (no-tabs)
(#4333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4334) Unexpected tab character. (no-tabs)
(#4334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4335) Unexpected tab character. (no-tabs)
(#4335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4337) Unexpected tab character. (no-tabs)
(#4337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4338) Unexpected tab character. (no-tabs)
(#4338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4339) Unexpected tab character. (no-tabs)
(#4339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4340) Unexpected tab character. (no-tabs)
(#4340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4342) Unexpected tab character. (no-tabs)
(#4342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4343) Unexpected tab character. (no-tabs)
(#4343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4344) Unexpected tab character. (no-tabs)
(#4344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4345) Unexpected tab character. (no-tabs)
(#4345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4346) Unexpected tab character. (no-tabs)
(#4346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4347) Unexpected tab character. (no-tabs)
(#4347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4348) Unexpected tab character. (no-tabs)
(#4348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4350) Unexpected tab character. (no-tabs)
(#4350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4351) Unexpected tab character. (no-tabs)
(#4351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4352) Unexpected tab character. (no-tabs)
(#4352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4353) Unexpected tab character. (no-tabs)
(#4353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4354) Unexpected tab character. (no-tabs)
(#4354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4355) Unexpected tab character. (no-tabs)
(#4355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4356) Unexpected tab character. (no-tabs)
(#4356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4358) Unexpected tab character. (no-tabs)
(#4358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4359) Unexpected tab character. (no-tabs)
(#4359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4361) Unexpected tab character. (no-tabs)
(#4361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4362) Unexpected tab character. (no-tabs)
(#4362) There should be no spaces inside this paren. (space-in-parens)
(#4362) There should be no spaces inside this paren. (space-in-parens)
(#4362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4363) Unexpected tab character. (no-tabs)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4365) Unexpected tab character. (no-tabs)
(#4365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4366) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4367) Unexpected tab character. (no-tabs)
(#4367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4368) Unexpected tab character. (no-tabs)
(#4368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4370) Unexpected tab character. (no-tabs)
(#4370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4372) Unexpected tab character. (no-tabs)
(#4372) Comments should not begin with a lowercase character (capitalized-comments)
(#4372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4373) Unexpected tab character. (no-tabs)
(#4373) There should be no spaces inside this paren. (space-in-parens)
(#4373) There should be no spaces inside this paren. (space-in-parens)
(#4373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4374) Unexpected tab character. (no-tabs)
(#4374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4375) Unexpected tab character. (no-tabs)
(#4375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4376) Unexpected tab character. (no-tabs)
(#4376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4377) Unexpected tab character. (no-tabs)
(#4377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4379) Unexpected tab character. (no-tabs)
(#4379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4380) Unexpected tab character. (no-tabs)
(#4380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4381) Unexpected tab character. (no-tabs)
(#4381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4382) Unexpected tab character. (no-tabs)
(#4382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4383) Unexpected tab character. (no-tabs)
(#4383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4384) Unexpected tab character. (no-tabs)
(#4384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4386) Unexpected tab character. (no-tabs)
(#4386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4387) Unexpected tab character. (no-tabs)
(#4387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4388) Unexpected tab character. (no-tabs)
(#4388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4390) Unexpected tab character. (no-tabs)
(#4390) There should be no spaces inside this paren. (space-in-parens)
(#4390) There should be no spaces inside this paren. (space-in-parens)
(#4390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4391) Unexpected tab character. (no-tabs)
(#4391) There should be no spaces inside this paren. (space-in-parens)
(#4391) There should be no spaces inside this paren. (space-in-parens)
(#4391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4392) Unexpected tab character. (no-tabs)
(#4392) There should be no spaces inside this paren. (space-in-parens)
(#4392) There should be no spaces inside this paren. (space-in-parens)
(#4392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4393) Unexpected tab character. (no-tabs)
(#4393) There should be no spaces inside this paren. (space-in-parens)
(#4393) There should be no spaces inside this paren. (space-in-parens)
(#4393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4394) Unexpected tab character. (no-tabs)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4395) Unexpected tab character. (no-tabs)
(#4395) There should be no spaces inside this paren. (space-in-parens)
(#4395) There should be no spaces inside this paren. (space-in-parens)
(#4395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4396) Unexpected tab character. (no-tabs)
(#4396) There should be no spaces inside this paren. (space-in-parens)
(#4396) There should be no spaces inside this paren. (space-in-parens)
(#4396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4397) Unexpected tab character. (no-tabs)
(#4397) There should be no spaces inside this paren. (space-in-parens)
(#4397) There should be no spaces inside this paren. (space-in-parens)
(#4397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4398) Unexpected tab character. (no-tabs)
(#4398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4399) Unexpected tab character. (no-tabs)
(#4399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4401) Unexpected tab character. (no-tabs)
(#4401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4402) Unexpected tab character. (no-tabs)
(#4402) There should be no spaces inside this paren. (space-in-parens)
(#4402) There should be no spaces inside this paren. (space-in-parens)
(#4402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4403) Unexpected tab character. (no-tabs)
(#4403) There should be no spaces inside this paren. (space-in-parens)
(#4403) There should be no spaces inside this paren. (space-in-parens)
(#4403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4404) Unexpected tab character. (no-tabs)
(#4404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4406) Unexpected tab character. (no-tabs)
(#4406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4407) Unexpected tab character. (no-tabs)
(#4407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4409) Unexpected tab character. (no-tabs)
(#4409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4410) Unexpected tab character. (no-tabs)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4412) Unexpected tab character. (no-tabs)
(#4412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4413) Unexpected tab character. (no-tabs)
(#4413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4414) Unexpected tab character. (no-tabs)
(#4414) There should be no spaces inside this paren. (space-in-parens)
(#4414) There should be no spaces inside this paren. (space-in-parens)
(#4414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4415) Unexpected tab character. (no-tabs)
(#4415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4417) Unexpected tab character. (no-tabs)
(#4417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4419) Unexpected tab character. (no-tabs)
(#4419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4420) Unexpected tab character. (no-tabs)
(#4420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4421) 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)
(#4421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4422) Unexpected tab character. (no-tabs)
(#4422) There should be no spaces inside this paren. (space-in-parens)
(#4422) There should be no spaces inside this paren. (space-in-parens)
(#4422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4423) Unexpected tab character. (no-tabs)
(#4423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4425) Unexpected tab character. (no-tabs)
(#4425) There should be no spaces inside this paren. (space-in-parens)
(#4425) There should be no spaces inside this paren. (space-in-parens)
(#4425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4427) Unexpected tab character. (no-tabs)
(#4427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4428) Unexpected tab character. (no-tabs)
(#4428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4431) Unexpected tab character. (no-tabs)
(#4431) There should be no spaces inside this paren. (space-in-parens)
(#4431) There should be no spaces inside this paren. (space-in-parens)
(#4431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4433) Unexpected tab character. (no-tabs)
(#4433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4435) Unexpected tab character. (no-tabs)
(#4435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4436) Unexpected tab character. (no-tabs)
(#4436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4439) Unexpected tab character. (no-tabs)
(#4439) There should be no spaces inside this paren. (space-in-parens)
(#4439) There should be no spaces inside this paren. (space-in-parens)
(#4439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4440) Unexpected tab character. (no-tabs)
(#4440) There should be no spaces inside this paren. (space-in-parens)
(#4440) There should be no spaces inside this paren. (space-in-parens)
(#4440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4441) Unexpected tab character. (no-tabs)
(#4441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4443) Unexpected tab character. (no-tabs)
(#4443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4445) Unexpected tab character. (no-tabs)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4447) Unexpected tab character. (no-tabs)
(#4447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4449) Unexpected tab character. (no-tabs)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4450) Unexpected tab character. (no-tabs)
(#4450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4453) Unexpected tab character. (no-tabs)
(#4453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4454) Unexpected tab character. (no-tabs)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4455) Unexpected tab character. (no-tabs)
(#4455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4456) Unexpected tab character. (no-tabs)
(#4456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4457) Unexpected tab character. (no-tabs)
(#4457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4458) Unexpected tab character. (no-tabs)
(#4458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4460) Unexpected tab character. (no-tabs)
(#4460) There should be no spaces inside this paren. (space-in-parens)
(#4460) There should be no spaces inside this paren. (space-in-parens)
(#4460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4461) Unexpected tab character. (no-tabs)
(#4461) There should be no spaces inside this paren. (space-in-parens)
(#4461) There should be no spaces inside this paren. (space-in-parens)
(#4461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4463) Unexpected tab character. (no-tabs)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4465) Unexpected tab character. (no-tabs)
(#4465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4466) Unexpected tab character. (no-tabs)
(#4466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4467) Unexpected tab character. (no-tabs)
(#4467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4468) Unexpected tab character. (no-tabs)
(#4468) There should be no spaces inside this paren. (space-in-parens)
(#4468) There should be no spaces inside this paren. (space-in-parens)
(#4468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4469) Unexpected tab character. (no-tabs)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4470) Unexpected tab character. (no-tabs)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4471) Unexpected tab character. (no-tabs)
(#4471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4474) Unexpected tab character. (no-tabs)
(#4474) There should be no spaces inside this paren. (space-in-parens)
(#4474) There should be no spaces inside this paren. (space-in-parens)
(#4474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4475) Unexpected tab character. (no-tabs)
(#4475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4476) Unexpected tab character. (no-tabs)
(#4476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4478) Unexpected tab character. (no-tabs)
(#4478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4479) Unexpected tab character. (no-tabs)
(#4479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4481) Unexpected tab character. (no-tabs)
(#4481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4483) Unexpected tab character. (no-tabs)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4484) Unexpected tab character. (no-tabs)
(#4484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4485) Unexpected tab character. (no-tabs)
(#4485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4486) Unexpected tab character. (no-tabs)
(#4486) There should be no space after '['. (computed-property-spacing)
(#4486) There should be no spaces inside this paren. (space-in-parens)
(#4486) There should be no spaces inside this paren. (space-in-parens)
(#4486) There should be no space before ']'. (computed-property-spacing)
(#4486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4487) Unexpected tab character. (no-tabs)
(#4487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4488) Unexpected tab character. (no-tabs)
(#4488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4489) Unexpected tab character. (no-tabs)
(#4489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4490) Unexpected tab character. (no-tabs)
(#4490) There should be no space after '['. (computed-property-spacing)
(#4490) There should be no spaces inside this paren. (space-in-parens)
(#4490) There should be no spaces inside this paren. (space-in-parens)
(#4490) There should be no space before ']'. (computed-property-spacing)
(#4490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4491) Unexpected tab character. (no-tabs)
(#4491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4492) Unexpected tab character. (no-tabs)
(#4492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4493) Unexpected tab character. (no-tabs)
(#4493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4494) Unexpected tab character. (no-tabs)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4495) Unexpected tab character. (no-tabs)
(#4495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4496) Unexpected tab character. (no-tabs)
(#4496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4497) Unexpected tab character. (no-tabs)
(#4497) There should be no space after '['. (computed-property-spacing)
(#4497) There should be no space before ']'. (computed-property-spacing)
(#4497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4498) Unexpected tab character. (no-tabs)
(#4498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4499) Unexpected tab character. (no-tabs)
(#4499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4500) Unexpected tab character. (no-tabs)
(#4500) There should be no space after '['. (computed-property-spacing)
(#4500) There should be no space before ']'. (computed-property-spacing)
(#4500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4501) Unexpected tab character. (no-tabs)
(#4501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4502) Unexpected tab character. (no-tabs)
(#4502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4505) There should be no spaces inside this paren. (space-in-parens)
(#4505) There should be no spaces inside this paren. (space-in-parens)
(#4505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4506) There should be no spaces inside this paren. (space-in-parens)
(#4506) There should be no spaces inside this paren. (space-in-parens)
(#4506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4507) Unexpected tab character. (no-tabs)
(#4507) There should be no spaces inside this paren. (space-in-parens)
(#4507) There should be no spaces inside this paren. (space-in-parens)
(#4507) There should be no spaces inside this paren. (space-in-parens)
(#4507) There should be no spaces inside this paren. (space-in-parens)
(#4507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4508) Unexpected tab character. (no-tabs)
(#4508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4509) Unexpected tab character. (no-tabs)
(#4509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4510) Unexpected tab character. (no-tabs)
(#4510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4514) There should be no spaces inside this paren. (space-in-parens)
(#4514) There should be no spaces inside this paren. (space-in-parens)
(#4514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4515) Unexpected tab character. (no-tabs)
(#4515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4516) Unexpected tab character. (no-tabs)
(#4516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4518) Unexpected tab character. (no-tabs)
(#4518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4519) Unexpected tab character. (no-tabs)
(#4519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4520) Unexpected tab character. (no-tabs)
(#4520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4522) Unexpected tab character. (no-tabs)
(#4522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4523) Unexpected tab character. (no-tabs)
(#4523) There should be no spaces inside this paren. (space-in-parens)
(#4523) There should be no spaces inside this paren. (space-in-parens)
(#4523) There should be no spaces inside this paren. (space-in-parens)
(#4523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4524) Unexpected tab character. (no-tabs)
(#4524) There should be no spaces inside this paren. (space-in-parens)
(#4524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4525) Unexpected tab character. (no-tabs)
(#4525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4526) Unexpected tab character. (no-tabs)
(#4526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4528) Unexpected tab character. (no-tabs)
(#4528) Comments should not begin with a lowercase character (capitalized-comments)
(#4528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4529) Unexpected tab character. (no-tabs)
(#4529) There should be no spaces inside this paren. (space-in-parens)
(#4529) There should be no spaces inside this paren. (space-in-parens)
(#4529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4530) Unexpected tab character. (no-tabs)
(#4530) There should be no spaces inside this paren. (space-in-parens)
(#4530) There should be no spaces inside this paren. (space-in-parens)
(#4530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4532) Unexpected tab character. (no-tabs)
(#4532) Comments should not begin with a lowercase character (capitalized-comments)
(#4532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4533) There should be no space after '['. (computed-property-spacing)
(#4533) There should be no space before ']'. (computed-property-spacing)
(#4533) There should be no space after '['. (computed-property-spacing)
(#4533) There should be no space before ']'. (computed-property-spacing)
(#4533) There should be no spaces inside this paren. (space-in-parens)
(#4533) There should be no spaces inside this paren. (space-in-parens)
(#4533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4535) Unexpected tab character. (no-tabs)
(#4535) Comments should not begin with a lowercase character (capitalized-comments)
(#4535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4537) Unexpected tab character. (no-tabs)
(#4537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4538) Unexpected tab character. (no-tabs)
(#4538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4540) Unexpected tab character. (no-tabs)
(#4540) Comments should not begin with a lowercase character (capitalized-comments)
(#4540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4541) Unexpected tab character. (no-tabs)
(#4541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4542) Unexpected tab character. (no-tabs)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4543) Unexpected tab character. (no-tabs)
(#4543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4545) Unexpected tab character. (no-tabs)
(#4545) Comments should not begin with a lowercase character (capitalized-comments)
(#4545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4546) Unexpected tab character. (no-tabs)
(#4546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4548) Unexpected tab character. (no-tabs)
(#4548) Comments should not begin with a lowercase character (capitalized-comments)
(#4548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4549) Unexpected tab character. (no-tabs)
(#4549) There should be no spaces inside this paren. (space-in-parens)
(#4549) There should be no spaces inside this paren. (space-in-parens)
(#4549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4550) Unexpected tab character. (no-tabs)
(#4550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4552) Unexpected tab character. (no-tabs)
(#4552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4554) Unexpected tab character. (no-tabs)
(#4554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4555) Unexpected tab character. (no-tabs)
(#4555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4557) Unexpected tab character. (no-tabs)
(#4557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4558) Unexpected tab character. (no-tabs)
(#4558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4559) Unexpected tab character. (no-tabs)
(#4559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4561) Unexpected tab character. (no-tabs)
(#4561) There should be no spaces inside this paren. (space-in-parens)
(#4561) There should be no spaces inside this paren. (space-in-parens)
(#4561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4562) Unexpected tab character. (no-tabs)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4563) Unexpected tab character. (no-tabs)
(#4563) There should be no spaces inside this paren. (space-in-parens)
(#4563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4566) Unexpected tab character. (no-tabs)
(#4566) There should be no spaces inside this paren. (space-in-parens)
(#4566) There should be no spaces inside this paren. (space-in-parens)
(#4566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4568) Unexpected tab character. (no-tabs)
(#4568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4571) Unexpected tab character. (no-tabs)
(#4571) There should be no spaces inside this paren. (space-in-parens)
(#4571) There should be no spaces inside this paren. (space-in-parens)
(#4571) There should be no spaces inside this paren. (space-in-parens)
(#4571) There should be no spaces inside this paren. (space-in-parens)
(#4571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4572) Unexpected tab character. (no-tabs)
(#4572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4573) Unexpected tab character. (no-tabs)
(#4573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4575) Unexpected tab character. (no-tabs)
(#4575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4576) Unexpected tab character. (no-tabs)
(#4576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4577) Unexpected tab character. (no-tabs)
(#4577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4578) Unexpected tab character. (no-tabs)
(#4578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4579) Unexpected tab character. (no-tabs)
(#4579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4581) Unexpected tab character. (no-tabs)
(#4581) There should be no spaces inside this paren. (space-in-parens)
(#4581) There should be no spaces inside this paren. (space-in-parens)
(#4581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4582) Unexpected tab character. (no-tabs)
(#4582) There should be no spaces inside this paren. (space-in-parens)
(#4582) There should be no spaces inside this paren. (space-in-parens)
(#4582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4583) Unexpected tab character. (no-tabs)
(#4583) There should be no spaces inside this paren. (space-in-parens)
(#4583) There should be no spaces inside this paren. (space-in-parens)
(#4583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4584) Unexpected tab character. (no-tabs)
(#4584) There should be no spaces inside this paren. (space-in-parens)
(#4584) There should be no spaces inside this paren. (space-in-parens)
(#4584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4585) Unexpected tab character. (no-tabs)
(#4585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4587) Unexpected tab character. (no-tabs)
(#4587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4588) Unexpected tab character. (no-tabs)
(#4588) There should be no spaces inside this paren. (space-in-parens)
(#4588) There should be no spaces inside this paren. (space-in-parens)
(#4588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4589) Unexpected tab character. (no-tabs)
(#4589) There should be no spaces inside this paren. (space-in-parens)
(#4589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4591) Unexpected tab character. (no-tabs)
(#4591) There should be no spaces inside this paren. (space-in-parens)
(#4591) There should be no spaces inside this paren. (space-in-parens)
(#4591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4592) Unexpected tab character. (no-tabs)
(#4592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4593) Unexpected tab character. (no-tabs)
(#4593) There should be no spaces inside this paren. (space-in-parens)
(#4593) There should be no spaces inside this paren. (space-in-parens)
(#4593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4594) Unexpected tab character. (no-tabs)
(#4594) There should be no spaces inside this paren. (space-in-parens)
(#4594) There should be no spaces inside this paren. (space-in-parens)
(#4594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4595) Unexpected tab character. (no-tabs)
(#4595) There should be no spaces inside this paren. (space-in-parens)
(#4595) There should be no spaces inside this paren. (space-in-parens)
(#4595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4596) Unexpected tab character. (no-tabs)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4597) Unexpected tab character. (no-tabs)
(#4597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4598) Unexpected tab character. (no-tabs)
(#4598) There should be no spaces inside this paren. (space-in-parens)
(#4598) There should be no spaces inside this paren. (space-in-parens)
(#4598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4600) Unexpected tab character. (no-tabs)
(#4600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4601) Unexpected tab character. (no-tabs)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4602) Unexpected tab character. (no-tabs)
(#4602) There should be no spaces inside this paren. (space-in-parens)
(#4602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4603) Unexpected tab character. (no-tabs)
(#4603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4604) Unexpected tab character. (no-tabs)
(#4604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4605) Unexpected tab character. (no-tabs)
(#4605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4606) Unexpected tab character. (no-tabs)
(#4606) There should be no spaces inside this paren. (space-in-parens)
(#4606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4607) Unexpected tab character. (no-tabs)
(#4607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4608) Unexpected tab character. (no-tabs)
(#4608) There should be no spaces inside this paren. (space-in-parens)
(#4608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4609) Unexpected tab character. (no-tabs)
(#4609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4610) Unexpected tab character. (no-tabs)
(#4610) There should be no spaces inside this paren. (space-in-parens)
(#4610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4611) Unexpected tab character. (no-tabs)
(#4611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4613) Unexpected tab character. (no-tabs)
(#4613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4614) Unexpected tab character. (no-tabs)
(#4614) There should be no spaces inside this paren. (space-in-parens)
(#4614) There should be no spaces inside this paren. (space-in-parens)
(#4614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4616) Unexpected tab character. (no-tabs)
(#4616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4617) Unexpected tab character. (no-tabs)
(#4617) There should be no spaces inside this paren. (space-in-parens)
(#4617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4618) Unexpected tab character. (no-tabs)
(#4618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4619) Unexpected tab character. (no-tabs)
(#4619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4620) Unexpected tab character. (no-tabs)
(#4620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4621) Unexpected tab character. (no-tabs)
(#4621) There should be no spaces inside this paren. (space-in-parens)
(#4621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4622) Unexpected tab character. (no-tabs)
(#4622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4623) Unexpected tab character. (no-tabs)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4624) Unexpected tab character. (no-tabs)
(#4624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4625) Unexpected tab character. (no-tabs)
(#4625) There should be no spaces inside this paren. (space-in-parens)
(#4625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4626) Unexpected tab character. (no-tabs)
(#4626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4628) Unexpected tab character. (no-tabs)
(#4628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4630) Unexpected tab character. (no-tabs)
(#4630) There should be no spaces inside this paren. (space-in-parens)
(#4630) There should be no spaces inside this paren. (space-in-parens)
(#4630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4633) Unexpected tab character. (no-tabs)
(#4633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4634) Unexpected tab character. (no-tabs)
(#4634) There should be no spaces inside this paren. (space-in-parens)
(#4634) There should be no spaces inside this paren. (space-in-parens)
(#4634) There should be no spaces inside this paren. (space-in-parens)
(#4634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4635) Unexpected tab character. (no-tabs)
(#4635) There should be no spaces inside this paren. (space-in-parens)
(#4635) There should be no spaces inside this paren. (space-in-parens)
(#4635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4636) Unexpected tab character. (no-tabs)
(#4636) There should be no spaces inside this paren. (space-in-parens)
(#4636) There should be no spaces inside this paren. (space-in-parens)
(#4636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4638) Unexpected tab character. (no-tabs)
(#4638) There should be no spaces inside this paren. (space-in-parens)
(#4638) There should be no spaces inside this paren. (space-in-parens)
(#4638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4639) Unexpected tab character. (no-tabs)
(#4639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4640) Unexpected tab character. (no-tabs)
(#4640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4641) Unexpected tab character. (no-tabs)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4642) Unexpected tab character. (no-tabs)
(#4642) There should be no spaces inside this paren. (space-in-parens)
(#4642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4644) Unexpected tab character. (no-tabs)
(#4644) There should be no spaces inside this paren. (space-in-parens)
(#4644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4645) There should be no spaces inside this paren. (space-in-parens)
(#4645) There should be no spaces inside this paren. (space-in-parens)
(#4645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4646) Unexpected tab character. (no-tabs)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4648) Unexpected tab character. (no-tabs)
(#4648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4649) Unexpected tab character. (no-tabs)
(#4649) There should be no spaces inside this paren. (space-in-parens)
(#4649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4650) Unexpected tab character. (no-tabs)
(#4650) There should be no spaces inside this paren. (space-in-parens)
(#4650) There should be no spaces inside this paren. (space-in-parens)
(#4650) There should be no spaces inside this paren. (space-in-parens)
(#4650) There should be no spaces inside this paren. (space-in-parens)
(#4650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4651) Unexpected tab character. (no-tabs)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4652) Unexpected tab character. (no-tabs)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4653) Unexpected tab character. (no-tabs)
(#4653) There should be no spaces inside this paren. (space-in-parens)
(#4653) There should be no spaces inside this paren. (space-in-parens)
(#4653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4654) Unexpected tab character. (no-tabs)
(#4654) There should be no spaces inside this paren. (space-in-parens)
(#4654) There should be no spaces inside this paren. (space-in-parens)
(#4654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4655) Unexpected tab character. (no-tabs)
(#4655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4656) Unexpected tab character. (no-tabs)
(#4656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4657) Unexpected tab character. (no-tabs)
(#4657) There should be no spaces inside this paren. (space-in-parens)
(#4657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4658) Unexpected tab character. (no-tabs)
(#4658) There should be no spaces inside this paren. (space-in-parens)
(#4658) There should be no spaces inside this paren. (space-in-parens)
(#4658) There should be no spaces inside this paren. (space-in-parens)
(#4658) There should be no spaces inside this paren. (space-in-parens)
(#4658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4660) Unexpected tab character. (no-tabs)
(#4660) There should be no spaces inside this paren. (space-in-parens)
(#4660) There should be no spaces inside this paren. (space-in-parens)
(#4660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4661) Unexpected tab character. (no-tabs)
(#4661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4663) Unexpected tab character. (no-tabs)
(#4663) There should be no spaces inside this paren. (space-in-parens)
(#4663) There should be no spaces inside this paren. (space-in-parens)
(#4663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4664) Unexpected tab character. (no-tabs)
(#4664) There should be no spaces inside this paren. (space-in-parens)
(#4664) There should be no spaces inside this paren. (space-in-parens)
(#4664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4665) Unexpected tab character. (no-tabs)
(#4665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4666) Unexpected tab character. (no-tabs)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4667) Unexpected tab character. (no-tabs)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4668) Unexpected tab character. (no-tabs)
(#4668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4669) Unexpected tab character. (no-tabs)
(#4669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4671) Unexpected tab character. (no-tabs)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4672) Unexpected tab character. (no-tabs)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no space after '['. (computed-property-spacing)
(#4672) There should be no space before ']'. (computed-property-spacing)
(#4672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4674) Unexpected tab character. (no-tabs)
(#4674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4675) Unexpected tab character. (no-tabs)
(#4675) There should be no spaces inside this paren. (space-in-parens)
(#4675) There should be no space after '['. (computed-property-spacing)
(#4675) There should be no space before ']'. (computed-property-spacing)
(#4675) There should be no spaces inside this paren. (space-in-parens)
(#4675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4676) Unexpected tab character. (no-tabs)
(#4676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4677) Unexpected tab character. (no-tabs)
(#4677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4679) Unexpected tab character. (no-tabs)
(#4679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4680) Unexpected tab character. (no-tabs)
(#4680) There should be no space after '['. (computed-property-spacing)
(#4680) There should be no space before ']'. (computed-property-spacing)
(#4680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4682) Unexpected tab character. (no-tabs)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4683) Unexpected tab character. (no-tabs)
(#4683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4684) Unexpected tab character. (no-tabs)
(#4684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4685) Unexpected tab character. (no-tabs)
(#4685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4686) Unexpected tab character. (no-tabs)
(#4686) There should be no spaces inside this paren. (space-in-parens)
(#4686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4687) Unexpected tab character. (no-tabs)
(#4687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4689) Unexpected tab character. (no-tabs)
(#4689) There should be no spaces inside this paren. (space-in-parens)
(#4689) There should be no spaces inside this paren. (space-in-parens)
(#4689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4691) Unexpected tab character. (no-tabs)
(#4691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4693) Unexpected tab character. (no-tabs)
(#4693) There should be no spaces inside this paren. (space-in-parens)
(#4693) There should be no spaces inside this paren. (space-in-parens)
(#4693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4694) Unexpected tab character. (no-tabs)
(#4694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4695) Unexpected tab character. (no-tabs)
(#4695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4696) Unexpected tab character. (no-tabs)
(#4696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4697) Unexpected tab character. (no-tabs)
(#4697) There should be no spaces inside this paren. (space-in-parens)
(#4697) There should be no spaces inside this paren. (space-in-parens)
(#4697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4698) Unexpected tab character. (no-tabs)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4699) Unexpected tab character. (no-tabs)
(#4699) There should be no space after '['. (computed-property-spacing)
(#4699) There should be no space before ']'. (computed-property-spacing)
(#4699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4700) Unexpected tab character. (no-tabs)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4701) Unexpected tab character. (no-tabs)
(#4701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4703) Unexpected tab character. (no-tabs)
(#4703) There should be no spaces inside this paren. (space-in-parens)
(#4703) There should be no spaces inside this paren. (space-in-parens)
(#4703) There should be no spaces inside this paren. (space-in-parens)
(#4703) There should be no spaces inside this paren. (space-in-parens)
(#4703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4705) Unexpected tab character. (no-tabs)
(#4705) There should be no spaces inside this paren. (space-in-parens)
(#4705) There should be no space after '{'. (object-curly-spacing)
(#4705) There should be no space before '}'. (object-curly-spacing)
(#4705) There should be no spaces inside this paren. (space-in-parens)
(#4705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4706) Unexpected tab character. (no-tabs)
(#4706) There should be no spaces inside this paren. (space-in-parens)
(#4706) There should be no spaces inside this paren. (space-in-parens)
(#4706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4707) Unexpected tab character. (no-tabs)
(#4707) There should be no spaces inside this paren. (space-in-parens)
(#4707) There should be no spaces inside this paren. (space-in-parens)
(#4707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4708) Unexpected tab character. (no-tabs)
(#4708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4710) Unexpected tab character. (no-tabs)
(#4710) There should be no spaces inside this paren. (space-in-parens)
(#4710) There should be no spaces inside this paren. (space-in-parens)
(#4710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4711) Unexpected tab character. (no-tabs)
(#4711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4712) Unexpected tab character. (no-tabs)
(#4712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4713) Unexpected tab character. (no-tabs)
(#4713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4714) Unexpected tab character. (no-tabs)
(#4714) There should be no spaces inside this paren. (space-in-parens)
(#4714) There should be no spaces inside this paren. (space-in-parens)
(#4714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4715) Unexpected tab character. (no-tabs)
(#4715) There should be no space after '['. (computed-property-spacing)
(#4715) There should be no space before ']'. (computed-property-spacing)
(#4715) There should be no space after '['. (computed-property-spacing)
(#4715) There should be no space before ']'. (computed-property-spacing)
(#4715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4716) Unexpected tab character. (no-tabs)
(#4716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4717) Unexpected tab character. (no-tabs)
(#4717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4718) Unexpected tab character. (no-tabs)
(#4718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4719) Unexpected tab character. (no-tabs)
(#4719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4720) Unexpected tab character. (no-tabs)
(#4720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4721) Unexpected tab character. (no-tabs)
(#4721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4722) Unexpected tab character. (no-tabs)
(#4722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4723) Unexpected tab character. (no-tabs)
(#4723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4724) Unexpected tab character. (no-tabs)
(#4724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4726) Unexpected tab character. (no-tabs)
(#4726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4728) Unexpected tab character. (no-tabs)
(#4728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4730) Unexpected tab character. (no-tabs)
(#4730) Comments should not begin with a lowercase character (capitalized-comments)
(#4730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4731) Unexpected tab character. (no-tabs)
(#4731) There should be no spaces inside this paren. (space-in-parens)
(#4731) There should be no spaces inside this paren. (space-in-parens)
(#4731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4733) Unexpected tab character. (no-tabs)
(#4733) Comments should not begin with a lowercase character (capitalized-comments)
(#4733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4734) Unexpected tab character. (no-tabs)
(#4734) There should be no spaces inside this paren. (space-in-parens)
(#4734) There should be no spaces inside this paren. (space-in-parens)
(#4734) There should be no spaces inside this paren. (space-in-parens)
(#4734) There should be no spaces inside this paren. (space-in-parens)
(#4734) There should be no spaces inside this paren. (space-in-parens)
(#4734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4735) Unexpected tab character. (no-tabs)
(#4735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4736) Unexpected tab character. (no-tabs)
(#4736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4738) Unexpected tab character. (no-tabs)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4740) Unexpected tab character. (no-tabs)
(#4740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4741) Unexpected tab character. (no-tabs)
(#4741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4742) Unexpected tab character. (no-tabs)
(#4742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4745) Unexpected tab character. (no-tabs)
(#4745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4746) Unexpected tab character. (no-tabs)
(#4746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4747) Unexpected tab character. (no-tabs)
(#4747) There should be no spaces inside this paren. (space-in-parens)
(#4747) There should be no spaces inside this paren. (space-in-parens)
(#4747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4748) Unexpected tab character. (no-tabs)
(#4748) There should be no spaces inside this paren. (space-in-parens)
(#4748) There should be no spaces inside this paren. (space-in-parens)
(#4748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4749) Unexpected tab character. (no-tabs)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4750) Unexpected tab character. (no-tabs)
(#4750) There should be no spaces inside this paren. (space-in-parens)
(#4750) There should be no spaces inside this paren. (space-in-parens)
(#4750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4751) Unexpected tab character. (no-tabs)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4752) Unexpected tab character. (no-tabs)
(#4752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4754) Unexpected tab character. (no-tabs)
(#4754) There should be no spaces inside this paren. (space-in-parens)
(#4754) There should be no spaces inside this paren. (space-in-parens)
(#4754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4755) Unexpected tab character. (no-tabs)
(#4755) There should be no spaces inside this paren. (space-in-parens)
(#4755) There should be no spaces inside this paren. (space-in-parens)
(#4755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4756) Unexpected tab character. (no-tabs)
(#4756) There should be no spaces inside this paren. (space-in-parens)
(#4756) There should be no spaces inside this paren. (space-in-parens)
(#4756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4757) Unexpected tab character. (no-tabs)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4758) Unexpected tab character. (no-tabs)
(#4758) There should be no spaces inside this paren. (space-in-parens)
(#4758) There should be no spaces inside this paren. (space-in-parens)
(#4758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4759) Unexpected tab character. (no-tabs)
(#4759) There should be no spaces inside this paren. (space-in-parens)
(#4759) There should be no spaces inside this paren. (space-in-parens)
(#4759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4760) Unexpected tab character. (no-tabs)
(#4760) There should be no spaces inside this paren. (space-in-parens)
(#4760) There should be no spaces inside this paren. (space-in-parens)
(#4760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4761) Unexpected tab character. (no-tabs)
(#4761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4763) Unexpected tab character. (no-tabs)
(#4763) There should be no spaces inside this paren. (space-in-parens)
(#4763) There should be no spaces inside this paren. (space-in-parens)
(#4763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4764) Unexpected tab character. (no-tabs)
(#4764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4765) Unexpected tab character. (no-tabs)
(#4765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4767) Unexpected tab character. (no-tabs)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4768) Unexpected tab character. (no-tabs)
(#4768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4769) Unexpected tab character. (no-tabs)
(#4769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4771) Unexpected tab character. (no-tabs)
(#4771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4773) Unexpected tab character. (no-tabs)
(#4773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4774) Unexpected tab character. (no-tabs)
(#4774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4776) Unexpected tab character. (no-tabs)
(#4776) There should be no spaces inside this paren. (space-in-parens)
(#4776) There should be no spaces inside this paren. (space-in-parens)
(#4776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4777) Unexpected tab character. (no-tabs)
(#4777) There should be no spaces inside this paren. (space-in-parens)
(#4777) There should be no spaces inside this paren. (space-in-parens)
(#4777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4778) Unexpected tab character. (no-tabs)
(#4778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4779) Unexpected tab character. (no-tabs)
(#4779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4780) Unexpected tab character. (no-tabs)
(#4780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4781) 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)
(#4781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4782) Unexpected tab character. (no-tabs)
(#4782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4784) Unexpected tab character. (no-tabs)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4785) Unexpected tab character. (no-tabs)
(#4785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4786) Unexpected tab character. (no-tabs)
(#4786) There should be no spaces inside this paren. (space-in-parens)
(#4786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4787) Unexpected tab character. (no-tabs)
(#4787) There should be no spaces inside this paren. (space-in-parens)
(#4787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4788) Unexpected tab character. (no-tabs)
(#4788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4789) Unexpected tab character. (no-tabs)
(#4789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4790) Unexpected tab character. (no-tabs)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4792) Unexpected tab character. (no-tabs)
(#4792) Comments should not begin with a lowercase character (capitalized-comments)
(#4792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4793) Unexpected tab character. (no-tabs)
(#4793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4794) Unexpected tab character. (no-tabs)
(#4794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4796) Unexpected tab character. (no-tabs)
(#4796) There should be no spaces inside this paren. (space-in-parens)
(#4796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4797) Unexpected tab character. (no-tabs)
(#4797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4798) Unexpected tab character. (no-tabs)
(#4798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4799) Unexpected tab character. (no-tabs)
(#4799) There should be no spaces inside this paren. (space-in-parens)
(#4799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4800) Unexpected tab character. (no-tabs)
(#4800) There should be no spaces inside this paren. (space-in-parens)
(#4800) There should be no spaces inside this paren. (space-in-parens)
(#4800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4801) Unexpected tab character. (no-tabs)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4802) Unexpected tab character. (no-tabs)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4803) Unexpected tab character. (no-tabs)
(#4803) There should be no spaces inside this paren. (space-in-parens)
(#4803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4804) Unexpected tab character. (no-tabs)
(#4804) There should be no spaces inside this paren. (space-in-parens)
(#4804) There should be no spaces inside this paren. (space-in-parens)
(#4804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4805) Unexpected tab character. (no-tabs)
(#4805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4807) Unexpected tab character. (no-tabs)
(#4807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4808) Unexpected tab character. (no-tabs)
(#4808) There should be no spaces inside this paren. (space-in-parens)
(#4808) There should be no spaces inside this paren. (space-in-parens)
(#4808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4809) Unexpected tab character. (no-tabs)
(#4809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4810) Unexpected tab character. (no-tabs)
(#4810) There should be no spaces inside this paren. (space-in-parens)
(#4810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4811) Unexpected tab character. (no-tabs)
(#4811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4812) Unexpected tab character. (no-tabs)
(#4812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4813) Unexpected tab character. (no-tabs)
(#4813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4814) Unexpected tab character. (no-tabs)
(#4814) There should be no spaces inside this paren. (space-in-parens)
(#4814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4815) Unexpected tab character. (no-tabs)
(#4815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4817) Unexpected tab character. (no-tabs)
(#4817) Expected to return a value at the end of method '_animate'. (consistent-return)
(#4817) There should be no spaces inside this paren. (space-in-parens)
(#4817) There should be no spaces inside this paren. (space-in-parens)
(#4817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4818) Unexpected tab character. (no-tabs)
(#4818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4819) Unexpected tab character. (no-tabs)
(#4819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4820) Unexpected tab character. (no-tabs)
(#4820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4821) 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)
(#4821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4822) Unexpected tab character. (no-tabs)
(#4822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4823) Unexpected tab character. (no-tabs)
(#4823) There should be no spaces inside this paren. (space-in-parens)
(#4823) There should be no spaces inside this paren. (space-in-parens)
(#4823) There should be no spaces inside this paren. (space-in-parens)
(#4823) There should be no spaces inside this paren. (space-in-parens)
(#4823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4824) Unexpected tab character. (no-tabs)
(#4824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4825) Unexpected tab character. (no-tabs)
(#4825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4826) Unexpected tab character. (no-tabs)
(#4826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4827) Unexpected tab character. (no-tabs)
(#4827) There should be no spaces inside this paren. (space-in-parens)
(#4827) There should be no spaces inside this paren. (space-in-parens)
(#4827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4828) Unexpected tab character. (no-tabs)
(#4828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4830) Unexpected tab character. (no-tabs)
(#4830) There should be no spaces inside this paren. (space-in-parens)
(#4830) There should be no spaces inside this paren. (space-in-parens)
(#4830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4831) Unexpected tab character. (no-tabs)
(#4831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4832) Unexpected tab character. (no-tabs)
(#4832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4834) Unexpected tab character. (no-tabs)
(#4834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4835) Unexpected tab character. (no-tabs)
(#4835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4837) Unexpected tab character. (no-tabs)
(#4837) Comments should not begin with a lowercase character (capitalized-comments)
(#4837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4838) Unexpected tab character. (no-tabs)
(#4838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4839) Unexpected tab character. (no-tabs)
(#4839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4841) Unexpected tab character. (no-tabs)
(#4841) There should be no spaces inside this paren. (space-in-parens)
(#4841) There should be no spaces inside this paren. (space-in-parens)
(#4841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4842) Unexpected tab character. (no-tabs)
(#4842) There should be no spaces inside this paren. (space-in-parens)
(#4842) There should be no spaces inside this paren. (space-in-parens)
(#4842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4843) Unexpected tab character. (no-tabs)
(#4843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4844) Unexpected tab character. (no-tabs)
(#4844) There should be no spaces inside this paren. (space-in-parens)
(#4844) There should be no spaces inside this paren. (space-in-parens)
(#4844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4845) Unexpected tab character. (no-tabs)
(#4845) There should be no spaces inside this paren. (space-in-parens)
(#4845) There should be no spaces inside this paren. (space-in-parens)
(#4845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4846) Unexpected tab character. (no-tabs)
(#4846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4848) Unexpected tab character. (no-tabs)
(#4848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4849) Unexpected tab character. (no-tabs)
(#4849) There should be no spaces inside this paren. (space-in-parens)
(#4849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4850) Unexpected tab character. (no-tabs)
(#4850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4851) Unexpected tab character. (no-tabs)
(#4851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4852) Unexpected tab character. (no-tabs)
(#4852) There should be no spaces inside this paren. (space-in-parens)
(#4852) There should be no spaces inside this paren. (space-in-parens)
(#4852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4853) Unexpected tab character. (no-tabs)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4854) Unexpected tab character. (no-tabs)
(#4854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4855) Unexpected tab character. (no-tabs)
(#4855) There should be no spaces inside this paren. (space-in-parens)
(#4855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4856) Unexpected tab character. (no-tabs)
(#4856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4857) Unexpected tab character. (no-tabs)
(#4857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4858) Unexpected tab character. (no-tabs)
(#4858) There should be no spaces inside this paren. (space-in-parens)
(#4858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4859) Unexpected tab character. (no-tabs)
(#4859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4860) Unexpected tab character. (no-tabs)
(#4860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4861) Unexpected tab character. (no-tabs)
(#4861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4862) Unexpected tab character. (no-tabs)
(#4862) There should be no spaces inside this paren. (space-in-parens)
(#4862) There should be no spaces inside this paren. (space-in-parens)
(#4862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4865) Unexpected tab character. (no-tabs)
(#4865) There should be no spaces inside this paren. (space-in-parens)
(#4865) There should be no spaces inside this paren. (space-in-parens)
(#4865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4866) Unexpected tab character. (no-tabs)
(#4866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4867) Unexpected tab character. (no-tabs)
(#4867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4868) Unexpected tab character. (no-tabs)
(#4868) There should be no spaces inside this paren. (space-in-parens)
(#4868) There should be no spaces inside this paren. (space-in-parens)
(#4868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4869) Unexpected tab character. (no-tabs)
(#4869) There should be no spaces inside this paren. (space-in-parens)
(#4869) There should be no spaces inside this paren. (space-in-parens)
(#4869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4870) Unexpected tab character. (no-tabs)
(#4870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4871) Unexpected tab character. (no-tabs)
(#4871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4872) Unexpected tab character. (no-tabs)
(#4872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4873) Unexpected tab character. (no-tabs)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4874) Unexpected tab character. (no-tabs)
(#4874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4876) Unexpected tab character. (no-tabs)
(#4876) There should be no spaces inside this paren. (space-in-parens)
(#4876) There should be no spaces inside this paren. (space-in-parens)
(#4876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4877) Unexpected tab character. (no-tabs)
(#4877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4878) Unexpected tab character. (no-tabs)
(#4878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4881) Unexpected tab character. (no-tabs)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4882) Unexpected tab character. (no-tabs)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4884) Unexpected tab character. (no-tabs)
(#4884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4886) Unexpected tab character. (no-tabs)
(#4886) There should be no space after '['. (computed-property-spacing)
(#4886) There should be no space before ']'. (computed-property-spacing)
(#4886) There should be no space after '['. (computed-property-spacing)
(#4886) There should be no space before ']'. (computed-property-spacing)
(#4886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4887) Unexpected tab character. (no-tabs)
(#4887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4888) Unexpected tab character. (no-tabs)
(#4888) There should be no spaces inside this paren. (space-in-parens)
(#4888) There should be no spaces inside this paren. (space-in-parens)
(#4888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4889) Unexpected tab character. (no-tabs)
(#4889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4890) There should be no spaces inside this paren. (space-in-parens)
(#4890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4891) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4894) 'safeActiveElement' is assigned a value but never used. (no-unused-vars)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4895) Unexpected tab character. (no-tabs)
(#4895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4897) Unexpected tab character. (no-tabs)
(#4897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4898) Unexpected tab character. (no-tabs)
(#4898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4899) Unexpected tab character. (no-tabs)
(#4899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4900) Unexpected tab character. (no-tabs)
(#4900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4901) Unexpected tab character. (no-tabs)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4902) Unexpected tab character. (no-tabs)
(#4902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4903) Unexpected tab character. (no-tabs)
(#4903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4905) Unexpected tab character. (no-tabs)
(#4905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4906) Unexpected tab character. (no-tabs)
(#4906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4907) Unexpected tab character. (no-tabs)
(#4907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4908) Unexpected tab character. (no-tabs)
(#4908) There should be no spaces inside this paren. (space-in-parens)
(#4908) There should be no spaces inside this paren. (space-in-parens)
(#4908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4909) Unexpected tab character. (no-tabs)
(#4909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4910) Unexpected tab character. (no-tabs)
(#4910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4912) Unexpected tab character. (no-tabs)
(#4912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4913) Unexpected tab character. (no-tabs)
(#4913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4914) Unexpected tab character. (no-tabs)
(#4914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4915) Unexpected tab character. (no-tabs)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4916) Unexpected tab character. (no-tabs)
(#4916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4917) Unexpected tab character. (no-tabs)
(#4917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4919) Unexpected tab character. (no-tabs)
(#4919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4923) Expected space or tab after '/*' in comment. (spaced-comment)
(#4923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4932) Expected space or tab after '//' in comment. (spaced-comment)
(#4932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4933) Expected space or tab after '//' in comment. (spaced-comment)
(#4933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4934) Expected space or tab after '//' in comment. (spaced-comment)
(#4934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4935) Expected space or tab after '//' in comment. (spaced-comment)
(#4935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4936) Expected space or tab after '//' in comment. (spaced-comment)
(#4936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4937) Expected space or tab after '//' in comment. (spaced-comment)
(#4937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4938) Expected space or tab after '//' in comment. (spaced-comment)
(#4938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4939) Expected space or tab after '//' in comment. (spaced-comment)
(#4939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4940) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4943) 'widgetsMenu' is assigned a value but never used. (no-unused-vars)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4944) Unexpected tab character. (no-tabs)
(#4944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4945) Unexpected tab character. (no-tabs)
(#4945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4946) Unexpected tab character. (no-tabs)
(#4946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4947) Unexpected tab character. (no-tabs)
(#4947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4948) Unexpected tab character. (no-tabs)
(#4948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4949) Unexpected tab character. (no-tabs)
(#4949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4950) Unexpected tab character. (no-tabs)
(#4950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4951) Unexpected tab character. (no-tabs)
(#4951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4952) Unexpected tab character. (no-tabs)
(#4952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4953) Unexpected tab character. (no-tabs)
(#4953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4954) Unexpected tab character. (no-tabs)
(#4954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4955) Unexpected tab character. (no-tabs)
(#4955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4956) Unexpected tab character. (no-tabs)
(#4956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4957) Unexpected tab character. (no-tabs)
(#4957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4959) Unexpected tab character. (no-tabs)
(#4959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4960) Unexpected tab character. (no-tabs)
(#4960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4961) Unexpected tab character. (no-tabs)
(#4961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4962) Unexpected tab character. (no-tabs)
(#4962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4963) Unexpected tab character. (no-tabs)
(#4963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4965) Unexpected tab character. (no-tabs)
(#4965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4966) Unexpected tab character. (no-tabs)
(#4966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4968) Unexpected tab character. (no-tabs)
(#4968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4969) Unexpected tab character. (no-tabs)
(#4969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4970) Unexpected tab character. (no-tabs)
(#4970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4971) Unexpected tab character. (no-tabs)
(#4971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4972) Unexpected tab character. (no-tabs)
(#4972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4973) Unexpected tab character. (no-tabs)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4974) Unexpected tab character. (no-tabs)
(#4974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4975) Unexpected tab character. (no-tabs)
(#4975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4976) Unexpected tab character. (no-tabs)
(#4976) There should be no spaces inside this paren. (space-in-parens)
(#4976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4978) Unexpected tab character. (no-tabs)
(#4978) There should be no spaces inside this paren. (space-in-parens)
(#4978) There should be no spaces inside this paren. (space-in-parens)
(#4978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4979) Unexpected tab character. (no-tabs)
(#4979) There should be no spaces inside this paren. (space-in-parens)
(#4979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4981) Unexpected tab character. (no-tabs)
(#4981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4982) Unexpected tab character. (no-tabs)
(#4982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4983) Unexpected tab character. (no-tabs)
(#4983) There should be no spaces inside this paren. (space-in-parens)
(#4983) There should be no spaces inside this paren. (space-in-parens)
(#4983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4984) Unexpected tab character. (no-tabs)
(#4984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4985) Unexpected tab character. (no-tabs)
(#4985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4986) Unexpected tab character. (no-tabs)
(#4986) There should be no spaces inside this paren. (space-in-parens)
(#4986) There should be no spaces inside this paren. (space-in-parens)
(#4986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#4988) There should be no space after '['. (computed-property-spacing)
(#4988) There should be no space before ']'. (computed-property-spacing)
(#4988) There should be no spaces inside this paren. (space-in-parens)
(#4988) There should be no spaces inside this paren. (space-in-parens)
(#4988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4989) Unexpected tab character. (no-tabs)
(#4989) There should be no spaces inside this paren. (space-in-parens)
(#4989) There should be no spaces inside this paren. (space-in-parens)
(#4989) There should be no spaces inside this paren. (space-in-parens)
(#4989) There should be no spaces inside this paren. (space-in-parens)
(#4989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4990) Unexpected tab character. (no-tabs)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4992) Unexpected tab character. (no-tabs)
(#4992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4993) Unexpected tab character. (no-tabs)
(#4993) There should be no spaces inside this paren. (space-in-parens)
(#4993) There should be no spaces inside this paren. (space-in-parens)
(#4993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4994) Unexpected tab character. (no-tabs)
(#4994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4995) Unexpected tab character. (no-tabs)
(#4995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4997) Unexpected tab character. (no-tabs)
(#4997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4998) Unexpected tab character. (no-tabs)
(#4998) There should be no spaces inside this paren. (space-in-parens)
(#4998) There should be no spaces inside this paren. (space-in-parens)
(#4998) There should be no spaces inside this paren. (space-in-parens)
(#4998) There should be no spaces inside this paren. (space-in-parens)
(#4998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4999) Unexpected tab character. (no-tabs)
(#4999) There should be no spaces inside this paren. (space-in-parens)
(#4999) There should be no spaces inside this paren. (space-in-parens)
(#4999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5000) Unexpected tab character. (no-tabs)
(#5000) There should be no spaces inside this paren. (space-in-parens)
(#5000) There should be no spaces inside this paren. (space-in-parens)
(#5000) There should be no spaces inside this paren. (space-in-parens)
(#5000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5001) Unexpected tab character. (no-tabs)
(#5001) There should be no spaces inside this paren. (space-in-parens)
(#5001) There should be no spaces inside this paren. (space-in-parens)
(#5001) There should be no spaces inside this paren. (space-in-parens)
(#5001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5003) Unexpected tab character. (no-tabs)
(#5003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5004) Unexpected tab character. (no-tabs)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5004) There should be no space after '['. (array-bracket-spacing)
(#5004) There should be no space before ']'. (array-bracket-spacing)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5006) Unexpected tab character. (no-tabs)
(#5006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5007) Unexpected tab character. (no-tabs)
(#5007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5008) Unexpected tab character. (no-tabs)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5009) Unexpected tab character. (no-tabs)
(#5009) There should be no spaces inside this paren. (space-in-parens)
(#5009) There should be no spaces inside this paren. (space-in-parens)
(#5009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5010) Unexpected tab character. (no-tabs)
(#5010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5011) Unexpected tab character. (no-tabs)
(#5011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5012) Unexpected tab character. (no-tabs)
(#5012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5013) Unexpected tab character. (no-tabs)
(#5013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5014) 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)
(#5014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5016) Unexpected tab character. (no-tabs)
(#5016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5017) Unexpected tab character. (no-tabs)
(#5017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5018) Unexpected tab character. (no-tabs)
(#5018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5019) Unexpected tab character. (no-tabs)
(#5019) There should be no spaces inside this paren. (space-in-parens)
(#5019) There should be no spaces inside this paren. (space-in-parens)
(#5019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5020) Unexpected tab character. (no-tabs)
(#5020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5021) Unexpected tab character. (no-tabs)
(#5021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5023) There should be no spaces inside this paren. (space-in-parens)
(#5023) There should be no spaces inside this paren. (space-in-parens)
(#5023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5024) Unexpected tab character. (no-tabs)
(#5024) There should be no spaces inside this paren. (space-in-parens)
(#5024) There should be no spaces inside this paren. (space-in-parens)
(#5024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5026) Unexpected tab character. (no-tabs)
(#5026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5027) Unexpected tab character. (no-tabs)
(#5027) There should be no spaces inside this paren. (space-in-parens)
(#5027) There should be no space after '['. (computed-property-spacing)
(#5027) There should be no space before ']'. (computed-property-spacing)
(#5027) There should be no space after '['. (computed-property-spacing)
(#5027) There should be no space before ']'. (computed-property-spacing)
(#5027) There should be no spaces inside this paren. (space-in-parens)
(#5027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5028) Unexpected tab character. (no-tabs)
(#5028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5029) Unexpected tab character. (no-tabs)
(#5029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5031) Unexpected tab character. (no-tabs)
(#5031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5032) Unexpected tab character. (no-tabs)
(#5032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5033) There should be no spaces inside this paren. (space-in-parens)
(#5033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5034) Unexpected tab character. (no-tabs)
(#5034) There should be no spaces inside this paren. (space-in-parens)
(#5034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5036) Unexpected tab character. (no-tabs)
(#5036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5037) Unexpected tab character. (no-tabs)
(#5037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5038) Unexpected tab character. (no-tabs)
(#5038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5039) Unexpected tab character. (no-tabs)
(#5039) There should be no spaces inside this paren. (space-in-parens)
(#5039) There should be no spaces inside this paren. (space-in-parens)
(#5039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5041) Unexpected tab character. (no-tabs)
(#5041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5042) Unexpected tab character. (no-tabs)
(#5042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5043) Unexpected tab character. (no-tabs)
(#5043) There should be no spaces inside this paren. (space-in-parens)
(#5043) There should be no spaces inside this paren. (space-in-parens)
(#5043) There should be no spaces inside this paren. (space-in-parens)
(#5043) There should be no spaces inside this paren. (space-in-parens)
(#5043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5045) Unexpected tab character. (no-tabs)
(#5045) There should be no spaces inside this paren. (space-in-parens)
(#5045) There should be no spaces inside this paren. (space-in-parens)
(#5045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5046) Unexpected tab character. (no-tabs)
(#5046) There should be no spaces inside this paren. (space-in-parens)
(#5046) There should be no spaces inside this paren. (space-in-parens)
(#5046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5047) Unexpected tab character. (no-tabs)
(#5047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5048) Unexpected tab character. (no-tabs)
(#5048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5049) Unexpected tab character. (no-tabs)
(#5049) There should be no spaces inside this paren. (space-in-parens)
(#5049) There should be no spaces inside this paren. (space-in-parens)
(#5049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5050) Unexpected tab character. (no-tabs)
(#5050) There should be no spaces inside this paren. (space-in-parens)
(#5050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5051) Unexpected tab character. (no-tabs)
(#5051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5052) Unexpected tab character. (no-tabs)
(#5052) There should be no space after '['. (computed-property-spacing)
(#5052) There should be no space before ']'. (computed-property-spacing)
(#5052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5053) Unexpected tab character. (no-tabs)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5053) There should be no space after '['. (computed-property-spacing)
(#5053) There should be no space before ']'. (computed-property-spacing)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5054) Unexpected tab character. (no-tabs)
(#5054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5055) Unexpected tab character. (no-tabs)
(#5055) There should be no spaces inside this paren. (space-in-parens)
(#5055) There should be no spaces inside this paren. (space-in-parens)
(#5055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5056) Unexpected tab character. (no-tabs)
(#5056) There should be no spaces inside this paren. (space-in-parens)
(#5056) There should be no spaces inside this paren. (space-in-parens)
(#5056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5057) Unexpected tab character. (no-tabs)
(#5057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5058) Unexpected tab character. (no-tabs)
(#5058) There should be no spaces inside this paren. (space-in-parens)
(#5058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5059) Unexpected tab character. (no-tabs)
(#5059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5060) Unexpected tab character. (no-tabs)
(#5060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5061) Unexpected tab character. (no-tabs)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5063) Unexpected tab character. (no-tabs)
(#5063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5065) Unexpected tab character. (no-tabs)
(#5065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5066) Unexpected tab character. (no-tabs)
(#5066) There should be no spaces inside this paren. (space-in-parens)
(#5066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5067) Unexpected tab character. (no-tabs)
(#5067) There should be no spaces inside this paren. (space-in-parens)
(#5067) There should be no spaces inside this paren. (space-in-parens)
(#5067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5068) Unexpected tab character. (no-tabs)
(#5068) There should be no spaces inside this paren. (space-in-parens)
(#5068) There should be no spaces inside this paren. (space-in-parens)
(#5068) There should be no spaces inside this paren. (space-in-parens)
(#5068) There should be no spaces inside this paren. (space-in-parens)
(#5068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5069) Unexpected tab character. (no-tabs)
(#5069) There should be no spaces inside this paren. (space-in-parens)
(#5069) There should be no spaces inside this paren. (space-in-parens)
(#5069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5070) Unexpected tab character. (no-tabs)
(#5070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5072) Unexpected tab character. (no-tabs)
(#5072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5073) Unexpected tab character. (no-tabs)
(#5073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5074) Unexpected tab character. (no-tabs)
(#5074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5075) Unexpected tab character. (no-tabs)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5076) Unexpected tab character. (no-tabs)
(#5076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5078) Unexpected tab character. (no-tabs)
(#5078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5079) Unexpected tab character. (no-tabs)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5080) Unexpected tab character. (no-tabs)
(#5080) There should be no spaces inside this paren. (space-in-parens)
(#5080) There should be no spaces inside this paren. (space-in-parens)
(#5080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5081) Unexpected tab character. (no-tabs)
(#5081) There should be no spaces inside this paren. (space-in-parens)
(#5081) There should be no spaces inside this paren. (space-in-parens)
(#5081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5082) Unexpected tab character. (no-tabs)
(#5082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5083) Unexpected tab character. (no-tabs)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5085) Unexpected tab character. (no-tabs)
(#5085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5086) Unexpected tab character. (no-tabs)
(#5086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5088) Unexpected tab character. (no-tabs)
(#5088) There should be no spaces inside this paren. (space-in-parens)
(#5088) There should be no spaces inside this paren. (space-in-parens)
(#5088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5089) Unexpected tab character. (no-tabs)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5090) Unexpected tab character. (no-tabs)
(#5090) There should be no spaces inside this paren. (space-in-parens)
(#5090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5091) Unexpected tab character. (no-tabs)
(#5091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5092) Unexpected tab character. (no-tabs)
(#5092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5094) Unexpected tab character. (no-tabs)
(#5094) There should be no spaces inside this paren. (space-in-parens)
(#5094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5095) Unexpected tab character. (no-tabs)
(#5095) There should be no spaces inside this paren. (space-in-parens)
(#5095) There should be no spaces inside this paren. (space-in-parens)
(#5095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5096) Unexpected tab character. (no-tabs)
(#5096) There should be no spaces inside this paren. (space-in-parens)
(#5096) There should be no spaces inside this paren. (space-in-parens)
(#5096) There should be no spaces inside this paren. (space-in-parens)
(#5096) There should be no spaces inside this paren. (space-in-parens)
(#5096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5097) Unexpected tab character. (no-tabs)
(#5097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5098) Unexpected tab character. (no-tabs)
(#5098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5099) Unexpected tab character. (no-tabs)
(#5099) There should be no spaces inside this paren. (space-in-parens)
(#5099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5100) Unexpected tab character. (no-tabs)
(#5100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5102) Unexpected tab character. (no-tabs)
(#5102) There should be no spaces inside this paren. (space-in-parens)
(#5102) There should be no spaces inside this paren. (space-in-parens)
(#5102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5103) Unexpected tab character. (no-tabs)
(#5103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5104) Unexpected tab character. (no-tabs)
(#5104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5106) Unexpected tab character. (no-tabs)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5107) Unexpected tab character. (no-tabs)
(#5107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5108) Unexpected tab character. (no-tabs)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5109) Unexpected tab character. (no-tabs)
(#5109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5110) Unexpected tab character. (no-tabs)
(#5110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5111) Unexpected tab character. (no-tabs)
(#5111) There should be no spaces inside this paren. (space-in-parens)
(#5111) There should be no spaces inside this paren. (space-in-parens)
(#5111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5112) Unexpected tab character. (no-tabs)
(#5112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5113) Unexpected tab character. (no-tabs)
(#5113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5115) Unexpected tab character. (no-tabs)
(#5115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5116) Unexpected tab character. (no-tabs)
(#5116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5117) Unexpected tab character. (no-tabs)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5118) Unexpected tab character. (no-tabs)
(#5118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5119) Unexpected tab character. (no-tabs)
(#5119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5120) Unexpected tab character. (no-tabs)
(#5120) There should be no spaces inside this paren. (space-in-parens)
(#5120) There should be no spaces inside this paren. (space-in-parens)
(#5120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5121) Unexpected tab character. (no-tabs)
(#5121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5122) Unexpected tab character. (no-tabs)
(#5122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5123) Unexpected tab character. (no-tabs)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5124) Unexpected tab character. (no-tabs)
(#5124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5125) Unexpected tab character. (no-tabs)
(#5125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5126) Unexpected tab character. (no-tabs)
(#5126) There should be no spaces inside this paren. (space-in-parens)
(#5126) There should be no spaces inside this paren. (space-in-parens)
(#5126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5127) Unexpected tab character. (no-tabs)
(#5127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5128) Unexpected tab character. (no-tabs)
(#5128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5129) Unexpected tab character. (no-tabs)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5130) Unexpected tab character. (no-tabs)
(#5130) There should be no spaces inside this paren. (space-in-parens)
(#5130) There should be no spaces inside this paren. (space-in-parens)
(#5130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5131) Unexpected tab character. (no-tabs)
(#5131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5132) Unexpected tab character. (no-tabs)
(#5132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5133) Unexpected tab character. (no-tabs)
(#5133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5134) Unexpected tab character. (no-tabs)
(#5134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5135) Unexpected tab character. (no-tabs)
(#5135) There should be no spaces inside this paren. (space-in-parens)
(#5135) There should be no spaces inside this paren. (space-in-parens)
(#5135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5136) Unexpected tab character. (no-tabs)
(#5136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5137) Unexpected tab character. (no-tabs)
(#5137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5138) Unexpected tab character. (no-tabs)
(#5138) There should be no spaces inside this paren. (space-in-parens)
(#5138) There should be no spaces inside this paren. (space-in-parens)
(#5138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5139) Unexpected tab character. (no-tabs)
(#5139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5140) Unexpected tab character. (no-tabs)
(#5140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5141) Unexpected tab character. (no-tabs)
(#5141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5142) Unexpected tab character. (no-tabs)
(#5142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5143) Unexpected tab character. (no-tabs)
(#5143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5145) Unexpected tab character. (no-tabs)
(#5145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5146) Unexpected tab character. (no-tabs)
(#5146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5147) Unexpected tab character. (no-tabs)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5149) 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)
(#5149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5151) Unexpected tab character. (no-tabs)
(#5151) There should be no spaces inside this paren. (space-in-parens)
(#5151) There should be no spaces inside this paren. (space-in-parens)
(#5151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5152) Unexpected tab character. (no-tabs)
(#5152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5153) Unexpected tab character. (no-tabs)
(#5153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5154) Unexpected tab character. (no-tabs)
(#5154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5155) Unexpected tab character. (no-tabs)
(#5155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5157) Unexpected tab character. (no-tabs)
(#5157) There should be no spaces inside this paren. (space-in-parens)
(#5157) There should be no spaces inside this paren. (space-in-parens)
(#5157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5158) Unexpected tab character. (no-tabs)
(#5158) There should be no spaces inside this paren. (space-in-parens)
(#5158) There should be no spaces inside this paren. (space-in-parens)
(#5158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5159) Unexpected tab character. (no-tabs)
(#5159) There should be no spaces inside this paren. (space-in-parens)
(#5159) There should be no spaces inside this paren. (space-in-parens)
(#5159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5160) Unexpected tab character. (no-tabs)
(#5160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5162) Unexpected tab character. (no-tabs)
(#5162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5163) Unexpected tab character. (no-tabs)
(#5163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5164) Unexpected tab character. (no-tabs)
(#5164) There should be no spaces inside this paren. (space-in-parens)
(#5164) There should be no spaces inside this paren. (space-in-parens)
(#5164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5165) Unexpected tab character. (no-tabs)
(#5165) There should be no spaces inside this paren. (space-in-parens)
(#5165) There should be no spaces inside this paren. (space-in-parens)
(#5165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5166) Unexpected tab character. (no-tabs)
(#5166) There should be no spaces inside this paren. (space-in-parens)
(#5166) There should be no spaces inside this paren. (space-in-parens)
(#5166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5167) Unexpected tab character. (no-tabs)
(#5167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5170) Unexpected tab character. (no-tabs)
(#5170) There should be no spaces inside this paren. (space-in-parens)
(#5170) There should be no spaces inside this paren. (space-in-parens)
(#5170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5171) Unexpected tab character. (no-tabs)
(#5171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5172) Unexpected tab character. (no-tabs)
(#5172) There should be no spaces inside this paren. (space-in-parens)
(#5172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5173) Unexpected tab character. (no-tabs)
(#5173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5174) Unexpected tab character. (no-tabs)
(#5174) There should be no spaces inside this paren. (space-in-parens)
(#5174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5175) Unexpected tab character. (no-tabs)
(#5175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5176) Unexpected tab character. (no-tabs)
(#5176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5177) Unexpected tab character. (no-tabs)
(#5177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5178) Unexpected tab character. (no-tabs)
(#5178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5180) Unexpected tab character. (no-tabs)
(#5180) There should be no spaces inside this paren. (space-in-parens)
(#5180) There should be no spaces inside this paren. (space-in-parens)
(#5180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5181) Unexpected tab character. (no-tabs)
(#5181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5182) Unexpected tab character. (no-tabs)
(#5182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5183) Unexpected tab character. (no-tabs)
(#5183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5185) Unexpected tab character. (no-tabs)
(#5185) There should be no spaces inside this paren. (space-in-parens)
(#5185) There should be no spaces inside this paren. (space-in-parens)
(#5185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5186) There should be no spaces inside this paren. (space-in-parens)
(#5186) There should be no spaces inside this paren. (space-in-parens)
(#5186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5187) Unexpected tab character. (no-tabs)
(#5187) There should be no spaces inside this paren. (space-in-parens)
(#5187) There should be no spaces inside this paren. (space-in-parens)
(#5187) There should be no spaces inside this paren. (space-in-parens)
(#5187) There should be no spaces inside this paren. (space-in-parens)
(#5187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5188) Unexpected tab character. (no-tabs)
(#5188) There should be no spaces inside this paren. (space-in-parens)
(#5188) There should be no spaces inside this paren. (space-in-parens)
(#5188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5189) Unexpected tab character. (no-tabs)
(#5189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5190) Unexpected tab character. (no-tabs)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5191) Unexpected tab character. (no-tabs)
(#5191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5192) Unexpected tab character. (no-tabs)
(#5192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5193) Unexpected tab character. (no-tabs)
(#5193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5195) Unexpected tab character. (no-tabs)
(#5195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5196) Unexpected tab character. (no-tabs)
(#5196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5197) Unexpected tab character. (no-tabs)
(#5197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5198) Unexpected tab character. (no-tabs)
(#5198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5199) Unexpected tab character. (no-tabs)
(#5199) There should be no spaces inside this paren. (space-in-parens)
(#5199) There should be no spaces inside this paren. (space-in-parens)
(#5199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5201) Unexpected tab character. (no-tabs)
(#5201) There should be no spaces inside this paren. (space-in-parens)
(#5201) There should be no spaces inside this paren. (space-in-parens)
(#5201) There should be no spaces inside this paren. (space-in-parens)
(#5201) There should be no spaces inside this paren. (space-in-parens)
(#5201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5203) Unexpected tab character. (no-tabs)
(#5203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5204) Unexpected tab character. (no-tabs)
(#5204) There should be no spaces inside this paren. (space-in-parens)
(#5204) There should be no spaces inside this paren. (space-in-parens)
(#5204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5205) Unexpected tab character. (no-tabs)
(#5205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5206) Unexpected tab character. (no-tabs)
(#5206) There should be no spaces inside this paren. (space-in-parens)
(#5206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5207) Unexpected tab character. (no-tabs)
(#5207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5208) Unexpected tab character. (no-tabs)
(#5208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5209) Unexpected tab character. (no-tabs)
(#5209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5210) Unexpected tab character. (no-tabs)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5211) Unexpected tab character. (no-tabs)
(#5211) There should be no spaces inside this paren. (space-in-parens)
(#5211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5212) Unexpected tab character. (no-tabs)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5213) Unexpected tab character. (no-tabs)
(#5213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5216) Unexpected tab character. (no-tabs)
(#5216) There should be no spaces inside this paren. (space-in-parens)
(#5216) There should be no spaces inside this paren. (space-in-parens)
(#5216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5217) Unexpected tab character. (no-tabs)
(#5217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5218) Unexpected tab character. (no-tabs)
(#5218) There should be no spaces inside this paren. (space-in-parens)
(#5218) There should be no spaces inside this paren. (space-in-parens)
(#5218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5220) Unexpected tab character. (no-tabs)
(#5220) There should be no spaces inside this paren. (space-in-parens)
(#5220) There should be no spaces inside this paren. (space-in-parens)
(#5220) There should be no spaces inside this paren. (space-in-parens)
(#5220) There should be no spaces inside this paren. (space-in-parens)
(#5220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5221) Unexpected tab character. (no-tabs)
(#5221) There should be no spaces inside this paren. (space-in-parens)
(#5221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5228) Unexpected tab character. (no-tabs)
(#5228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5229) Unexpected tab character. (no-tabs)
(#5229) There should be no spaces inside this paren. (space-in-parens)
(#5229) There should be no spaces inside this paren. (space-in-parens)
(#5229) There should be no spaces inside this paren. (space-in-parens)
(#5229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5230) Unexpected tab character. (no-tabs)
(#5230) There should be no spaces inside this paren. (space-in-parens)
(#5230) There should be no spaces inside this paren. (space-in-parens)
(#5230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5231) Unexpected tab character. (no-tabs)
(#5231) There should be no spaces inside this paren. (space-in-parens)
(#5231) There should be no spaces inside this paren. (space-in-parens)
(#5231) There should be no spaces inside this paren. (space-in-parens)
(#5231) There should be no spaces inside this paren. (space-in-parens)
(#5231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5232) Unexpected tab character. (no-tabs)
(#5232) There should be no spaces inside this paren. (space-in-parens)
(#5232) There should be no spaces inside this paren. (space-in-parens)
(#5232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5233) Unexpected tab character. (no-tabs)
(#5233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5234) Unexpected tab character. (no-tabs)
(#5234) There should be no spaces inside this paren. (space-in-parens)
(#5234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5236) Unexpected tab character. (no-tabs)
(#5236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5237) Unexpected tab character. (no-tabs)
(#5237) There should be no spaces inside this paren. (space-in-parens)
(#5237) There should be no spaces inside this paren. (space-in-parens)
(#5237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5238) Unexpected tab character. (no-tabs)
(#5238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5239) Unexpected tab character. (no-tabs)
(#5239) There should be no spaces inside this paren. (space-in-parens)
(#5239) There should be no spaces inside this paren. (space-in-parens)
(#5239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5240) Unexpected tab character. (no-tabs)
(#5240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5241) Unexpected tab character. (no-tabs)
(#5241) There should be no spaces inside this paren. (space-in-parens)
(#5241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5242) Unexpected tab character. (no-tabs)
(#5242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5243) Unexpected tab character. (no-tabs)
(#5243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5244) Unexpected tab character. (no-tabs)
(#5244) There should be no spaces inside this paren. (space-in-parens)
(#5244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5245) Unexpected tab character. (no-tabs)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5246) Unexpected tab character. (no-tabs)
(#5246) There should be no spaces inside this paren. (space-in-parens)
(#5246) There should be no spaces inside this paren. (space-in-parens)
(#5246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5248) Unexpected tab character. (no-tabs)
(#5248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5249) Unexpected tab character. (no-tabs)
(#5249) There should be no spaces inside this paren. (space-in-parens)
(#5249) There should be no spaces inside this paren. (space-in-parens)
(#5249) There should be no spaces inside this paren. (space-in-parens)
(#5249) There should be no spaces inside this paren. (space-in-parens)
(#5249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5251) Unexpected tab character. (no-tabs)
(#5251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5252) Unexpected tab character. (no-tabs)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5252) There should be no space after '['. (computed-property-spacing)
(#5252) There should be no space before ']'. (computed-property-spacing)
(#5252) There should be no space after '['. (computed-property-spacing)
(#5252) There should be no space before ']'. (computed-property-spacing)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5253) Unexpected tab character. (no-tabs)
(#5253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5254) Unexpected tab character. (no-tabs)
(#5254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5255) Unexpected tab character. (no-tabs)
(#5255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5257) Unexpected tab character. (no-tabs)
(#5257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5258) Unexpected tab character. (no-tabs)
(#5258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5259) Unexpected tab character. (no-tabs)
(#5259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5260) Unexpected tab character. (no-tabs)
(#5260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5261) Unexpected tab character. (no-tabs)
(#5261) There should be no space after '['. (computed-property-spacing)
(#5261) There should be no space before ']'. (computed-property-spacing)
(#5261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5262) Unexpected tab character. (no-tabs)
(#5262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5264) Unexpected tab character. (no-tabs)
(#5264) There should be no spaces inside this paren. (space-in-parens)
(#5264) There should be no spaces inside this paren. (space-in-parens)
(#5264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5266) Unexpected tab character. (no-tabs)
(#5266) There should be no spaces inside this paren. (space-in-parens)
(#5266) There should be no spaces inside this paren. (space-in-parens)
(#5266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5267) Unexpected tab character. (no-tabs)
(#5267) There should be no spaces inside this paren. (space-in-parens)
(#5267) There should be no spaces inside this paren. (space-in-parens)
(#5267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5268) Unexpected tab character. (no-tabs)
(#5268) There should be no spaces inside this paren. (space-in-parens)
(#5268) There should be no spaces inside this paren. (space-in-parens)
(#5268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5269) Unexpected tab character. (no-tabs)
(#5269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5271) Unexpected tab character. (no-tabs)
(#5271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5273) Unexpected tab character. (no-tabs)
(#5273) There should be no spaces inside this paren. (space-in-parens)
(#5273) There should be no spaces inside this paren. (space-in-parens)
(#5273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5276) Unexpected tab character. (no-tabs)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5277) Unexpected tab character. (no-tabs)
(#5277) There should be no spaces inside this paren. (space-in-parens)
(#5277) There should be no spaces inside this paren. (space-in-parens)
(#5277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5278) Unexpected tab character. (no-tabs)
(#5278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5280) Unexpected tab character. (no-tabs)
(#5280) There should be no spaces inside this paren. (space-in-parens)
(#5280) There should be no spaces inside this paren. (space-in-parens)
(#5280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5281) Unexpected tab character. (no-tabs)
(#5281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5282) Unexpected tab character. (no-tabs)
(#5282) There should be no spaces inside this paren. (space-in-parens)
(#5282) There should be no spaces inside this paren. (space-in-parens)
(#5282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5284) Unexpected tab character. (no-tabs)
(#5284) There should be no spaces inside this paren. (space-in-parens)
(#5284) There should be no spaces inside this paren. (space-in-parens)
(#5284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5286) Unexpected tab character. (no-tabs)
(#5286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5288) Unexpected tab character. (no-tabs)
(#5288) There should be no spaces inside this paren. (space-in-parens)
(#5288) There should be no spaces inside this paren. (space-in-parens)
(#5288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5291) Unexpected tab character. (no-tabs)
(#5291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5292) Unexpected tab character. (no-tabs)
(#5292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5294) Unexpected tab character. (no-tabs)
(#5294) There should be no spaces inside this paren. (space-in-parens)
(#5294) There should be no spaces inside this paren. (space-in-parens)
(#5294) There should be no spaces inside this paren. (space-in-parens)
(#5294) There should be no spaces inside this paren. (space-in-parens)
(#5294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5295) Unexpected tab character. (no-tabs)
(#5295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5297) Unexpected tab character. (no-tabs)
(#5297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5298) Unexpected tab character. (no-tabs)
(#5298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5299) Unexpected tab character. (no-tabs)
(#5299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5300) Unexpected tab character. (no-tabs)
(#5300) There should be no spaces inside this paren. (space-in-parens)
(#5300) There should be no spaces inside this paren. (space-in-parens)
(#5300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5301) Unexpected tab character. (no-tabs)
(#5301) There should be no spaces inside this paren. (space-in-parens)
(#5301) There should be no spaces inside this paren. (space-in-parens)
(#5301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5302) Unexpected tab character. (no-tabs)
(#5302) There should be no spaces inside this paren. (space-in-parens)
(#5302) There should be no spaces inside this paren. (space-in-parens)
(#5302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5304) Unexpected tab character. (no-tabs)
(#5304) There should be no spaces inside this paren. (space-in-parens)
(#5304) There should be no spaces inside this paren. (space-in-parens)
(#5304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5305) Unexpected tab character. (no-tabs)
(#5305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5306) Unexpected tab character. (no-tabs)
(#5306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5307) Unexpected tab character. (no-tabs)
(#5307) There should be no spaces inside this paren. (space-in-parens)
(#5307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5308) Unexpected tab character. (no-tabs)
(#5308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5309) Unexpected tab character. (no-tabs)
(#5309) There should be no spaces inside this paren. (space-in-parens)
(#5309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5310) Unexpected tab character. (no-tabs)
(#5310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5312) Unexpected tab character. (no-tabs)
(#5312) There should be no spaces inside this paren. (space-in-parens)
(#5312) There should be no spaces inside this paren. (space-in-parens)
(#5312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5313) Unexpected tab character. (no-tabs)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5314) Unexpected tab character. (no-tabs)
(#5314) There should be no spaces inside this paren. (space-in-parens)
(#5314) There should be no spaces inside this paren. (space-in-parens)
(#5314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5315) Unexpected tab character. (no-tabs)
(#5315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5316) Unexpected tab character. (no-tabs)
(#5316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5318) Unexpected tab character. (no-tabs)
(#5318) There should be no spaces inside this paren. (space-in-parens)
(#5318) There should be no space after '{'. (object-curly-spacing)
(#5318) There should be no space before '}'. (object-curly-spacing)
(#5318) There should be no spaces inside this paren. (space-in-parens)
(#5318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5319) Unexpected tab character. (no-tabs)
(#5319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5321) Unexpected tab character. (no-tabs)
(#5321) There should be no spaces inside this paren. (space-in-parens)
(#5321) There should be no spaces inside this paren. (space-in-parens)
(#5321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5322) Unexpected tab character. (no-tabs)
(#5322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5323) Unexpected tab character. (no-tabs)
(#5323) There should be no spaces inside this paren. (space-in-parens)
(#5323) There should be no spaces inside this paren. (space-in-parens)
(#5323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5324) Unexpected tab character. (no-tabs)
(#5324) There should be no spaces inside this paren. (space-in-parens)
(#5324) There should be no spaces inside this paren. (space-in-parens)
(#5324) There should be no space after '['. (computed-property-spacing)
(#5324) There should be no space before ']'. (computed-property-spacing)
(#5324) There should be no spaces inside this paren. (space-in-parens)
(#5324) There should be no spaces inside this paren. (space-in-parens)
(#5324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5325) Unexpected tab character. (no-tabs)
(#5325) There should be no spaces inside this paren. (space-in-parens)
(#5325) There should be no spaces inside this paren. (space-in-parens)
(#5325) There should be no space after '['. (computed-property-spacing)
(#5325) There should be no space before ']'. (computed-property-spacing)
(#5325) There should be no spaces inside this paren. (space-in-parens)
(#5325) There should be no spaces inside this paren. (space-in-parens)
(#5325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5326) Unexpected tab character. (no-tabs)
(#5326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5327) Unexpected tab character. (no-tabs)
(#5327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5328) Unexpected tab character. (no-tabs)
(#5328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5329) Unexpected tab character. (no-tabs)
(#5329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5331) Unexpected tab character. (no-tabs)
(#5331) There should be no spaces inside this paren. (space-in-parens)
(#5331) There should be no spaces inside this paren. (space-in-parens)
(#5331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5332) Unexpected tab character. (no-tabs)
(#5332) There should be no spaces inside this paren. (space-in-parens)
(#5332) There should be no spaces inside this paren. (space-in-parens)
(#5332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5333) Unexpected tab character. (no-tabs)
(#5333) There should be no spaces inside this paren. (space-in-parens)
(#5333) There should be no spaces inside this paren. (space-in-parens)
(#5333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5334) Unexpected tab character. (no-tabs)
(#5334) There should be no spaces inside this paren. (space-in-parens)
(#5334) There should be no spaces inside this paren. (space-in-parens)
(#5334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5335) Unexpected tab character. (no-tabs)
(#5335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5336) Unexpected tab character. (no-tabs)
(#5336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5337) Unexpected tab character. (no-tabs)
(#5337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5339) Unexpected tab character. (no-tabs)
(#5339) There should be no spaces inside this paren. (space-in-parens)
(#5339) There should be no spaces inside this paren. (space-in-parens)
(#5339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5340) Unexpected tab character. (no-tabs)
(#5340) There should be no spaces inside this paren. (space-in-parens)
(#5340) There should be no spaces inside this paren. (space-in-parens)
(#5340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5341) Unexpected tab character. (no-tabs)
(#5341) There should be no spaces inside this paren. (space-in-parens)
(#5341) There should be no spaces inside this paren. (space-in-parens)
(#5341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5342) Unexpected tab character. (no-tabs)
(#5342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5345) Unexpected tab character. (no-tabs)
(#5345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5346) Unexpected tab character. (no-tabs)
(#5346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5348) Unexpected tab character. (no-tabs)
(#5348) There should be no spaces inside this paren. (space-in-parens)
(#5348) There should be no spaces inside this paren. (space-in-parens)
(#5348) There should be no spaces inside this paren. (space-in-parens)
(#5348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5349) Unexpected tab character. (no-tabs)
(#5349) There should be no spaces inside this paren. (space-in-parens)
(#5349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5351) Unexpected tab character. (no-tabs)
(#5351) There should be no spaces inside this paren. (space-in-parens)
(#5351) There should be no space after '{'. (object-curly-spacing)
(#5351) There should be no space before '}'. (object-curly-spacing)
(#5351) There should be no spaces inside this paren. (space-in-parens)
(#5351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5352) Unexpected tab character. (no-tabs)
(#5352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5353) Unexpected tab character. (no-tabs)
(#5353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5355) Unexpected tab character. (no-tabs)
(#5355) There should be no spaces inside this paren. (space-in-parens)
(#5355) There should be no spaces inside this paren. (space-in-parens)
(#5355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5356) Unexpected tab character. (no-tabs)
(#5356) There should be no spaces inside this paren. (space-in-parens)
(#5356) There should be no spaces inside this paren. (space-in-parens)
(#5356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5358) Unexpected tab character. (no-tabs)
(#5358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5359) Unexpected tab character. (no-tabs)
(#5359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5360) There should be no spaces inside this paren. (space-in-parens)
(#5360) There should be no spaces inside this paren. (space-in-parens)
(#5360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5361) Unexpected tab character. (no-tabs)
(#5361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5362) Unexpected tab character. (no-tabs)
(#5362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5364) Unexpected tab character. (no-tabs)
(#5364) There should be no spaces inside this paren. (space-in-parens)
(#5364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5365) Unexpected tab character. (no-tabs)
(#5365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5366) Unexpected tab character. (no-tabs)
(#5366) There should be no spaces inside this paren. (space-in-parens)
(#5366) There should be no spaces inside this paren. (space-in-parens)
(#5366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5367) Unexpected tab character. (no-tabs)
(#5367) There should be no spaces inside this paren. (space-in-parens)
(#5367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5368) Unexpected tab character. (no-tabs)
(#5368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5370) Unexpected tab character. (no-tabs)
(#5370) There should be no spaces inside this paren. (space-in-parens)
(#5370) There should be no spaces inside this paren. (space-in-parens)
(#5370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5371) Unexpected tab character. (no-tabs)
(#5371) There should be no spaces inside this paren. (space-in-parens)
(#5371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5372) Unexpected tab character. (no-tabs)
(#5372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5373) Unexpected tab character. (no-tabs)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5375) Unexpected tab character. (no-tabs)
(#5375) There should be no spaces inside this paren. (space-in-parens)
(#5375) There should be no spaces inside this paren. (space-in-parens)
(#5375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5377) Unexpected tab character. (no-tabs)
(#5377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5378) Unexpected tab character. (no-tabs)
(#5378) There should be no spaces inside this paren. (space-in-parens)
(#5378) There should be no spaces inside this paren. (space-in-parens)
(#5378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5380) Unexpected tab character. (no-tabs)
(#5380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5381) Unexpected tab character. (no-tabs)
(#5381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5382) Unexpected tab character. (no-tabs)
(#5382) There should be no spaces inside this paren. (space-in-parens)
(#5382) There should be no spaces inside this paren. (space-in-parens)
(#5382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5383) Unexpected tab character. (no-tabs)
(#5383) There should be no spaces inside this paren. (space-in-parens)
(#5383) There should be no spaces inside this paren. (space-in-parens)
(#5383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5384) Unexpected tab character. (no-tabs)
(#5384) There should be no spaces inside this paren. (space-in-parens)
(#5384) There should be no spaces inside this paren. (space-in-parens)
(#5384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5385) Unexpected tab character. (no-tabs)
(#5385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5387) Unexpected tab character. (no-tabs)
(#5387) There should be no spaces inside this paren. (space-in-parens)
(#5387) There should be no spaces inside this paren. (space-in-parens)
(#5387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5388) Unexpected tab character. (no-tabs)
(#5388) There should be no spaces inside this paren. (space-in-parens)
(#5388) There should be no spaces inside this paren. (space-in-parens)
(#5388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5389) Unexpected tab character. (no-tabs)
(#5389) There should be no spaces inside this paren. (space-in-parens)
(#5389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5391) Unexpected tab character. (no-tabs)
(#5391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5392) Unexpected tab character. (no-tabs)
(#5392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5393) Unexpected tab character. (no-tabs)
(#5393) There should be no spaces inside this paren. (space-in-parens)
(#5393) There should be no spaces inside this paren. (space-in-parens)
(#5393) There should be no spaces inside this paren. (space-in-parens)
(#5393) There should be no spaces inside this paren. (space-in-parens)
(#5393) There should be no spaces inside this paren. (space-in-parens)
(#5393) There should be no spaces inside this paren. (space-in-parens)
(#5393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5395) Unexpected tab character. (no-tabs)
(#5395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5396) Unexpected tab character. (no-tabs)
(#5396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5397) Unexpected tab character. (no-tabs)
(#5397) There should be no spaces inside this paren. (space-in-parens)
(#5397) There should be no spaces inside this paren. (space-in-parens)
(#5397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5398) Unexpected tab character. (no-tabs)
(#5398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5399) Unexpected tab character. (no-tabs)
(#5399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5401) Unexpected tab character. (no-tabs)
(#5401) There should be no spaces inside this paren. (space-in-parens)
(#5401) There should be no spaces inside this paren. (space-in-parens)
(#5401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5403) Unexpected tab character. (no-tabs)
(#5403) There should be no spaces inside this paren. (space-in-parens)
(#5403) There should be no spaces inside this paren. (space-in-parens)
(#5403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5405) Unexpected tab character. (no-tabs)
(#5405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5406) Unexpected tab character. (no-tabs)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5408) Unexpected tab character. (no-tabs)
(#5408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5409) Unexpected tab character. (no-tabs)
(#5409) There should be no spaces inside this paren. (space-in-parens)
(#5409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5410) Unexpected tab character. (no-tabs)
(#5410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5412) Unexpected tab character. (no-tabs)
(#5412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5413) Unexpected tab character. (no-tabs)
(#5413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5415) Unexpected tab character. (no-tabs)
(#5415) There should be no spaces inside this paren. (space-in-parens)
(#5415) There should be no spaces inside this paren. (space-in-parens)
(#5415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5416) Unexpected tab character. (no-tabs)
(#5416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5417) Unexpected tab character. (no-tabs)
(#5417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5419) Unexpected tab character. (no-tabs)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5420) Unexpected tab character. (no-tabs)
(#5420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5421) Unexpected tab character. (no-tabs)
(#5421) There should be no spaces inside this paren. (space-in-parens)
(#5421) There should be no spaces inside this paren. (space-in-parens)
(#5421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5423) Unexpected tab character. (no-tabs)
(#5423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5425) Unexpected tab character. (no-tabs)
(#5425) There should be no spaces inside this paren. (space-in-parens)
(#5425) There should be no spaces inside this paren. (space-in-parens)
(#5425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5426) Unexpected tab character. (no-tabs)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5427) Unexpected tab character. (no-tabs)
(#5427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5429) Unexpected tab character. (no-tabs)
(#5429) There should be no spaces inside this paren. (space-in-parens)
(#5429) There should be no spaces inside this paren. (space-in-parens)
(#5429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5431) Unexpected tab character. (no-tabs)
(#5431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5432) Unexpected tab character. (no-tabs)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5433) Unexpected tab character. (no-tabs)
(#5433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5435) Unexpected tab character. (no-tabs)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5436) Unexpected tab character. (no-tabs)
(#5436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5438) Unexpected tab character. (no-tabs)
(#5438) There should be no spaces inside this paren. (space-in-parens)
(#5438) There should be no spaces inside this paren. (space-in-parens)
(#5438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5439) Unexpected tab character. (no-tabs)
(#5439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5440) Unexpected tab character. (no-tabs)
(#5440) There should be no spaces inside this paren. (space-in-parens)
(#5440) There should be no spaces inside this paren. (space-in-parens)
(#5440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5441) Unexpected tab character. (no-tabs)
(#5441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5442) Unexpected tab character. (no-tabs)
(#5442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5444) Unexpected tab character. (no-tabs)
(#5444) There should be no spaces inside this paren. (space-in-parens)
(#5444) There should be no spaces inside this paren. (space-in-parens)
(#5444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5445) Unexpected tab character. (no-tabs)
(#5445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5446) Unexpected tab character. (no-tabs)
(#5446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5448) Unexpected tab character. (no-tabs)
(#5448) There should be no spaces inside this paren. (space-in-parens)
(#5448) There should be no spaces inside this paren. (space-in-parens)
(#5448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5449) Unexpected tab character. (no-tabs)
(#5449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5451) Unexpected tab character. (no-tabs)
(#5451) There should be no spaces inside this paren. (space-in-parens)
(#5451) There should be no spaces inside this paren. (space-in-parens)
(#5451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5452) Unexpected tab character. (no-tabs)
(#5452) There should be no spaces inside this paren. (space-in-parens)
(#5452) There should be no spaces inside this paren. (space-in-parens)
(#5452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5454) Unexpected tab character. (no-tabs)
(#5454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5455) Unexpected tab character. (no-tabs)
(#5455) There should be no spaces inside this paren. (space-in-parens)
(#5455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5456) Unexpected tab character. (no-tabs)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5457) Unexpected tab character. (no-tabs)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5458) Unexpected tab character. (no-tabs)
(#5458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5459) Unexpected tab character. (no-tabs)
(#5459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5461) Unexpected tab character. (no-tabs)
(#5461) There should be no spaces inside this paren. (space-in-parens)
(#5461) There should be no spaces inside this paren. (space-in-parens)
(#5461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5463) Unexpected tab character. (no-tabs)
(#5463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5465) Unexpected tab character. (no-tabs)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5466) Unexpected tab character. (no-tabs)
(#5466) There should be no spaces inside this paren. (space-in-parens)
(#5466) There should be no spaces inside this paren. (space-in-parens)
(#5466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5467) Unexpected tab character. (no-tabs)
(#5467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5469) Unexpected tab character. (no-tabs)
(#5469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5470) Unexpected tab character. (no-tabs)
(#5470) There should be no spaces inside this paren. (space-in-parens)
(#5470) There should be no spaces inside this paren. (space-in-parens)
(#5470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5471) Unexpected tab character. (no-tabs)
(#5471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5473) Unexpected tab character. (no-tabs)
(#5473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5474) Unexpected tab character. (no-tabs)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5475) Unexpected tab character. (no-tabs)
(#5475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5477) Unexpected tab character. (no-tabs)
(#5477) There should be no spaces inside this paren. (space-in-parens)
(#5477) There should be no spaces inside this paren. (space-in-parens)
(#5477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5478) Unexpected tab character. (no-tabs)
(#5478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5479) Unexpected tab character. (no-tabs)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5480) Unexpected tab character. (no-tabs)
(#5480) There should be no spaces inside this paren. (space-in-parens)
(#5480) There should be no spaces inside this paren. (space-in-parens)
(#5480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5481) Unexpected tab character. (no-tabs)
(#5481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5482) Unexpected tab character. (no-tabs)
(#5482) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#5482) There should be no space after '['. (computed-property-spacing)
(#5482) There should be no space before ']'. (computed-property-spacing)
(#5482) There should be no spaces inside this paren. (space-in-parens)
(#5482) There should be no spaces inside this paren. (space-in-parens)
(#5482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5483) Unexpected tab character. (no-tabs)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5484) Unexpected tab character. (no-tabs)
(#5484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5485) Unexpected tab character. (no-tabs)
(#5485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5486) Unexpected tab character. (no-tabs)
(#5486) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#5486) There should be no space after '['. (computed-property-spacing)
(#5486) There should be no space before ']'. (computed-property-spacing)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5487) Unexpected tab character. (no-tabs)
(#5487) There should be no spaces inside this paren. (space-in-parens)
(#5487) There should be no spaces inside this paren. (space-in-parens)
(#5487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5488) Unexpected tab character. (no-tabs)
(#5488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5489) Unexpected tab character. (no-tabs)
(#5489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5490) Unexpected tab character. (no-tabs)
(#5490) There should be no spaces inside this paren. (space-in-parens)
(#5490) There should be no spaces inside this paren. (space-in-parens)
(#5490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5491) Unexpected tab character. (no-tabs)
(#5491) There should be no spaces inside this paren. (space-in-parens)
(#5491) There should be no spaces inside this paren. (space-in-parens)
(#5491) There should be no space after '['. (computed-property-spacing)
(#5491) There should be no space before ']'. (computed-property-spacing)
(#5491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5492) Unexpected tab character. (no-tabs)
(#5492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5494) Unexpected tab character. (no-tabs)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5495) Unexpected tab character. (no-tabs)
(#5495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5497) Unexpected tab character. (no-tabs)
(#5497) There should be no spaces inside this paren. (space-in-parens)
(#5497) There should be no spaces inside this paren. (space-in-parens)
(#5497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5498) Unexpected tab character. (no-tabs)
(#5498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5500) Unexpected tab character. (no-tabs)
(#5500) There should be no spaces inside this paren. (space-in-parens)
(#5500) There should be no spaces inside this paren. (space-in-parens)
(#5500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5501) Unexpected tab character. (no-tabs)
(#5501) There should be no spaces inside this paren. (space-in-parens)
(#5501) There should be no spaces inside this paren. (space-in-parens)
(#5501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5502) Unexpected tab character. (no-tabs)
(#5502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5503) Unexpected tab character. (no-tabs)
(#5503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5505) Unexpected tab character. (no-tabs)
(#5505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5506) Unexpected tab character. (no-tabs)
(#5506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5507) Unexpected tab character. (no-tabs)
(#5507) There should be no spaces inside this paren. (space-in-parens)
(#5507) There should be no spaces inside this paren. (space-in-parens)
(#5507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5508) Unexpected tab character. (no-tabs)
(#5508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5509) Unexpected tab character. (no-tabs)
(#5509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5512) Unexpected tab character. (no-tabs)
(#5512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5513) Unexpected tab character. (no-tabs)
(#5513) There should be no spaces inside this paren. (space-in-parens)
(#5513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5515) Unexpected tab character. (no-tabs)
(#5515) There should be no spaces inside this paren. (space-in-parens)
(#5515) There should be no spaces inside this paren. (space-in-parens)
(#5515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5516) Unexpected tab character. (no-tabs)
(#5516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5517) Unexpected tab character. (no-tabs)
(#5517) There should be no spaces inside this paren. (space-in-parens)
(#5517) There should be no spaces inside this paren. (space-in-parens)
(#5517) There should be no spaces inside this paren. (space-in-parens)
(#5517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5518) Unexpected tab character. (no-tabs)
(#5518) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#5518) There should be no space after '['. (computed-property-spacing)
(#5518) There should be no space before ']'. (computed-property-spacing)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5519) Unexpected tab character. (no-tabs)
(#5519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5520) Unexpected tab character. (no-tabs)
(#5520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5522) Unexpected tab character. (no-tabs)
(#5522) There should be no spaces inside this paren. (space-in-parens)
(#5522) There should be no spaces inside this paren. (space-in-parens)
(#5522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5523) Unexpected tab character. (no-tabs)
(#5523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5524) Unexpected tab character. (no-tabs)
(#5524) There should be no spaces inside this paren. (space-in-parens)
(#5524) There should be no spaces inside this paren. (space-in-parens)
(#5524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5526) Unexpected tab character. (no-tabs)
(#5526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5527) Unexpected tab character. (no-tabs)
(#5527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5528) Unexpected tab character. (no-tabs)
(#5528) There should be no spaces inside this paren. (space-in-parens)
(#5528) There should be no spaces inside this paren. (space-in-parens)
(#5528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5529) Unexpected tab character. (no-tabs)
(#5529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5530) Unexpected tab character. (no-tabs)
(#5530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5531) Unexpected tab character. (no-tabs)
(#5531) There should be no spaces inside this paren. (space-in-parens)
(#5531) There should be no spaces inside this paren. (space-in-parens)
(#5531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5532) Unexpected tab character. (no-tabs)
(#5532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5533) Unexpected tab character. (no-tabs)
(#5533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5534) Unexpected tab character. (no-tabs)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5535) Unexpected tab character. (no-tabs)
(#5535) There should be no spaces inside this paren. (space-in-parens)
(#5535) There should be no spaces inside this paren. (space-in-parens)
(#5535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5536) Unexpected tab character. (no-tabs)
(#5536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5537) Unexpected tab character. (no-tabs)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5539) Unexpected tab character. (no-tabs)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5540) Unexpected tab character. (no-tabs)
(#5540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5541) There should be no spaces inside this paren. (space-in-parens)
(#5541) There should be no spaces inside this paren. (space-in-parens)
(#5541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5542) Unexpected tab character. (no-tabs)
(#5542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5543) Unexpected tab character. (no-tabs)
(#5543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5545) Unexpected tab character. (no-tabs)
(#5545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5546) Unexpected tab character. (no-tabs)
(#5546) There should be no spaces inside this paren. (space-in-parens)
(#5546) There should be no spaces inside this paren. (space-in-parens)
(#5546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5547) Unexpected tab character. (no-tabs)
(#5547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5549) Unexpected tab character. (no-tabs)
(#5549) There should be no spaces inside this paren. (space-in-parens)
(#5549) There should be no spaces inside this paren. (space-in-parens)
(#5549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5551) Unexpected tab character. (no-tabs)
(#5551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5552) Unexpected tab character. (no-tabs)
(#5552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5553) Unexpected tab character. (no-tabs)
(#5553) There should be no spaces inside this paren. (space-in-parens)
(#5553) There should be no spaces inside this paren. (space-in-parens)
(#5553) There should be no spaces inside this paren. (space-in-parens)
(#5553) There should be no spaces inside this paren. (space-in-parens)
(#5553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5554) Unexpected tab character. (no-tabs)
(#5554) There should be no space after '{'. (object-curly-spacing)
(#5554) There should be no space before '}'. (object-curly-spacing)
(#5554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5555) Unexpected tab character. (no-tabs)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5556) Unexpected tab character. (no-tabs)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5557) Unexpected tab character. (no-tabs)
(#5557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5558) Unexpected tab character. (no-tabs)
(#5558) There should be no spaces inside this paren. (space-in-parens)
(#5558) There should be no spaces inside this paren. (space-in-parens)
(#5558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5559) Unexpected tab character. (no-tabs)
(#5559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5562) Unexpected tab character. (no-tabs)
(#5562) There should be no spaces inside this paren. (space-in-parens)
(#5562) Unnecessary escape character: \-. (no-useless-escape)
(#5562) Unnecessary escape character: \[. (no-useless-escape)
(#5562) Unnecessary escape character: \^. (no-useless-escape)
(#5562) There should be no spaces inside this paren. (space-in-parens)
(#5562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5563) Unexpected tab character. (no-tabs)
(#5563) There should be no spaces inside this paren. (space-in-parens)
(#5563) There should be no spaces inside this paren. (space-in-parens)
(#5563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5565) Unexpected tab character. (no-tabs)
(#5565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5566) Unexpected tab character. (no-tabs)
(#5566) There should be no spaces inside this paren. (space-in-parens)
(#5566) There should be no spaces inside this paren. (space-in-parens)
(#5566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5568) Unexpected tab character. (no-tabs)
(#5568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5569) Unexpected tab character. (no-tabs)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5570) Unexpected tab character. (no-tabs)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5571) Unexpected tab character. (no-tabs)
(#5571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5572) Unexpected tab character. (no-tabs)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5573) Unexpected tab character. (no-tabs)
(#5573) There should be no spaces inside this paren. (space-in-parens)
(#5573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5574) Unexpected tab character. (no-tabs)
(#5574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5575) There should be no spaces inside this paren. (space-in-parens)
(#5575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5578) Expected space or tab after '/*' in comment. (spaced-comment)
(#5578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5587) Expected space or tab after '//' in comment. (spaced-comment)
(#5587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5588) Expected space or tab after '//' in comment. (spaced-comment)
(#5588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5589) Expected space or tab after '//' in comment. (spaced-comment)
(#5589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5590) Expected space or tab after '//' in comment. (spaced-comment)
(#5590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5591) Expected space or tab after '//' in comment. (spaced-comment)
(#5591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5592) Expected space or tab after '//' in comment. (spaced-comment)
(#5592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5593) Expected space or tab after '//' in comment. (spaced-comment)
(#5593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5594) Expected space or tab after '//' in comment. (spaced-comment)
(#5594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5595) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#5596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5599) Unexpected tab character. (no-tabs)
(#5599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5600) Unexpected tab character. (no-tabs)
(#5600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5601) Unexpected tab character. (no-tabs)
(#5601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5602) Unexpected tab character. (no-tabs)
(#5602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5603) Unexpected tab character. (no-tabs)
(#5603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5604) Unexpected tab character. (no-tabs)
(#5604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5605) Unexpected tab character. (no-tabs)
(#5605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5606) Unexpected tab character. (no-tabs)
(#5606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5607) Unexpected tab character. (no-tabs)
(#5607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5608) Unexpected tab character. (no-tabs)
(#5608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5609) Unexpected tab character. (no-tabs)
(#5609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5610) Unexpected tab character. (no-tabs)
(#5610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5611) Unexpected tab character. (no-tabs)
(#5611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5613) Unexpected tab character. (no-tabs)
(#5613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5614) Unexpected tab character. (no-tabs)
(#5614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5615) Unexpected tab character. (no-tabs)
(#5615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5616) Unexpected tab character. (no-tabs)
(#5616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5617) Unexpected tab character. (no-tabs)
(#5617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5618) Unexpected tab character. (no-tabs)
(#5618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5619) Unexpected tab character. (no-tabs)
(#5619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5620) Unexpected tab character. (no-tabs)
(#5620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5621) Unexpected tab character. (no-tabs)
(#5621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5623) Unexpected tab character. (no-tabs)
(#5623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5624) Unexpected tab character. (no-tabs)
(#5624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5626) Unexpected tab character. (no-tabs)
(#5626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5628) Unexpected tab character. (no-tabs)
(#5628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5629) Unexpected tab character. (no-tabs)
(#5629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5630) Unexpected tab character. (no-tabs)
(#5630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5631) Unexpected tab character. (no-tabs)
(#5631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5632) Unexpected tab character. (no-tabs)
(#5632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5633) Unexpected tab character. (no-tabs)
(#5633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5634) Unexpected tab character. (no-tabs)
(#5634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5635) Unexpected tab character. (no-tabs)
(#5635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5636) Unexpected tab character. (no-tabs)
(#5636) There should be no space after '['. (computed-property-spacing)
(#5636) There should be no space before ']'. (computed-property-spacing)
(#5636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5637) Unexpected tab character. (no-tabs)
(#5637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5638) Unexpected tab character. (no-tabs)
(#5638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5640) Unexpected tab character. (no-tabs)
(#5640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5641) Unexpected tab character. (no-tabs)
(#5641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5642) Unexpected tab character. (no-tabs)
(#5642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5643) Unexpected tab character. (no-tabs)
(#5643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5644) Unexpected tab character. (no-tabs)
(#5644) There should be no spaces inside this paren. (space-in-parens)
(#5644) There should be no spaces inside this paren. (space-in-parens)
(#5644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5646) Unexpected tab character. (no-tabs)
(#5646) There should be no space after '['. (computed-property-spacing)
(#5646) There should be no space before ']'. (computed-property-spacing)
(#5646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5647) Unexpected tab character. (no-tabs)
(#5647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5649) Unexpected tab character. (no-tabs)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5650) Unexpected tab character. (no-tabs)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5652) Unexpected tab character. (no-tabs)
(#5652) There should be no spaces inside this paren. (space-in-parens)
(#5652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5654) There should be no spaces inside this paren. (space-in-parens)
(#5654) There should be no spaces inside this paren. (space-in-parens)
(#5654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5655) Unexpected tab character. (no-tabs)
(#5655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5656) Unexpected tab character. (no-tabs)
(#5656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5657) Unexpected tab character. (no-tabs)
(#5657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5658) Unexpected tab character. (no-tabs)
(#5658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5659) Unexpected tab character. (no-tabs)
(#5659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5661) Unexpected tab character. (no-tabs)
(#5661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5662) Unexpected tab character. (no-tabs)
(#5662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5663) Unexpected tab character. (no-tabs)
(#5663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5664) Unexpected tab character. (no-tabs)
(#5664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5666) Unexpected tab character. (no-tabs)
(#5666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5667) Unexpected tab character. (no-tabs)
(#5667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5668) Unexpected tab character. (no-tabs)
(#5668) There should be no spaces inside this paren. (space-in-parens)
(#5668) There should be no spaces inside this paren. (space-in-parens)
(#5668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5669) Unexpected tab character. (no-tabs)
(#5669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5670) Unexpected tab character. (no-tabs)
(#5670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5671) Unexpected tab character. (no-tabs)
(#5671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5672) Unexpected tab character. (no-tabs)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5673) Unexpected tab character. (no-tabs)
(#5673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5674) Unexpected tab character. (no-tabs)
(#5674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5675) Unexpected tab character. (no-tabs)
(#5675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5677) Unexpected tab character. (no-tabs)
(#5677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5678) Unexpected tab character. (no-tabs)
(#5678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5679) Unexpected tab character. (no-tabs)
(#5679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5680) Unexpected tab character. (no-tabs)
(#5680) There should be no spaces inside this paren. (space-in-parens)
(#5680) There should be no spaces inside this paren. (space-in-parens)
(#5680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5681) Unexpected tab character. (no-tabs)
(#5681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5682) Unexpected tab character. (no-tabs)
(#5682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5684) Unexpected tab character. (no-tabs)
(#5684) Comments should not begin with a lowercase character (capitalized-comments)
(#5684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5685) Unexpected tab character. (no-tabs)
(#5685) There should be no spaces inside this paren. (space-in-parens)
(#5685) There should be no spaces inside this paren. (space-in-parens)
(#5685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5687) Unexpected tab character. (no-tabs)
(#5687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5688) Unexpected tab character. (no-tabs)
(#5688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5689) Unexpected tab character. (no-tabs)
(#5689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5690) Unexpected tab character. (no-tabs)
(#5690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5691) Unexpected tab character. (no-tabs)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5692) Unexpected tab character. (no-tabs)
(#5692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5693) Unexpected tab character. (no-tabs)
(#5693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5694) Unexpected tab character. (no-tabs)
(#5694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5695) Unexpected tab character. (no-tabs)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5696) Unexpected tab character. (no-tabs)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5697) Unexpected tab character. (no-tabs)
(#5697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5698) Unexpected tab character. (no-tabs)
(#5698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5699) Unexpected tab character. (no-tabs)
(#5699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5700) Unexpected tab character. (no-tabs)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5701) Unexpected tab character. (no-tabs)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5703) Unexpected tab character. (no-tabs)
(#5703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5704) Unexpected tab character. (no-tabs)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5706) Unexpected tab character. (no-tabs)
(#5706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5707) Unexpected tab character. (no-tabs)
(#5707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5708) Unexpected tab character. (no-tabs)
(#5708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5709) Unexpected tab character. (no-tabs)
(#5709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5710) Unexpected tab character. (no-tabs)
(#5710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5711) Unexpected tab character. (no-tabs)
(#5711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5712) Unexpected tab character. (no-tabs)
(#5712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5713) Unexpected tab character. (no-tabs)
(#5713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5715) Unexpected tab character. (no-tabs)
(#5715) Comments should not begin with a lowercase character (capitalized-comments)
(#5715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5716) Unexpected tab character. (no-tabs)
(#5716) There should be no spaces inside this paren. (space-in-parens)
(#5716) There should be no spaces inside this paren. (space-in-parens)
(#5716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5717) Unexpected tab character. (no-tabs)
(#5717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5718) Unexpected tab character. (no-tabs)
(#5718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5719) Unexpected tab character. (no-tabs)
(#5719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5720) Unexpected tab character. (no-tabs)
(#5720) There should be no spaces inside this paren. (space-in-parens)
(#5720) There should be no spaces inside this paren. (space-in-parens)
(#5720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5722) Unexpected tab character. (no-tabs)
(#5722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5723) Unexpected tab character. (no-tabs)
(#5723) There should be no spaces inside this paren. (space-in-parens)
(#5723) There should be no spaces inside this paren. (space-in-parens)
(#5723) There should be no spaces inside this paren. (space-in-parens)
(#5723) There should be no spaces inside this paren. (space-in-parens)
(#5723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5724) Unexpected tab character. (no-tabs)
(#5724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5725) Unexpected tab character. (no-tabs)
(#5725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5726) Unexpected tab character. (no-tabs)
(#5726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5727) Unexpected tab character. (no-tabs)
(#5727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5728) Unexpected tab character. (no-tabs)
(#5728) There should be no spaces inside this paren. (space-in-parens)
(#5728) There should be no spaces inside this paren. (space-in-parens)
(#5728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5729) Unexpected tab character. (no-tabs)
(#5729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5730) Unexpected tab character. (no-tabs)
(#5730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5732) Unexpected tab character. (no-tabs)
(#5732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5733) Unexpected tab character. (no-tabs)
(#5733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5734) Unexpected tab character. (no-tabs)
(#5734) There should be no spaces inside this paren. (space-in-parens)
(#5734) There should be no spaces inside this paren. (space-in-parens)
(#5734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5735) Unexpected tab character. (no-tabs)
(#5735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5737) Unexpected tab character. (no-tabs)
(#5737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5738) Unexpected tab character. (no-tabs)
(#5738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5740) Unexpected tab character. (no-tabs)
(#5740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5741) Unexpected tab character. (no-tabs)
(#5741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5742) Unexpected tab character. (no-tabs)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5743) Unexpected tab character. (no-tabs)
(#5743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5744) Unexpected tab character. (no-tabs)
(#5744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5745) Unexpected tab character. (no-tabs)
(#5745) There should be no spaces inside this paren. (space-in-parens)
(#5745) There should be no spaces inside this paren. (space-in-parens)
(#5745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5746) Unexpected tab character. (no-tabs)
(#5746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5747) Unexpected tab character. (no-tabs)
(#5747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5748) Unexpected tab character. (no-tabs)
(#5748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5749) Unexpected tab character. (no-tabs)
(#5749) There should be no spaces inside this paren. (space-in-parens)
(#5749) There should be no spaces inside this paren. (space-in-parens)
(#5749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5750) Unexpected tab character. (no-tabs)
(#5750) There should be no spaces inside this paren. (space-in-parens)
(#5750) There should be no spaces inside this paren. (space-in-parens)
(#5750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5751) Unexpected tab character. (no-tabs)
(#5751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5752) Unexpected tab character. (no-tabs)
(#5752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5753) Unexpected tab character. (no-tabs)
(#5753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5754) Unexpected tab character. (no-tabs)
(#5754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5755) Unexpected tab character. (no-tabs)
(#5755) There should be no spaces inside this paren. (space-in-parens)
(#5755) There should be no spaces inside this paren. (space-in-parens)
(#5755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5756) Unexpected tab character. (no-tabs)
(#5756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5757) Unexpected tab character. (no-tabs)
(#5757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5758) Unexpected tab character. (no-tabs)
(#5758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5759) Unexpected tab character. (no-tabs)
(#5759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5760) Unexpected tab character. (no-tabs)
(#5760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5761) Unexpected tab character. (no-tabs)
(#5761) There should be no spaces inside this paren. (space-in-parens)
(#5761) There should be no spaces inside this paren. (space-in-parens)
(#5761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5762) Unexpected tab character. (no-tabs)
(#5762) There should be no spaces inside this paren. (space-in-parens)
(#5762) There should be no spaces inside this paren. (space-in-parens)
(#5762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5763) Unexpected tab character. (no-tabs)
(#5763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5764) Unexpected tab character. (no-tabs)
(#5764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5765) Unexpected tab character. (no-tabs)
(#5765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5767) Unexpected tab character. (no-tabs)
(#5767) There should be no spaces inside this paren. (space-in-parens)
(#5767) There should be no spaces inside this paren. (space-in-parens)
(#5767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5768) Unexpected tab character. (no-tabs)
(#5768) There should be no spaces inside this paren. (space-in-parens)
(#5768) There should be no spaces inside this paren. (space-in-parens)
(#5768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5770) Unexpected tab character. (no-tabs)
(#5770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5771) Unexpected tab character. (no-tabs)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5773) Unexpected tab character. (no-tabs)
(#5773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5775) Unexpected tab character. (no-tabs)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5776) Unexpected tab character. (no-tabs)
(#5776) There should be no spaces inside this paren. (space-in-parens)
(#5776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5778) Unexpected tab character. (no-tabs)
(#5778) Comments should not begin with a lowercase character (capitalized-comments)
(#5778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5779) Unexpected tab character. (no-tabs)
(#5779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5780) Unexpected tab character. (no-tabs)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5781) Unexpected tab character. (no-tabs)
(#5781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5782) Unexpected tab character. (no-tabs)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5784) Unexpected tab character. (no-tabs)
(#5784) There should be no spaces inside this paren. (space-in-parens)
(#5784) There should be no spaces inside this paren. (space-in-parens)
(#5784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5785) Unexpected tab character. (no-tabs)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5786) Unexpected tab character. (no-tabs)
(#5786) There should be no spaces inside this paren. (space-in-parens)
(#5786) There should be no spaces inside this paren. (space-in-parens)
(#5786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5788) Unexpected tab character. (no-tabs)
(#5788) Comments should not begin with a lowercase character (capitalized-comments)
(#5788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5789) Unexpected tab character. (no-tabs)
(#5789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5791) Unexpected tab character. (no-tabs)
(#5791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5792) Unexpected tab character. (no-tabs)
(#5792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5793) Unexpected tab character. (no-tabs)
(#5793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5794) Unexpected tab character. (no-tabs)
(#5794) There should be no spaces inside this paren. (space-in-parens)
(#5794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5795) Unexpected tab character. (no-tabs)
(#5795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5797) Unexpected tab character. (no-tabs)
(#5797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5798) Unexpected tab character. (no-tabs)
(#5798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5799) Unexpected tab character. (no-tabs)
(#5799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5800) Unexpected tab character. (no-tabs)
(#5800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5801) Unexpected tab character. (no-tabs)
(#5801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5802) Unexpected tab character. (no-tabs)
(#5802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5803) Unexpected tab character. (no-tabs)
(#5803) There should be no spaces inside this paren. (space-in-parens)
(#5803) There should be no space after '['. (computed-property-spacing)
(#5803) There should be no space before ']'. (computed-property-spacing)
(#5803) There should be no spaces inside this paren. (space-in-parens)
(#5803) There should be no space after '['. (computed-property-spacing)
(#5803) There should be no space before ']'. (computed-property-spacing)
(#5803) There should be no spaces inside this paren. (space-in-parens)
(#5803) There should be no spaces inside this paren. (space-in-parens)
(#5803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5804) Unexpected tab character. (no-tabs)
(#5804) There should be no spaces inside this paren. (space-in-parens)
(#5804) There should be no spaces inside this paren. (space-in-parens)
(#5804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5805) Unexpected tab character. (no-tabs)
(#5805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5806) Unexpected tab character. (no-tabs)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5807) Unexpected tab character. (no-tabs)
(#5807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5808) Unexpected tab character. (no-tabs)
(#5808) There should be no spaces inside this paren. (space-in-parens)
(#5808) There should be no spaces inside this paren. (space-in-parens)
(#5808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5809) Unexpected tab character. (no-tabs)
(#5809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5811) Unexpected tab character. (no-tabs)
(#5811) Comments should not begin with a lowercase character (capitalized-comments)
(#5811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5812) Unexpected tab character. (no-tabs)
(#5812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5814) Unexpected tab character. (no-tabs)
(#5814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5815) Unexpected tab character. (no-tabs)
(#5815) There should be no spaces inside this paren. (space-in-parens)
(#5815) There should be no spaces inside this paren. (space-in-parens)
(#5815) There should be no spaces inside this paren. (space-in-parens)
(#5815) There should be no spaces inside this paren. (space-in-parens)
(#5815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5816) Unexpected tab character. (no-tabs)
(#5816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5818) Unexpected tab character. (no-tabs)
(#5818) There should be no spaces inside this paren. (space-in-parens)
(#5818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5819) Unexpected tab character. (no-tabs)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5820) Unexpected tab character. (no-tabs)
(#5820) There should be no spaces inside this paren. (space-in-parens)
(#5820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5822) Unexpected tab character. (no-tabs)
(#5822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5823) Unexpected tab character. (no-tabs)
(#5823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5824) Unexpected tab character. (no-tabs)
(#5824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5826) Unexpected tab character. (no-tabs)
(#5826) There should be no spaces inside this paren. (space-in-parens)
(#5826) There should be no spaces inside this paren. (space-in-parens)
(#5826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5827) There should be no space after '{'. (object-curly-spacing)
(#5827) There should be no space before '}'. (object-curly-spacing)
(#5827) There should be no spaces inside this paren. (space-in-parens)
(#5827) There should be no spaces inside this paren. (space-in-parens)
(#5827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5829) Unexpected tab character. (no-tabs)
(#5829) Comments should not begin with a lowercase character (capitalized-comments)
(#5829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5830) Unexpected tab character. (no-tabs)
(#5830) There should be no spaces inside this paren. (space-in-parens)
(#5830) There should be no spaces inside this paren. (space-in-parens)
(#5830) There should be no spaces inside this paren. (space-in-parens)
(#5830) There should be no spaces inside this paren. (space-in-parens)
(#5830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5831) Unexpected tab character. (no-tabs)
(#5831) There should be no spaces inside this paren. (space-in-parens)
(#5831) There should be no spaces inside this paren. (space-in-parens)
(#5831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5832) Unexpected tab character. (no-tabs)
(#5832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5833) Unexpected tab character. (no-tabs)
(#5833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5835) Unexpected tab character. (no-tabs)
(#5835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5836) Unexpected tab character. (no-tabs)
(#5836) There should be no spaces inside this paren. (space-in-parens)
(#5836) There should be no spaces inside this paren. (space-in-parens)
(#5836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5837) Unexpected tab character. (no-tabs)
(#5837) There should be no spaces inside this paren. (space-in-parens)
(#5837) There should be no spaces inside this paren. (space-in-parens)
(#5837) There should be no spaces inside this paren. (space-in-parens)
(#5837) There should be no spaces inside this paren. (space-in-parens)
(#5837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5838) Unexpected tab character. (no-tabs)
(#5838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5839) Unexpected tab character. (no-tabs)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5840) Unexpected tab character. (no-tabs)
(#5840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5841) Unexpected tab character. (no-tabs)
(#5841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5842) Unexpected tab character. (no-tabs)
(#5842) There should be no spaces inside this paren. (space-in-parens)
(#5842) There should be no spaces inside this paren. (space-in-parens)
(#5842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5844) Unexpected tab character. (no-tabs)
(#5844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5846) Unexpected tab character. (no-tabs)
(#5846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5847) Unexpected tab character. (no-tabs)
(#5847) There should be no spaces inside this paren. (space-in-parens)
(#5847) There should be no space after '['. (computed-property-spacing)
(#5847) There should be no space before ']'. (computed-property-spacing)
(#5847) There should be no spaces inside this paren. (space-in-parens)
(#5847) There should be no space after '['. (computed-property-spacing)
(#5847) There should be no space before ']'. (computed-property-spacing)
(#5847) There should be no spaces inside this paren. (space-in-parens)
(#5847) There should be no spaces inside this paren. (space-in-parens)
(#5847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5848) Unexpected tab character. (no-tabs)
(#5848) There should be no spaces inside this paren. (space-in-parens)
(#5848) There should be no spaces inside this paren. (space-in-parens)
(#5848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5849) Unexpected tab character. (no-tabs)
(#5849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5851) Unexpected tab character. (no-tabs)
(#5851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5852) Unexpected tab character. (no-tabs)
(#5852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5853) Unexpected tab character. (no-tabs)
(#5853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5854) Unexpected tab character. (no-tabs)
(#5854) There should be no spaces inside this paren. (space-in-parens)
(#5854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5855) Unexpected tab character. (no-tabs)
(#5855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5856) Unexpected tab character. (no-tabs)
(#5856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5857) Unexpected tab character. (no-tabs)
(#5857) There should be no spaces inside this paren. (space-in-parens)
(#5857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5858) Unexpected tab character. (no-tabs)
(#5858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5860) Unexpected tab character. (no-tabs)
(#5860) There should be no spaces inside this paren. (space-in-parens)
(#5860) There should be no spaces inside this paren. (space-in-parens)
(#5860) There should be no space after '{'. (object-curly-spacing)
(#5860) There should be no space before '}'. (object-curly-spacing)
(#5860) There should be no spaces inside this paren. (space-in-parens)
(#5860) There should be no spaces inside this paren. (space-in-parens)
(#5860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5861) Unexpected tab character. (no-tabs)
(#5861) There should be no spaces inside this paren. (space-in-parens)
(#5861) There should be no spaces inside this paren. (space-in-parens)
(#5861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5862) Unexpected tab character. (no-tabs)
(#5862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5864) Unexpected tab character. (no-tabs)
(#5864) Comments should not begin with a lowercase character (capitalized-comments)
(#5864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5865) Unexpected tab character. (no-tabs)
(#5865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5866) Unexpected tab character. (no-tabs)
(#5866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5868) Unexpected tab character. (no-tabs)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5869) Unexpected tab character. (no-tabs)
(#5869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5870) Unexpected tab character. (no-tabs)
(#5870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5871) Unexpected tab character. (no-tabs)
(#5871) There should be no spaces inside this paren. (space-in-parens)
(#5871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5873) Unexpected tab character. (no-tabs)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5874) Unexpected tab character. (no-tabs)
(#5874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5875) Unexpected tab character. (no-tabs)
(#5875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5876) Unexpected tab character. (no-tabs)
(#5876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5877) Unexpected tab character. (no-tabs)
(#5877) There should be no spaces inside this paren. (space-in-parens)
(#5877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5878) Unexpected tab character. (no-tabs)
(#5878) There should be no spaces inside this paren. (space-in-parens)
(#5878) There should be no space after '['. (computed-property-spacing)
(#5878) There should be no space before ']'. (computed-property-spacing)
(#5878) There should be no spaces inside this paren. (space-in-parens)
(#5878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5880) Unexpected tab character. (no-tabs)
(#5880) There should be no spaces inside this paren. (space-in-parens)
(#5880) There should be no spaces inside this paren. (space-in-parens)
(#5880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5882) Unexpected tab character. (no-tabs)
(#5882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5883) Unexpected tab character. (no-tabs)
(#5883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5884) Unexpected tab character. (no-tabs)
(#5884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5885) Unexpected tab character. (no-tabs)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5886) Unexpected tab character. (no-tabs)
(#5886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5888) Unexpected tab character. (no-tabs)
(#5888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5889) Unexpected tab character. (no-tabs)
(#5889) There should be no spaces inside this paren. (space-in-parens)
(#5889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5890) Unexpected tab character. (no-tabs)
(#5890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5892) Unexpected tab character. (no-tabs)
(#5892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5894) Unexpected tab character. (no-tabs)
(#5894) There should be no spaces inside this paren. (space-in-parens)
(#5894) There should be no spaces inside this paren. (space-in-parens)
(#5894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5895) Unexpected tab character. (no-tabs)
(#5895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5896) Unexpected tab character. (no-tabs)
(#5896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5897) Unexpected tab character. (no-tabs)
(#5897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5901) Unexpected tab character. (no-tabs)
(#5901) There should be no spaces inside this paren. (space-in-parens)
(#5901) There should be no spaces inside this paren. (space-in-parens)
(#5901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5902) Unexpected tab character. (no-tabs)
(#5902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5903) Unexpected tab character. (no-tabs)
(#5903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5906) Unexpected tab character. (no-tabs)
(#5906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5907) Unexpected tab character. (no-tabs)
(#5907) There should be no spaces inside this paren. (space-in-parens)
(#5907) There should be no spaces inside this paren. (space-in-parens)
(#5907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5908) Unexpected tab character. (no-tabs)
(#5908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5909) Unexpected tab character. (no-tabs)
(#5909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5910) Unexpected tab character. (no-tabs)
(#5910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5913) Unexpected tab character. (no-tabs)
(#5913) There should be no space after '['. (computed-property-spacing)
(#5913) There should be no space before ']'. (computed-property-spacing)
(#5913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5915) Unexpected tab character. (no-tabs)
(#5915) There should be no space after '['. (computed-property-spacing)
(#5915) There should be no space before ']'. (computed-property-spacing)
(#5915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5916) Unexpected tab character. (no-tabs)
(#5916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5918) Unexpected tab character. (no-tabs)
(#5918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5920) Unexpected tab character. (no-tabs)
(#5920) There should be no spaces inside this paren. (space-in-parens)
(#5920) There should be no spaces inside this paren. (space-in-parens)
(#5920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5921) There should be no spaces inside this paren. (space-in-parens)
(#5921) There should be no spaces inside this paren. (space-in-parens)
(#5921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5922) Unexpected tab character. (no-tabs)
(#5922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5923) Unexpected tab character. (no-tabs)
(#5923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5924) Unexpected tab character. (no-tabs)
(#5924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5926) Unexpected tab character. (no-tabs)
(#5926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5927) Unexpected tab character. (no-tabs)
(#5927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5929) Unexpected tab character. (no-tabs)
(#5929) There should be no spaces inside this paren. (space-in-parens)
(#5929) There should be no spaces inside this paren. (space-in-parens)
(#5929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5930) Unexpected tab character. (no-tabs)
(#5930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5932) Unexpected tab character. (no-tabs)
(#5932) There should be no spaces inside this paren. (space-in-parens)
(#5932) There should be no spaces inside this paren. (space-in-parens)
(#5932) There should be no spaces inside this paren. (space-in-parens)
(#5932) There should be no spaces inside this paren. (space-in-parens)
(#5932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5933) Unexpected tab character. (no-tabs)
(#5933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5935) Unexpected tab character. (no-tabs)
(#5935) There should be no spaces inside this paren. (space-in-parens)
(#5935) There should be no space after '['. (computed-property-spacing)
(#5935) There should be no space before ']'. (computed-property-spacing)
(#5935) There should be no spaces inside this paren. (space-in-parens)
(#5935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5936) Unexpected tab character. (no-tabs)
(#5936) There should be no spaces inside this paren. (space-in-parens)
(#5936) There should be no spaces inside this paren. (space-in-parens)
(#5936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5937) Unexpected tab character. (no-tabs)
(#5937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5939) Unexpected tab character. (no-tabs)
(#5939) There should be no spaces inside this paren. (space-in-parens)
(#5939) There should be no spaces inside this paren. (space-in-parens)
(#5939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5940) Unexpected tab character. (no-tabs)
(#5940) There should be no space after '['. (computed-property-spacing)
(#5940) There should be no space before ']'. (computed-property-spacing)
(#5940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5941) Unexpected tab character. (no-tabs)
(#5941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5943) Unexpected tab character. (no-tabs)
(#5943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5944) Unexpected tab character. (no-tabs)
(#5944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5946) Unexpected tab character. (no-tabs)
(#5946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5947) Unexpected tab character. (no-tabs)
(#5947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5948) Unexpected tab character. (no-tabs)
(#5948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5949) Unexpected tab character. (no-tabs)
(#5949) There should be no spaces inside this paren. (space-in-parens)
(#5949) There should be no spaces inside this paren. (space-in-parens)
(#5949) There should be no spaces inside this paren. (space-in-parens)
(#5949) There should be no spaces inside this paren. (space-in-parens)
(#5949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5950) Unexpected tab character. (no-tabs)
(#5950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5952) Unexpected tab character. (no-tabs)
(#5952) There should be no spaces inside this paren. (space-in-parens)
(#5952) There should be no spaces inside this paren. (space-in-parens)
(#5952) There should be no spaces inside this paren. (space-in-parens)
(#5952) There should be no spaces inside this paren. (space-in-parens)
(#5952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5953) Unexpected tab character. (no-tabs)
(#5953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5954) Unexpected tab character. (no-tabs)
(#5954) There should be no spaces inside this paren. (space-in-parens)
(#5954) There should be no spaces inside this paren. (space-in-parens)
(#5954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5955) Unexpected tab character. (no-tabs)
(#5955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5956) Unexpected tab character. (no-tabs)
(#5956) There should be no spaces inside this paren. (space-in-parens)
(#5956) There should be no spaces inside this paren. (space-in-parens)
(#5956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5957) Unexpected tab character. (no-tabs)
(#5957) There should be no spaces inside this paren. (space-in-parens)
(#5957) There should be no spaces inside this paren. (space-in-parens)
(#5957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5958) Unexpected tab character. (no-tabs)
(#5958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5959) Unexpected tab character. (no-tabs)
(#5959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5960) Unexpected tab character. (no-tabs)
(#5960) There should be no spaces inside this paren. (space-in-parens)
(#5960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5961) Unexpected tab character. (no-tabs)
(#5961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5962) Unexpected tab character. (no-tabs)
(#5962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5963) Unexpected tab character. (no-tabs)
(#5963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5965) Unexpected tab character. (no-tabs)
(#5965) There should be no spaces inside this paren. (space-in-parens)
(#5965) There should be no spaces inside this paren. (space-in-parens)
(#5965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5966) Unexpected tab character. (no-tabs)
(#5966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5967) Unexpected tab character. (no-tabs)
(#5967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5968) Unexpected tab character. (no-tabs)
(#5968) There should be no spaces inside this paren. (space-in-parens)
(#5968) There should be no spaces inside this paren. (space-in-parens)
(#5968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5969) Unexpected tab character. (no-tabs)
(#5969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5970) Unexpected tab character. (no-tabs)
(#5970) There should be no spaces inside this paren. (space-in-parens)
(#5970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5971) Unexpected tab character. (no-tabs)
(#5971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5972) Unexpected tab character. (no-tabs)
(#5972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5973) Unexpected tab character. (no-tabs)
(#5973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5974) Unexpected tab character. (no-tabs)
(#5974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5975) Unexpected tab character. (no-tabs)
(#5975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5978) Unexpected tab character. (no-tabs)
(#5978) There should be no spaces inside this paren. (space-in-parens)
(#5978) There should be no spaces inside this paren. (space-in-parens)
(#5978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5979) Unexpected tab character. (no-tabs)
(#5979) There should be no spaces inside this paren. (space-in-parens)
(#5979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5981) Unexpected tab character. (no-tabs)
(#5981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5982) Unexpected tab character. (no-tabs)
(#5982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5983) Unexpected tab character. (no-tabs)
(#5983) There should be no spaces inside this paren. (space-in-parens)
(#5983) There should be no spaces inside this paren. (space-in-parens)
(#5983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5984) Unexpected tab character. (no-tabs)
(#5984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5986) Unexpected tab character. (no-tabs)
(#5986) There should be no spaces inside this paren. (space-in-parens)
(#5986) There should be no spaces inside this paren. (space-in-parens)
(#5986) There should be no spaces inside this paren. (space-in-parens)
(#5986) There should be no spaces inside this paren. (space-in-parens)
(#5986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5987) Unexpected tab character. (no-tabs)
(#5987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5988) Unexpected tab character. (no-tabs)
(#5988) There should be no spaces inside this paren. (space-in-parens)
(#5988) There should be no spaces inside this paren. (space-in-parens)
(#5988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5989) Unexpected tab character. (no-tabs)
(#5989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5990) Unexpected tab character. (no-tabs)
(#5990) There should be no spaces inside this paren. (space-in-parens)
(#5990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5991) Unexpected tab character. (no-tabs)
(#5991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5993) Unexpected tab character. (no-tabs)
(#5993) There should be no spaces inside this paren. (space-in-parens)
(#5993) There should be no spaces inside this paren. (space-in-parens)
(#5993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5994) Unexpected tab character. (no-tabs)
(#5994) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5996) Unexpected tab character. (no-tabs)
(#5996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5997) Unexpected tab character. (no-tabs)
(#5997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#5999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6000) Unexpected tab character. (no-tabs)
(#6000) There should be no spaces inside this paren. (space-in-parens)
(#6000) There should be no spaces inside this paren. (space-in-parens)
(#6000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6001) Unexpected tab character. (no-tabs)
(#6001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6003) Unexpected tab character. (no-tabs)
(#6003) There should be no spaces inside this paren. (space-in-parens)
(#6003) There should be no spaces inside this paren. (space-in-parens)
(#6003) There should be no spaces inside this paren. (space-in-parens)
(#6003) There should be no spaces inside this paren. (space-in-parens)
(#6003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6004) Unexpected tab character. (no-tabs)
(#6004) Method 'search' expected a return value. (consistent-return)
(#6004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6005) Unexpected tab character. (no-tabs)
(#6005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6007) Unexpected tab character. (no-tabs)
(#6007) There should be no spaces inside this paren. (space-in-parens)
(#6007) There should be no spaces inside this paren. (space-in-parens)
(#6007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6008) Unexpected tab character. (no-tabs)
(#6008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6010) Unexpected tab character. (no-tabs)
(#6010) There should be no spaces inside this paren. (space-in-parens)
(#6010) There should be no spaces inside this paren. (space-in-parens)
(#6010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6011) Unexpected tab character. (no-tabs)
(#6011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6012) Unexpected tab character. (no-tabs)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6013) Unexpected tab character. (no-tabs)
(#6013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6015) Unexpected tab character. (no-tabs)
(#6015) There should be no spaces inside this paren. (space-in-parens)
(#6015) There should be no space after '{'. (object-curly-spacing)
(#6015) There should be no space before '}'. (object-curly-spacing)
(#6015) There should be no spaces inside this paren. (space-in-parens)
(#6015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6016) Unexpected tab character. (no-tabs)
(#6016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6018) Unexpected tab character. (no-tabs)
(#6018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6019) Unexpected tab character. (no-tabs)
(#6019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6021) Unexpected tab character. (no-tabs)
(#6021) There should be no spaces inside this paren. (space-in-parens)
(#6021) There should be no spaces inside this paren. (space-in-parens)
(#6021) There should be no spaces inside this paren. (space-in-parens)
(#6021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6022) Unexpected tab character. (no-tabs)
(#6022) There should be no spaces inside this paren. (space-in-parens)
(#6022) There should be no spaces inside this paren. (space-in-parens)
(#6022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6023) Unexpected tab character. (no-tabs)
(#6023) There should be no spaces inside this paren. (space-in-parens)
(#6023) There should be no spaces inside this paren. (space-in-parens)
(#6023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6024) Unexpected tab character. (no-tabs)
(#6024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6026) Unexpected tab character. (no-tabs)
(#6026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6027) Unexpected tab character. (no-tabs)
(#6027) There should be no spaces inside this paren. (space-in-parens)
(#6027) There should be no spaces inside this paren. (space-in-parens)
(#6027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6028) Unexpected tab character. (no-tabs)
(#6028) There should be no spaces inside this paren. (space-in-parens)
(#6028) There should be no spaces inside this paren. (space-in-parens)
(#6028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6029) Unexpected tab character. (no-tabs)
(#6029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6030) Unexpected tab character. (no-tabs)
(#6030) There should be no spaces inside this paren. (space-in-parens)
(#6030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6031) Unexpected tab character. (no-tabs)
(#6031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6033) Unexpected tab character. (no-tabs)
(#6033) There should be no spaces inside this paren. (space-in-parens)
(#6033) There should be no spaces inside this paren. (space-in-parens)
(#6033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6034) Unexpected tab character. (no-tabs)
(#6034) There should be no spaces inside this paren. (space-in-parens)
(#6034) There should be no spaces inside this paren. (space-in-parens)
(#6034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6036) Unexpected tab character. (no-tabs)
(#6036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6037) Unexpected tab character. (no-tabs)
(#6037) There should be no spaces inside this paren. (space-in-parens)
(#6037) There should be no space after '{'. (object-curly-spacing)
(#6037) There should be no space before '}'. (object-curly-spacing)
(#6037) There should be no spaces inside this paren. (space-in-parens)
(#6037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6039) Unexpected tab character. (no-tabs)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6040) Unexpected tab character. (no-tabs)
(#6040) There should be no spaces inside this paren. (space-in-parens)
(#6040) There should be no spaces inside this paren. (space-in-parens)
(#6040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6041) Unexpected tab character. (no-tabs)
(#6041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6043) Unexpected tab character. (no-tabs)
(#6043) Comments should not begin with a lowercase character (capitalized-comments)
(#6043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6044) Unexpected tab character. (no-tabs)
(#6044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6045) Unexpected tab character. (no-tabs)
(#6045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6046) Unexpected tab character. (no-tabs)
(#6046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6048) Unexpected tab character. (no-tabs)
(#6048) There should be no spaces inside this paren. (space-in-parens)
(#6048) There should be no spaces inside this paren. (space-in-parens)
(#6048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6049) Unexpected tab character. (no-tabs)
(#6049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6050) Unexpected tab character. (no-tabs)
(#6050) There should be no spaces inside this paren. (space-in-parens)
(#6050) There should be no spaces inside this paren. (space-in-parens)
(#6050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6051) Unexpected tab character. (no-tabs)
(#6051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6053) Unexpected tab character. (no-tabs)
(#6053) There should be no spaces inside this paren. (space-in-parens)
(#6053) There should be no spaces inside this paren. (space-in-parens)
(#6053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6055) Unexpected tab character. (no-tabs)
(#6055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6056) Unexpected tab character. (no-tabs)
(#6056) There should be no spaces inside this paren. (space-in-parens)
(#6056) There should be no spaces inside this paren. (space-in-parens)
(#6056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6058) Unexpected tab character. (no-tabs)
(#6058) There should be no spaces inside this paren. (space-in-parens)
(#6058) There should be no spaces inside this paren. (space-in-parens)
(#6058) There should be no spaces inside this paren. (space-in-parens)
(#6058) There should be no spaces inside this paren. (space-in-parens)
(#6058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6059) Unexpected tab character. (no-tabs)
(#6059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6060) Unexpected tab character. (no-tabs)
(#6060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6061) Unexpected tab character. (no-tabs)
(#6061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6062) Unexpected tab character. (no-tabs)
(#6062) There should be no spaces inside this paren. (space-in-parens)
(#6062) There should be no spaces inside this paren. (space-in-parens)
(#6062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6063) Unexpected tab character. (no-tabs)
(#6063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6064) Unexpected tab character. (no-tabs)
(#6064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6067) Unexpected tab character. (no-tabs)
(#6067) There should be no spaces inside this paren. (space-in-parens)
(#6067) There should be no spaces inside this paren. (space-in-parens)
(#6067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6068) Unexpected tab character. (no-tabs)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6068) There should be no space after '{'. (object-curly-spacing)
(#6068) There should be no space before '}'. (object-curly-spacing)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6069) Unexpected tab character. (no-tabs)
(#6069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6070) Unexpected tab character. (no-tabs)
(#6070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6072) Unexpected tab character. (no-tabs)
(#6072) There should be no spaces inside this paren. (space-in-parens)
(#6072) There should be no spaces inside this paren. (space-in-parens)
(#6072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6074) Unexpected tab character. (no-tabs)
(#6074) Comments should not begin with a lowercase character (capitalized-comments)
(#6074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6075) Unexpected tab character. (no-tabs)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6075) There should be no space after '['. (computed-property-spacing)
(#6075) There should be no space before ']'. (computed-property-spacing)
(#6075) There should be no space after '['. (computed-property-spacing)
(#6075) There should be no space before ']'. (computed-property-spacing)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6076) Unexpected tab character. (no-tabs)
(#6076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6077) Unexpected tab character. (no-tabs)
(#6077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6078) Unexpected tab character. (no-tabs)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6079) Unexpected tab character. (no-tabs)
(#6079) There should be no spaces inside this paren. (space-in-parens)
(#6079) There should be no spaces inside this paren. (space-in-parens)
(#6079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6080) Unexpected tab character. (no-tabs)
(#6080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6081) Unexpected tab character. (no-tabs)
(#6081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6082) Unexpected tab character. (no-tabs)
(#6082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6083) Unexpected tab character. (no-tabs)
(#6083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6084) Unexpected tab character. (no-tabs)
(#6084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6085) Unexpected tab character. (no-tabs)
(#6085) There should be no spaces inside this paren. (space-in-parens)
(#6085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6086) Unexpected tab character. (no-tabs)
(#6086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6087) Unexpected tab character. (no-tabs)
(#6087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6088) Unexpected tab character. (no-tabs)
(#6088) There should be no spaces inside this paren. (space-in-parens)
(#6088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6089) Unexpected tab character. (no-tabs)
(#6089) There should be no spaces inside this paren. (space-in-parens)
(#6089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6090) Unexpected tab character. (no-tabs)
(#6090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6092) Unexpected tab character. (no-tabs)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6093) Unexpected tab character. (no-tabs)
(#6093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6094) Unexpected tab character. (no-tabs)
(#6094) There should be no spaces inside this paren. (space-in-parens)
(#6094) There should be no spaces inside this paren. (space-in-parens)
(#6094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6095) Unexpected tab character. (no-tabs)
(#6095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6096) Unexpected tab character. (no-tabs)
(#6096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6098) Unexpected tab character. (no-tabs)
(#6098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6099) Unexpected tab character. (no-tabs)
(#6099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6100) Unexpected tab character. (no-tabs)
(#6100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6101) Unexpected tab character. (no-tabs)
(#6101) There should be no spaces inside this paren. (space-in-parens)
(#6101) There should be no spaces inside this paren. (space-in-parens)
(#6101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6102) Unexpected tab character. (no-tabs)
(#6102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6103) Unexpected tab character. (no-tabs)
(#6103) There should be no spaces inside this paren. (space-in-parens)
(#6103) There should be no spaces inside this paren. (space-in-parens)
(#6103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6106) Unexpected tab character. (no-tabs)
(#6106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6107) Unexpected tab character. (no-tabs)
(#6107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6109) Unexpected tab character. (no-tabs)
(#6109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6110) Unexpected tab character. (no-tabs)
(#6110) There should be no spaces inside this paren. (space-in-parens)
(#6110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6111) Unexpected tab character. (no-tabs)
(#6111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6112) Unexpected tab character. (no-tabs)
(#6112) There should be no spaces inside this paren. (space-in-parens)
(#6112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6113) Unexpected tab character. (no-tabs)
(#6113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6115) Unexpected tab character. (no-tabs)
(#6115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6116) Unexpected tab character. (no-tabs)
(#6116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6117) Unexpected tab character. (no-tabs)
(#6117) There should be no spaces inside this paren. (space-in-parens)
(#6117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6119) Unexpected tab character. (no-tabs)
(#6119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6120) Unexpected tab character. (no-tabs)
(#6120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6121) Unexpected tab character. (no-tabs)
(#6121) There should be no spaces inside this paren. (space-in-parens)
(#6121) There should be no spaces inside this paren. (space-in-parens)
(#6121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6122) Unexpected tab character. (no-tabs)
(#6122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6123) Unexpected tab character. (no-tabs)
(#6123) There should be no spaces inside this paren. (space-in-parens)
(#6123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6124) Unexpected tab character. (no-tabs)
(#6124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6127) Unexpected tab character. (no-tabs)
(#6127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6128) Unexpected tab character. (no-tabs)
(#6128) There should be no spaces inside this paren. (space-in-parens)
(#6128) There should be no spaces inside this paren. (space-in-parens)
(#6128) There should be no spaces inside this paren. (space-in-parens)
(#6128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6130) Unexpected tab character. (no-tabs)
(#6130) There should be no spaces inside this paren. (space-in-parens)
(#6130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6131) Unexpected tab character. (no-tabs)
(#6131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6133) Unexpected tab character. (no-tabs)
(#6133) There should be no spaces inside this paren. (space-in-parens)
(#6133) There should be no spaces inside this paren. (space-in-parens)
(#6133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6134) Unexpected tab character. (no-tabs)
(#6134) There should be no spaces inside this paren. (space-in-parens)
(#6134) There should be no spaces inside this paren. (space-in-parens)
(#6134) There should be no spaces inside this paren. (space-in-parens)
(#6134) There should be no spaces inside this paren. (space-in-parens)
(#6134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6135) Unexpected tab character. (no-tabs)
(#6135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6137) Unexpected tab character. (no-tabs)
(#6137) There should be no spaces inside this paren. (space-in-parens)
(#6137) There should be no spaces inside this paren. (space-in-parens)
(#6137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6138) Unexpected tab character. (no-tabs)
(#6138) There should be no spaces inside this paren. (space-in-parens)
(#6138) There should be no spaces inside this paren. (space-in-parens)
(#6138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6140) Unexpected tab character. (no-tabs)
(#6140) There should be no spaces inside this paren. (space-in-parens)
(#6140) There should be no spaces inside this paren. (space-in-parens)
(#6140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6141) Unexpected tab character. (no-tabs)
(#6141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6143) Unexpected tab character. (no-tabs)
(#6143) There should be no spaces inside this paren. (space-in-parens)
(#6143) There should be no spaces inside this paren. (space-in-parens)
(#6143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6144) Unexpected tab character. (no-tabs)
(#6144) There should be no spaces inside this paren. (space-in-parens)
(#6144) There should be no spaces inside this paren. (space-in-parens)
(#6144) There should be no spaces inside this paren. (space-in-parens)
(#6144) There should be no spaces inside this paren. (space-in-parens)
(#6144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6145) Unexpected tab character. (no-tabs)
(#6145) There should be no spaces inside this paren. (space-in-parens)
(#6145) There should be no spaces inside this paren. (space-in-parens)
(#6145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6146) Unexpected tab character. (no-tabs)
(#6146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6147) Unexpected tab character. (no-tabs)
(#6147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6148) Unexpected tab character. (no-tabs)
(#6148) There should be no spaces inside this paren. (space-in-parens)
(#6148) There should be no spaces inside this paren. (space-in-parens)
(#6148) There should be no spaces inside this paren. (space-in-parens)
(#6148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6152) Unexpected tab character. (no-tabs)
(#6152) There should be no spaces inside this paren. (space-in-parens)
(#6152) There should be no spaces inside this paren. (space-in-parens)
(#6152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6153) Unexpected tab character. (no-tabs)
(#6153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6155) Unexpected tab character. (no-tabs)
(#6155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6156) Unexpected tab character. (no-tabs)
(#6156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6157) Unexpected tab character. (no-tabs)
(#6157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6158) Unexpected tab character. (no-tabs)
(#6158) There should be no space after '['. (computed-property-spacing)
(#6158) There should be no space before ']'. (computed-property-spacing)
(#6158) There should be no spaces inside this paren. (space-in-parens)
(#6158) There should be no spaces inside this paren. (space-in-parens)
(#6158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6159) Unexpected tab character. (no-tabs)
(#6159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6161) Unexpected tab character. (no-tabs)
(#6161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6162) Unexpected tab character. (no-tabs)
(#6162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6163) Unexpected tab character. (no-tabs)
(#6163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6165) Unexpected tab character. (no-tabs)
(#6165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6166) Unexpected tab character. (no-tabs)
(#6166) There should be no spaces inside this paren. (space-in-parens)
(#6166) There should be no spaces inside this paren. (space-in-parens)
(#6166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6167) Unexpected tab character. (no-tabs)
(#6167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6169) Unexpected tab character. (no-tabs)
(#6169) There should be no spaces inside this paren. (space-in-parens)
(#6169) There should be no spaces inside this paren. (space-in-parens)
(#6169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6171) Unexpected tab character. (no-tabs)
(#6171) There should be no spaces inside this paren. (space-in-parens)
(#6171) There should be no spaces inside this paren. (space-in-parens)
(#6171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6173) Unexpected tab character. (no-tabs)
(#6173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6174) Unexpected tab character. (no-tabs)
(#6174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6175) Unexpected tab character. (no-tabs)
(#6175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6176) Unexpected tab character. (no-tabs)
(#6176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6178) Unexpected tab character. (no-tabs)
(#6178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6179) Unexpected tab character. (no-tabs)
(#6179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6180) Unexpected tab character. (no-tabs)
(#6180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6181) Unexpected tab character. (no-tabs)
(#6181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6182) Unexpected tab character. (no-tabs)
(#6182) There should be no spaces inside this paren. (space-in-parens)
(#6182) There should be no spaces inside this paren. (space-in-parens)
(#6182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6184) Unexpected tab character. (no-tabs)
(#6184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6185) Unexpected tab character. (no-tabs)
(#6185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6187) Unexpected tab character. (no-tabs)
(#6187) There should be no spaces inside this paren. (space-in-parens)
(#6187) There should be no spaces inside this paren. (space-in-parens)
(#6187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6189) Unexpected tab character. (no-tabs)
(#6189) There should be no spaces inside this paren. (space-in-parens)
(#6189) There should be no spaces inside this paren. (space-in-parens)
(#6189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6190) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#6190) Unexpected tab character. (no-tabs)
(#6190) There should be no spaces inside this paren. (space-in-parens)
(#6190) There should be no spaces inside this paren. (space-in-parens)
(#6190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6191) Unexpected tab character. (no-tabs)
(#6191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6193) Unexpected tab character. (no-tabs)
(#6193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6194) Unexpected tab character. (no-tabs)
(#6194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6195) There should be no spaces inside this paren. (space-in-parens)
(#6195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6197) There should be no spaces inside this paren. (space-in-parens)
(#6197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6199) Unexpected tab character. (no-tabs)
(#6199) There should be no spaces inside this paren. (space-in-parens)
(#6199) Unnecessary escape character: \-. (no-useless-escape)
(#6199) Unnecessary escape character: \[. (no-useless-escape)
(#6199) Unnecessary escape character: \^. (no-useless-escape)
(#6199) There should be no spaces inside this paren. (space-in-parens)
(#6199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6200) Unexpected tab character. (no-tabs)
(#6200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6201) Unexpected tab character. (no-tabs)
(#6201) There should be no spaces inside this paren. (space-in-parens)
(#6201) There should be no spaces inside this paren. (space-in-parens)
(#6201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6202) Unexpected tab character. (no-tabs)
(#6202) There should be no spaces inside this paren. (space-in-parens)
(#6202) There should be no spaces inside this paren. (space-in-parens)
(#6202) There should be no spaces inside this paren. (space-in-parens)
(#6202) There should be no spaces inside this paren. (space-in-parens)
(#6202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6203) Unexpected tab character. (no-tabs)
(#6203) There should be no spaces inside this paren. (space-in-parens)
(#6203) There should be no spaces inside this paren. (space-in-parens)
(#6203) There should be no spaces inside this paren. (space-in-parens)
(#6203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6204) Unexpected tab character. (no-tabs)
(#6204) There should be no spaces inside this paren. (space-in-parens)
(#6204) There should be no spaces inside this paren. (space-in-parens)
(#6204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6205) Unexpected tab character. (no-tabs)
(#6205) There should be no spaces inside this paren. (space-in-parens)
(#6205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6206) Unexpected tab character. (no-tabs)
(#6206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6207) There should be no spaces inside this paren. (space-in-parens)
(#6207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6212) There should be no spaces inside this paren. (space-in-parens)
(#6212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6213) Unexpected tab character. (no-tabs)
(#6213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6214) Unexpected tab character. (no-tabs)
(#6214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6215) Unexpected tab character. (no-tabs)
(#6215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6216) Unexpected tab character. (no-tabs)
(#6216) There should be no spaces inside this paren. (space-in-parens)
(#6216) There should be no spaces inside this paren. (space-in-parens)
(#6216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6217) Unexpected tab character. (no-tabs)
(#6217) There should be no spaces inside this paren. (space-in-parens)
(#6217) There should be no spaces inside this paren. (space-in-parens)
(#6217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6218) Unexpected tab character. (no-tabs)
(#6218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6219) Unexpected tab character. (no-tabs)
(#6219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6220) Unexpected tab character. (no-tabs)
(#6220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6221) Unexpected tab character. (no-tabs)
(#6221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6223) Unexpected tab character. (no-tabs)
(#6223) There should be no spaces inside this paren. (space-in-parens)
(#6223) There should be no spaces inside this paren. (space-in-parens)
(#6223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6224) Unexpected tab character. (no-tabs)
(#6224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6226) Unexpected tab character. (no-tabs)
(#6226) There should be no spaces inside this paren. (space-in-parens)
(#6226) There should be no spaces inside this paren. (space-in-parens)
(#6226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6227) Unexpected tab character. (no-tabs)
(#6227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6228) Unexpected tab character. (no-tabs)
(#6228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6229) Unexpected tab character. (no-tabs)
(#6229) There should be no spaces inside this paren. (space-in-parens)
(#6229) There should be no spaces inside this paren. (space-in-parens)
(#6229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6230) Unexpected tab character. (no-tabs)
(#6230) There should be no spaces inside this paren. (space-in-parens)
(#6230) There should be no spaces inside this paren. (space-in-parens)
(#6230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6231) Unexpected tab character. (no-tabs)
(#6231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6232) Unexpected tab character. (no-tabs)
(#6232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6233) Unexpected tab character. (no-tabs)
(#6233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6234) Unexpected tab character. (no-tabs)
(#6234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6235) Unexpected tab character. (no-tabs)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6236) Unexpected tab character. (no-tabs)
(#6236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6237) There should be no spaces inside this paren. (space-in-parens)
(#6237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6239) 'widgetsAutocomplete' is assigned a value but never used. (no-unused-vars)
(#6239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6242) Expected space or tab after '/*' in comment. (spaced-comment)
(#6242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6251) Expected space or tab after '//' in comment. (spaced-comment)
(#6251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6252) Expected space or tab after '//' in comment. (spaced-comment)
(#6252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6253) Expected space or tab after '//' in comment. (spaced-comment)
(#6253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6254) Expected space or tab after '//' in comment. (spaced-comment)
(#6254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6255) Expected space or tab after '//' in comment. (spaced-comment)
(#6255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6256) Expected space or tab after '//' in comment. (spaced-comment)
(#6256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6257) Expected space or tab after '//' in comment. (spaced-comment)
(#6257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6258) Expected space or tab after '//' in comment. (spaced-comment)
(#6258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6263) 'widgetsControlgroup' is assigned a value but never used. (no-unused-vars)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6264) Unexpected tab character. (no-tabs)
(#6264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6265) Unexpected tab character. (no-tabs)
(#6265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6266) Unexpected tab character. (no-tabs)
(#6266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6267) Unexpected tab character. (no-tabs)
(#6267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6268) Unexpected tab character. (no-tabs)
(#6268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6269) Unexpected tab character. (no-tabs)
(#6269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6270) Unexpected tab character. (no-tabs)
(#6270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6271) Unexpected tab character. (no-tabs)
(#6271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6272) Unexpected tab character. (no-tabs)
(#6272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6273) Unexpected tab character. (no-tabs)
(#6273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6274) Unexpected tab character. (no-tabs)
(#6274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6275) Unexpected tab character. (no-tabs)
(#6275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6276) Unexpected tab character. (no-tabs)
(#6276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6277) Unexpected tab character. (no-tabs)
(#6277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6279) Unexpected tab character. (no-tabs)
(#6279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6280) Unexpected tab character. (no-tabs)
(#6280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6281) Unexpected tab character. (no-tabs)
(#6281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6283) Unexpected tab character. (no-tabs)
(#6283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6284) Unexpected tab character. (no-tabs)
(#6284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6285) Unexpected tab character. (no-tabs)
(#6285) There should be no spaces inside this paren. (space-in-parens)
(#6285) There should be no spaces inside this paren. (space-in-parens)
(#6285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6286) Unexpected tab character. (no-tabs)
(#6286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6287) Unexpected tab character. (no-tabs)
(#6287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6289) Unexpected tab character. (no-tabs)
(#6289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6290) Unexpected tab character. (no-tabs)
(#6290) There should be no spaces inside this paren. (space-in-parens)
(#6290) There should be no spaces inside this paren. (space-in-parens)
(#6290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6292) Unexpected tab character. (no-tabs)
(#6292) There should be no spaces inside this paren. (space-in-parens)
(#6292) There should be no spaces inside this paren. (space-in-parens)
(#6292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6293) Unexpected tab character. (no-tabs)
(#6293) There should be no spaces inside this paren. (space-in-parens)
(#6293) There should be no spaces inside this paren. (space-in-parens)
(#6293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6294) Unexpected tab character. (no-tabs)
(#6294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6296) Unexpected tab character. (no-tabs)
(#6296) There should be no spaces inside this paren. (space-in-parens)
(#6296) There should be no spaces inside this paren. (space-in-parens)
(#6296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6297) Unexpected tab character. (no-tabs)
(#6297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6298) Unexpected tab character. (no-tabs)
(#6298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6299) Unexpected tab character. (no-tabs)
(#6299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6301) Unexpected tab character. (no-tabs)
(#6301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6302) Unexpected tab character. (no-tabs)
(#6302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6303) Unexpected tab character. (no-tabs)
(#6303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6305) Unexpected tab character. (no-tabs)
(#6305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6306) There should be no spaces inside this paren. (space-in-parens)
(#6306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6307) Unexpected tab character. (no-tabs)
(#6307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6308) Unexpected tab character. (no-tabs)
(#6308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6310) Unexpected tab character. (no-tabs)
(#6310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6311) Unexpected tab character. (no-tabs)
(#6311) There should be no spaces inside this paren. (space-in-parens)
(#6311) There should be no spaces inside this paren. (space-in-parens)
(#6311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6312) Unexpected tab character. (no-tabs)
(#6312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6313) Unexpected tab character. (no-tabs)
(#6313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6315) Unexpected tab character. (no-tabs)
(#6315) There should be no spaces inside this paren. (space-in-parens)
(#6315) There should be no spaces inside this paren. (space-in-parens)
(#6315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6316) Unexpected tab character. (no-tabs)
(#6316) There should be no spaces inside this paren. (space-in-parens)
(#6316) There should be no spaces inside this paren. (space-in-parens)
(#6316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6317) Unexpected tab character. (no-tabs)
(#6317) There should be no spaces inside this paren. (space-in-parens)
(#6317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6320) Unexpected tab character. (no-tabs)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6321) Unexpected tab character. (no-tabs)
(#6321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6322) Unexpected tab character. (no-tabs)
(#6322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6323) Unexpected tab character. (no-tabs)
(#6323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6324) Unexpected tab character. (no-tabs)
(#6324) There should be no spaces inside this paren. (space-in-parens)
(#6324) There should be no spaces inside this paren. (space-in-parens)
(#6324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6325) Unexpected tab character. (no-tabs)
(#6325) There should be no spaces inside this paren. (space-in-parens)
(#6325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6326) Unexpected tab character. (no-tabs)
(#6326) There should be no spaces inside this paren. (space-in-parens)
(#6326) There should be no spaces inside this paren. (space-in-parens)
(#6326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6327) Unexpected tab character. (no-tabs)
(#6327) There should be no spaces inside this paren. (space-in-parens)
(#6327) There should be no spaces inside this paren. (space-in-parens)
(#6327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6328) Unexpected tab character. (no-tabs)
(#6328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6329) Unexpected tab character. (no-tabs)
(#6329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6331) Unexpected tab character. (no-tabs)
(#6331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6332) Unexpected tab character. (no-tabs)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6332) There should be no space after '['. (computed-property-spacing)
(#6332) There should be no space before ']'. (computed-property-spacing)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6333) Unexpected tab character. (no-tabs)
(#6333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6334) Unexpected tab character. (no-tabs)
(#6334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6336) Unexpected tab character. (no-tabs)
(#6336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6337) Unexpected tab character. (no-tabs)
(#6337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6338) Unexpected tab character. (no-tabs)
(#6338) There should be no spaces inside this paren. (space-in-parens)
(#6338) There should be no space after '['. (computed-property-spacing)
(#6338) There should be no space before ']'. (computed-property-spacing)
(#6338) There should be no spaces inside this paren. (space-in-parens)
(#6338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6339) Unexpected tab character. (no-tabs)
(#6339) There should be no space after '['. (computed-property-spacing)
(#6339) There should be no space before ']'. (computed-property-spacing)
(#6339) There should be no spaces inside this paren. (space-in-parens)
(#6339) There should be no spaces inside this paren. (space-in-parens)
(#6339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6340) Unexpected tab character. (no-tabs)
(#6340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6341) Unexpected tab character. (no-tabs)
(#6341) There should be no space after '{'. (object-curly-spacing)
(#6341) There should be no space before '}'. (object-curly-spacing)
(#6341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6342) Unexpected tab character. (no-tabs)
(#6342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6344) Unexpected tab character. (no-tabs)
(#6344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6345) Unexpected tab character. (no-tabs)
(#6345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6347) Unexpected tab character. (no-tabs)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6348) Unexpected tab character. (no-tabs)
(#6348) There should be no spaces inside this paren. (space-in-parens)
(#6348) There should be no spaces inside this paren. (space-in-parens)
(#6348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6349) Unexpected tab character. (no-tabs)
(#6349) There should be no space after '['. (computed-property-spacing)
(#6349) There should be no space before ']'. (computed-property-spacing)
(#6349) There should be no spaces inside this paren. (space-in-parens)
(#6349) There should be no spaces inside this paren. (space-in-parens)
(#6349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6351) Unexpected tab character. (no-tabs)
(#6351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6352) Unexpected tab character. (no-tabs)
(#6352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6353) Unexpected tab character. (no-tabs)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6355) Unexpected tab character. (no-tabs)
(#6355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6356) Unexpected tab character. (no-tabs)
(#6356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6357) Unexpected tab character. (no-tabs)
(#6357) There should be no spaces inside this paren. (space-in-parens)
(#6357) There should be no spaces inside this paren. (space-in-parens)
(#6357) There should be no spaces inside this paren. (space-in-parens)
(#6357) There should be no spaces inside this paren. (space-in-parens)
(#6357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6358) Unexpected tab character. (no-tabs)
(#6358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6359) Unexpected tab character. (no-tabs)
(#6359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6361) Unexpected tab character. (no-tabs)
(#6361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6362) Unexpected tab character. (no-tabs)
(#6362) There should be no spaces inside this paren. (space-in-parens)
(#6362) There should be no spaces inside this paren. (space-in-parens)
(#6362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6363) Unexpected tab character. (no-tabs)
(#6363) There should be no space after '['. (computed-property-spacing)
(#6363) There should be no space before ']'. (computed-property-spacing)
(#6363) There should be no space after '['. (computed-property-spacing)
(#6363) There should be no space before ']'. (computed-property-spacing)
(#6363) There should be no spaces inside this paren. (space-in-parens)
(#6363) There should be no spaces inside this paren. (space-in-parens)
(#6363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6364) Unexpected tab character. (no-tabs)
(#6364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6365) Unexpected tab character. (no-tabs)
(#6365) There should be no spaces inside this paren. (space-in-parens)
(#6365) There should be no spaces inside this paren. (space-in-parens)
(#6365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6366) Unexpected tab character. (no-tabs)
(#6366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6367) Unexpected tab character. (no-tabs)
(#6367) There should be no spaces inside this paren. (space-in-parens)
(#6367) There should be no spaces inside this paren. (space-in-parens)
(#6367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6368) Unexpected tab character. (no-tabs)
(#6368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6369) Unexpected tab character. (no-tabs)
(#6369) There should be no space after '['. (computed-property-spacing)
(#6369) There should be no space before ']'. (computed-property-spacing)
(#6369) There should be no spaces inside this paren. (space-in-parens)
(#6369) There should be no spaces inside this paren. (space-in-parens)
(#6369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6371) Unexpected tab character. (no-tabs)
(#6371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6372) Unexpected tab character. (no-tabs)
(#6372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6373) Unexpected tab character. (no-tabs)
(#6373) There should be no space after '['. (computed-property-spacing)
(#6373) There should be no space before ']'. (computed-property-spacing)
(#6373) There should be no spaces inside this paren. (space-in-parens)
(#6373) There should be no spaces inside this paren. (space-in-parens)
(#6373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6374) Unexpected tab character. (no-tabs)
(#6374) There should be no spaces inside this paren. (space-in-parens)
(#6374) There should be no space after '['. (computed-property-spacing)
(#6374) There should be no space before ']'. (computed-property-spacing)
(#6374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6375) Unexpected tab character. (no-tabs)
(#6375) There should be no space after '['. (computed-property-spacing)
(#6375) There should be no space before ']'. (computed-property-spacing)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6377) Unexpected tab character. (no-tabs)
(#6377) There should be no spaces inside this paren. (space-in-parens)
(#6377) There should be no space after '['. (computed-property-spacing)
(#6377) There should be no space before ']'. (computed-property-spacing)
(#6377) There should be no spaces inside this paren. (space-in-parens)
(#6377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6378) Unexpected tab character. (no-tabs)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6379) Unexpected tab character. (no-tabs)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6381) Unexpected tab character. (no-tabs)
(#6381) There should be no spaces inside this paren. (space-in-parens)
(#6381) There should be no spaces inside this paren. (space-in-parens)
(#6381) There should be no spaces inside this paren. (space-in-parens)
(#6381) There should be no spaces inside this paren. (space-in-parens)
(#6381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6382) Unexpected tab character. (no-tabs)
(#6382) There should be no spaces inside this paren. (space-in-parens)
(#6382) There should be no spaces inside this paren. (space-in-parens)
(#6382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6383) Unexpected tab character. (no-tabs)
(#6383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6385) Unexpected tab character. (no-tabs)
(#6385) There should be no spaces inside this paren. (space-in-parens)
(#6385) There should be no spaces inside this paren. (space-in-parens)
(#6385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6386) Unexpected tab character. (no-tabs)
(#6386) There should be no spaces inside this paren. (space-in-parens)
(#6386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6387) Unexpected tab character. (no-tabs)
(#6387) There should be no spaces inside this paren. (space-in-parens)
(#6387) There should be no spaces inside this paren. (space-in-parens)
(#6387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6388) Unexpected tab character. (no-tabs)
(#6388) There should be no spaces inside this paren. (space-in-parens)
(#6388) There should be no spaces inside this paren. (space-in-parens)
(#6388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6389) Unexpected tab character. (no-tabs)
(#6389) There should be no spaces inside this paren. (space-in-parens)
(#6389) There should be no space after '['. (computed-property-spacing)
(#6389) There should be no space before ']'. (computed-property-spacing)
(#6389) There should be no spaces inside this paren. (space-in-parens)
(#6389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6390) Unexpected tab character. (no-tabs)
(#6390) There should be no space after '['. (computed-property-spacing)
(#6390) There should be no space before ']'. (computed-property-spacing)
(#6390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6391) Unexpected tab character. (no-tabs)
(#6391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6392) Unexpected tab character. (no-tabs)
(#6392) There should be no spaces inside this paren. (space-in-parens)
(#6392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6393) Unexpected tab character. (no-tabs)
(#6393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6396) Unexpected tab character. (no-tabs)
(#6396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6397) Unexpected tab character. (no-tabs)
(#6397) There should be no spaces inside this paren. (space-in-parens)
(#6397) There should be no spaces inside this paren. (space-in-parens)
(#6397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6399) Unexpected tab character. (no-tabs)
(#6399) There should be no spaces inside this paren. (space-in-parens)
(#6399) There should be no spaces inside this paren. (space-in-parens)
(#6399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6400) Unexpected tab character. (no-tabs)
(#6400) There should be no spaces inside this paren. (space-in-parens)
(#6400) There should be no spaces inside this paren. (space-in-parens)
(#6400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6401) Unexpected tab character. (no-tabs)
(#6401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6404) Unexpected tab character. (no-tabs)
(#6404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6405) Unexpected tab character. (no-tabs)
(#6405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6406) Unexpected tab character. (no-tabs)
(#6406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6407) Unexpected tab character. (no-tabs)
(#6407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6408) Unexpected tab character. (no-tabs)
(#6408) There should be no space after '['. (computed-property-spacing)
(#6408) There should be no space before ']'. (computed-property-spacing)
(#6408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6409) Unexpected tab character. (no-tabs)
(#6409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6410) Unexpected tab character. (no-tabs)
(#6410) There should be no spaces inside this paren. (space-in-parens)
(#6410) There should be no spaces inside this paren. (space-in-parens)
(#6410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6411) Unexpected tab character. (no-tabs)
(#6411) There should be no spaces inside this paren. (space-in-parens)
(#6411) There should be no spaces inside this paren. (space-in-parens)
(#6411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6412) Unexpected tab character. (no-tabs)
(#6412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6415) Unexpected tab character. (no-tabs)
(#6415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6416) Unexpected tab character. (no-tabs)
(#6416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6419) Unexpected tab character. (no-tabs)
(#6419) There should be no spaces inside this paren. (space-in-parens)
(#6419) There should be no spaces inside this paren. (space-in-parens)
(#6419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6421) Unexpected tab character. (no-tabs)
(#6421) There should be no space after '['. (computed-property-spacing)
(#6421) There should be no space before ']'. (computed-property-spacing)
(#6421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6422) Unexpected tab character. (no-tabs)
(#6422) There should be no space after '['. (computed-property-spacing)
(#6422) There should be no space before ']'. (computed-property-spacing)
(#6422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6424) Unexpected tab character. (no-tabs)
(#6424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6425) Unexpected tab character. (no-tabs)
(#6425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6427) Unexpected tab character. (no-tabs)
(#6427) There should be no spaces inside this paren. (space-in-parens)
(#6427) There should be no spaces inside this paren. (space-in-parens)
(#6427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6428) Unexpected tab character. (no-tabs)
(#6428) There should be no spaces inside this paren. (space-in-parens)
(#6428) There should be no spaces inside this paren. (space-in-parens)
(#6428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6429) Unexpected tab character. (no-tabs)
(#6429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6431) Unexpected tab character. (no-tabs)
(#6431) There should be no spaces inside this paren. (space-in-parens)
(#6431) There should be no spaces inside this paren. (space-in-parens)
(#6431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6432) Unexpected tab character. (no-tabs)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6433) Unexpected tab character. (no-tabs)
(#6433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6435) Unexpected tab character. (no-tabs)
(#6435) There should be no spaces inside this paren. (space-in-parens)
(#6435) There should be no spaces inside this paren. (space-in-parens)
(#6435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6436) Unexpected tab character. (no-tabs)
(#6436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6437) Unexpected tab character. (no-tabs)
(#6437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6438) Unexpected tab character. (no-tabs)
(#6438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6439) Unexpected tab character. (no-tabs)
(#6439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6440) Unexpected tab character. (no-tabs)
(#6440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6441) Unexpected tab character. (no-tabs)
(#6441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6442) Unexpected tab character. (no-tabs)
(#6442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6443) Unexpected tab character. (no-tabs)
(#6443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6444) Unexpected tab character. (no-tabs)
(#6444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6445) Unexpected tab character. (no-tabs)
(#6445) There should be no spaces inside this paren. (space-in-parens)
(#6445) There should be no spaces inside this paren. (space-in-parens)
(#6445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6446) Unexpected tab character. (no-tabs)
(#6446) There should be no spaces inside this paren. (space-in-parens)
(#6446) There should be no spaces inside this paren. (space-in-parens)
(#6446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6447) Unexpected tab character. (no-tabs)
(#6447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6448) Unexpected tab character. (no-tabs)
(#6448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6449) Unexpected tab character. (no-tabs)
(#6449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6450) Unexpected tab character. (no-tabs)
(#6450) There should be no spaces inside this paren. (space-in-parens)
(#6450) There should be no spaces inside this paren. (space-in-parens)
(#6450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6451) Unexpected tab character. (no-tabs)
(#6451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6452) Unexpected tab character. (no-tabs)
(#6452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6453) Unexpected tab character. (no-tabs)
(#6453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6454) Unexpected tab character. (no-tabs)
(#6454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6455) Unexpected tab character. (no-tabs)
(#6455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6457) Unexpected tab character. (no-tabs)
(#6457) There should be no space after '['. (computed-property-spacing)
(#6457) There should be no space before ']'. (computed-property-spacing)
(#6457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6458) Unexpected tab character. (no-tabs)
(#6458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6459) Unexpected tab character. (no-tabs)
(#6459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6461) Unexpected tab character. (no-tabs)
(#6461) There should be no spaces inside this paren. (space-in-parens)
(#6461) There should be no spaces inside this paren. (space-in-parens)
(#6461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6462) Unexpected tab character. (no-tabs)
(#6462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6463) There should be no spaces inside this paren. (space-in-parens)
(#6463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6464) Unexpected tab character. (no-tabs)
(#6464) There should be no space after '['. (computed-property-spacing)
(#6464) There should be no space before ']'. (computed-property-spacing)
(#6464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6465) Unexpected tab character. (no-tabs)
(#6465) There should be no spaces inside this paren. (space-in-parens)
(#6465) There should be no spaces inside this paren. (space-in-parens)
(#6465) There should be no spaces inside this paren. (space-in-parens)
(#6465) There should be no spaces inside this paren. (space-in-parens)
(#6465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6466) Unexpected tab character. (no-tabs)
(#6466) There should be no space after '['. (computed-property-spacing)
(#6466) There should be no space before ']'. (computed-property-spacing)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6466) There should be no space after '['. (computed-property-spacing)
(#6466) There should be no space before ']'. (computed-property-spacing)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6467) Unexpected tab character. (no-tabs)
(#6467) There should be no spaces inside this paren. (space-in-parens)
(#6467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6468) Unexpected tab character. (no-tabs)
(#6468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6469) Unexpected tab character. (no-tabs)
(#6469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6472) Unexpected tab character. (no-tabs)
(#6472) There should be no spaces inside this paren. (space-in-parens)
(#6472) There should be no spaces inside this paren. (space-in-parens)
(#6472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6473) Unexpected tab character. (no-tabs)
(#6473) There should be no spaces inside this paren. (space-in-parens)
(#6473) There should be no spaces inside this paren. (space-in-parens)
(#6473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6474) Unexpected tab character. (no-tabs)
(#6474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6476) Unexpected tab character. (no-tabs)
(#6476) There should be no spaces inside this paren. (space-in-parens)
(#6476) There should be no spaces inside this paren. (space-in-parens)
(#6476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6477) Unexpected tab character. (no-tabs)
(#6477) There should be no spaces inside this paren. (space-in-parens)
(#6477) There should be no spaces inside this paren. (space-in-parens)
(#6477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6478) Unexpected tab character. (no-tabs)
(#6478) There should be no spaces inside this paren. (space-in-parens)
(#6478) There should be no spaces inside this paren. (space-in-parens)
(#6478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6479) Unexpected tab character. (no-tabs)
(#6479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6480) Unexpected tab character. (no-tabs)
(#6480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6482) Unexpected tab character. (no-tabs)
(#6482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6483) Unexpected tab character. (no-tabs)
(#6483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6485) Unexpected tab character. (no-tabs)
(#6485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6486) Unexpected tab character. (no-tabs)
(#6486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6487) Unexpected tab character. (no-tabs)
(#6487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6489) Unexpected tab character. (no-tabs)
(#6489) There should be no spaces inside this paren. (space-in-parens)
(#6489) There should be no spaces inside this paren. (space-in-parens)
(#6489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6491) Unexpected tab character. (no-tabs)
(#6491) There should be no spaces inside this paren. (space-in-parens)
(#6491) There should be no spaces inside this paren. (space-in-parens)
(#6491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6492) Unexpected tab character. (no-tabs)
(#6492) There should be no spaces inside this paren. (space-in-parens)
(#6492) There should be no spaces inside this paren. (space-in-parens)
(#6492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6493) Unexpected tab character. (no-tabs)
(#6493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6494) Unexpected tab character. (no-tabs)
(#6494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6496) Unexpected tab character. (no-tabs)
(#6496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6498) Unexpected tab character. (no-tabs)
(#6498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6500) Unexpected tab character. (no-tabs)
(#6500) There should be no spaces inside this paren. (space-in-parens)
(#6500) There should be no spaces inside this paren. (space-in-parens)
(#6500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6501) Unexpected tab character. (no-tabs)
(#6501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6503) Unexpected tab character. (no-tabs)
(#6503) There should be no spaces inside this paren. (space-in-parens)
(#6503) There should be no spaces inside this paren. (space-in-parens)
(#6503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6505) Unexpected tab character. (no-tabs)
(#6505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6506) Unexpected tab character. (no-tabs)
(#6506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6507) Unexpected tab character. (no-tabs)
(#6507) There should be no spaces inside this paren. (space-in-parens)
(#6507) There should be no space after '['. (array-bracket-spacing)
(#6507) There should be no space before ']'. (array-bracket-spacing)
(#6507) There should be no spaces inside this paren. (space-in-parens)
(#6507) There should be no spaces inside this paren. (space-in-parens)
(#6507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6508) Unexpected tab character. (no-tabs)
(#6508) There should be no space after '['. (computed-property-spacing)
(#6508) There should be no space before ']'. (computed-property-spacing)
(#6508) There should be no spaces inside this paren. (space-in-parens)
(#6508) There should be no spaces inside this paren. (space-in-parens)
(#6508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6510) Unexpected tab character. (no-tabs)
(#6510) There should be no spaces inside this paren. (space-in-parens)
(#6510) There should be no space after '['. (computed-property-spacing)
(#6510) There should be no space before ']'. (computed-property-spacing)
(#6510) There should be no spaces inside this paren. (space-in-parens)
(#6510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6511) Unexpected tab character. (no-tabs)
(#6511) There should be no space after '['. (computed-property-spacing)
(#6511) There should be no space before ']'. (computed-property-spacing)
(#6511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6512) Unexpected tab character. (no-tabs)
(#6512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6513) Unexpected tab character. (no-tabs)
(#6513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6514) Unexpected tab character. (no-tabs)
(#6514) There should be no spaces inside this paren. (space-in-parens)
(#6514) There should be no spaces inside this paren. (space-in-parens)
(#6514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6515) Unexpected tab character. (no-tabs)
(#6515) There should be no space after '['. (computed-property-spacing)
(#6515) There should be no space before ']'. (computed-property-spacing)
(#6515) There should be no spaces inside this paren. (space-in-parens)
(#6515) There should be no spaces inside this paren. (space-in-parens)
(#6515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6516) Unexpected tab character. (no-tabs)
(#6516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6517) Unexpected tab character. (no-tabs)
(#6517) There should be no spaces inside this paren. (space-in-parens)
(#6517) There should be no space after '['. (computed-property-spacing)
(#6517) There should be no space before ']'. (computed-property-spacing)
(#6517) There should be no spaces inside this paren. (space-in-parens)
(#6517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6518) Unexpected tab character. (no-tabs)
(#6518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6519) Unexpected tab character. (no-tabs)
(#6519) There should be no spaces inside this paren. (space-in-parens)
(#6519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6521) Unexpected tab character. (no-tabs)
(#6521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6522) Unexpected tab character. (no-tabs)
(#6522) There should be no spaces inside this paren. (space-in-parens)
(#6522) There should be no spaces inside this paren. (space-in-parens)
(#6522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6523) Unexpected tab character. (no-tabs)
(#6523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6524) Unexpected tab character. (no-tabs)
(#6524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6525) There should be no spaces inside this paren. (space-in-parens)
(#6525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6527) Expected space or tab after '/*' in comment. (spaced-comment)
(#6527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6536) Expected space or tab after '//' in comment. (spaced-comment)
(#6536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6537) Expected space or tab after '//' in comment. (spaced-comment)
(#6537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6538) Expected space or tab after '//' in comment. (spaced-comment)
(#6538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6539) Expected space or tab after '//' in comment. (spaced-comment)
(#6539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6540) Expected space or tab after '//' in comment. (spaced-comment)
(#6540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6541) Expected space or tab after '//' in comment. (spaced-comment)
(#6541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6542) Expected space or tab after '//' in comment. (spaced-comment)
(#6542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6543) Expected space or tab after '//' in comment. (spaced-comment)
(#6543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6544) Expected space or tab after '//' in comment. (spaced-comment)
(#6544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6545) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6548) There should be no spaces inside this paren. (space-in-parens)
(#6548) There should be no space after '['. (array-bracket-spacing)
(#6548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6549) Unexpected tab character. (no-tabs)
(#6549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6550) Unexpected tab character. (no-tabs)
(#6550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6551) Unexpected tab character. (no-tabs)
(#6551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6552) Unexpected tab character. (no-tabs)
(#6552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6553) Unexpected tab character. (no-tabs)
(#6553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6554) Unexpected tab character. (no-tabs)
(#6554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6555) Unexpected tab character. (no-tabs)
(#6555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6556) Unexpected tab character. (no-tabs)
(#6556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6557) Unexpected tab character. (no-tabs)
(#6557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6558) Unexpected tab character. (no-tabs)
(#6558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6560) Unexpected tab character. (no-tabs)
(#6560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6561) Unexpected tab character. (no-tabs)
(#6561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6562) Unexpected tab character. (no-tabs)
(#6562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6563) Unexpected tab character. (no-tabs)
(#6563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6565) Unexpected tab character. (no-tabs)
(#6565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6566) Unexpected tab character. (no-tabs)
(#6566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6567) Unexpected tab character. (no-tabs)
(#6567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6568) Unexpected tab character. (no-tabs)
(#6568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6570) Unexpected tab character. (no-tabs)
(#6570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6572) Unexpected tab character. (no-tabs)
(#6572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6573) Unexpected tab character. (no-tabs)
(#6573) There should be no spaces inside this paren. (space-in-parens)
(#6573) There should be no space after '['. (computed-property-spacing)
(#6573) There should be no space before ']'. (computed-property-spacing)
(#6573) There should be no spaces inside this paren. (space-in-parens)
(#6573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6576) Unexpected tab character. (no-tabs)
(#6576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6578) Unexpected tab character. (no-tabs)
(#6578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6580) Unexpected tab character. (no-tabs)
(#6580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6581) Unexpected tab character. (no-tabs)
(#6581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6582) Unexpected tab character. (no-tabs)
(#6582) There should be no spaces inside this paren. (space-in-parens)
(#6582) There should be no space after '['. (computed-property-spacing)
(#6582) There should be no space before ']'. (computed-property-spacing)
(#6582) There should be no spaces inside this paren. (space-in-parens)
(#6582) There should be no spaces inside this paren. (space-in-parens)
(#6582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6584) Unexpected tab character. (no-tabs)
(#6584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6585) Unexpected tab character. (no-tabs)
(#6585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6586) Unexpected tab character. (no-tabs)
(#6586) There should be no spaces inside this paren. (space-in-parens)
(#6586) There should be no spaces inside this paren. (space-in-parens)
(#6586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6587) Unexpected tab character. (no-tabs)
(#6587) There should be no spaces inside this paren. (space-in-parens)
(#6587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6589) Unexpected tab character. (no-tabs)
(#6589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6590) Unexpected tab character. (no-tabs)
(#6590) There should be no spaces inside this paren. (space-in-parens)
(#6590) There should be no spaces inside this paren. (space-in-parens)
(#6590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6591) Unexpected tab character. (no-tabs)
(#6591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6592) Unexpected tab character. (no-tabs)
(#6592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6594) Unexpected tab character. (no-tabs)
(#6594) There should be no space after '['. (computed-property-spacing)
(#6594) There should be no space before ']'. (computed-property-spacing)
(#6594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6595) Unexpected tab character. (no-tabs)
(#6595) There should be no spaces inside this paren. (space-in-parens)
(#6595) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6595) There should be no spaces inside this paren. (space-in-parens)
(#6595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6596) Unexpected tab character. (no-tabs)
(#6596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6597) Unexpected tab character. (no-tabs)
(#6597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6598) Unexpected tab character. (no-tabs)
(#6598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6599) Unexpected tab character. (no-tabs)
(#6599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6601) Unexpected tab character. (no-tabs)
(#6601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6602) Unexpected tab character. (no-tabs)
(#6602) There should be no space after '['. (computed-property-spacing)
(#6602) There should be no space before ']'. (computed-property-spacing)
(#6602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6604) Unexpected tab character. (no-tabs)
(#6604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6606) Unexpected tab character. (no-tabs)
(#6606) There should be no spaces inside this paren. (space-in-parens)
(#6606) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6606) There should be no spaces inside this paren. (space-in-parens)
(#6606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6607) Unexpected tab character. (no-tabs)
(#6607) There should be no space after '['. (computed-property-spacing)
(#6607) There should be no space before ']'. (computed-property-spacing)
(#6607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6608) Unexpected tab character. (no-tabs)
(#6608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6610) Unexpected tab character. (no-tabs)
(#6610) There should be no spaces inside this paren. (space-in-parens)
(#6610) There should be no spaces inside this paren. (space-in-parens)
(#6610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6612) Unexpected tab character. (no-tabs)
(#6612) There should be no spaces inside this paren. (space-in-parens)
(#6612) There should be no spaces inside this paren. (space-in-parens)
(#6612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6614) Unexpected tab character. (no-tabs)
(#6614) There should be no spaces inside this paren. (space-in-parens)
(#6614) There should be no spaces inside this paren. (space-in-parens)
(#6614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6615) Unexpected tab character. (no-tabs)
(#6615) There should be no spaces inside this paren. (space-in-parens)
(#6615) There should be no spaces inside this paren. (space-in-parens)
(#6615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6616) Unexpected tab character. (no-tabs)
(#6616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6619) Unexpected tab character. (no-tabs)
(#6619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6621) Unexpected tab character. (no-tabs)
(#6621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6622) Unexpected tab character. (no-tabs)
(#6622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6624) Unexpected tab character. (no-tabs)
(#6624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6627) Unexpected tab character. (no-tabs)
(#6627) There should be no spaces inside this paren. (space-in-parens)
(#6627) There should be no spaces inside this paren. (space-in-parens)
(#6627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6628) Unexpected tab character. (no-tabs)
(#6628) There should be no spaces inside this paren. (space-in-parens)
(#6628) There should be no spaces inside this paren. (space-in-parens)
(#6628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6629) Unexpected tab character. (no-tabs)
(#6629) There should be no spaces inside this paren. (space-in-parens)
(#6629) There should be no spaces inside this paren. (space-in-parens)
(#6629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6630) Unexpected tab character. (no-tabs)
(#6630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6631) Unexpected tab character. (no-tabs)
(#6631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6633) Unexpected tab character. (no-tabs)
(#6633) There should be no spaces inside this paren. (space-in-parens)
(#6633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6634) Unexpected tab character. (no-tabs)
(#6634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6635) Unexpected tab character. (no-tabs)
(#6635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6636) Unexpected tab character. (no-tabs)
(#6636) There should be no spaces inside this paren. (space-in-parens)
(#6636) There should be no spaces inside this paren. (space-in-parens)
(#6636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6637) Unexpected tab character. (no-tabs)
(#6637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6638) Unexpected tab character. (no-tabs)
(#6638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6639) Unexpected tab character. (no-tabs)
(#6639) There should be no spaces inside this paren. (space-in-parens)
(#6639) There should be no spaces inside this paren. (space-in-parens)
(#6639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6640) Unexpected tab character. (no-tabs)
(#6640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6641) Unexpected tab character. (no-tabs)
(#6641) There should be no spaces inside this paren. (space-in-parens)
(#6641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6642) Unexpected tab character. (no-tabs)
(#6642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6644) Unexpected tab character. (no-tabs)
(#6644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6645) Unexpected tab character. (no-tabs)
(#6645) There should be no space after '['. (computed-property-spacing)
(#6645) There should be no space before ']'. (computed-property-spacing)
(#6645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6646) Unexpected tab character. (no-tabs)
(#6646) There should be no space after '['. (computed-property-spacing)
(#6646) There should be no space before ']'. (computed-property-spacing)
(#6646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6647) Unexpected tab character. (no-tabs)
(#6647) There should be no spaces inside this paren. (space-in-parens)
(#6647) There should be no spaces inside this paren. (space-in-parens)
(#6647) There should be no spaces inside this paren. (space-in-parens)
(#6647) There should be no spaces inside this paren. (space-in-parens)
(#6647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6648) Unexpected tab character. (no-tabs)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6649) Unexpected tab character. (no-tabs)
(#6649) There should be no spaces inside this paren. (space-in-parens)
(#6649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6650) Unexpected tab character. (no-tabs)
(#6650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6651) Unexpected tab character. (no-tabs)
(#6651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6653) Unexpected tab character. (no-tabs)
(#6653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6654) Unexpected tab character. (no-tabs)
(#6654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6655) Unexpected tab character. (no-tabs)
(#6655) There should be no spaces inside this paren. (space-in-parens)
(#6655) There should be no space after '['. (computed-property-spacing)
(#6655) There should be no space before ']'. (computed-property-spacing)
(#6655) There should be no spaces inside this paren. (space-in-parens)
(#6655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6656) Unexpected tab character. (no-tabs)
(#6656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6658) Unexpected tab character. (no-tabs)
(#6658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6659) Unexpected tab character. (no-tabs)
(#6659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6660) Unexpected tab character. (no-tabs)
(#6660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6662) Unexpected tab character. (no-tabs)
(#6662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6663) Unexpected tab character. (no-tabs)
(#6663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6664) Unexpected tab character. (no-tabs)
(#6664) There should be no space after '['. (computed-property-spacing)
(#6664) There should be no space before ']'. (computed-property-spacing)
(#6664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6665) Unexpected tab character. (no-tabs)
(#6665) There should be no spaces inside this paren. (space-in-parens)
(#6665) There should be no spaces inside this paren. (space-in-parens)
(#6665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6667) Unexpected tab character. (no-tabs)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6668) Unexpected tab character. (no-tabs)
(#6668) There should be no spaces inside this paren. (space-in-parens)
(#6668) There should be no spaces inside this paren. (space-in-parens)
(#6668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6669) Unexpected tab character. (no-tabs)
(#6669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6671) Unexpected tab character. (no-tabs)
(#6671) There should be no spaces inside this paren. (space-in-parens)
(#6671) There should be no spaces inside this paren. (space-in-parens)
(#6671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6672) Unexpected tab character. (no-tabs)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no space after '['. (computed-property-spacing)
(#6672) There should be no space before ']'. (computed-property-spacing)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6673) Unexpected tab character. (no-tabs)
(#6673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6675) Unexpected tab character. (no-tabs)
(#6675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6676) Unexpected tab character. (no-tabs)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6677) Unexpected tab character. (no-tabs)
(#6677) There should be no spaces inside this paren. (space-in-parens)
(#6677) There should be no spaces inside this paren. (space-in-parens)
(#6677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6678) Unexpected tab character. (no-tabs)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6679) Unexpected tab character. (no-tabs)
(#6679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6681) Unexpected tab character. (no-tabs)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6682) Unexpected tab character. (no-tabs)
(#6682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6684) Unexpected tab character. (no-tabs)
(#6684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6685) Unexpected tab character. (no-tabs)
(#6685) There should be no space after '['. (computed-property-spacing)
(#6685) There should be no space before ']'. (computed-property-spacing)
(#6685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6686) Unexpected tab character. (no-tabs)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6690) Unexpected tab character. (no-tabs)
(#6690) There should be no spaces inside this paren. (space-in-parens)
(#6690) There should be no spaces inside this paren. (space-in-parens)
(#6690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6691) Unexpected tab character. (no-tabs)
(#6691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6693) Unexpected tab character. (no-tabs)
(#6693) There should be no spaces inside this paren. (space-in-parens)
(#6693) There should be no spaces inside this paren. (space-in-parens)
(#6693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6694) Unexpected tab character. (no-tabs)
(#6694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6695) Unexpected tab character. (no-tabs)
(#6695) There should be no spaces inside this paren. (space-in-parens)
(#6695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6696) There should be no spaces inside this paren. (space-in-parens)
(#6696) There should be no spaces inside this paren. (space-in-parens)
(#6696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6699) Unexpected tab character. (no-tabs)
(#6699) There should be no spaces inside this paren. (space-in-parens)
(#6699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6700) Unexpected tab character. (no-tabs)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6701) Unexpected tab character. (no-tabs)
(#6701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6702) Unexpected tab character. (no-tabs)
(#6702) There should be no spaces inside this paren. (space-in-parens)
(#6702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6703) Unexpected tab character. (no-tabs)
(#6703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6704) Unexpected tab character. (no-tabs)
(#6704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6706) Unexpected tab character. (no-tabs)
(#6706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6707) Unexpected tab character. (no-tabs)
(#6707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6710) Unexpected tab character. (no-tabs)
(#6710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6711) Unexpected tab character. (no-tabs)
(#6711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6712) Unexpected tab character. (no-tabs)
(#6712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6713) Unexpected tab character. (no-tabs)
(#6713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6715) Unexpected tab character. (no-tabs)
(#6715) There should be no spaces inside this paren. (space-in-parens)
(#6715) There should be no spaces inside this paren. (space-in-parens)
(#6715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6717) Unexpected tab character. (no-tabs)
(#6717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6718) Unexpected tab character. (no-tabs)
(#6718) There should be no spaces inside this paren. (space-in-parens)
(#6718) There should be no spaces inside this paren. (space-in-parens)
(#6718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6719) Unexpected tab character. (no-tabs)
(#6719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6720) Unexpected tab character. (no-tabs)
(#6720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6724) Unexpected tab character. (no-tabs)
(#6724) There should be no spaces inside this paren. (space-in-parens)
(#6724) There should be no spaces inside this paren. (space-in-parens)
(#6724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6726) Unexpected tab character. (no-tabs)
(#6726) There should be no space after '['. (computed-property-spacing)
(#6726) There should be no space before ']'. (computed-property-spacing)
(#6726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6728) Unexpected tab character. (no-tabs)
(#6728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6729) Unexpected tab character. (no-tabs)
(#6729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6730) Unexpected tab character. (no-tabs)
(#6730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6731) Unexpected tab character. (no-tabs)
(#6731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6732) Unexpected tab character. (no-tabs)
(#6732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6734) Unexpected tab character. (no-tabs)
(#6734) There should be no spaces inside this paren. (space-in-parens)
(#6734) There should be no spaces inside this paren. (space-in-parens)
(#6734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6735) Unexpected tab character. (no-tabs)
(#6735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6737) Unexpected tab character. (no-tabs)
(#6737) There should be no spaces inside this paren. (space-in-parens)
(#6737) There should be no spaces inside this paren. (space-in-parens)
(#6737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6738) Unexpected tab character. (no-tabs)
(#6738) There should be no spaces inside this paren. (space-in-parens)
(#6738) There should be no spaces inside this paren. (space-in-parens)
(#6738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6739) Unexpected tab character. (no-tabs)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6740) Unexpected tab character. (no-tabs)
(#6740) There should be no spaces inside this paren. (space-in-parens)
(#6740) There should be no spaces inside this paren. (space-in-parens)
(#6740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6741) Unexpected tab character. (no-tabs)
(#6741) There should be no spaces inside this paren. (space-in-parens)
(#6741) There should be no spaces inside this paren. (space-in-parens)
(#6741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6742) Unexpected tab character. (no-tabs)
(#6742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6744) Unexpected tab character. (no-tabs)
(#6744) There should be no spaces inside this paren. (space-in-parens)
(#6744) There should be no spaces inside this paren. (space-in-parens)
(#6744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6745) Unexpected tab character. (no-tabs)
(#6745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6746) Unexpected tab character. (no-tabs)
(#6746) There should be no spaces inside this paren. (space-in-parens)
(#6746) There should be no spaces inside this paren. (space-in-parens)
(#6746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6747) Unexpected tab character. (no-tabs)
(#6747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6748) Unexpected tab character. (no-tabs)
(#6748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6749) Unexpected tab character. (no-tabs)
(#6749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6751) Unexpected tab character. (no-tabs)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6752) Unexpected tab character. (no-tabs)
(#6752) There should be no spaces inside this paren. (space-in-parens)
(#6752) There should be no spaces inside this paren. (space-in-parens)
(#6752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6753) Unexpected tab character. (no-tabs)
(#6753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6754) There should be no spaces inside this paren. (space-in-parens)
(#6754) There should be no spaces inside this paren. (space-in-parens)
(#6754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6755) Unexpected tab character. (no-tabs)
(#6755) There should be no spaces inside this paren. (space-in-parens)
(#6755) There should be no spaces inside this paren. (space-in-parens)
(#6755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6756) Unexpected tab character. (no-tabs)
(#6756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6757) Unexpected tab character. (no-tabs)
(#6757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6758) Unexpected tab character. (no-tabs)
(#6758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6759) Unexpected tab character. (no-tabs)
(#6759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6760) Unexpected tab character. (no-tabs)
(#6760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6762) Unexpected tab character. (no-tabs)
(#6762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6764) Unexpected tab character. (no-tabs)
(#6764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6765) Unexpected tab character. (no-tabs)
(#6765) There should be no spaces inside this paren. (space-in-parens)
(#6765) There should be no space after '['. (computed-property-spacing)
(#6765) There should be no space before ']'. (computed-property-spacing)
(#6765) There should be no spaces inside this paren. (space-in-parens)
(#6765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6767) Unexpected tab character. (no-tabs)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no space after '['. (computed-property-spacing)
(#6767) There should be no space before ']'. (computed-property-spacing)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6768) Unexpected tab character. (no-tabs)
(#6768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6769) Unexpected tab character. (no-tabs)
(#6769) There should be no spaces inside this paren. (space-in-parens)
(#6769) There should be no spaces inside this paren. (space-in-parens)
(#6769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6770) Unexpected tab character. (no-tabs)
(#6770) There should be no spaces inside this paren. (space-in-parens)
(#6770) There should be no space after '['. (computed-property-spacing)
(#6770) There should be no space before ']'. (computed-property-spacing)
(#6770) There should be no spaces inside this paren. (space-in-parens)
(#6770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6771) Unexpected tab character. (no-tabs)
(#6771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6772) Unexpected tab character. (no-tabs)
(#6772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6774) Unexpected tab character. (no-tabs)
(#6774) There should be no spaces inside this paren. (space-in-parens)
(#6774) There should be no spaces inside this paren. (space-in-parens)
(#6774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6775) Unexpected tab character. (no-tabs)
(#6775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6777) Unexpected tab character. (no-tabs)
(#6777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6778) Unexpected tab character. (no-tabs)
(#6778) There should be no space after '['. (computed-property-spacing)
(#6778) There should be no space before ']'. (computed-property-spacing)
(#6778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6781) Unexpected tab character. (no-tabs)
(#6781) There should be no spaces inside this paren. (space-in-parens)
(#6781) There should be no spaces inside this paren. (space-in-parens)
(#6781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6783) Unexpected tab character. (no-tabs)
(#6783) There should be no spaces inside this paren. (space-in-parens)
(#6783) There should be no spaces inside this paren. (space-in-parens)
(#6783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6784) Unexpected tab character. (no-tabs)
(#6784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6785) Unexpected tab character. (no-tabs)
(#6785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6787) Unexpected tab character. (no-tabs)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6788) Unexpected tab character. (no-tabs)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6788) There should be no space after '{'. (object-curly-spacing)
(#6788) There should be no space before '}'. (object-curly-spacing)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6789) Unexpected tab character. (no-tabs)
(#6789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6790) Unexpected tab character. (no-tabs)
(#6790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6792) There should be no space before ']'. (array-bracket-spacing)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6794) 'widgetsCheckboxradio' is assigned a value but never used. (no-unused-vars)
(#6794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6797) Expected space or tab after '/*' in comment. (spaced-comment)
(#6797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6806) Expected space or tab after '//' in comment. (spaced-comment)
(#6806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6807) Expected space or tab after '//' in comment. (spaced-comment)
(#6807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6808) Expected space or tab after '//' in comment. (spaced-comment)
(#6808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6809) Expected space or tab after '//' in comment. (spaced-comment)
(#6809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6810) Expected space or tab after '//' in comment. (spaced-comment)
(#6810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6811) Expected space or tab after '//' in comment. (spaced-comment)
(#6811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6812) Expected space or tab after '//' in comment. (spaced-comment)
(#6812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6813) Expected space or tab after '//' in comment. (spaced-comment)
(#6813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6814) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6818) Unexpected tab character. (no-tabs)
(#6818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6819) Unexpected tab character. (no-tabs)
(#6819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6820) Unexpected tab character. (no-tabs)
(#6820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6821) Unexpected tab character. (no-tabs)
(#6821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6822) Unexpected tab character. (no-tabs)
(#6822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6823) Unexpected tab character. (no-tabs)
(#6823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6824) Unexpected tab character. (no-tabs)
(#6824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6825) Unexpected tab character. (no-tabs)
(#6825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6826) Unexpected tab character. (no-tabs)
(#6826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6827) Unexpected tab character. (no-tabs)
(#6827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6828) Unexpected tab character. (no-tabs)
(#6828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6829) Unexpected tab character. (no-tabs)
(#6829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6831) Unexpected tab character. (no-tabs)
(#6831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6832) Unexpected tab character. (no-tabs)
(#6832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6834) Unexpected tab character. (no-tabs)
(#6834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6835) Unexpected tab character. (no-tabs)
(#6835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6836) Unexpected tab character. (no-tabs)
(#6836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6838) Unexpected tab character. (no-tabs)
(#6838) There should be no spaces inside this paren. (space-in-parens)
(#6838) There should be no spaces inside this paren. (space-in-parens)
(#6838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6840) Unexpected tab character. (no-tabs)
(#6840) There should be no space after '['. (computed-property-spacing)
(#6840) There should be no space before ']'. (computed-property-spacing)
(#6840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6841) Unexpected tab character. (no-tabs)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6842) Unexpected tab character. (no-tabs)
(#6842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6843) Unexpected tab character. (no-tabs)
(#6843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6845) Unexpected tab character. (no-tabs)
(#6845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#6846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6847) Unexpected tab character. (no-tabs)
(#6847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6848) Unexpected tab character. (no-tabs)
(#6848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6850) Unexpected tab character. (no-tabs)
(#6850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6851) Unexpected tab character. (no-tabs)
(#6851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6853) Unexpected tab character. (no-tabs)
(#6853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6854) Unexpected tab character. (no-tabs)
(#6854) There should be no spaces inside this paren. (space-in-parens)
(#6854) Unexpected use of '&'. (no-bitwise)
(#6854) There should be no spaces inside this paren. (space-in-parens)
(#6854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6855) Unexpected tab character. (no-tabs)
(#6855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6856) Unexpected tab character. (no-tabs)
(#6856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6858) Unexpected tab character. (no-tabs)
(#6858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6859) Unexpected tab character. (no-tabs)
(#6859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6860) Unexpected tab character. (no-tabs)
(#6860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6861) Unexpected tab character. (no-tabs)
(#6861) There should be no spaces inside this paren. (space-in-parens)
(#6861) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6861) There should be no spaces inside this paren. (space-in-parens)
(#6861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6862) Unexpected tab character. (no-tabs)
(#6862) There should be no space after '['. (computed-property-spacing)
(#6862) There should be no space before ']'. (computed-property-spacing)
(#6862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6863) Unexpected tab character. (no-tabs)
(#6863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6865) Unexpected tab character. (no-tabs)
(#6865) There should be no spaces inside this paren. (space-in-parens)
(#6865) There should be no spaces inside this paren. (space-in-parens)
(#6865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6867) Unexpected tab character. (no-tabs)
(#6867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6868) Unexpected tab character. (no-tabs)
(#6868) There should be no spaces inside this paren. (space-in-parens)
(#6868) There should be no spaces inside this paren. (space-in-parens)
(#6868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6869) Unexpected tab character. (no-tabs)
(#6869) There should be no spaces inside this paren. (space-in-parens)
(#6869) There should be no spaces inside this paren. (space-in-parens)
(#6869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6870) Unexpected tab character. (no-tabs)
(#6870) There should be no spaces inside this paren. (space-in-parens)
(#6870) There should be no spaces inside this paren. (space-in-parens)
(#6870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6871) Unexpected tab character. (no-tabs)
(#6871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6872) Unexpected tab character. (no-tabs)
(#6872) There should be no spaces inside this paren. (space-in-parens)
(#6872) There should be no spaces inside this paren. (space-in-parens)
(#6872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6873) Unexpected tab character. (no-tabs)
(#6873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6874) Unexpected tab character. (no-tabs)
(#6874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6875) Unexpected tab character. (no-tabs)
(#6875) There should be no spaces inside this paren. (space-in-parens)
(#6875) There should be no spaces inside this paren. (space-in-parens)
(#6875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6876) Unexpected tab character. (no-tabs)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6877) Unexpected tab character. (no-tabs)
(#6877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6879) Unexpected tab character. (no-tabs)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6880) Unexpected tab character. (no-tabs)
(#6880) There should be no spaces inside this paren. (space-in-parens)
(#6880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6881) Unexpected tab character. (no-tabs)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6882) Unexpected tab character. (no-tabs)
(#6882) There should be no spaces inside this paren. (space-in-parens)
(#6882) There should be no spaces inside this paren. (space-in-parens)
(#6882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6883) Unexpected tab character. (no-tabs)
(#6883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6885) Unexpected tab character. (no-tabs)
(#6885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6886) Unexpected tab character. (no-tabs)
(#6886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6887) Unexpected tab character. (no-tabs)
(#6887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6888) Unexpected tab character. (no-tabs)
(#6888) There should be no spaces inside this paren. (space-in-parens)
(#6888) There should be no space after '['. (computed-property-spacing)
(#6888) There should be no space before ']'. (computed-property-spacing)
(#6888) There should be no spaces inside this paren. (space-in-parens)
(#6888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6889) Unexpected tab character. (no-tabs)
(#6889) There should be no space after '['. (computed-property-spacing)
(#6889) There should be no space before ']'. (computed-property-spacing)
(#6889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6890) Unexpected tab character. (no-tabs)
(#6890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6891) Unexpected tab character. (no-tabs)
(#6891) There should be no spaces inside this paren. (space-in-parens)
(#6891) There should be no spaces inside this paren. (space-in-parens)
(#6891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6892) Unexpected tab character. (no-tabs)
(#6892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6893) Unexpected tab character. (no-tabs)
(#6893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6894) Unexpected tab character. (no-tabs)
(#6894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6895) Unexpected tab character. (no-tabs)
(#6895) There should be no spaces inside this paren. (space-in-parens)
(#6895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6896) Unexpected tab character. (no-tabs)
(#6896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6897) Unexpected tab character. (no-tabs)
(#6897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6899) Unexpected tab character. (no-tabs)
(#6899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6900) Unexpected tab character. (no-tabs)
(#6900) There should be no spaces inside this paren. (space-in-parens)
(#6900) There should be no spaces inside this paren. (space-in-parens)
(#6900) There should be no spaces inside this paren. (space-in-parens)
(#6900) There should be no spaces inside this paren. (space-in-parens)
(#6900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6901) Unexpected tab character. (no-tabs)
(#6901) There should be no spaces inside this paren. (space-in-parens)
(#6901) There should be no spaces inside this paren. (space-in-parens)
(#6901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6902) Unexpected tab character. (no-tabs)
(#6902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6904) Unexpected tab character. (no-tabs)
(#6904) There should be no spaces inside this paren. (space-in-parens)
(#6904) There should be no spaces inside this paren. (space-in-parens)
(#6904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6905) Unexpected tab character. (no-tabs)
(#6905) There should be no spaces inside this paren. (space-in-parens)
(#6905) There should be no spaces inside this paren. (space-in-parens)
(#6905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6906) Unexpected tab character. (no-tabs)
(#6906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6907) Unexpected tab character. (no-tabs)
(#6907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6908) Unexpected tab character. (no-tabs)
(#6908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6910) Unexpected tab character. (no-tabs)
(#6910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6911) Unexpected tab character. (no-tabs)
(#6911) There should be no spaces inside this paren. (space-in-parens)
(#6911) There should be no spaces inside this paren. (space-in-parens)
(#6911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6913) Unexpected tab character. (no-tabs)
(#6913) There should be no spaces inside this paren. (space-in-parens)
(#6913) There should be no spaces inside this paren. (space-in-parens)
(#6913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6914) Unexpected tab character. (no-tabs)
(#6914) There should be no spaces inside this paren. (space-in-parens)
(#6914) There should be no spaces inside this paren. (space-in-parens)
(#6914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6915) Unexpected tab character. (no-tabs)
(#6915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6916) Unexpected tab character. (no-tabs)
(#6916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6918) Unexpected tab character. (no-tabs)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6919) Unexpected tab character. (no-tabs)
(#6919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6920) Unexpected tab character. (no-tabs)
(#6920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6921) Unexpected tab character. (no-tabs)
(#6921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6923) Unexpected tab character. (no-tabs)
(#6923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6924) Unexpected tab character. (no-tabs)
(#6924) There should be no spaces inside this paren. (space-in-parens)
(#6924) There should be no spaces inside this paren. (space-in-parens)
(#6924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6925) Unexpected tab character. (no-tabs)
(#6925) There should be no spaces inside this paren. (space-in-parens)
(#6925) There should be no spaces inside this paren. (space-in-parens)
(#6925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6927) Unexpected tab character. (no-tabs)
(#6927) There should be no spaces inside this paren. (space-in-parens)
(#6927) There should be no spaces inside this paren. (space-in-parens)
(#6927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6929) Unexpected tab character. (no-tabs)
(#6929) There should be no spaces inside this paren. (space-in-parens)
(#6929) There should be no spaces inside this paren. (space-in-parens)
(#6929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6930) Unexpected tab character. (no-tabs)
(#6930) There should be no spaces inside this paren. (space-in-parens)
(#6930) There should be no spaces inside this paren. (space-in-parens)
(#6930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6931) Unexpected tab character. (no-tabs)
(#6931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6932) Unexpected tab character. (no-tabs)
(#6932) There should be no spaces inside this paren. (space-in-parens)
(#6932) There should be no spaces inside this paren. (space-in-parens)
(#6932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6934) Unexpected tab character. (no-tabs)
(#6934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6935) Unexpected tab character. (no-tabs)
(#6935) There should be no spaces inside this paren. (space-in-parens)
(#6935) There should be no spaces inside this paren. (space-in-parens)
(#6935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6936) Unexpected tab character. (no-tabs)
(#6936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6938) Unexpected tab character. (no-tabs)
(#6938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6939) Unexpected tab character. (no-tabs)
(#6939) There should be no spaces inside this paren. (space-in-parens)
(#6939) There should be no spaces inside this paren. (space-in-parens)
(#6939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6940) Unexpected tab character. (no-tabs)
(#6940) There should be no spaces inside this paren. (space-in-parens)
(#6940) There should be no spaces inside this paren. (space-in-parens)
(#6940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6941) Unexpected tab character. (no-tabs)
(#6941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6943) Unexpected tab character. (no-tabs)
(#6943) There should be no spaces inside this paren. (space-in-parens)
(#6943) There should be no spaces inside this paren. (space-in-parens)
(#6943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6945) Unexpected tab character. (no-tabs)
(#6945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6946) Unexpected tab character. (no-tabs)
(#6946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6947) Unexpected tab character. (no-tabs)
(#6947) There should be no spaces inside this paren. (space-in-parens)
(#6947) There should be no spaces inside this paren. (space-in-parens)
(#6947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6948) Unexpected tab character. (no-tabs)
(#6948) There should be no spaces inside this paren. (space-in-parens)
(#6948) There should be no spaces inside this paren. (space-in-parens)
(#6948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6949) Unexpected tab character. (no-tabs)
(#6949) There should be no spaces inside this paren. (space-in-parens)
(#6949) There should be no spaces inside this paren. (space-in-parens)
(#6949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6950) Unexpected tab character. (no-tabs)
(#6950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6951) Unexpected tab character. (no-tabs)
(#6951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6952) Unexpected tab character. (no-tabs)
(#6952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6954) Unexpected tab character. (no-tabs)
(#6954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6955) Unexpected tab character. (no-tabs)
(#6955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6956) Unexpected tab character. (no-tabs)
(#6956) There should be no spaces inside this paren. (space-in-parens)
(#6956) There should be no spaces inside this paren. (space-in-parens)
(#6956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6957) Unexpected tab character. (no-tabs)
(#6957) There should be no spaces inside this paren. (space-in-parens)
(#6957) There should be no spaces inside this paren. (space-in-parens)
(#6957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6958) Unexpected tab character. (no-tabs)
(#6958) There should be no spaces inside this paren. (space-in-parens)
(#6958) There should be no spaces inside this paren. (space-in-parens)
(#6958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6959) Unexpected tab character. (no-tabs)
(#6959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6960) Unexpected tab character. (no-tabs)
(#6960) There should be no spaces inside this paren. (space-in-parens)
(#6960) There should be no spaces inside this paren. (space-in-parens)
(#6960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6961) Unexpected tab character. (no-tabs)
(#6961) There should be no spaces inside this paren. (space-in-parens)
(#6961) There should be no spaces inside this paren. (space-in-parens)
(#6961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6962) Unexpected tab character. (no-tabs)
(#6962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6963) Unexpected tab character. (no-tabs)
(#6963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6965) Unexpected tab character. (no-tabs)
(#6965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6966) Unexpected tab character. (no-tabs)
(#6966) There should be no spaces inside this paren. (space-in-parens)
(#6966) There should be no spaces inside this paren. (space-in-parens)
(#6966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6968) Unexpected tab character. (no-tabs)
(#6968) There should be no spaces inside this paren. (space-in-parens)
(#6968) There should be no spaces inside this paren. (space-in-parens)
(#6968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6969) Unexpected tab character. (no-tabs)
(#6969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6970) Unexpected tab character. (no-tabs)
(#6970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6971) Unexpected tab character. (no-tabs)
(#6971) There should be no spaces inside this paren. (space-in-parens)
(#6971) There should be no spaces inside this paren. (space-in-parens)
(#6971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6972) Unexpected tab character. (no-tabs)
(#6972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6973) Unexpected tab character. (no-tabs)
(#6973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6974) Unexpected tab character. (no-tabs)
(#6974) There should be no spaces inside this paren. (space-in-parens)
(#6974) There should be no spaces inside this paren. (space-in-parens)
(#6974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6975) Unexpected tab character. (no-tabs)
(#6975) There should be no spaces inside this paren. (space-in-parens)
(#6975) There should be no spaces inside this paren. (space-in-parens)
(#6975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6976) Unexpected tab character. (no-tabs)
(#6976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6977) Unexpected tab character. (no-tabs)
(#6977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6979) Unexpected tab character. (no-tabs)
(#6979) There should be no spaces inside this paren. (space-in-parens)
(#6979) There should be no spaces inside this paren. (space-in-parens)
(#6979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6980) Unexpected tab character. (no-tabs)
(#6980) There should be no space after '['. (computed-property-spacing)
(#6980) There should be no spaces inside this paren. (space-in-parens)
(#6980) There should be no spaces inside this paren. (space-in-parens)
(#6980) There should be no space before ']'. (computed-property-spacing)
(#6980) There should be no spaces inside this paren. (space-in-parens)
(#6980) There should be no spaces inside this paren. (space-in-parens)
(#6980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6981) Unexpected tab character. (no-tabs)
(#6981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6983) Unexpected tab character. (no-tabs)
(#6983) There should be no spaces inside this paren. (space-in-parens)
(#6983) There should be no spaces inside this paren. (space-in-parens)
(#6983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6984) Unexpected tab character. (no-tabs)
(#6984) There should be no space after '['. (computed-property-spacing)
(#6984) There should be no spaces inside this paren. (space-in-parens)
(#6984) There should be no spaces inside this paren. (space-in-parens)
(#6984) There should be no space before ']'. (computed-property-spacing)
(#6984) There should be no spaces inside this paren. (space-in-parens)
(#6984) There should be no spaces inside this paren. (space-in-parens)
(#6984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6985) Unexpected tab character. (no-tabs)
(#6985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6987) Unexpected tab character. (no-tabs)
(#6987) There should be no spaces inside this paren. (space-in-parens)
(#6987) There should be no spaces inside this paren. (space-in-parens)
(#6987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6988) Unexpected tab character. (no-tabs)
(#6988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6989) Unexpected tab character. (no-tabs)
(#6989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6990) Unexpected tab character. (no-tabs)
(#6990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6991) Unexpected tab character. (no-tabs)
(#6991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6993) Unexpected tab character. (no-tabs)
(#6993) There should be no spaces inside this paren. (space-in-parens)
(#6993) There should be no spaces inside this paren. (space-in-parens)
(#6993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6994) Unexpected tab character. (no-tabs)
(#6994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6995) Unexpected tab character. (no-tabs)
(#6995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6996) Unexpected tab character. (no-tabs)
(#6996) There should be no spaces inside this paren. (space-in-parens)
(#6996) There should be no spaces inside this paren. (space-in-parens)
(#6996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6997) Unexpected tab character. (no-tabs)
(#6997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6999) Unexpected tab character. (no-tabs)
(#6999) There should be no spaces inside this paren. (space-in-parens)
(#6999) There should be no spaces inside this paren. (space-in-parens)
(#6999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7000) Unexpected tab character. (no-tabs)
(#7000) There should be no spaces inside this paren. (space-in-parens)
(#7000) There should be no spaces inside this paren. (space-in-parens)
(#7000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7001) Unexpected tab character. (no-tabs)
(#7001) There should be no spaces inside this paren. (space-in-parens)
(#7001) There should be no spaces inside this paren. (space-in-parens)
(#7001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7002) Unexpected tab character. (no-tabs)
(#7002) There should be no spaces inside this paren. (space-in-parens)
(#7002) There should be no spaces inside this paren. (space-in-parens)
(#7002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7003) Unexpected tab character. (no-tabs)
(#7003) There should be no spaces inside this paren. (space-in-parens)
(#7003) There should be no spaces inside this paren. (space-in-parens)
(#7003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7004) Unexpected tab character. (no-tabs)
(#7004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7005) Unexpected tab character. (no-tabs)
(#7005) There should be no spaces inside this paren. (space-in-parens)
(#7005) There should be no spaces inside this paren. (space-in-parens)
(#7005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7006) Unexpected tab character. (no-tabs)
(#7006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7007) Unexpected tab character. (no-tabs)
(#7007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7008) Unexpected tab character. (no-tabs)
(#7008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7009) Unexpected tab character. (no-tabs)
(#7009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7011) Unexpected tab character. (no-tabs)
(#7011) There should be no spaces inside this paren. (space-in-parens)
(#7011) There should be no spaces inside this paren. (space-in-parens)
(#7011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7012) Unexpected tab character. (no-tabs)
(#7012) There should be no spaces inside this paren. (space-in-parens)
(#7012) There should be no spaces inside this paren. (space-in-parens)
(#7012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7013) Unexpected tab character. (no-tabs)
(#7013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7015) Unexpected tab character. (no-tabs)
(#7015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7016) Unexpected tab character. (no-tabs)
(#7016) There should be no spaces inside this paren. (space-in-parens)
(#7016) There should be no spaces inside this paren. (space-in-parens)
(#7016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7017) Unexpected tab character. (no-tabs)
(#7017) There should be no spaces inside this paren. (space-in-parens)
(#7017) There should be no spaces inside this paren. (space-in-parens)
(#7017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7018) Unexpected tab character. (no-tabs)
(#7018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7019) Unexpected tab character. (no-tabs)
(#7019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7021) Unexpected tab character. (no-tabs)
(#7021) There should be no spaces inside this paren. (space-in-parens)
(#7021) There should be no spaces inside this paren. (space-in-parens)
(#7021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7022) Unexpected tab character. (no-tabs)
(#7022) There should be no spaces inside this paren. (space-in-parens)
(#7022) There should be no spaces inside this paren. (space-in-parens)
(#7022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7023) Unexpected tab character. (no-tabs)
(#7023) There should be no spaces inside this paren. (space-in-parens)
(#7023) There should be no spaces inside this paren. (space-in-parens)
(#7023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7024) Unexpected tab character. (no-tabs)
(#7024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7026) Unexpected tab character. (no-tabs)
(#7026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7027) Unexpected tab character. (no-tabs)
(#7027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7028) Unexpected tab character. (no-tabs)
(#7028) There should be no spaces inside this paren. (space-in-parens)
(#7028) There should be no spaces inside this paren. (space-in-parens)
(#7028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7029) Unexpected tab character. (no-tabs)
(#7029) There should be no spaces inside this paren. (space-in-parens)
(#7029) There should be no spaces inside this paren. (space-in-parens)
(#7029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7030) Unexpected tab character. (no-tabs)
(#7030) There should be no spaces inside this paren. (space-in-parens)
(#7030) There should be no spaces inside this paren. (space-in-parens)
(#7030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7031) Unexpected tab character. (no-tabs)
(#7031) There should be no spaces inside this paren. (space-in-parens)
(#7031) There should be no spaces inside this paren. (space-in-parens)
(#7031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7032) Unexpected tab character. (no-tabs)
(#7032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7033) Unexpected tab character. (no-tabs)
(#7033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7034) Unexpected tab character. (no-tabs)
(#7034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7036) Unexpected tab character. (no-tabs)
(#7036) There should be no spaces inside this paren. (space-in-parens)
(#7036) There should be no spaces inside this paren. (space-in-parens)
(#7036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7038) Unexpected tab character. (no-tabs)
(#7038) There should be no spaces inside this paren. (space-in-parens)
(#7038) There should be no spaces inside this paren. (space-in-parens)
(#7038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7039) Unexpected tab character. (no-tabs)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7040) Unexpected tab character. (no-tabs)
(#7040) There should be no space after '['. (computed-property-spacing)
(#7040) There should be no space before ']'. (computed-property-spacing)
(#7040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7041) Unexpected tab character. (no-tabs)
(#7041) There should be no spaces inside this paren. (space-in-parens)
(#7041) There should be no spaces inside this paren. (space-in-parens)
(#7041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7042) Unexpected tab character. (no-tabs)
(#7042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7043) Unexpected tab character. (no-tabs)
(#7043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7044) Unexpected tab character. (no-tabs)
(#7044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7045) Unexpected tab character. (no-tabs)
(#7045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7047) Unexpected tab character. (no-tabs)
(#7047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7049) Unexpected tab character. (no-tabs)
(#7049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7050) Unexpected tab character. (no-tabs)
(#7050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7051) Unexpected tab character. (no-tabs)
(#7051) There should be no spaces inside this paren. (space-in-parens)
(#7051) There should be no spaces inside this paren. (space-in-parens)
(#7051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7052) Unexpected tab character. (no-tabs)
(#7052) There should be no space after '['. (computed-property-spacing)
(#7052) There should be no space before ']'. (computed-property-spacing)
(#7052) There should be no spaces inside this paren. (space-in-parens)
(#7052) There should be no spaces inside this paren. (space-in-parens)
(#7052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7054) Unexpected tab character. (no-tabs)
(#7054) There should be no spaces inside this paren. (space-in-parens)
(#7054) There should be no spaces inside this paren. (space-in-parens)
(#7054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7055) Unexpected tab character. (no-tabs)
(#7055) There should be no spaces inside this paren. (space-in-parens)
(#7055) There should be no space after '{'. (object-curly-spacing)
(#7055) There should be no space before '}'. (object-curly-spacing)
(#7055) There should be no spaces inside this paren. (space-in-parens)
(#7055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7056) Unexpected tab character. (no-tabs)
(#7056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7058) Unexpected tab character. (no-tabs)
(#7058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7059) Unexpected tab character. (no-tabs)
(#7059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7060) There should be no spaces inside this paren. (space-in-parens)
(#7060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7063) There should be no spaces inside this paren. (space-in-parens)
(#7063) There should be no spaces inside this paren. (space-in-parens)
(#7063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7065) Unexpected tab character. (no-tabs)
(#7065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7066) Unexpected tab character. (no-tabs)
(#7066) There should be no spaces inside this paren. (space-in-parens)
(#7066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7067) Unexpected tab character. (no-tabs)
(#7067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7068) Unexpected tab character. (no-tabs)
(#7068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7069) Unexpected tab character. (no-tabs)
(#7069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7070) Unexpected tab character. (no-tabs)
(#7070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7071) Unexpected tab character. (no-tabs)
(#7071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7072) Unexpected tab character. (no-tabs)
(#7072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7073) Unexpected tab character. (no-tabs)
(#7073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7075) Unexpected tab character. (no-tabs)
(#7075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7076) Unexpected tab character. (no-tabs)
(#7076) There should be no spaces inside this paren. (space-in-parens)
(#7076) There should be no spaces inside this paren. (space-in-parens)
(#7076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7077) Unexpected tab character. (no-tabs)
(#7077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7078) Unexpected tab character. (no-tabs)
(#7078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7079) Unexpected tab character. (no-tabs)
(#7079) There should be no spaces inside this paren. (space-in-parens)
(#7079) There should be no spaces inside this paren. (space-in-parens)
(#7079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7080) Unexpected tab character. (no-tabs)
(#7080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7081) Unexpected tab character. (no-tabs)
(#7081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7082) Unexpected tab character. (no-tabs)
(#7082) There should be no spaces inside this paren. (space-in-parens)
(#7082) There should be no spaces inside this paren. (space-in-parens)
(#7082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7083) Unexpected tab character. (no-tabs)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7084) Unexpected tab character. (no-tabs)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7085) Unexpected tab character. (no-tabs)
(#7085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7086) Unexpected tab character. (no-tabs)
(#7086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7087) Unexpected tab character. (no-tabs)
(#7087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7088) Unexpected tab character. (no-tabs)
(#7088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7089) Unexpected tab character. (no-tabs)
(#7089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7090) Unexpected tab character. (no-tabs)
(#7090) There should be no spaces inside this paren. (space-in-parens)
(#7090) There should be no spaces inside this paren. (space-in-parens)
(#7090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7091) Unexpected tab character. (no-tabs)
(#7091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7092) Unexpected tab character. (no-tabs)
(#7092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7093) Unexpected tab character. (no-tabs)
(#7093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7094) Unexpected tab character. (no-tabs)
(#7094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7096) Unexpected tab character. (no-tabs)
(#7096) There should be no spaces inside this paren. (space-in-parens)
(#7096) There should be no spaces inside this paren. (space-in-parens)
(#7096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7097) Unexpected tab character. (no-tabs)
(#7097) There should be no spaces inside this paren. (space-in-parens)
(#7097) There should be no spaces inside this paren. (space-in-parens)
(#7097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7098) Unexpected tab character. (no-tabs)
(#7098) There should be no spaces inside this paren. (space-in-parens)
(#7098) There should be no spaces inside this paren. (space-in-parens)
(#7098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7099) Unexpected tab character. (no-tabs)
(#7099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7100) Unexpected tab character. (no-tabs)
(#7100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7101) Unexpected tab character. (no-tabs)
(#7101) There should be no spaces inside this paren. (space-in-parens)
(#7101) There should be no spaces inside this paren. (space-in-parens)
(#7101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7102) Unexpected tab character. (no-tabs)
(#7102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7103) Unexpected tab character. (no-tabs)
(#7103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7104) Unexpected tab character. (no-tabs)
(#7104) There should be no spaces inside this paren. (space-in-parens)
(#7104) There should be no spaces inside this paren. (space-in-parens)
(#7104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7105) Unexpected tab character. (no-tabs)
(#7105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7106) Unexpected tab character. (no-tabs)
(#7106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7107) Unexpected tab character. (no-tabs)
(#7107) There should be no spaces inside this paren. (space-in-parens)
(#7107) There should be no spaces inside this paren. (space-in-parens)
(#7107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7108) Unexpected tab character. (no-tabs)
(#7108) There should be no spaces inside this paren. (space-in-parens)
(#7108) There should be no spaces inside this paren. (space-in-parens)
(#7108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7109) Unexpected tab character. (no-tabs)
(#7109) There should be no spaces inside this paren. (space-in-parens)
(#7109) There should be no spaces inside this paren. (space-in-parens)
(#7109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7110) Unexpected tab character. (no-tabs)
(#7110) There should be no spaces inside this paren. (space-in-parens)
(#7110) There should be no spaces inside this paren. (space-in-parens)
(#7110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7111) Unexpected tab character. (no-tabs)
(#7111) There should be no spaces inside this paren. (space-in-parens)
(#7111) There should be no spaces inside this paren. (space-in-parens)
(#7111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7112) Unexpected tab character. (no-tabs)
(#7112) There should be no spaces inside this paren. (space-in-parens)
(#7112) There should be no spaces inside this paren. (space-in-parens)
(#7112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7113) Unexpected tab character. (no-tabs)
(#7113) There should be no spaces inside this paren. (space-in-parens)
(#7113) There should be no spaces inside this paren. (space-in-parens)
(#7113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7114) Unexpected tab character. (no-tabs)
(#7114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7115) Unexpected tab character. (no-tabs)
(#7115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7116) Unexpected tab character. (no-tabs)
(#7116) There should be no spaces inside this paren. (space-in-parens)
(#7116) There should be no spaces inside this paren. (space-in-parens)
(#7116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7117) Unexpected tab character. (no-tabs)
(#7117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7118) Unexpected tab character. (no-tabs)
(#7118) There should be no spaces inside this paren. (space-in-parens)
(#7118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7120) Unexpected tab character. (no-tabs)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7121) Unexpected tab character. (no-tabs)
(#7121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7122) Unexpected tab character. (no-tabs)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7122) There should be no space after '['. (computed-property-spacing)
(#7122) There should be no space before ']'. (computed-property-spacing)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7123) Unexpected tab character. (no-tabs)
(#7123) There should be no spaces inside this paren. (space-in-parens)
(#7123) There should be no space after '['. (computed-property-spacing)
(#7123) There should be no space before ']'. (computed-property-spacing)
(#7123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7124) Unexpected tab character. (no-tabs)
(#7124) There should be no spaces inside this paren. (space-in-parens)
(#7124) There should be no spaces inside this paren. (space-in-parens)
(#7124) There should be no spaces inside this paren. (space-in-parens)
(#7124) There should be no spaces inside this paren. (space-in-parens)
(#7124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7125) Unexpected tab character. (no-tabs)
(#7125) There should be no spaces inside this paren. (space-in-parens)
(#7125) There should be no spaces inside this paren. (space-in-parens)
(#7125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7126) Unexpected tab character. (no-tabs)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7127) Unexpected tab character. (no-tabs)
(#7127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7128) Unexpected tab character. (no-tabs)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7129) Unexpected tab character. (no-tabs)
(#7129) There should be no spaces inside this paren. (space-in-parens)
(#7129) There should be no spaces inside this paren. (space-in-parens)
(#7129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7130) Unexpected tab character. (no-tabs)
(#7130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7131) Unexpected tab character. (no-tabs)
(#7131) There should be no spaces inside this paren. (space-in-parens)
(#7131) There should be no spaces inside this paren. (space-in-parens)
(#7131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7132) Unexpected tab character. (no-tabs)
(#7132) There should be no spaces inside this paren. (space-in-parens)
(#7132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7133) Unexpected tab character. (no-tabs)
(#7133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7134) Unexpected tab character. (no-tabs)
(#7134) There should be no spaces inside this paren. (space-in-parens)
(#7134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7135) Unexpected tab character. (no-tabs)
(#7135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7136) Unexpected tab character. (no-tabs)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7137) Unexpected tab character. (no-tabs)
(#7137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7138) Unexpected tab character. (no-tabs)
(#7138) There should be no spaces inside this paren. (space-in-parens)
(#7138) There should be no spaces inside this paren. (space-in-parens)
(#7138) There should be no spaces inside this paren. (space-in-parens)
(#7138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7140) Unexpected tab character. (no-tabs)
(#7140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7141) Unexpected tab character. (no-tabs)
(#7141) There should be no spaces inside this paren. (space-in-parens)
(#7141) There should be no spaces inside this paren. (space-in-parens)
(#7141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7142) Unexpected tab character. (no-tabs)
(#7142) There should be no spaces inside this paren. (space-in-parens)
(#7142) There should be no spaces inside this paren. (space-in-parens)
(#7142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7143) Unexpected tab character. (no-tabs)
(#7143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7144) Unexpected tab character. (no-tabs)
(#7144) There should be no spaces inside this paren. (space-in-parens)
(#7144) There should be no space after '['. (computed-property-spacing)
(#7144) There should be no space before ']'. (computed-property-spacing)
(#7144) There should be no space after '['. (computed-property-spacing)
(#7144) There should be no space before ']'. (computed-property-spacing)
(#7144) There should be no space after '['. (computed-property-spacing)
(#7144) There should be no space before ']'. (computed-property-spacing)
(#7144) There should be no spaces inside this paren. (space-in-parens)
(#7144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7145) Unexpected tab character. (no-tabs)
(#7145) unnecessary '.apply()'. (no-useless-call)
(#7145) There should be no spaces inside this paren. (space-in-parens)
(#7145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7146) Unexpected tab character. (no-tabs)
(#7146) There should be no space after '['. (array-bracket-spacing)
(#7146) There should be no space after '['. (computed-property-spacing)
(#7146) There should be no space before ']'. (computed-property-spacing)
(#7146) There should be no space after '['. (computed-property-spacing)
(#7146) There should be no space before ']'. (computed-property-spacing)
(#7146) There should be no space before ']'. (array-bracket-spacing)
(#7146) There should be no spaces inside this paren. (space-in-parens)
(#7146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7147) Unexpected tab character. (no-tabs)
(#7147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7148) Unexpected tab character. (no-tabs)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no space after '['. (computed-property-spacing)
(#7148) There should be no space before ']'. (computed-property-spacing)
(#7148) There should be no space after '['. (computed-property-spacing)
(#7148) There should be no space before ']'. (computed-property-spacing)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7149) Unexpected tab character. (no-tabs)
(#7149) unnecessary '.apply()'. (no-useless-call)
(#7149) There should be no spaces inside this paren. (space-in-parens)
(#7149) There should be no space after '['. (array-bracket-spacing)
(#7149) There should be no space after '['. (computed-property-spacing)
(#7149) There should be no space before ']'. (computed-property-spacing)
(#7149) There should be no space before ']'. (array-bracket-spacing)
(#7149) There should be no spaces inside this paren. (space-in-parens)
(#7149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7150) Unexpected tab character. (no-tabs)
(#7150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7151) Unexpected tab character. (no-tabs)
(#7151) There should be no spaces inside this paren. (space-in-parens)
(#7151) There should be no space after '['. (computed-property-spacing)
(#7151) There should be no space before ']'. (computed-property-spacing)
(#7151) There should be no space after '['. (computed-property-spacing)
(#7151) There should be no space before ']'. (computed-property-spacing)
(#7151) There should be no spaces inside this paren. (space-in-parens)
(#7151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7152) Unexpected tab character. (no-tabs)
(#7152) There should be no space after '['. (computed-property-spacing)
(#7152) There should be no space before ']'. (computed-property-spacing)
(#7152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7153) Unexpected tab character. (no-tabs)
(#7153) There should be no space after '['. (computed-property-spacing)
(#7153) There should be no space before ']'. (computed-property-spacing)
(#7153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7154) Unexpected tab character. (no-tabs)
(#7154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7155) Unexpected tab character. (no-tabs)
(#7155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7156) Unexpected tab character. (no-tabs)
(#7156) There should be no spaces inside this paren. (space-in-parens)
(#7156) There should be no spaces inside this paren. (space-in-parens)
(#7156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7157) Unexpected tab character. (no-tabs)
(#7157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7160) 'widgetsButton' is assigned a value but never used. (no-unused-vars)
(#7160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7165) Expected space or tab after '/*' in comment. (spaced-comment)
(#7165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7174) Expected space or tab after '//' in comment. (spaced-comment)
(#7174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7175) Expected space or tab after '//' in comment. (spaced-comment)
(#7175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7176) Expected space or tab after '//' in comment. (spaced-comment)
(#7176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7177) Expected space or tab after '//' in comment. (spaced-comment)
(#7177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7178) Expected space or tab after '//' in comment. (spaced-comment)
(#7178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7179) Expected space or tab after '//' in comment. (spaced-comment)
(#7179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7180) Expected space or tab after '//' in comment. (spaced-comment)
(#7180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7181) Expected space or tab after '//' in comment. (spaced-comment)
(#7181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7182) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7185) There should be no spaces inside this paren. (space-in-parens)
(#7185) There should be no space after '{'. (object-curly-spacing)
(#7185) There should be no space after '{'. (object-curly-spacing)
(#7185) There should be no space before '}'. (object-curly-spacing)
(#7185) There should be no space before '}'. (object-curly-spacing)
(#7185) There should be no spaces inside this paren. (space-in-parens)
(#7185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7187) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#7187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7189) Missing JSDoc comment. (require-jsdoc)
(#7189) Identifier 'datepicker_getZindex' is not in camel case. (camelcase)
(#7189) There should be no spaces inside this paren. (space-in-parens)
(#7189) There should be no spaces inside this paren. (space-in-parens)
(#7189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7190) Unexpected tab character. (no-tabs)
(#7190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7191) Unexpected tab character. (no-tabs)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no space after '['. (computed-property-spacing)
(#7191) There should be no space before ']'. (computed-property-spacing)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7193) Unexpected tab character. (no-tabs)
(#7193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7194) Unexpected tab character. (no-tabs)
(#7194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7195) Unexpected tab character. (no-tabs)
(#7195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7196) Unexpected tab character. (no-tabs)
(#7196) There should be no spaces inside this paren. (space-in-parens)
(#7196) There should be no spaces inside this paren. (space-in-parens)
(#7196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7197) Unexpected tab character. (no-tabs)
(#7197) There should be no spaces inside this paren. (space-in-parens)
(#7197) There should be no spaces inside this paren. (space-in-parens)
(#7197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7199) Unexpected tab character. (no-tabs)
(#7199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7200) Unexpected tab character. (no-tabs)
(#7200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7201) Unexpected tab character. (no-tabs)
(#7201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7202) Unexpected tab character. (no-tabs)
(#7202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7203) Unexpected tab character. (no-tabs)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7204) Unexpected tab character. (no-tabs)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7205) Unexpected tab character. (no-tabs)
(#7205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7206) Unexpected tab character. (no-tabs)
(#7206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7207) Unexpected tab character. (no-tabs)
(#7207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7208) Unexpected tab character. (no-tabs)
(#7208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7209) Unexpected tab character. (no-tabs)
(#7209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7211) Unexpected tab character. (no-tabs)
(#7211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7218) Missing JSDoc comment. (require-jsdoc)
(#7218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7219) Unexpected tab character. (no-tabs)
(#7219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7220) Unexpected tab character. (no-tabs)
(#7220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7221) Unexpected tab character. (no-tabs)
(#7221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7222) Unexpected tab character. (no-tabs)
(#7222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7223) Unexpected tab character. (no-tabs)
(#7223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7224) Unexpected tab character. (no-tabs)
(#7224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7225) Unexpected tab character. (no-tabs)
(#7225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7226) Unexpected tab character. (no-tabs)
(#7226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7227) Unexpected tab character. (no-tabs)
(#7227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7228) Unexpected tab character. (no-tabs)
(#7228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7229) Unexpected tab character. (no-tabs)
(#7229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7230) Unexpected tab character. (no-tabs)
(#7230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7231) Unexpected tab character. (no-tabs)
(#7231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7232) Unexpected tab character. (no-tabs)
(#7232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7233) Unexpected tab character. (no-tabs)
(#7233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7234) Unexpected tab character. (no-tabs)
(#7234) There should be no space after '['. (computed-property-spacing)
(#7234) There should be no space before ']'. (computed-property-spacing)
(#7234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7235) Unexpected tab character. (no-tabs)
(#7235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7236) Unexpected tab character. (no-tabs)
(#7236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7237) Unexpected tab character. (no-tabs)
(#7237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7238) Unexpected tab character. (no-tabs)
(#7238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7239) Unexpected tab character. (no-tabs)
(#7239) There should be no space after '['. (array-bracket-spacing)
(#7239) A space is required after ','. (comma-spacing)
(#7239) A space is required after ','. (comma-spacing)
(#7239) A space is required after ','. (comma-spacing)
(#7239) A space is required after ','. (comma-spacing)
(#7239) A space is required after ','. (comma-spacing)
(#7239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7240) Unexpected tab character. (no-tabs)
(#7240) A space is required after ','. (comma-spacing)
(#7240) A space is required after ','. (comma-spacing)
(#7240) A space is required after ','. (comma-spacing)
(#7240) A space is required after ','. (comma-spacing)
(#7240) A space is required after ','. (comma-spacing)
(#7240) There should be no space before ']'. (array-bracket-spacing)
(#7240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7241) Unexpected tab character. (no-tabs)
(#7241) There should be no space after '['. (array-bracket-spacing)
(#7241) There should be no space before ']'. (array-bracket-spacing)
(#7241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7242) Unexpected tab character. (no-tabs)
(#7242) There should be no space after '['. (array-bracket-spacing)
(#7242) There should be no space before ']'. (array-bracket-spacing)
(#7242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7243) Unexpected tab character. (no-tabs)
(#7243) There should be no space after '['. (array-bracket-spacing)
(#7243) There should be no space before ']'. (array-bracket-spacing)
(#7243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7244) Unexpected tab character. (no-tabs)
(#7244) There should be no space after '['. (array-bracket-spacing)
(#7244) A space is required after ','. (comma-spacing)
(#7244) A space is required after ','. (comma-spacing)
(#7244) A space is required after ','. (comma-spacing)
(#7244) A space is required after ','. (comma-spacing)
(#7244) A space is required after ','. (comma-spacing)
(#7244) A space is required after ','. (comma-spacing)
(#7244) There should be no space before ']'. (array-bracket-spacing)
(#7244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7245) Unexpected tab character. (no-tabs)
(#7245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7246) Unexpected tab character. (no-tabs)
(#7246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7247) Unexpected tab character. (no-tabs)
(#7247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7248) Unexpected tab character. (no-tabs)
(#7248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7249) Unexpected tab character. (no-tabs)
(#7249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7250) Unexpected tab character. (no-tabs)
(#7250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7251) Unexpected tab character. (no-tabs)
(#7251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7252) Unexpected tab character. (no-tabs)
(#7252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7253) Unexpected tab character. (no-tabs)
(#7253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7254) Unexpected tab character. (no-tabs)
(#7254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7255) Unexpected tab character. (no-tabs)
(#7255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7256) Unexpected tab character. (no-tabs)
(#7256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7257) Unexpected tab character. (no-tabs)
(#7257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7258) Unexpected tab character. (no-tabs)
(#7258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7259) Unexpected tab character. (no-tabs)
(#7259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7260) Unexpected tab character. (no-tabs)
(#7260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7261) Unexpected tab character. (no-tabs)
(#7261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7262) Unexpected tab character. (no-tabs)
(#7262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7263) Unexpected tab character. (no-tabs)
(#7263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7264) Unexpected tab character. (no-tabs)
(#7264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7265) Unexpected tab character. (no-tabs)
(#7265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7266) Unexpected tab character. (no-tabs)
(#7266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7267) Unexpected tab character. (no-tabs)
(#7267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7268) Unexpected tab character. (no-tabs)
(#7268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7269) Unexpected tab character. (no-tabs)
(#7269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7270) Unexpected tab character. (no-tabs)
(#7270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7271) Unexpected tab character. (no-tabs)
(#7271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7272) Unexpected tab character. (no-tabs)
(#7272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7273) Unexpected tab character. (no-tabs)
(#7273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7274) Unexpected tab character. (no-tabs)
(#7274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7275) Unexpected tab character. (no-tabs)
(#7275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7276) Unexpected tab character. (no-tabs)
(#7276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7277) Unexpected tab character. (no-tabs)
(#7277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7278) Unexpected tab character. (no-tabs)
(#7278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7279) Unexpected tab character. (no-tabs)
(#7279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7280) Unexpected tab character. (no-tabs)
(#7280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7281) Unexpected tab character. (no-tabs)
(#7281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7282) Unexpected tab character. (no-tabs)
(#7282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7283) Unexpected tab character. (no-tabs)
(#7283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7284) Unexpected tab character. (no-tabs)
(#7284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7285) Unexpected tab character. (no-tabs)
(#7285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7286) Unexpected tab character. (no-tabs)
(#7286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7287) Unexpected tab character. (no-tabs)
(#7287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7288) Unexpected tab character. (no-tabs)
(#7288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7289) Unexpected tab character. (no-tabs)
(#7289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7290) Unexpected tab character. (no-tabs)
(#7290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7291) Unexpected tab character. (no-tabs)
(#7291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7292) Unexpected tab character. (no-tabs)
(#7292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7293) Unexpected tab character. (no-tabs)
(#7293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7294) Unexpected tab character. (no-tabs)
(#7294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7295) Unexpected tab character. (no-tabs)
(#7295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7296) Unexpected tab character. (no-tabs)
(#7296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7297) Unexpected tab character. (no-tabs)
(#7297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7298) Unexpected tab character. (no-tabs)
(#7298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7299) Unexpected tab character. (no-tabs)
(#7299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7300) Unexpected tab character. (no-tabs)
(#7300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7301) Unexpected tab character. (no-tabs)
(#7301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7302) Unexpected tab character. (no-tabs)
(#7302) There should be no spaces inside this paren. (space-in-parens)
(#7302) There should be no space after '['. (computed-property-spacing)
(#7302) There should be no space before ']'. (computed-property-spacing)
(#7302) There should be no spaces inside this paren. (space-in-parens)
(#7302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7303) Unexpected tab character. (no-tabs)
(#7303) There should be no spaces inside this paren. (space-in-parens)
(#7303) There should be no space after '['. (computed-property-spacing)
(#7303) There should be no space before ']'. (computed-property-spacing)
(#7303) There should be no spaces inside this paren. (space-in-parens)
(#7303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7304) Unexpected tab character. (no-tabs)
(#7304) There should be no space after '['. (computed-property-spacing)
(#7304) There should be no space before ']'. (computed-property-spacing)
(#7304) There should be no spaces inside this paren. (space-in-parens)
(#7304) There should be no spaces inside this paren. (space-in-parens)
(#7304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7305) Line 7305 exceeds the maximum line length of 132. (max-len)
(#7305) Unexpected tab character. (no-tabs)
(#7305) There should be no spaces inside this paren. (space-in-parens)
(#7305) There should be no spaces inside this paren. (space-in-parens)
(#7305) There should be no spaces inside this paren. (space-in-parens)
(#7305) There should be no spaces inside this paren. (space-in-parens)
(#7305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7308) There should be no spaces inside this paren. (space-in-parens)
(#7308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7309) Unexpected tab character. (no-tabs)
(#7309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7310) Unexpected tab character. (no-tabs)
(#7310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7312) Expected space or tab after '//' in comment. (spaced-comment)
(#7312) Unexpected tab character. (no-tabs)
(#7312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7313) Unexpected tab character. (no-tabs)
(#7313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7315) Unexpected tab character. (no-tabs)
(#7315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7316) Unexpected tab character. (no-tabs)
(#7316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7317) Unexpected tab character. (no-tabs)
(#7317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7318) Unexpected tab character. (no-tabs)
(#7318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7320) Unexpected tab character. (no-tabs)
(#7320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7321) Unexpected tab character. (no-tabs)
(#7321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7322) Unexpected tab character. (no-tabs)
(#7322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7323) Unexpected tab character. (no-tabs)
(#7323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7324) Unexpected tab character. (no-tabs)
(#7324) There should be no spaces inside this paren. (space-in-parens)
(#7324) There should be no spaces inside this paren. (space-in-parens)
(#7324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7325) Unexpected tab character. (no-tabs)
(#7325) There should be no spaces inside this paren. (space-in-parens)
(#7325) There should be no spaces inside this paren. (space-in-parens)
(#7325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7326) Unexpected tab character. (no-tabs)
(#7326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7327) Unexpected tab character. (no-tabs)
(#7327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7329) Unexpected tab character. (no-tabs)
(#7329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7330) Unexpected tab character. (no-tabs)
(#7330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7331) Unexpected tab character. (no-tabs)
(#7331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7332) Unexpected tab character. (no-tabs)
(#7332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7333) Unexpected tab character. (no-tabs)
(#7333) There should be no spaces inside this paren. (space-in-parens)
(#7333) There should be no spaces inside this paren. (space-in-parens)
(#7333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7334) Unexpected tab character. (no-tabs)
(#7334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7335) Unexpected tab character. (no-tabs)
(#7335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7336) Unexpected tab character. (no-tabs)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7337) Unexpected tab character. (no-tabs)
(#7337) There should be no spaces inside this paren. (space-in-parens)
(#7337) There should be no spaces inside this paren. (space-in-parens)
(#7337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7338) Unexpected tab character. (no-tabs)
(#7338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7339) Unexpected tab character. (no-tabs)
(#7339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7340) Unexpected tab character. (no-tabs)
(#7340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7341) Unexpected tab character. (no-tabs)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7342) Unexpected tab character. (no-tabs)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7343) Unexpected tab character. (no-tabs)
(#7343) There should be no spaces inside this paren. (space-in-parens)
(#7343) There should be no spaces inside this paren. (space-in-parens)
(#7343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7344) Unexpected tab character. (no-tabs)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7345) Unexpected tab character. (no-tabs)
(#7345) There should be no spaces inside this paren. (space-in-parens)
(#7345) There should be no spaces inside this paren. (space-in-parens)
(#7345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7346) Unexpected tab character. (no-tabs)
(#7346) There should be no spaces inside this paren. (space-in-parens)
(#7346) There should be no spaces inside this paren. (space-in-parens)
(#7346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7347) Unexpected tab character. (no-tabs)
(#7347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7348) Unexpected tab character. (no-tabs)
(#7348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7350) Unexpected tab character. (no-tabs)
(#7350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7351) Unexpected tab character. (no-tabs)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7352) Unexpected tab character. (no-tabs)
(#7352) There should be no space after '['. (computed-property-spacing)
(#7352) There should be no space before ']'. (computed-property-spacing)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) Unnecessary escape character: \-. (no-useless-escape)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) Comments should not begin with a lowercase character (capitalized-comments)
(#7352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7353) Unexpected tab character. (no-tabs)
(#7353) There should be no space after '{'. (object-curly-spacing)
(#7353) Comments should not begin with a lowercase character (capitalized-comments)
(#7353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7354) Unexpected tab character. (no-tabs)
(#7354) Comments should not begin with a lowercase character (capitalized-comments)
(#7354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7355) Unexpected tab character. (no-tabs)
(#7355) Comments should not begin with a lowercase character (capitalized-comments)
(#7355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7356) Unexpected tab character. (no-tabs)
(#7356) Comments should not begin with a lowercase character (capitalized-comments)
(#7356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7357) Unexpected tab character. (no-tabs)
(#7357) There should be no spaces inside this paren. (space-in-parens)
(#7357) Comments should not begin with a lowercase character (capitalized-comments)
(#7357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7358) Line 7358 exceeds the maximum line length of 132. (max-len)
(#7358) Unexpected tab character. (no-tabs)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no space before '}'. (object-curly-spacing)
(#7358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7359) Unexpected tab character. (no-tabs)
(#7359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7361) Unexpected tab character. (no-tabs)
(#7361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7362) Unexpected tab character. (no-tabs)
(#7362) There should be no spaces inside this paren. (space-in-parens)
(#7362) There should be no spaces inside this paren. (space-in-parens)
(#7362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7363) Unexpected tab character. (no-tabs)
(#7363) There should be no spaces inside this paren. (space-in-parens)
(#7363) There should be no spaces inside this paren. (space-in-parens)
(#7363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7364) Unexpected tab character. (no-tabs)
(#7364) There should be no spaces inside this paren. (space-in-parens)
(#7364) There should be no spaces inside this paren. (space-in-parens)
(#7364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7365) Unexpected tab character. (no-tabs)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7366) Unexpected tab character. (no-tabs)
(#7366) There should be no spaces inside this paren. (space-in-parens)
(#7366) There should be no spaces inside this paren. (space-in-parens)
(#7366) There should be no spaces inside this paren. (space-in-parens)
(#7366) There should be no spaces inside this paren. (space-in-parens)
(#7366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7367) Unexpected tab character. (no-tabs)
(#7367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7368) Unexpected tab character. (no-tabs)
(#7368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7369) Unexpected tab character. (no-tabs)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7370) Unexpected tab character. (no-tabs)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7371) Unexpected tab character. (no-tabs)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7372) Unexpected tab character. (no-tabs)
(#7372) There should be no spaces inside this paren. (space-in-parens)
(#7372) There should be no spaces inside this paren. (space-in-parens)
(#7372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7373) Unexpected tab character. (no-tabs)
(#7373) There should be no spaces inside this paren. (space-in-parens)
(#7373) There should be no spaces inside this paren. (space-in-parens)
(#7373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7375) Unexpected tab character. (no-tabs)
(#7375) Expected space or tab after '//' in comment. (spaced-comment)
(#7375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7376) Unexpected tab character. (no-tabs)
(#7376) There should be no spaces inside this paren. (space-in-parens)
(#7376) There should be no spaces inside this paren. (space-in-parens)
(#7376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7377) Unexpected tab character. (no-tabs)
(#7377) There should be no spaces inside this paren. (space-in-parens)
(#7377) There should be no spaces inside this paren. (space-in-parens)
(#7377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7378) Unexpected tab character. (no-tabs)
(#7378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7379) Unexpected tab character. (no-tabs)
(#7379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7381) Unexpected tab character. (no-tabs)
(#7381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7382) Unexpected tab character. (no-tabs)
(#7382) There should be no spaces inside this paren. (space-in-parens)
(#7382) There should be no spaces inside this paren. (space-in-parens)
(#7382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7383) Unexpected tab character. (no-tabs)
(#7383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7384) Unexpected tab character. (no-tabs)
(#7384) There should be no spaces inside this paren. (space-in-parens)
(#7384) There should be no spaces inside this paren. (space-in-parens)
(#7384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7385) Unexpected tab character. (no-tabs)
(#7385) There should be no spaces inside this paren. (space-in-parens)
(#7385) There should be no spaces inside this paren. (space-in-parens)
(#7385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7387) Unexpected tab character. (no-tabs)
(#7387) There should be no spaces inside this paren. (space-in-parens)
(#7387) There should be no spaces inside this paren. (space-in-parens)
(#7387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7388) Unexpected tab character. (no-tabs)
(#7388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7389) Unexpected tab character. (no-tabs)
(#7389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7390) Unexpected tab character. (no-tabs)
(#7390) There should be no spaces inside this paren. (space-in-parens)
(#7390) There should be no spaces inside this paren. (space-in-parens)
(#7390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7391) Unexpected tab character. (no-tabs)
(#7391) There should be no spaces inside this paren. (space-in-parens)
(#7391) There should be no spaces inside this paren. (space-in-parens)
(#7391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7392) Unexpected tab character. (no-tabs)
(#7392) There should be no space after '['. (computed-property-spacing)
(#7392) There should be no space before ']'. (computed-property-spacing)
(#7392) There should be no spaces inside this paren. (space-in-parens)
(#7392) There should be no spaces inside this paren. (space-in-parens)
(#7392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7393) Unexpected tab character. (no-tabs)
(#7393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7395) Unexpected tab character. (no-tabs)
(#7395) There should be no spaces inside this paren. (space-in-parens)
(#7395) There should be no spaces inside this paren. (space-in-parens)
(#7395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7397) Unexpected tab character. (no-tabs)
(#7397) There should be no spaces inside this paren. (space-in-parens)
(#7397) There should be no spaces inside this paren. (space-in-parens)
(#7397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7398) Unexpected tab character. (no-tabs)
(#7398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7399) Unexpected tab character. (no-tabs)
(#7399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7401) Unexpected tab character. (no-tabs)
(#7401) There should be no spaces inside this paren. (space-in-parens)
(#7401) There should be no spaces inside this paren. (space-in-parens)
(#7401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7402) Unexpected tab character. (no-tabs)
(#7402) There should be no spaces inside this paren. (space-in-parens)
(#7402) There should be no spaces inside this paren. (space-in-parens)
(#7402) Comments should not begin with a lowercase character (capitalized-comments)
(#7402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7403) Unexpected tab character. (no-tabs)
(#7403) There should be no spaces inside this paren. (space-in-parens)
(#7403) There should be no spaces inside this paren. (space-in-parens)
(#7403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7404) Unexpected tab character. (no-tabs)
(#7404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7405) Unexpected tab character. (no-tabs)
(#7405) There should be no spaces inside this paren. (space-in-parens)
(#7405) There should be no spaces inside this paren. (space-in-parens)
(#7405) Comments should not begin with a lowercase character (capitalized-comments)
(#7405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7406) Unexpected tab character. (no-tabs)
(#7406) There should be no spaces inside this paren. (space-in-parens)
(#7406) There should be no spaces inside this paren. (space-in-parens)
(#7406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7407) Unexpected tab character. (no-tabs)
(#7407) There should be no spaces inside this paren. (space-in-parens)
(#7407) There should be no spaces inside this paren. (space-in-parens)
(#7407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7408) Unexpected tab character. (no-tabs)
(#7408) There should be no spaces inside this paren. (space-in-parens)
(#7408) There should be no spaces inside this paren. (space-in-parens)
(#7408) There should be no spaces inside this paren. (space-in-parens)
(#7408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7409) Unexpected tab character. (no-tabs)
(#7409) There should be no spaces inside this paren. (space-in-parens)
(#7409) There should be no spaces inside this paren. (space-in-parens)
(#7409) There should be no spaces inside this paren. (space-in-parens)
(#7409) There should be no spaces inside this paren. (space-in-parens)
(#7409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7410) Unexpected tab character. (no-tabs)
(#7410) There should be no spaces inside this paren. (space-in-parens)
(#7410) There should be no space after '{'. (object-curly-spacing)
(#7410) There should be no space before '}'. (object-curly-spacing)
(#7410) There should be no spaces inside this paren. (space-in-parens)
(#7410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7411) Unexpected tab character. (no-tabs)
(#7411) There should be no spaces inside this paren. (space-in-parens)
(#7411) There should be no spaces inside this paren. (space-in-parens)
(#7411) There should be no spaces inside this paren. (space-in-parens)
(#7411) There should be no spaces inside this paren. (space-in-parens)
(#7411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7412) Unexpected tab character. (no-tabs)
(#7412) There should be no spaces inside this paren. (space-in-parens)
(#7412) There should be no spaces inside this paren. (space-in-parens)
(#7412) There should be no spaces inside this paren. (space-in-parens)
(#7412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7413) Unexpected tab character. (no-tabs)
(#7413) There should be no space after '{'. (object-curly-spacing)
(#7413) Missing space before value for key 'src'. (key-spacing)
(#7413) Missing space before value for key 'alt'. (key-spacing)
(#7413) Missing space before value for key 'title'. (key-spacing)
(#7413) There should be no space before '}'. (object-curly-spacing)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7414) Unexpected tab character. (no-tabs)
(#7414) There should be no space after '['. (computed-property-spacing)
(#7414) There should be no space before ']'. (computed-property-spacing)
(#7414) There should be no spaces inside this paren. (space-in-parens)
(#7414) There should be no spaces inside this paren. (space-in-parens)
(#7414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7415) Unexpected tab character. (no-tabs)
(#7415) There should be no spaces inside this paren. (space-in-parens)
(#7415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7416) Unexpected tab character. (no-tabs)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no space after '['. (computed-property-spacing)
(#7416) There should be no space before ']'. (computed-property-spacing)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7417) Unexpected tab character. (no-tabs)
(#7417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7418) Unexpected tab character. (no-tabs)
(#7418) There should be no spaces inside this paren. (space-in-parens)
(#7418) There should be no space after '['. (computed-property-spacing)
(#7418) There should be no space before ']'. (computed-property-spacing)
(#7418) There should be no spaces inside this paren. (space-in-parens)
(#7418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7419) Unexpected tab character. (no-tabs)
(#7419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7420) Unexpected tab character. (no-tabs)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7420) There should be no space after '['. (computed-property-spacing)
(#7420) There should be no space before ']'. (computed-property-spacing)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7421) Unexpected tab character. (no-tabs)
(#7421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7422) Unexpected tab character. (no-tabs)
(#7422) There should be no spaces inside this paren. (space-in-parens)
(#7422) There should be no space after '['. (computed-property-spacing)
(#7422) There should be no space before ']'. (computed-property-spacing)
(#7422) There should be no spaces inside this paren. (space-in-parens)
(#7422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7423) Unexpected tab character. (no-tabs)
(#7423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7424) Unexpected tab character. (no-tabs)
(#7424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7425) Unexpected tab character. (no-tabs)
(#7425) There should be no spaces inside this paren. (space-in-parens)
(#7425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7426) Unexpected tab character. (no-tabs)
(#7426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7427) Unexpected tab character. (no-tabs)
(#7427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7429) Unexpected tab character. (no-tabs)
(#7429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7430) Unexpected tab character. (no-tabs)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7431) Unexpected tab character. (no-tabs)
(#7431) There should be no spaces inside this paren. (space-in-parens)
(#7431) There should be no spaces inside this paren. (space-in-parens)
(#7431) There should be no spaces inside this paren. (space-in-parens)
(#7431) There should be no spaces inside this paren. (space-in-parens)
(#7431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7432) Unexpected tab character. (no-tabs)
(#7432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7433) Unexpected tab character. (no-tabs)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7434) Unexpected tab character. (no-tabs)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7436) Unexpected tab character. (no-tabs)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7437) Unexpected tab character. (no-tabs)
(#7437) There should be no spaces inside this paren. (space-in-parens)
(#7437) There should be no spaces inside this paren. (space-in-parens)
(#7437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7438) Unexpected tab character. (no-tabs)
(#7438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7439) Unexpected tab character. (no-tabs)
(#7439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7440) Unexpected tab character. (no-tabs)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7441) Unexpected tab character. (no-tabs)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no space after '['. (computed-property-spacing)
(#7441) There should be no space before ']'. (computed-property-spacing)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7442) Unexpected tab character. (no-tabs)
(#7442) There should be no space after '['. (computed-property-spacing)
(#7442) There should be no space before ']'. (computed-property-spacing)
(#7442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7443) Unexpected tab character. (no-tabs)
(#7443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7444) Unexpected tab character. (no-tabs)
(#7444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7445) Unexpected tab character. (no-tabs)
(#7445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7446) Unexpected tab character. (no-tabs)
(#7446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7447) Unexpected tab character. (no-tabs)
(#7447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7448) Unexpected tab character. (no-tabs)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7449) Unexpected tab character. (no-tabs)
(#7449) There should be no spaces inside this paren. (space-in-parens)
(#7449) There should be no spaces inside this paren. (space-in-parens)
(#7449) There should be no spaces inside this paren. (space-in-parens)
(#7449) There should be no spaces inside this paren. (space-in-parens)
(#7449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7450) Unexpected tab character. (no-tabs)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7451) Unexpected tab character. (no-tabs)
(#7451) There should be no spaces inside this paren. (space-in-parens)
(#7451) There should be no spaces inside this paren. (space-in-parens)
(#7451) There should be no spaces inside this paren. (space-in-parens)
(#7451) There should be no spaces inside this paren. (space-in-parens)
(#7451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7452) Unexpected tab character. (no-tabs)
(#7452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7453) Unexpected tab character. (no-tabs)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7454) Unexpected tab character. (no-tabs)
(#7454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7455) Unexpected tab character. (no-tabs)
(#7455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7457) Unexpected tab character. (no-tabs)
(#7457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7458) Unexpected tab character. (no-tabs)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7459) Unexpected tab character. (no-tabs)
(#7459) There should be no spaces inside this paren. (space-in-parens)
(#7459) There should be no spaces inside this paren. (space-in-parens)
(#7459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7460) Unexpected tab character. (no-tabs)
(#7460) There should be no spaces inside this paren. (space-in-parens)
(#7460) There should be no spaces inside this paren. (space-in-parens)
(#7460) There should be no spaces inside this paren. (space-in-parens)
(#7460) There should be no spaces inside this paren. (space-in-parens)
(#7460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7461) Unexpected tab character. (no-tabs)
(#7461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7462) Unexpected tab character. (no-tabs)
(#7462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7463) Unexpected tab character. (no-tabs)
(#7463) There should be no spaces inside this paren. (space-in-parens)
(#7463) There should be no spaces inside this paren. (space-in-parens)
(#7463) There should be no spaces inside this paren. (space-in-parens)
(#7463) There should be no spaces inside this paren. (space-in-parens)
(#7463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7464) Unexpected tab character. (no-tabs)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7465) Unexpected tab character. (no-tabs)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7466) Unexpected tab character. (no-tabs)
(#7466) There should be no spaces inside this paren. (space-in-parens)
(#7466) There should be no spaces inside this paren. (space-in-parens)
(#7466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7467) Unexpected tab character. (no-tabs)
(#7467) There should be no spaces inside this paren. (space-in-parens)
(#7467) There should be no spaces inside this paren. (space-in-parens)
(#7467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7469) Unexpected tab character. (no-tabs)
(#7469) Expected space or tab after '//' in comment. (spaced-comment)
(#7469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7470) Unexpected tab character. (no-tabs)
(#7470) There should be no spaces inside this paren. (space-in-parens)
(#7470) There should be no spaces inside this paren. (space-in-parens)
(#7470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7471) Unexpected tab character. (no-tabs)
(#7471) There should be no spaces inside this paren. (space-in-parens)
(#7471) There should be no spaces inside this paren. (space-in-parens)
(#7471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7472) Unexpected tab character. (no-tabs)
(#7472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7474) Unexpected tab character. (no-tabs)
(#7474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7475) Unexpected tab character. (no-tabs)
(#7475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7476) Unexpected tab character. (no-tabs)
(#7476) There should be no spaces inside this paren. (space-in-parens)
(#7476) There should be no spaces inside this paren. (space-in-parens)
(#7476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7477) Unexpected tab character. (no-tabs)
(#7477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7479) Unexpected tab character. (no-tabs)
(#7479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7480) Unexpected tab character. (no-tabs)
(#7480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7481) Unexpected tab character. (no-tabs)
(#7481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7482) Unexpected tab character. (no-tabs)
(#7482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7483) Unexpected tab character. (no-tabs)
(#7483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7484) Unexpected tab character. (no-tabs)
(#7484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7485) Unexpected tab character. (no-tabs)
(#7485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7486) Unexpected tab character. (no-tabs)
(#7486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7487) Unexpected tab character. (no-tabs)
(#7487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7488) Unexpected tab character. (no-tabs)
(#7488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7489) Unexpected tab character. (no-tabs)
(#7489) There should be no spaces inside this paren. (space-in-parens)
(#7489) There should be no spaces inside this paren. (space-in-parens)
(#7489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7490) Unexpected tab character. (no-tabs)
(#7490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7491) Unexpected tab character. (no-tabs)
(#7491) Comments should not begin with a lowercase character (capitalized-comments)
(#7491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7493) Unexpected tab character. (no-tabs)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7494) Unexpected tab character. (no-tabs)
(#7494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7495) Unexpected tab character. (no-tabs)
(#7495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7496) Unexpected tab character. (no-tabs)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7497) Unexpected tab character. (no-tabs)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7498) Unexpected tab character. (no-tabs)
(#7498) There should be no spaces inside this paren. (space-in-parens)
(#7498) There should be no spaces inside this paren. (space-in-parens)
(#7498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7499) Unexpected tab character. (no-tabs)
(#7499) There should be no spaces inside this paren. (space-in-parens)
(#7499) There should be no spaces inside this paren. (space-in-parens)
(#7499) There should be no spaces inside this paren. (space-in-parens)
(#7499) There should be no spaces inside this paren. (space-in-parens)
(#7499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7500) Unexpected tab character. (no-tabs)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7501) Unexpected tab character. (no-tabs)
(#7501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7502) Unexpected tab character. (no-tabs)
(#7502) There should be no spaces inside this paren. (space-in-parens)
(#7502) There should be no space after '['. (computed-property-spacing)
(#7502) There should be no space before ']'. (computed-property-spacing)
(#7502) There should be no spaces inside this paren. (space-in-parens)
(#7502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7503) Unexpected tab character. (no-tabs)
(#7503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7504) Unexpected tab character. (no-tabs)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7505) Unexpected tab character. (no-tabs)
(#7505) There should be no spaces inside this paren. (space-in-parens)
(#7505) There should be no spaces inside this paren. (space-in-parens)
(#7505) There should be no spaces inside this paren. (space-in-parens)
(#7505) There should be no spaces inside this paren. (space-in-parens)
(#7505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7506) Unexpected tab character. (no-tabs)
(#7506) There should be no spaces inside this paren. (space-in-parens)
(#7506) There should be no spaces inside this paren. (space-in-parens)
(#7506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7508) Unexpected tab character. (no-tabs)
(#7508) There should be no spaces inside this paren. (space-in-parens)
(#7508) Do not nest ternary expressions. (no-nested-ternary)
(#7508) There should be no spaces inside this paren. (space-in-parens)
(#7508) There should be no space after '['. (array-bracket-spacing)
(#7508) There should be no space before ']'. (array-bracket-spacing)
(#7508) There should be no spaces inside this paren. (space-in-parens)
(#7508) There should be no spaces inside this paren. (space-in-parens)
(#7508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7509) Unexpected tab character. (no-tabs)
(#7509) There should be no spaces inside this paren. (space-in-parens)
(#7509) There should be no spaces inside this paren. (space-in-parens)
(#7509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7510) Unexpected tab character. (no-tabs)
(#7510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7511) Unexpected tab character. (no-tabs)
(#7511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7512) Unexpected tab character. (no-tabs)
(#7512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7513) Unexpected tab character. (no-tabs)
(#7513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7514) Unexpected tab character. (no-tabs)
(#7514) Comments should not begin with a lowercase character (capitalized-comments)
(#7514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7515) Unexpected tab character. (no-tabs)
(#7515) There should be no space after '['. (array-bracket-spacing)
(#7515) There should be no spaces inside this paren. (space-in-parens)
(#7515) There should be no spaces inside this paren. (space-in-parens)
(#7515) There should be no spaces inside this paren. (space-in-parens)
(#7515) There should be no spaces inside this paren. (space-in-parens)
(#7515) There should be no space before ']'. (array-bracket-spacing)
(#7515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7516) Unexpected tab character. (no-tabs)
(#7516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7518) Unexpected tab character. (no-tabs)
(#7518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7519) Unexpected tab character. (no-tabs)
(#7519) There should be no spaces inside this paren. (space-in-parens)
(#7519) There should be no spaces inside this paren. (space-in-parens)
(#7519) There should be no space after '['. (computed-property-spacing)
(#7519) There should be no space before ']'. (computed-property-spacing)
(#7519) There should be no spaces inside this paren. (space-in-parens)
(#7519) There should be no spaces inside this paren. (space-in-parens)
(#7519) There should be no spaces inside this paren. (space-in-parens)
(#7519) There should be no space after '['. (computed-property-spacing)
(#7519) There should be no space before ']'. (computed-property-spacing)
(#7519) There should be no spaces inside this paren. (space-in-parens)
(#7519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7520) Unexpected tab character. (no-tabs)
(#7520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7521) Unexpected tab character. (no-tabs)
(#7521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7522) Unexpected tab character. (no-tabs)
(#7522) There should be no spaces inside this paren. (space-in-parens)
(#7522) There should be no spaces inside this paren. (space-in-parens)
(#7522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7523) Unexpected tab character. (no-tabs)
(#7523) There should be no spaces inside this paren. (space-in-parens)
(#7523) There should be no space after '['. (computed-property-spacing)
(#7523) There should be no space before ']'. (computed-property-spacing)
(#7523) There should be no spaces inside this paren. (space-in-parens)
(#7523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7524) Unexpected tab character. (no-tabs)
(#7524) There should be no spaces inside this paren. (space-in-parens)
(#7524) There should be no spaces inside this paren. (space-in-parens)
(#7524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7525) Unexpected tab character. (no-tabs)
(#7525) There should be no spaces inside this paren. (space-in-parens)
(#7525) There should be no spaces inside this paren. (space-in-parens)
(#7525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7526) Unexpected tab character. (no-tabs)
(#7526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7527) Unexpected tab character. (no-tabs)
(#7527) There should be no spaces inside this paren. (space-in-parens)
(#7527) There should be no space after '['. (computed-property-spacing)
(#7527) There should be no space before ']'. (computed-property-spacing)
(#7527) There should be no spaces inside this paren. (space-in-parens)
(#7527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7528) Unexpected tab character. (no-tabs)
(#7528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7529) Unexpected tab character. (no-tabs)
(#7529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7531) Unexpected tab character. (no-tabs)
(#7531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7532) Unexpected tab character. (no-tabs)
(#7532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7533) Unexpected tab character. (no-tabs)
(#7533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7534) Unexpected tab character. (no-tabs)
(#7534) There should be no spaces inside this paren. (space-in-parens)
(#7534) There should be no spaces inside this paren. (space-in-parens)
(#7534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7535) Unexpected tab character. (no-tabs)
(#7535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7536) Unexpected tab character. (no-tabs)
(#7536) There should be no spaces inside this paren. (space-in-parens)
(#7536) There should be no spaces inside this paren. (space-in-parens)
(#7536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7537) Unexpected tab character. (no-tabs)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7539) Unexpected tab character. (no-tabs)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7540) Unexpected tab character. (no-tabs)
(#7540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7541) Unexpected tab character. (no-tabs)
(#7541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7543) Unexpected tab character. (no-tabs)
(#7543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7544) Unexpected tab character. (no-tabs)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7545) Unexpected tab character. (no-tabs)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7546) Unexpected tab character. (no-tabs)
(#7546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7547) Unexpected tab character. (no-tabs)
(#7547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7548) Unexpected tab character. (no-tabs)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7549) Unexpected tab character. (no-tabs)
(#7549) There should be no spaces inside this paren. (space-in-parens)
(#7549) There should be no spaces inside this paren. (space-in-parens)
(#7549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7550) Unexpected tab character. (no-tabs)
(#7550) There should be no spaces inside this paren. (space-in-parens)
(#7550) There should be no spaces inside this paren. (space-in-parens)
(#7550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7551) Unexpected tab character. (no-tabs)
(#7551) There should be no spaces inside this paren. (space-in-parens)
(#7551) There should be no spaces inside this paren. (space-in-parens)
(#7551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7552) Unexpected tab character. (no-tabs)
(#7552) There should be no spaces inside this paren. (space-in-parens)
(#7552) There should be no spaces inside this paren. (space-in-parens)
(#7552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7553) Unexpected tab character. (no-tabs)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7554) Unexpected tab character. (no-tabs)
(#7554) There should be no spaces inside this paren. (space-in-parens)
(#7554) There should be no spaces inside this paren. (space-in-parens)
(#7554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7555) Unexpected tab character. (no-tabs)
(#7555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7557) Unexpected tab character. (no-tabs)
(#7557) There should be no spaces inside this paren. (space-in-parens)
(#7557) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#7557) There should be no spaces inside this paren. (space-in-parens)
(#7557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7558) Unexpected tab character. (no-tabs)
(#7558) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#7558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7559) Unexpected tab character. (no-tabs)
(#7559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7560) Unexpected tab character. (no-tabs)
(#7560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7562) Unexpected tab character. (no-tabs)
(#7562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7563) Unexpected tab character. (no-tabs)
(#7563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7564) Unexpected tab character. (no-tabs)
(#7564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7565) Unexpected tab character. (no-tabs)
(#7565) There should be no spaces inside this paren. (space-in-parens)
(#7565) There should be no spaces inside this paren. (space-in-parens)
(#7565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7566) Unexpected tab character. (no-tabs)
(#7566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7567) Unexpected tab character. (no-tabs)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7568) Unexpected tab character. (no-tabs)
(#7568) There should be no spaces inside this paren. (space-in-parens)
(#7568) There should be no spaces inside this paren. (space-in-parens)
(#7568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7570) Unexpected tab character. (no-tabs)
(#7570) There should be no spaces inside this paren. (space-in-parens)
(#7570) There should be no spaces inside this paren. (space-in-parens)
(#7570) There should be no spaces inside this paren. (space-in-parens)
(#7570) There should be no spaces inside this paren. (space-in-parens)
(#7570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7571) Unexpected tab character. (no-tabs)
(#7571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7572) Unexpected tab character. (no-tabs)
(#7572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7574) Unexpected tab character. (no-tabs)
(#7574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7575) Unexpected tab character. (no-tabs)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7576) Unexpected tab character. (no-tabs)
(#7576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7577) Unexpected tab character. (no-tabs)
(#7577) There should be no spaces inside this paren. (space-in-parens)
(#7577) There should be no spaces inside this paren. (space-in-parens)
(#7577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7578) Unexpected tab character. (no-tabs)
(#7578) There should be no spaces inside this paren. (space-in-parens)
(#7578) Statement inside of curly braces should be on next line. (brace-style)
(#7578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7578) There should be no spaces inside this paren. (space-in-parens)
(#7578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7579) Unexpected tab character. (no-tabs)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7579) There should be no space after '{'. (object-curly-spacing)
(#7579) There should be no space before '}'. (object-curly-spacing)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7580) Unexpected tab character. (no-tabs)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7581) Unexpected tab character. (no-tabs)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7582) Unexpected tab character. (no-tabs)
(#7582) There should be no spaces inside this paren. (space-in-parens)
(#7582) There should be no spaces inside this paren. (space-in-parens)
(#7582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7583) Unexpected tab character. (no-tabs)
(#7583) There should be no spaces inside this paren. (space-in-parens)
(#7583) There should be no spaces inside this paren. (space-in-parens)
(#7583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7584) Unexpected tab character. (no-tabs)
(#7584) There should be no spaces inside this paren. (space-in-parens)
(#7584) There should be no spaces inside this paren. (space-in-parens)
(#7584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7585) Unexpected tab character. (no-tabs)
(#7585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7586) Unexpected tab character. (no-tabs)
(#7586) There should be no spaces inside this paren. (space-in-parens)
(#7586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7587) Unexpected tab character. (no-tabs)
(#7587) There should be no spaces inside this paren. (space-in-parens)
(#7587) There should be no spaces inside this paren. (space-in-parens)
(#7587) Statement inside of curly braces should be on next line. (brace-style)
(#7587) There should be no spaces inside this paren. (space-in-parens)
(#7587) There should be no spaces inside this paren. (space-in-parens)
(#7587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7587) There should be no spaces inside this paren. (space-in-parens)
(#7587) Comments should not begin with a lowercase character (capitalized-comments)
(#7587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7588) Unexpected tab character. (no-tabs)
(#7588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7590) Unexpected tab character. (no-tabs)
(#7590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7591) Unexpected tab character. (no-tabs)
(#7591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7592) Unexpected tab character. (no-tabs)
(#7592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7593) Unexpected tab character. (no-tabs)
(#7593) There should be no spaces inside this paren. (space-in-parens)
(#7593) There should be no spaces inside this paren. (space-in-parens)
(#7593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7594) Unexpected tab character. (no-tabs)
(#7594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7595) Unexpected tab character. (no-tabs)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7596) Unexpected tab character. (no-tabs)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7598) Unexpected tab character. (no-tabs)
(#7598) There should be no spaces inside this paren. (space-in-parens)
(#7598) There should be no spaces inside this paren. (space-in-parens)
(#7598) There should be no spaces inside this paren. (space-in-parens)
(#7598) There should be no spaces inside this paren. (space-in-parens)
(#7598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7599) Unexpected tab character. (no-tabs)
(#7599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7600) Unexpected tab character. (no-tabs)
(#7600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7602) Unexpected tab character. (no-tabs)
(#7602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7603) Unexpected tab character. (no-tabs)
(#7603) There should be no spaces inside this paren. (space-in-parens)
(#7603) There should be no spaces inside this paren. (space-in-parens)
(#7603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7604) Unexpected tab character. (no-tabs)
(#7604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7605) Unexpected tab character. (no-tabs)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7606) Unexpected tab character. (no-tabs)
(#7606) There should be no spaces inside this paren. (space-in-parens)
(#7606) Statement inside of curly braces should be on next line. (brace-style)
(#7606) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7606) There should be no spaces inside this paren. (space-in-parens)
(#7606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7607) Unexpected tab character. (no-tabs)
(#7607) There should be no spaces inside this paren. (space-in-parens)
(#7607) There should be no spaces inside this paren. (space-in-parens)
(#7607) There should be no spaces inside this paren. (space-in-parens)
(#7607) There should be no space after '{'. (object-curly-spacing)
(#7607) There should be no space before '}'. (object-curly-spacing)
(#7607) There should be no spaces inside this paren. (space-in-parens)
(#7607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7608) Unexpected tab character. (no-tabs)
(#7608) There should be no spaces inside this paren. (space-in-parens)
(#7608) There should be no spaces inside this paren. (space-in-parens)
(#7608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7609) Unexpected tab character. (no-tabs)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7610) Unexpected tab character. (no-tabs)
(#7610) There should be no spaces inside this paren. (space-in-parens)
(#7610) There should be no spaces inside this paren. (space-in-parens)
(#7610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7611) Unexpected tab character. (no-tabs)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7612) Unexpected tab character. (no-tabs)
(#7612) There should be no spaces inside this paren. (space-in-parens)
(#7612) There should be no spaces inside this paren. (space-in-parens)
(#7612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7613) Unexpected tab character. (no-tabs)
(#7613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7614) Unexpected tab character. (no-tabs)
(#7614) There should be no spaces inside this paren. (space-in-parens)
(#7614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7615) Unexpected tab character. (no-tabs)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) Statement inside of curly braces should be on next line. (brace-style)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) Comments should not begin with a lowercase character (capitalized-comments)
(#7615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7616) Unexpected tab character. (no-tabs)
(#7616) There should be no space after '['. (computed-property-spacing)
(#7616) There should be no space before ']'. (computed-property-spacing)
(#7616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7617) Unexpected tab character. (no-tabs)
(#7617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7619) Unexpected tab character. (no-tabs)
(#7619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7620) Unexpected tab character. (no-tabs)
(#7620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7621) Unexpected tab character. (no-tabs)
(#7621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7622) Unexpected tab character. (no-tabs)
(#7622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7623) Unexpected tab character. (no-tabs)
(#7623) There should be no spaces inside this paren. (space-in-parens)
(#7623) There should be no spaces inside this paren. (space-in-parens)
(#7623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7624) Unexpected tab character. (no-tabs)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7625) Unexpected tab character. (no-tabs)
(#7625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7626) Unexpected tab character. (no-tabs)
(#7626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7627) Unexpected tab character. (no-tabs)
(#7627) There should be no spaces inside this paren. (space-in-parens)
(#7627) There should be no spaces inside this paren. (space-in-parens)
(#7627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7628) Unexpected tab character. (no-tabs)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no space after '['. (computed-property-spacing)
(#7628) There should be no space before ']'. (computed-property-spacing)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7629) Unexpected tab character. (no-tabs)
(#7629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7630) Unexpected tab character. (no-tabs)
(#7630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7631) Unexpected tab character. (no-tabs)
(#7631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7632) Unexpected tab character. (no-tabs)
(#7632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7633) Unexpected tab character. (no-tabs)
(#7633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7635) Unexpected tab character. (no-tabs)
(#7635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7636) Unexpected tab character. (no-tabs)
(#7636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7637) Unexpected tab character. (no-tabs)
(#7637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7638) Unexpected tab character. (no-tabs)
(#7638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7639) Unexpected tab character. (no-tabs)
(#7639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7640) Unexpected tab character. (no-tabs)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7641) Unexpected tab character. (no-tabs)
(#7641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7642) Unexpected tab character. (no-tabs)
(#7642) There should be no spaces inside this paren. (space-in-parens)
(#7642) There should be no spaces inside this paren. (space-in-parens)
(#7642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7643) Unexpected tab character. (no-tabs)
(#7643) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7644) Unexpected tab character. (no-tabs)
(#7644) There should be no spaces inside this paren. (space-in-parens)
(#7644) There should be no spaces inside this paren. (space-in-parens)
(#7644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7645) Unexpected tab character. (no-tabs)
(#7645) Expected an object to be thrown. (no-throw-literal)
(#7645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7646) Unexpected tab character. (no-tabs)
(#7646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7647) Unexpected tab character. (no-tabs)
(#7647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7649) Unexpected tab character. (no-tabs)
(#7649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7650) Unexpected tab character. (no-tabs)
(#7650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7651) Unexpected tab character. (no-tabs)
(#7651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7652) Unexpected tab character. (no-tabs)
(#7652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7653) Unexpected tab character. (no-tabs)
(#7653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7654) Unexpected tab character. (no-tabs)
(#7654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7655) Unexpected tab character. (no-tabs)
(#7655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7656) Unexpected tab character. (no-tabs)
(#7656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7657) Unexpected tab character. (no-tabs)
(#7657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7658) Unexpected tab character. (no-tabs)
(#7658) Expected to return a value at the end of method '_optionDatepicker'. (consistent-return)
(#7658) There should be no spaces inside this paren. (space-in-parens)
(#7658) There should be no spaces inside this paren. (space-in-parens)
(#7658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7659) Unexpected tab character. (no-tabs)
(#7659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7660) Unexpected tab character. (no-tabs)
(#7660) There should be no spaces inside this paren. (space-in-parens)
(#7660) There should be no spaces inside this paren. (space-in-parens)
(#7660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7662) Unexpected tab character. (no-tabs)
(#7662) There should be no spaces inside this paren. (space-in-parens)
(#7662) There should be no spaces inside this paren. (space-in-parens)
(#7662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7663) Unexpected tab character. (no-tabs)
(#7663) There should be no spaces inside this paren. (space-in-parens)
(#7663) Do not nest ternary expressions. (no-nested-ternary)
(#7663) There should be no spaces inside this paren. (space-in-parens)
(#7663) There should be no spaces inside this paren. (space-in-parens)
(#7663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7664) Unexpected tab character. (no-tabs)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7664) Do not nest ternary expressions. (no-nested-ternary)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7665) Unexpected tab character. (no-tabs)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7666) Unexpected tab character. (no-tabs)
(#7666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7668) Unexpected tab character. (no-tabs)
(#7668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7669) Unexpected tab character. (no-tabs)
(#7669) There should be no spaces inside this paren. (space-in-parens)
(#7669) There should be no spaces inside this paren. (space-in-parens)
(#7669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7670) Unexpected tab character. (no-tabs)
(#7670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7671) Unexpected tab character. (no-tabs)
(#7671) There should be no space after '['. (computed-property-spacing)
(#7671) There should be no space before ']'. (computed-property-spacing)
(#7671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7672) Unexpected tab character. (no-tabs)
(#7672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7674) Unexpected tab character. (no-tabs)
(#7674) There should be no spaces inside this paren. (space-in-parens)
(#7674) There should be no spaces inside this paren. (space-in-parens)
(#7674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7675) Unexpected tab character. (no-tabs)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7676) Unexpected tab character. (no-tabs)
(#7676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7677) Unexpected tab character. (no-tabs)
(#7677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7679) Unexpected tab character. (no-tabs)
(#7679) There should be no spaces inside this paren. (space-in-parens)
(#7679) There should be no spaces inside this paren. (space-in-parens)
(#7679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7680) Unexpected tab character. (no-tabs)
(#7680) There should be no spaces inside this paren. (space-in-parens)
(#7680) There should be no spaces inside this paren. (space-in-parens)
(#7680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7681) Unexpected tab character. (no-tabs)
(#7681) There should be no spaces inside this paren. (space-in-parens)
(#7681) There should be no spaces inside this paren. (space-in-parens)
(#7681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7682) Unexpected tab character. (no-tabs)
(#7682) There should be no spaces inside this paren. (space-in-parens)
(#7682) There should be no spaces inside this paren. (space-in-parens)
(#7682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7684) Unexpected tab character. (no-tabs)
(#7684) Comments should not begin with a lowercase character (capitalized-comments)
(#7684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7685) Unexpected tab character. (no-tabs)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7686) Unexpected tab character. (no-tabs)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7687) Unexpected tab character. (no-tabs)
(#7687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7688) Unexpected tab character. (no-tabs)
(#7688) There should be no spaces inside this paren. (space-in-parens)
(#7688) There should be no spaces inside this paren. (space-in-parens)
(#7688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7689) Unexpected tab character. (no-tabs)
(#7689) There should be no spaces inside this paren. (space-in-parens)
(#7689) There should be no spaces inside this paren. (space-in-parens)
(#7689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7690) Unexpected tab character. (no-tabs)
(#7690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7691) Unexpected tab character. (no-tabs)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7692) Unexpected tab character. (no-tabs)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7693) Unexpected tab character. (no-tabs)
(#7693) There should be no spaces inside this paren. (space-in-parens)
(#7693) There should be no spaces inside this paren. (space-in-parens)
(#7693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7694) Unexpected tab character. (no-tabs)
(#7694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7695) Unexpected tab character. (no-tabs)
(#7695) There should be no spaces inside this paren. (space-in-parens)
(#7695) There should be no spaces inside this paren. (space-in-parens)
(#7695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7696) Unexpected tab character. (no-tabs)
(#7696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7697) Unexpected tab character. (no-tabs)
(#7697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7698) Unexpected tab character. (no-tabs)
(#7698) There should be no spaces inside this paren. (space-in-parens)
(#7698) There should be no spaces inside this paren. (space-in-parens)
(#7698) There should be no spaces inside this paren. (space-in-parens)
(#7698) There should be no spaces inside this paren. (space-in-parens)
(#7698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7699) Unexpected tab character. (no-tabs)
(#7699) There should be no spaces inside this paren. (space-in-parens)
(#7699) There should be no spaces inside this paren. (space-in-parens)
(#7699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7700) Unexpected tab character. (no-tabs)
(#7700) There should be no spaces inside this paren. (space-in-parens)
(#7700) There should be no spaces inside this paren. (space-in-parens)
(#7700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7701) Unexpected tab character. (no-tabs)
(#7701) There should be no spaces inside this paren. (space-in-parens)
(#7701) There should be no spaces inside this paren. (space-in-parens)
(#7701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7702) Unexpected tab character. (no-tabs)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7703) Unexpected tab character. (no-tabs)
(#7703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7704) Unexpected tab character. (no-tabs)
(#7704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7706) Unexpected tab character. (no-tabs)
(#7706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7707) Unexpected tab character. (no-tabs)
(#7707) There should be no spaces inside this paren. (space-in-parens)
(#7707) There should be no spaces inside this paren. (space-in-parens)
(#7707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7708) Unexpected tab character. (no-tabs)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7709) Unexpected tab character. (no-tabs)
(#7709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7711) Unexpected tab character. (no-tabs)
(#7711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7712) Unexpected tab character. (no-tabs)
(#7712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7713) Unexpected tab character. (no-tabs)
(#7713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7714) Unexpected tab character. (no-tabs)
(#7714) There should be no spaces inside this paren. (space-in-parens)
(#7714) There should be no spaces inside this paren. (space-in-parens)
(#7714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7715) Unexpected tab character. (no-tabs)
(#7715) There should be no spaces inside this paren. (space-in-parens)
(#7715) There should be no spaces inside this paren. (space-in-parens)
(#7715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7716) Unexpected tab character. (no-tabs)
(#7716) There should be no spaces inside this paren. (space-in-parens)
(#7716) There should be no spaces inside this paren. (space-in-parens)
(#7716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7717) Unexpected tab character. (no-tabs)
(#7717) There should be no spaces inside this paren. (space-in-parens)
(#7717) There should be no spaces inside this paren. (space-in-parens)
(#7717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7718) Unexpected tab character. (no-tabs)
(#7718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7719) Unexpected tab character. (no-tabs)
(#7719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7721) Unexpected tab character. (no-tabs)
(#7721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7722) Unexpected tab character. (no-tabs)
(#7722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7723) Unexpected tab character. (no-tabs)
(#7723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7724) Unexpected tab character. (no-tabs)
(#7724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7725) Unexpected tab character. (no-tabs)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7726) Unexpected tab character. (no-tabs)
(#7726) There should be no spaces inside this paren. (space-in-parens)
(#7726) There should be no spaces inside this paren. (space-in-parens)
(#7726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7727) Unexpected tab character. (no-tabs)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7728) Unexpected tab character. (no-tabs)
(#7728) There should be no spaces inside this paren. (space-in-parens)
(#7728) There should be no spaces inside this paren. (space-in-parens)
(#7728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7729) Unexpected tab character. (no-tabs)
(#7729) There should be no spaces inside this paren. (space-in-parens)
(#7729) There should be no spaces inside this paren. (space-in-parens)
(#7729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7730) Unexpected tab character. (no-tabs)
(#7730) There should be no spaces inside this paren. (space-in-parens)
(#7730) There should be no spaces inside this paren. (space-in-parens)
(#7730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7731) Unexpected tab character. (no-tabs)
(#7731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7732) Unexpected tab character. (no-tabs)
(#7732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7734) Unexpected tab character. (no-tabs)
(#7734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7735) Unexpected tab character. (no-tabs)
(#7735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7736) Unexpected tab character. (no-tabs)
(#7736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7737) Unexpected tab character. (no-tabs)
(#7737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7738) Unexpected tab character. (no-tabs)
(#7738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7739) Unexpected tab character. (no-tabs)
(#7739) There should be no spaces inside this paren. (space-in-parens)
(#7739) There should be no spaces inside this paren. (space-in-parens)
(#7739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7740) Unexpected tab character. (no-tabs)
(#7740) There should be no spaces inside this paren. (space-in-parens)
(#7740) There should be no spaces inside this paren. (space-in-parens)
(#7740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7741) Unexpected tab character. (no-tabs)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7742) Unexpected tab character. (no-tabs)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7743) Unexpected tab character. (no-tabs)
(#7743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7744) Unexpected tab character. (no-tabs)
(#7744) There should be no spaces inside this paren. (space-in-parens)
(#7744) There should be no spaces inside this paren. (space-in-parens)
(#7744) There should be no spaces inside this paren. (space-in-parens)
(#7744) There should be no spaces inside this paren. (space-in-parens)
(#7744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7745) Unexpected tab character. (no-tabs)
(#7745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7747) Unexpected tab character. (no-tabs)
(#7747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7748) Unexpected tab character. (no-tabs)
(#7748) Method '_doKeyDown' has a complexity of 44. (complexity)
(#7748) Expected to return a value at the end of method '_doKeyDown'. (consistent-return)
(#7748) There should be no spaces inside this paren. (space-in-parens)
(#7748) There should be no spaces inside this paren. (space-in-parens)
(#7748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7749) Unexpected tab character. (no-tabs)
(#7749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7750) Unexpected tab character. (no-tabs)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7751) Unexpected tab character. (no-tabs)
(#7751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7752) Unexpected tab character. (no-tabs)
(#7752) There should be no spaces inside this paren. (space-in-parens)
(#7752) There should be no spaces inside this paren. (space-in-parens)
(#7752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7754) Unexpected tab character. (no-tabs)
(#7754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7755) Unexpected tab character. (no-tabs)
(#7755) There should be no spaces inside this paren. (space-in-parens)
(#7755) There should be no spaces inside this paren. (space-in-parens)
(#7755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7756) Unexpected tab character. (no-tabs)
(#7756) There should be no spaces inside this paren. (space-in-parens)
(#7756) There should be no spaces inside this paren. (space-in-parens)
(#7756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7757) Unexpected tab character. (no-tabs)
(#7757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7758) Unexpected tab character. (no-tabs)
(#7758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7759) Unexpected tab character. (no-tabs)
(#7759) Comments should not begin with a lowercase character (capitalized-comments)
(#7759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7760) Unexpected tab character. (no-tabs)
(#7760) There should be no spaces inside this paren. (space-in-parens)
(#7760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7761) Unexpected tab character. (no-tabs)
(#7761) There should be no spaces inside this paren. (space-in-parens)
(#7761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7762) Unexpected tab character. (no-tabs)
(#7762) There should be no spaces inside this paren. (space-in-parens)
(#7762) There should be no space after '['. (computed-property-spacing)
(#7762) There should be no space before ']'. (computed-property-spacing)
(#7762) There should be no spaces inside this paren. (space-in-parens)
(#7762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7763) Unexpected tab character. (no-tabs)
(#7763) There should be no spaces inside this paren. (space-in-parens)
(#7763) There should be no space after '['. (computed-property-spacing)
(#7763) There should be no space before ']'. (computed-property-spacing)
(#7763) There should be no spaces inside this paren. (space-in-parens)
(#7763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7764) Unexpected tab character. (no-tabs)
(#7764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7766) Unexpected tab character. (no-tabs)
(#7766) There should be no spaces inside this paren. (space-in-parens)
(#7766) There should be no spaces inside this paren. (space-in-parens)
(#7766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7767) Unexpected tab character. (no-tabs)
(#7767) There should be no spaces inside this paren. (space-in-parens)
(#7767) There should be no spaces inside this paren. (space-in-parens)
(#7767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7768) Unexpected tab character. (no-tabs)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7770) Unexpected tab character. (no-tabs)
(#7770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7771) Unexpected tab character. (no-tabs)
(#7771) There should be no spaces inside this paren. (space-in-parens)
(#7771) There should be no spaces inside this paren. (space-in-parens)
(#7771) There should be no space after '['. (computed-property-spacing)
(#7771) There should be no space before ']'. (computed-property-spacing)
(#7771) There should be no spaces inside this paren. (space-in-parens)
(#7771) There should be no space after '['. (array-bracket-spacing)
(#7771) There should be no space before ']'. (array-bracket-spacing)
(#7771) There should be no spaces inside this paren. (space-in-parens)
(#7771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7772) Unexpected tab character. (no-tabs)
(#7772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7773) Unexpected tab character. (no-tabs)
(#7773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7774) Unexpected tab character. (no-tabs)
(#7774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7776) Unexpected tab character. (no-tabs)
(#7776) Comments should not begin with a lowercase character (capitalized-comments)
(#7776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7777) Unexpected tab character. (no-tabs)
(#7777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7778) Unexpected tab character. (no-tabs)
(#7778) Comments should not begin with a lowercase character (capitalized-comments)
(#7778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7779) Unexpected tab character. (no-tabs)
(#7779) There should be no spaces inside this paren. (space-in-parens)
(#7779) There should be no spaces inside this paren. (space-in-parens)
(#7779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7780) Unexpected tab character. (no-tabs)
(#7780) There should be no spaces inside this paren. (space-in-parens)
(#7780) There should be no spaces inside this paren. (space-in-parens)
(#7780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7781) Unexpected tab character. (no-tabs)
(#7781) There should be no spaces inside this paren. (space-in-parens)
(#7781) There should be no spaces inside this paren. (space-in-parens)
(#7781) There should be no spaces inside this paren. (space-in-parens)
(#7781) There should be no spaces inside this paren. (space-in-parens)
(#7781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7782) Unexpected tab character. (no-tabs)
(#7782) Comments should not begin with a lowercase character (capitalized-comments)
(#7782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7783) Unexpected tab character. (no-tabs)
(#7783) There should be no spaces inside this paren. (space-in-parens)
(#7783) There should be no spaces inside this paren. (space-in-parens)
(#7783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7784) Unexpected tab character. (no-tabs)
(#7784) There should be no spaces inside this paren. (space-in-parens)
(#7784) There should be no spaces inside this paren. (space-in-parens)
(#7784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7785) Unexpected tab character. (no-tabs)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7786) Unexpected tab character. (no-tabs)
(#7786) Comments should not begin with a lowercase character (capitalized-comments)
(#7786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7787) Unexpected tab character. (no-tabs)
(#7787) There should be no spaces inside this paren. (space-in-parens)
(#7787) There should be no spaces inside this paren. (space-in-parens)
(#7787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7788) Unexpected tab character. (no-tabs)
(#7788) There should be no spaces inside this paren. (space-in-parens)
(#7788) There should be no spaces inside this paren. (space-in-parens)
(#7788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7789) Unexpected tab character. (no-tabs)
(#7789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7790) Unexpected tab character. (no-tabs)
(#7790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7791) Unexpected tab character. (no-tabs)
(#7791) Comments should not begin with a lowercase character (capitalized-comments)
(#7791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7792) Unexpected tab character. (no-tabs)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7793) Unexpected tab character. (no-tabs)
(#7793) There should be no spaces inside this paren. (space-in-parens)
(#7793) There should be no spaces inside this paren. (space-in-parens)
(#7793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7794) Unexpected tab character. (no-tabs)
(#7794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7795) Unexpected tab character. (no-tabs)
(#7795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7796) Unexpected tab character. (no-tabs)
(#7796) Comments should not begin with a lowercase character (capitalized-comments)
(#7796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7797) Unexpected tab character. (no-tabs)
(#7797) There should be no spaces inside this paren. (space-in-parens)
(#7797) There should be no spaces inside this paren. (space-in-parens)
(#7797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7798) Unexpected tab character. (no-tabs)
(#7798) There should be no spaces inside this paren. (space-in-parens)
(#7798) There should be no spaces inside this paren. (space-in-parens)
(#7798) There should be no spaces inside this paren. (space-in-parens)
(#7798) There should be no spaces inside this paren. (space-in-parens)
(#7798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7799) Unexpected tab character. (no-tabs)
(#7799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7800) Unexpected tab character. (no-tabs)
(#7800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7802) Unexpected tab character. (no-tabs)
(#7802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7803) Unexpected tab character. (no-tabs)
(#7803) There should be no spaces inside this paren. (space-in-parens)
(#7803) There should be no spaces inside this paren. (space-in-parens)
(#7803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7804) Unexpected tab character. (no-tabs)
(#7804) There should be no spaces inside this paren. (space-in-parens)
(#7804) There should be no spaces inside this paren. (space-in-parens)
(#7804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7805) Unexpected tab character. (no-tabs)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7806) Unexpected tab character. (no-tabs)
(#7806) There should be no spaces inside this paren. (space-in-parens)
(#7806) There should be no spaces inside this paren. (space-in-parens)
(#7806) There should be no spaces inside this paren. (space-in-parens)
(#7806) There should be no spaces inside this paren. (space-in-parens)
(#7806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7807) Unexpected tab character. (no-tabs)
(#7807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7809) Unexpected tab character. (no-tabs)
(#7809) Comments should not begin with a lowercase character (capitalized-comments)
(#7809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7810) Unexpected tab character. (no-tabs)
(#7810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7811) Unexpected tab character. (no-tabs)
(#7811) There should be no spaces inside this paren. (space-in-parens)
(#7811) There should be no spaces inside this paren. (space-in-parens)
(#7811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7812) Unexpected tab character. (no-tabs)
(#7812) There should be no spaces inside this paren. (space-in-parens)
(#7812) There should be no spaces inside this paren. (space-in-parens)
(#7812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7813) Unexpected tab character. (no-tabs)
(#7813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7814) Unexpected tab character. (no-tabs)
(#7814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7815) Unexpected tab character. (no-tabs)
(#7815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7816) Unexpected tab character. (no-tabs)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7817) Unexpected tab character. (no-tabs)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7818) Unexpected tab character. (no-tabs)
(#7818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7819) Unexpected tab character. (no-tabs)
(#7819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7821) Unexpected tab character. (no-tabs)
(#7821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7822) Unexpected tab character. (no-tabs)
(#7822) There should be no spaces inside this paren. (space-in-parens)
(#7822) There should be no spaces inside this paren. (space-in-parens)
(#7822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7823) Unexpected tab character. (no-tabs)
(#7823) There should be no spaces inside this paren. (space-in-parens)
(#7823) There should be no spaces inside this paren. (space-in-parens)
(#7823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7824) Unexpected tab character. (no-tabs)
(#7824) There should be no spaces inside this paren. (space-in-parens)
(#7824) There should be no spaces inside this paren. (space-in-parens)
(#7824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7825) Unexpected tab character. (no-tabs)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7826) Unexpected tab character. (no-tabs)
(#7826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7828) Unexpected tab character. (no-tabs)
(#7828) Comments should not begin with a lowercase character (capitalized-comments)
(#7828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7829) Unexpected tab character. (no-tabs)
(#7829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7830) Unexpected tab character. (no-tabs)
(#7830) There should be no spaces inside this paren. (space-in-parens)
(#7830) There should be no spaces inside this paren. (space-in-parens)
(#7830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7831) Unexpected tab character. (no-tabs)
(#7831) There should be no spaces inside this paren. (space-in-parens)
(#7831) There should be no spaces inside this paren. (space-in-parens)
(#7831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7832) Unexpected tab character. (no-tabs)
(#7832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7833) Unexpected tab character. (no-tabs)
(#7833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7834) Unexpected tab character. (no-tabs)
(#7834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7835) Unexpected tab character. (no-tabs)
(#7835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7836) Unexpected tab character. (no-tabs)
(#7836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7837) Unexpected tab character. (no-tabs)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7837) Comments should not begin with a lowercase character (capitalized-comments)
(#7837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7838) Unexpected tab character. (no-tabs)
(#7838) There should be no spaces inside this paren. (space-in-parens)
(#7838) There should be no spaces inside this paren. (space-in-parens)
(#7838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7839) Unexpected tab character. (no-tabs)
(#7839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7840) Unexpected tab character. (no-tabs)
(#7840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7841) Unexpected tab character. (no-tabs)
(#7841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7843) Unexpected tab character. (no-tabs)
(#7843) There should be no spaces inside this paren. (space-in-parens)
(#7843) There should be no spaces inside this paren. (space-in-parens)
(#7843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7844) Unexpected tab character. (no-tabs)
(#7844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7845) Unexpected tab character. (no-tabs)
(#7845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7846) Unexpected tab character. (no-tabs)
(#7846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7847) Unexpected tab character. (no-tabs)
(#7847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7849) Unexpected tab character. (no-tabs)
(#7849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7850) Unexpected tab character. (no-tabs)
(#7850) Expected to return a value at the end of method '_doKeyPress'. (consistent-return)
(#7850) There should be no spaces inside this paren. (space-in-parens)
(#7850) There should be no spaces inside this paren. (space-in-parens)
(#7850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7851) Unexpected tab character. (no-tabs)
(#7851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7852) Unexpected tab character. (no-tabs)
(#7852) There should be no spaces inside this paren. (space-in-parens)
(#7852) There should be no spaces inside this paren. (space-in-parens)
(#7852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7854) Unexpected tab character. (no-tabs)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7855) Unexpected tab character. (no-tabs)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7856) Unexpected tab character. (no-tabs)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7857) Unexpected tab character. (no-tabs)
(#7857) There should be no spaces inside this paren. (space-in-parens)
(#7857) There should be no spaces inside this paren. (space-in-parens)
(#7857) There should be no spaces inside this paren. (space-in-parens)
(#7857) There should be no spaces inside this paren. (space-in-parens)
(#7857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7858) Unexpected tab character. (no-tabs)
(#7858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7859) Unexpected tab character. (no-tabs)
(#7859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7861) Unexpected tab character. (no-tabs)
(#7861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7862) Unexpected tab character. (no-tabs)
(#7862) There should be no spaces inside this paren. (space-in-parens)
(#7862) There should be no spaces inside this paren. (space-in-parens)
(#7862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7863) Unexpected tab character. (no-tabs)
(#7863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7864) Unexpected tab character. (no-tabs)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7866) Unexpected tab character. (no-tabs)
(#7866) There should be no spaces inside this paren. (space-in-parens)
(#7866) There should be no spaces inside this paren. (space-in-parens)
(#7866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7867) Unexpected tab character. (no-tabs)
(#7867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7868) Unexpected tab character. (no-tabs)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7869) Unexpected tab character. (no-tabs)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7870) Unexpected tab character. (no-tabs)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7872) Unexpected tab character. (no-tabs)
(#7872) There should be no spaces inside this paren. (space-in-parens)
(#7872) There should be no spaces inside this paren. (space-in-parens)
(#7872) Comments should not begin with a lowercase character (capitalized-comments)
(#7872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7873) Unexpected tab character. (no-tabs)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7874) Unexpected tab character. (no-tabs)
(#7874) There should be no spaces inside this paren. (space-in-parens)
(#7874) There should be no spaces inside this paren. (space-in-parens)
(#7874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7875) Unexpected tab character. (no-tabs)
(#7875) There should be no spaces inside this paren. (space-in-parens)
(#7875) There should be no spaces inside this paren. (space-in-parens)
(#7875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7876) Unexpected tab character. (no-tabs)
(#7876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7877) Unexpected tab character. (no-tabs)
(#7877) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7878) Unexpected tab character. (no-tabs)
(#7878) There should be no spaces inside this paren. (space-in-parens)
(#7878) There should be no spaces inside this paren. (space-in-parens)
(#7878) Empty block statement. (no-empty)
(#7878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7879) Unexpected tab character. (no-tabs)
(#7879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7880) Unexpected tab character. (no-tabs)
(#7880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7881) Unexpected tab character. (no-tabs)
(#7881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7882) Unexpected tab character. (no-tabs)
(#7882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7884) Unexpected tab character. (no-tabs)
(#7884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7885) Unexpected tab character. (no-tabs)
(#7885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7886) Unexpected tab character. (no-tabs)
(#7886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7887) Unexpected tab character. (no-tabs)
(#7887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7888) Unexpected tab character. (no-tabs)
(#7888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7889) Unexpected tab character. (no-tabs)
(#7889) There should be no spaces inside this paren. (space-in-parens)
(#7889) There should be no spaces inside this paren. (space-in-parens)
(#7889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7890) Unexpected tab character. (no-tabs)
(#7890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7891) Unexpected tab character. (no-tabs)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7891) Comments should not begin with a lowercase character (capitalized-comments)
(#7891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7892) Unexpected tab character. (no-tabs)
(#7892) There should be no spaces inside this paren. (space-in-parens)
(#7892) There should be no spaces inside this paren. (space-in-parens)
(#7892) There should be no space after '['. (computed-property-spacing)
(#7892) There should be no space before ']'. (computed-property-spacing)
(#7892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7893) Unexpected tab character. (no-tabs)
(#7893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7895) Unexpected tab character. (no-tabs)
(#7895) There should be no spaces inside this paren. (space-in-parens)
(#7895) There should be no spaces inside this paren. (space-in-parens)
(#7895) There should be no spaces inside this paren. (space-in-parens)
(#7895) There should be no spaces inside this paren. (space-in-parens)
(#7895) Comments should not begin with a lowercase character (capitalized-comments)
(#7895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7896) Unexpected tab character. (no-tabs)
(#7896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7897) Unexpected tab character. (no-tabs)
(#7897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7899) Unexpected tab character. (no-tabs)
(#7899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7900) Unexpected tab character. (no-tabs)
(#7900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7902) Unexpected tab character. (no-tabs)
(#7902) There should be no spaces inside this paren. (space-in-parens)
(#7902) There should be no spaces inside this paren. (space-in-parens)
(#7902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7903) Unexpected tab character. (no-tabs)
(#7903) There should be no spaces inside this paren. (space-in-parens)
(#7903) There should be no spaces inside this paren. (space-in-parens)
(#7903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7904) Unexpected tab character. (no-tabs)
(#7904) There should be no spaces inside this paren. (space-in-parens)
(#7904) There should be no spaces inside this paren. (space-in-parens)
(#7904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7905) Unexpected tab character. (no-tabs)
(#7905) There should be no spaces inside this paren. (space-in-parens)
(#7905) There should be no spaces inside this paren. (space-in-parens)
(#7905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7906) Unexpected tab character. (no-tabs)
(#7906) There should be no spaces inside this paren. (space-in-parens)
(#7906) There should be no space after '['. (computed-property-spacing)
(#7906) There should be no space before ']'. (computed-property-spacing)
(#7906) There should be no spaces inside this paren. (space-in-parens)
(#7906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7907) Unexpected tab character. (no-tabs)
(#7907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7908) Unexpected tab character. (no-tabs)
(#7908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7910) Unexpected tab character. (no-tabs)
(#7910) There should be no spaces inside this paren. (space-in-parens)
(#7910) There should be no spaces inside this paren. (space-in-parens)
(#7910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7911) Unexpected tab character. (no-tabs)
(#7911) There should be no spaces inside this paren. (space-in-parens)
(#7911) There should be no space after '['. (array-bracket-spacing)
(#7911) There should be no space before ']'. (array-bracket-spacing)
(#7911) There should be no spaces inside this paren. (space-in-parens)
(#7911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7912) Unexpected tab character. (no-tabs)
(#7912) There should be no spaces inside this paren. (space-in-parens)
(#7912) There should be no spaces inside this paren. (space-in-parens)
(#7912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7913) Unexpected tab character. (no-tabs)
(#7913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7914) Unexpected tab character. (no-tabs)
(#7914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7915) Unexpected tab character. (no-tabs)
(#7915) There should be no spaces inside this paren. (space-in-parens)
(#7915) There should be no spaces inside this paren. (space-in-parens)
(#7915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7917) Unexpected tab character. (no-tabs)
(#7917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7918) Unexpected tab character. (no-tabs)
(#7918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7919) Unexpected tab character. (no-tabs)
(#7919) There should be no spaces inside this paren. (space-in-parens)
(#7919) There should be no spaces inside this paren. (space-in-parens)
(#7919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7921) Unexpected tab character. (no-tabs)
(#7921) There should be no spaces inside this paren. (space-in-parens)
(#7921) There should be no spaces inside this paren. (space-in-parens)
(#7921) Comments should not begin with a lowercase character (capitalized-comments)
(#7921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7922) Unexpected tab character. (no-tabs)
(#7922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7923) Unexpected tab character. (no-tabs)
(#7923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7924) Unexpected tab character. (no-tabs)
(#7924) There should be no spaces inside this paren. (space-in-parens)
(#7924) There should be no spaces inside this paren. (space-in-parens)
(#7924) Comments should not begin with a lowercase character (capitalized-comments)
(#7924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7925) Unexpected tab character. (no-tabs)
(#7925) There should be no spaces inside this paren. (space-in-parens)
(#7925) There should be no spaces inside this paren. (space-in-parens)
(#7925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7926) Unexpected tab character. (no-tabs)
(#7926) There should be no space after '['. (computed-property-spacing)
(#7926) There should be no space before ']'. (computed-property-spacing)
(#7926) Comments should not begin with a lowercase character (capitalized-comments)
(#7926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7927) Unexpected tab character. (no-tabs)
(#7927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7929) Unexpected tab character. (no-tabs)
(#7929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7930) Unexpected tab character. (no-tabs)
(#7930) There should be no spaces inside this paren. (space-in-parens)
(#7930) There should be no spaces inside this paren. (space-in-parens)
(#7930) There should be no spaces inside this paren. (space-in-parens)
(#7930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7931) Unexpected tab character. (no-tabs)
(#7931) Unexpected use of '|='. (no-bitwise)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7932) Unexpected tab character. (no-tabs)
(#7932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7933) Unexpected tab character. (no-tabs)
(#7933) There should be no spaces inside this paren. (space-in-parens)
(#7933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7935) Unexpected tab character. (no-tabs)
(#7935) There should be no space after '{'. (object-curly-spacing)
(#7935) There should be no space after '['. (computed-property-spacing)
(#7935) There should be no space before ']'. (computed-property-spacing)
(#7935) There should be no space after '['. (computed-property-spacing)
(#7935) There should be no space before ']'. (computed-property-spacing)
(#7935) There should be no space before '}'. (object-curly-spacing)
(#7935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7936) Unexpected tab character. (no-tabs)
(#7936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7938) Unexpected tab character. (no-tabs)
(#7938) Expected space or tab after '//' in comment. (spaced-comment)
(#7938) Comments should not begin with a lowercase character (capitalized-comments)
(#7938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7939) Unexpected tab character. (no-tabs)
(#7939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7941) Unexpected tab character. (no-tabs)
(#7941) Comments should not begin with a lowercase character (capitalized-comments)
(#7941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7942) Unexpected tab character. (no-tabs)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7942) There should be no space after '{'. (object-curly-spacing)
(#7942) There should be no space before '}'. (object-curly-spacing)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7943) Unexpected tab character. (no-tabs)
(#7943) There should be no spaces inside this paren. (space-in-parens)
(#7943) There should be no spaces inside this paren. (space-in-parens)
(#7943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7945) Unexpected tab character. (no-tabs)
(#7945) Comments should not begin with a lowercase character (capitalized-comments)
(#7945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7946) Unexpected tab character. (no-tabs)
(#7946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7947) Unexpected tab character. (no-tabs)
(#7947) There should be no spaces inside this paren. (space-in-parens)
(#7947) There should be no spaces inside this paren. (space-in-parens)
(#7947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7948) Unexpected tab character. (no-tabs)
(#7948) There should be no spaces inside this paren. (space-in-parens)
(#7948) There should be no space after '{'. (object-curly-spacing)
(#7948) There should be no spaces inside this paren. (space-in-parens)
(#7948) Do not nest ternary expressions. (no-nested-ternary)
(#7948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7949) Unexpected tab character. (no-tabs)
(#7949) There should be no spaces inside this paren. (space-in-parens)
(#7949) There should be no spaces inside this paren. (space-in-parens)
(#7949) There should be no spaces inside this paren. (space-in-parens)
(#7949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7950) Unexpected tab character. (no-tabs)
(#7950) There should be no space before '}'. (object-curly-spacing)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7952) Unexpected tab character. (no-tabs)
(#7952) There should be no spaces inside this paren. (space-in-parens)
(#7952) There should be no spaces inside this paren. (space-in-parens)
(#7952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7953) Unexpected tab character. (no-tabs)
(#7953) There should be no spaces inside this paren. (space-in-parens)
(#7953) There should be no spaces inside this paren. (space-in-parens)
(#7953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7954) Unexpected tab character. (no-tabs)
(#7954) There should be no spaces inside this paren. (space-in-parens)
(#7954) There should be no spaces inside this paren. (space-in-parens)
(#7954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7955) Unexpected tab character. (no-tabs)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7956) Unexpected tab character. (no-tabs)
(#7956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7958) Unexpected tab character. (no-tabs)
(#7958) There should be no spaces inside this paren. (space-in-parens)
(#7958) There should be no space after '['. (computed-property-spacing)
(#7958) There should be no space before ']'. (computed-property-spacing)
(#7958) There should be no spaces inside this paren. (space-in-parens)
(#7958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7959) Unexpected tab character. (no-tabs)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7960) Unexpected tab character. (no-tabs)
(#7960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7961) Unexpected tab character. (no-tabs)
(#7961) There should be no space after '['. (computed-property-spacing)
(#7961) There should be no space before ']'. (computed-property-spacing)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7962) Unexpected tab character. (no-tabs)
(#7962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7964) Unexpected tab character. (no-tabs)
(#7964) There should be no spaces inside this paren. (space-in-parens)
(#7964) There should be no spaces inside this paren. (space-in-parens)
(#7964) There should be no spaces inside this paren. (space-in-parens)
(#7964) There should be no spaces inside this paren. (space-in-parens)
(#7964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7965) Unexpected tab character. (no-tabs)
(#7965) There should be no spaces inside this paren. (space-in-parens)
(#7965) There should be no spaces inside this paren. (space-in-parens)
(#7965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7966) Unexpected tab character. (no-tabs)
(#7966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7968) Unexpected tab character. (no-tabs)
(#7968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7969) Unexpected tab character. (no-tabs)
(#7969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7970) Unexpected tab character. (no-tabs)
(#7970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7972) Unexpected tab character. (no-tabs)
(#7972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7973) Unexpected tab character. (no-tabs)
(#7973) There should be no spaces inside this paren. (space-in-parens)
(#7973) There should be no spaces inside this paren. (space-in-parens)
(#7973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7974) Unexpected tab character. (no-tabs)
(#7974) Expected space or tab after '//' in comment. (spaced-comment)
(#7974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7975) Unexpected tab character. (no-tabs)
(#7975) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#7975) Comments should not begin with a lowercase character (capitalized-comments)
(#7975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7976) Unexpected tab character. (no-tabs)
(#7976) There should be no spaces inside this paren. (space-in-parens)
(#7976) There should be no spaces inside this paren. (space-in-parens)
(#7976) There should be no spaces inside this paren. (space-in-parens)
(#7976) There should be no spaces inside this paren. (space-in-parens)
(#7976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7977) Unexpected tab character. (no-tabs)
(#7977) There should be no spaces inside this paren. (space-in-parens)
(#7977) There should be no spaces inside this paren. (space-in-parens)
(#7977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7979) Unexpected tab character. (no-tabs)
(#7979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7980) Unexpected tab character. (no-tabs)
(#7980) There should be no spaces inside this paren. (space-in-parens)
(#7980) There should be no spaces inside this paren. (space-in-parens)
(#7980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7981) Unexpected tab character. (no-tabs)
(#7981) There should be no space after '['. (computed-property-spacing)
(#7981) There should be no space before ']'. (computed-property-spacing)
(#7981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7982) Unexpected tab character. (no-tabs)
(#7982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7983) Unexpected tab character. (no-tabs)
(#7983) There should be no spaces inside this paren. (space-in-parens)
(#7983) There should be no spaces inside this paren. (space-in-parens)
(#7983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7985) Unexpected tab character. (no-tabs)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7986) Unexpected tab character. (no-tabs)
(#7986) Identifier 'datepicker_handleMouseover' is not in camel case. (camelcase)
(#7986) There should be no spaces inside this paren. (space-in-parens)
(#7986) There should be no spaces inside this paren. (space-in-parens)
(#7986) There should be no spaces inside this paren. (space-in-parens)
(#7986) There should be no spaces inside this paren. (space-in-parens)
(#7986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7987) Unexpected tab character. (no-tabs)
(#7987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7989) Unexpected tab character. (no-tabs)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7990) Unexpected tab character. (no-tabs)
(#7990) There should be no spaces inside this paren. (space-in-parens)
(#7990) There should be no spaces inside this paren. (space-in-parens)
(#7990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7991) Unexpected tab character. (no-tabs)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7992) Unexpected tab character. (no-tabs)
(#7992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7993) Unexpected tab character. (no-tabs)
(#7993) There should be no space after '['. (computed-property-spacing)
(#7993) There should be no spaces inside this paren. (space-in-parens)
(#7993) There should be no space after '['. (computed-property-spacing)
(#7993) There should be no space before ']'. (computed-property-spacing)
(#7993) There should be no space after '['. (computed-property-spacing)
(#7993) There should be no space before ']'. (computed-property-spacing)
(#7993) There should be no spaces inside this paren. (space-in-parens)
(#7993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7994) Unexpected tab character. (no-tabs)
(#7994) There should be no space before ']'. (computed-property-spacing)
(#7994) There should be no spaces inside this paren. (space-in-parens)
(#7994) There should be no spaces inside this paren. (space-in-parens)
(#7994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7995) Unexpected tab character. (no-tabs)
(#7995) There should be no space after '['. (computed-property-spacing)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7996) Unexpected tab character. (no-tabs)
(#7996) There should be no space before ']'. (computed-property-spacing)
(#7996) There should be no spaces inside this paren. (space-in-parens)
(#7996) There should be no spaces inside this paren. (space-in-parens)
(#7996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7998) Unexpected tab character. (no-tabs)
(#7998) There should be no spaces inside this paren. (space-in-parens)
(#7998) There should be no spaces inside this paren. (space-in-parens)
(#7998) There should be no spaces inside this paren. (space-in-parens)
(#7998) There should be no spaces inside this paren. (space-in-parens)
(#7998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7999) Unexpected tab character. (no-tabs)
(#7999) There should be no spaces inside this paren. (space-in-parens)
(#7999) There should be no spaces inside this paren. (space-in-parens)
(#7999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8000) Unexpected tab character. (no-tabs)
(#8000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8002) Unexpected tab character. (no-tabs)
(#8002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8003) Unexpected tab character. (no-tabs)
(#8003) There should be no spaces inside this paren. (space-in-parens)
(#8003) There should be no spaces inside this paren. (space-in-parens)
(#8003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8004) Unexpected tab character. (no-tabs)
(#8004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8005) Unexpected tab character. (no-tabs)
(#8005) There should be no spaces inside this paren. (space-in-parens)
(#8005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8007) Unexpected tab character. (no-tabs)
(#8007) Expected space or tab after '//' in comment. (spaced-comment)
(#8007) Comments should not begin with a lowercase character (capitalized-comments)
(#8007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8008) Unexpected tab character. (no-tabs)
(#8008) There should be no spaces inside this paren. (space-in-parens)
(#8008) There should be no spaces inside this paren. (space-in-parens)
(#8008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8009) Unexpected tab character. (no-tabs)
(#8009) There should be no spaces inside this paren. (space-in-parens)
(#8009) There should be no spaces inside this paren. (space-in-parens)
(#8009) There should be no spaces inside this paren. (space-in-parens)
(#8009) There should be no spaces inside this paren. (space-in-parens)
(#8009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8010) Unexpected tab character. (no-tabs)
(#8010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8011) Unexpected tab character. (no-tabs)
(#8011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8012) Unexpected tab character. (no-tabs)
(#8012) There should be no spaces inside this paren. (space-in-parens)
(#8012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8013) Unexpected tab character. (no-tabs)
(#8013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8014) Unexpected tab character. (no-tabs)
(#8014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8016) Unexpected tab character. (no-tabs)
(#8016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8017) Unexpected tab character. (no-tabs)
(#8017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8018) Unexpected tab character. (no-tabs)
(#8018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8019) Unexpected tab character. (no-tabs)
(#8019) There should be no spaces inside this paren. (space-in-parens)
(#8019) There should be no spaces inside this paren. (space-in-parens)
(#8019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8020) Unexpected tab character. (no-tabs)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8021) Unexpected tab character. (no-tabs)
(#8021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8023) Unexpected tab character. (no-tabs)
(#8023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8024) Unexpected tab character. (no-tabs)
(#8024) There should be no spaces inside this paren. (space-in-parens)
(#8024) There should be no spaces inside this paren. (space-in-parens)
(#8024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8025) Unexpected tab character. (no-tabs)
(#8025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8026) Unexpected tab character. (no-tabs)
(#8026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8027) Unexpected tab character. (no-tabs)
(#8027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8028) Unexpected tab character. (no-tabs)
(#8028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8029) Unexpected tab character. (no-tabs)
(#8029) There should be no spaces inside this paren. (space-in-parens)
(#8029) There should be no spaces inside this paren. (space-in-parens)
(#8029) There should be no spaces inside this paren. (space-in-parens)
(#8029) There should be no spaces inside this paren. (space-in-parens)
(#8029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8030) Unexpected tab character. (no-tabs)
(#8030) There should be no spaces inside this paren. (space-in-parens)
(#8030) There should be no spaces inside this paren. (space-in-parens)
(#8030) There should be no spaces inside this paren. (space-in-parens)
(#8030) There should be no spaces inside this paren. (space-in-parens)
(#8030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8032) Unexpected tab character. (no-tabs)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8033) Unexpected tab character. (no-tabs)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8034) Unexpected tab character. (no-tabs)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8036) Unexpected tab character. (no-tabs)
(#8036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8037) Unexpected tab character. (no-tabs)
(#8037) There should be no spaces inside this paren. (space-in-parens)
(#8037) There should be no spaces inside this paren. (space-in-parens)
(#8037) There should be no spaces inside this paren. (space-in-parens)
(#8037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8038) Unexpected tab character. (no-tabs)
(#8038) There should be no spaces inside this paren. (space-in-parens)
(#8038) There should be no spaces inside this paren. (space-in-parens)
(#8038) There should be no spaces inside this paren. (space-in-parens)
(#8038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8039) Unexpected tab character. (no-tabs)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8040) Unexpected tab character. (no-tabs)
(#8040) There should be no spaces inside this paren. (space-in-parens)
(#8040) There should be no spaces inside this paren. (space-in-parens)
(#8040) There should be no spaces inside this paren. (space-in-parens)
(#8040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8042) Unexpected tab character. (no-tabs)
(#8042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8043) Unexpected tab character. (no-tabs)
(#8043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8045) Unexpected tab character. (no-tabs)
(#8045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8046) Unexpected tab character. (no-tabs)
(#8046) There should be no spaces inside this paren. (space-in-parens)
(#8046) There should be no spaces inside this paren. (space-in-parens)
(#8046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8047) Unexpected tab character. (no-tabs)
(#8047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8048) Unexpected tab character. (no-tabs)
(#8048) There should be no spaces inside this paren. (space-in-parens)
(#8048) There should be no spaces inside this paren. (space-in-parens)
(#8048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8049) Unexpected tab character. (no-tabs)
(#8049) There should be no spaces inside this paren. (space-in-parens)
(#8049) There should be no spaces inside this paren. (space-in-parens)
(#8049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8051) Unexpected tab character. (no-tabs)
(#8051) There should be no spaces inside this paren. (space-in-parens)
(#8051) There should be no spaces inside this paren. (space-in-parens)
(#8051) There should be no spaces inside this paren. (space-in-parens)
(#8051) There should be no spaces inside this paren. (space-in-parens)
(#8051) There should be no spaces inside this paren. (space-in-parens)
(#8051) There should be no spaces inside this paren. (space-in-parens)
(#8051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8052) Unexpected tab character. (no-tabs)
(#8052) There should be no space after '['. (computed-property-spacing)
(#8052) There should be no space before ']'. (computed-property-spacing)
(#8052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8053) Unexpected tab character. (no-tabs)
(#8053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8055) Unexpected tab character. (no-tabs)
(#8055) There should be no spaces inside this paren. (space-in-parens)
(#8055) There should be no spaces inside this paren. (space-in-parens)
(#8055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8056) Unexpected tab character. (no-tabs)
(#8056) There should be no space after '['. (array-bracket-spacing)
(#8056) There should be no space before ']'. (array-bracket-spacing)
(#8056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8057) Unexpected tab character. (no-tabs)
(#8057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8059) Unexpected tab character. (no-tabs)
(#8059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8060) Unexpected tab character. (no-tabs)
(#8060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8061) Unexpected tab character. (no-tabs)
(#8061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8062) Unexpected tab character. (no-tabs)
(#8062) There should be no spaces inside this paren. (space-in-parens)
(#8062) There should be no spaces inside this paren. (space-in-parens)
(#8062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8063) Unexpected tab character. (no-tabs)
(#8063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8064) Unexpected tab character. (no-tabs)
(#8064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8066) Unexpected tab character. (no-tabs)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8067) Unexpected tab character. (no-tabs)
(#8067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8068) Unexpected tab character. (no-tabs)
(#8068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8070) Unexpected tab character. (no-tabs)
(#8070) There should be no spaces inside this paren. (space-in-parens)
(#8070) There should be no spaces inside this paren. (space-in-parens)
(#8070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8071) Unexpected tab character. (no-tabs)
(#8071) There should be no spaces inside this paren. (space-in-parens)
(#8071) There should be no spaces inside this paren. (space-in-parens)
(#8071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8072) Unexpected tab character. (no-tabs)
(#8072) There should be no spaces inside this paren. (space-in-parens)
(#8072) There should be no spaces inside this paren. (space-in-parens)
(#8072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8073) Unexpected tab character. (no-tabs)
(#8073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8074) Unexpected tab character. (no-tabs)
(#8074) There should be no spaces inside this paren. (space-in-parens)
(#8074) There should be no spaces inside this paren. (space-in-parens)
(#8074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8075) Unexpected tab character. (no-tabs)
(#8075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8077) Unexpected tab character. (no-tabs)
(#8077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8078) Unexpected tab character. (no-tabs)
(#8078) There should be no spaces inside this paren. (space-in-parens)
(#8078) There should be no spaces inside this paren. (space-in-parens)
(#8078) There should be no space after '['. (computed-property-spacing)
(#8078) There should be no space before ']'. (computed-property-spacing)
(#8078) There should be no space after '['. (computed-property-spacing)
(#8078) There should be no space before ']'. (computed-property-spacing)
(#8078) There should be no spaces inside this paren. (space-in-parens)
(#8078) There should be no spaces inside this paren. (space-in-parens)
(#8078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8079) Unexpected tab character. (no-tabs)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8080) Unexpected tab character. (no-tabs)
(#8080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8081) Unexpected tab character. (no-tabs)
(#8081) There should be no space after '('. (computed-property-spacing)
(#8081) There should be no spaces inside this paren. (space-in-parens)
(#8081) Do not nest ternary expressions. (no-nested-ternary)
(#8081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8082) Unexpected tab character. (no-tabs)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) There should be no space before ')'. (computed-property-spacing)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) There should be no spaces inside this paren. (space-in-parens)
(#8082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8083) Unexpected tab character. (no-tabs)
(#8083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8085) Unexpected tab character. (no-tabs)
(#8085) There should be no spaces inside this paren. (space-in-parens)
(#8085) There should be no spaces inside this paren. (space-in-parens)
(#8085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8086) Unexpected tab character. (no-tabs)
(#8086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8087) Unexpected tab character. (no-tabs)
(#8087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8088) Unexpected tab character. (no-tabs)
(#8088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8090) Unexpected tab character. (no-tabs)
(#8090) There should be no spaces inside this paren. (space-in-parens)
(#8090) There should be no spaces inside this paren. (space-in-parens)
(#8090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8091) Unexpected tab character. (no-tabs)
(#8091) There should be no spaces inside this paren. (space-in-parens)
(#8091) There should be no spaces inside this paren. (space-in-parens)
(#8091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8092) Unexpected tab character. (no-tabs)
(#8092) There should be no spaces inside this paren. (space-in-parens)
(#8092) There should be no spaces inside this paren. (space-in-parens)
(#8092) There should be no space after '['. (computed-property-spacing)
(#8092) There should be no space before ']'. (computed-property-spacing)
(#8092) There should be no spaces inside this paren. (space-in-parens)
(#8092) There should be no space after '['. (array-bracket-spacing)
(#8092) There should be no spaces inside this paren. (space-in-parens)
(#8092) There should be no spaces inside this paren. (space-in-parens)
(#8092) There should be no space before ']'. (array-bracket-spacing)
(#8092) There should be no spaces inside this paren. (space-in-parens)
(#8092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8093) Unexpected tab character. (no-tabs)
(#8093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8095) Unexpected tab character. (no-tabs)
(#8095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8096) Unexpected tab character. (no-tabs)
(#8096) There should be no spaces inside this paren. (space-in-parens)
(#8096) There should be no spaces inside this paren. (space-in-parens)
(#8096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8097) Unexpected tab character. (no-tabs)
(#8097) There should be no spaces inside this paren. (space-in-parens)
(#8097) There should be no space after '{'. (object-curly-spacing)
(#8097) There should be no space before '}'. (object-curly-spacing)
(#8097) There should be no spaces inside this paren. (space-in-parens)
(#8097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8098) Unexpected tab character. (no-tabs)
(#8098) There should be no spaces inside this paren. (space-in-parens)
(#8098) There should be no spaces inside this paren. (space-in-parens)
(#8098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8099) Unexpected tab character. (no-tabs)
(#8099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8100) Unexpected tab character. (no-tabs)
(#8100) There should be no spaces inside this paren. (space-in-parens)
(#8100) There should be no spaces inside this paren. (space-in-parens)
(#8100) There should be no spaces inside this paren. (space-in-parens)
(#8100) There should be no spaces inside this paren. (space-in-parens)
(#8100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8101) Unexpected tab character. (no-tabs)
(#8101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8102) Unexpected tab character. (no-tabs)
(#8102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8103) Unexpected tab character. (no-tabs)
(#8103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8104) Unexpected tab character. (no-tabs)
(#8104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8105) Unexpected tab character. (no-tabs)
(#8105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8107) Unexpected tab character. (no-tabs)
(#8107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8108) Unexpected tab character. (no-tabs)
(#8108) There should be no spaces inside this paren. (space-in-parens)
(#8108) There should be no spaces inside this paren. (space-in-parens)
(#8108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8109) Unexpected tab character. (no-tabs)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8110) Unexpected tab character. (no-tabs)
(#8110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8112) Unexpected tab character. (no-tabs)
(#8112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8113) Unexpected tab character. (no-tabs)
(#8113) There should be no spaces inside this paren. (space-in-parens)
(#8113) There should be no spaces inside this paren. (space-in-parens)
(#8113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8114) Unexpected tab character. (no-tabs)
(#8114) There should be no spaces inside this paren. (space-in-parens)
(#8114) There should be no spaces inside this paren. (space-in-parens)
(#8114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8115) Unexpected tab character. (no-tabs)
(#8115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8116) Unexpected tab character. (no-tabs)
(#8116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8118) Unexpected tab character. (no-tabs)
(#8118) There should be no spaces inside this paren. (space-in-parens)
(#8118) There should be no spaces inside this paren. (space-in-parens)
(#8118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8119) Unexpected tab character. (no-tabs)
(#8119) There should be no spaces inside this paren. (space-in-parens)
(#8119) There should be no space after '['. (computed-property-spacing)
(#8119) There should be no space before ']'. (computed-property-spacing)
(#8119) There should be no spaces inside this paren. (space-in-parens)
(#8119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8121) Unexpected tab character. (no-tabs)
(#8121) There should be no spaces inside this paren. (space-in-parens)
(#8121) There should be no spaces inside this paren. (space-in-parens)
(#8121) There should be no spaces inside this paren. (space-in-parens)
(#8121) There should be no space after '['. (computed-property-spacing)
(#8121) There should be no space before ']'. (computed-property-spacing)
(#8121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8122) Unexpected tab character. (no-tabs)
(#8122) There should be no spaces inside this paren. (space-in-parens)
(#8122) There should be no spaces inside this paren. (space-in-parens)
(#8122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8123) Unexpected tab character. (no-tabs)
(#8123) There should be no spaces inside this paren. (space-in-parens)
(#8123) There should be no spaces inside this paren. (space-in-parens)
(#8123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8124) Unexpected tab character. (no-tabs)
(#8124) There should be no spaces inside this paren. (space-in-parens)
(#8124) There should be no spaces inside this paren. (space-in-parens)
(#8124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8125) Unexpected tab character. (no-tabs)
(#8125) There should be no spaces inside this paren. (space-in-parens)
(#8125) There should be no spaces inside this paren. (space-in-parens)
(#8125) There should be no spaces inside this paren. (space-in-parens)
(#8125) There should be no spaces inside this paren. (space-in-parens)
(#8125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8126) Unexpected tab character. (no-tabs)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8127) Unexpected tab character. (no-tabs)
(#8127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8128) Unexpected tab character. (no-tabs)
(#8128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8129) Unexpected tab character. (no-tabs)
(#8129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8131) Unexpected tab character. (no-tabs)
(#8131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8132) Unexpected tab character. (no-tabs)
(#8132) There should be no spaces inside this paren. (space-in-parens)
(#8132) There should be no spaces inside this paren. (space-in-parens)
(#8132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8133) Unexpected tab character. (no-tabs)
(#8133) There should be no spaces inside this paren. (space-in-parens)
(#8133) There should be no spaces inside this paren. (space-in-parens)
(#8133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8134) Unexpected tab character. (no-tabs)
(#8134) There should be no spaces inside this paren. (space-in-parens)
(#8134) There should be no space after '['. (computed-property-spacing)
(#8134) There should be no space before ']'. (computed-property-spacing)
(#8134) There should be no spaces inside this paren. (space-in-parens)
(#8134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8136) Unexpected tab character. (no-tabs)
(#8136) There should be no spaces inside this paren. (space-in-parens)
(#8136) There should be no spaces inside this paren. (space-in-parens)
(#8136) There should be no space after '['. (computed-property-spacing)
(#8136) There should be no space before ']'. (computed-property-spacing)
(#8136) There should be no spaces inside this paren. (space-in-parens)
(#8136) There should be no spaces inside this paren. (space-in-parens)
(#8136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8137) Unexpected tab character. (no-tabs)
(#8137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8138) Unexpected tab character. (no-tabs)
(#8138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8139) Unexpected tab character. (no-tabs)
(#8139) There should be no spaces inside this paren. (space-in-parens)
(#8139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8140) Unexpected tab character. (no-tabs)
(#8140) There should be no spaces inside this paren. (space-in-parens)
(#8140) There should be no spaces inside this paren. (space-in-parens)
(#8140) There should be no spaces inside this paren. (space-in-parens)
(#8140) There should be no spaces inside this paren. (space-in-parens)
(#8140) Comments should not begin with a lowercase character (capitalized-comments)
(#8140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8141) Unexpected tab character. (no-tabs)
(#8141) There should be no spaces inside this paren. (space-in-parens)
(#8141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8142) Unexpected tab character. (no-tabs)
(#8142) There should be no spaces inside this paren. (space-in-parens)
(#8142) There should be no spaces inside this paren. (space-in-parens)
(#8142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8143) Unexpected tab character. (no-tabs)
(#8143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8145) Unexpected tab character. (no-tabs)
(#8145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8146) Unexpected tab character. (no-tabs)
(#8146) There should be no spaces inside this paren. (space-in-parens)
(#8146) There should be no spaces inside this paren. (space-in-parens)
(#8146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8147) Unexpected tab character. (no-tabs)
(#8147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8148) Unexpected tab character. (no-tabs)
(#8148) There should be no spaces inside this paren. (space-in-parens)
(#8148) There should be no spaces inside this paren. (space-in-parens)
(#8148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8149) Unexpected tab character. (no-tabs)
(#8149) There should be no spaces inside this paren. (space-in-parens)
(#8149) There should be no space after '['. (computed-property-spacing)
(#8149) There should be no space before ']'. (computed-property-spacing)
(#8149) There should be no spaces inside this paren. (space-in-parens)
(#8149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8151) Unexpected tab character. (no-tabs)
(#8151) There should be no spaces inside this paren. (space-in-parens)
(#8151) There should be no spaces inside this paren. (space-in-parens)
(#8151) There should be no spaces inside this paren. (space-in-parens)
(#8151) There should be no spaces inside this paren. (space-in-parens)
(#8151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8152) Unexpected tab character. (no-tabs)
(#8152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8153) Unexpected tab character. (no-tabs)
(#8153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8154) Unexpected tab character. (no-tabs)
(#8154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8155) Unexpected tab character. (no-tabs)
(#8155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8156) Unexpected tab character. (no-tabs)
(#8156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8157) Unexpected tab character. (no-tabs)
(#8157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8158) Unexpected tab character. (no-tabs)
(#8158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8159) Unexpected tab character. (no-tabs)
(#8159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8160) Unexpected tab character. (no-tabs)
(#8160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8161) Unexpected tab character. (no-tabs)
(#8161) There should be no spaces inside this paren. (space-in-parens)
(#8161) There should be no spaces inside this paren. (space-in-parens)
(#8161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8162) Unexpected tab character. (no-tabs)
(#8162) There should be no spaces inside this paren. (space-in-parens)
(#8162) There should be no spaces inside this paren. (space-in-parens)
(#8162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8163) Unexpected tab character. (no-tabs)
(#8163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8165) Unexpected tab character. (no-tabs)
(#8165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8166) Unexpected tab character. (no-tabs)
(#8166) There should be no spaces inside this paren. (space-in-parens)
(#8166) There should be no spaces inside this paren. (space-in-parens)
(#8166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8167) Unexpected tab character. (no-tabs)
(#8167) There should be no spaces inside this paren. (space-in-parens)
(#8167) There should be no spaces inside this paren. (space-in-parens)
(#8167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8168) Unexpected tab character. (no-tabs)
(#8168) There should be no spaces inside this paren. (space-in-parens)
(#8168) There should be no space after '['. (computed-property-spacing)
(#8168) There should be no space before ']'. (computed-property-spacing)
(#8168) There should be no spaces inside this paren. (space-in-parens)
(#8168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8170) Unexpected tab character. (no-tabs)
(#8170) There should be no space after '['. (computed-property-spacing)
(#8170) There should be no spaces inside this paren. (space-in-parens)
(#8170) There should be no spaces inside this paren. (space-in-parens)
(#8170) There should be no space before ']'. (computed-property-spacing)
(#8170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8171) Unexpected tab character. (no-tabs)
(#8171) There should be no space after '['. (computed-property-spacing)
(#8171) There should be no spaces inside this paren. (space-in-parens)
(#8171) There should be no spaces inside this paren. (space-in-parens)
(#8171) There should be no space before ']'. (computed-property-spacing)
(#8171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8172) Unexpected tab character. (no-tabs)
(#8172) There should be no spaces inside this paren. (space-in-parens)
(#8172) There should be no space after '['. (computed-property-spacing)
(#8172) There should be no space before ']'. (computed-property-spacing)
(#8172) There should be no spaces inside this paren. (space-in-parens)
(#8172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8174) Unexpected tab character. (no-tabs)
(#8174) There should be no spaces inside this paren. (space-in-parens)
(#8174) There should be no spaces inside this paren. (space-in-parens)
(#8174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8175) Unexpected tab character. (no-tabs)
(#8175) There should be no spaces inside this paren. (space-in-parens)
(#8175) There should be no spaces inside this paren. (space-in-parens)
(#8175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8176) Unexpected tab character. (no-tabs)
(#8176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8178) Unexpected tab character. (no-tabs)
(#8178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8179) Unexpected tab character. (no-tabs)
(#8179) There should be no spaces inside this paren. (space-in-parens)
(#8179) There should be no spaces inside this paren. (space-in-parens)
(#8179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8180) Unexpected tab character. (no-tabs)
(#8180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8181) Unexpected tab character. (no-tabs)
(#8181) There should be no spaces inside this paren. (space-in-parens)
(#8181) There should be no spaces inside this paren. (space-in-parens)
(#8181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8183) Unexpected tab character. (no-tabs)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no space after '['. (computed-property-spacing)
(#8183) There should be no space before ']'. (computed-property-spacing)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8184) Unexpected tab character. (no-tabs)
(#8184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8185) Unexpected tab character. (no-tabs)
(#8185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8187) Unexpected tab character. (no-tabs)
(#8187) There should be no spaces inside this paren. (space-in-parens)
(#8187) There should be no space after '['. (computed-property-spacing)
(#8187) There should be no space before ']'. (computed-property-spacing)
(#8187) There should be no spaces inside this paren. (space-in-parens)
(#8187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8188) Unexpected tab character. (no-tabs)
(#8188) There should be no spaces inside this paren. (space-in-parens)
(#8188) There should be no spaces inside this paren. (space-in-parens)
(#8188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8189) Unexpected tab character. (no-tabs)
(#8189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8190) Unexpected tab character. (no-tabs)
(#8190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8191) Unexpected tab character. (no-tabs)
(#8191) There should be no spaces inside this paren. (space-in-parens)
(#8191) There should be no spaces inside this paren. (space-in-parens)
(#8191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8192) Unexpected tab character. (no-tabs)
(#8192) There should be no spaces inside this paren. (space-in-parens)
(#8192) There should be no spaces inside this paren. (space-in-parens)
(#8192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8193) Unexpected tab character. (no-tabs)
(#8193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8195) Unexpected tab character. (no-tabs)
(#8195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8196) Unexpected tab character. (no-tabs)
(#8196) There should be no spaces inside this paren. (space-in-parens)
(#8196) There should be no spaces inside this paren. (space-in-parens)
(#8196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8197) Unexpected tab character. (no-tabs)
(#8197) There should be no spaces inside this paren. (space-in-parens)
(#8197) There should be no spaces inside this paren. (space-in-parens)
(#8197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8198) Unexpected tab character. (no-tabs)
(#8198) There should be no spaces inside this paren. (space-in-parens)
(#8198) There should be no spaces inside this paren. (space-in-parens)
(#8198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8199) Unexpected tab character. (no-tabs)
(#8199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8201) Unexpected tab character. (no-tabs)
(#8201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8202) Unexpected tab character. (no-tabs)
(#8202) There should be no spaces inside this paren. (space-in-parens)
(#8202) There should be no spaces inside this paren. (space-in-parens)
(#8202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8203) Unexpected tab character. (no-tabs)
(#8203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8204) Unexpected tab character. (no-tabs)
(#8204) There should be no spaces inside this paren. (space-in-parens)
(#8204) There should be no spaces inside this paren. (space-in-parens)
(#8204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8205) Unexpected tab character. (no-tabs)
(#8205) There should be no spaces inside this paren. (space-in-parens)
(#8205) There should be no space after '['. (computed-property-spacing)
(#8205) There should be no space before ']'. (computed-property-spacing)
(#8205) There should be no spaces inside this paren. (space-in-parens)
(#8205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8207) Unexpected tab character. (no-tabs)
(#8207) There should be no spaces inside this paren. (space-in-parens)
(#8207) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8207) There should be no spaces inside this paren. (space-in-parens)
(#8207) There should be no spaces inside this paren. (space-in-parens)
(#8207) There should be no spaces inside this paren. (space-in-parens)
(#8207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8208) Unexpected tab character. (no-tabs)
(#8208) There should be no spaces inside this paren. (space-in-parens)
(#8208) There should be no spaces inside this paren. (space-in-parens)
(#8208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8209) Unexpected tab character. (no-tabs)
(#8209) There should be no spaces inside this paren. (space-in-parens)
(#8209) There should be no spaces inside this paren. (space-in-parens)
(#8209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8210) Unexpected tab character. (no-tabs)
(#8210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8211) Unexpected tab character. (no-tabs)
(#8211) There should be no spaces inside this paren. (space-in-parens)
(#8211) There should be no spaces inside this paren. (space-in-parens)
(#8211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8213) Unexpected tab character. (no-tabs)
(#8213) There should be no spaces inside this paren. (space-in-parens)
(#8213) There should be no spaces inside this paren. (space-in-parens)
(#8213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8214) Unexpected tab character. (no-tabs)
(#8214) There should be no spaces inside this paren. (space-in-parens)
(#8214) There should be no spaces inside this paren. (space-in-parens)
(#8214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8215) Unexpected tab character. (no-tabs)
(#8215) There should be no spaces inside this paren. (space-in-parens)
(#8215) There should be no spaces inside this paren. (space-in-parens)
(#8215) There should be no space after '['. (computed-property-spacing)
(#8215) There should be no space before ']'. (computed-property-spacing)
(#8215) There should be no spaces inside this paren. (space-in-parens)
(#8215) There should be no space after '['. (array-bracket-spacing)
(#8215) There should be no space before ']'. (array-bracket-spacing)
(#8215) There should be no spaces inside this paren. (space-in-parens)
(#8215) Comments should not begin with a lowercase character (capitalized-comments)
(#8215) Multiple spaces found before '// trigger cus...'. (no-multi-spaces)
(#8215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8216) Unexpected tab character. (no-tabs)
(#8216) There should be no spaces inside this paren. (space-in-parens)
(#8216) There should be no spaces inside this paren. (space-in-parens)
(#8216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8217) Unexpected tab character. (no-tabs)
(#8217) There should be no spaces inside this paren. (space-in-parens)
(#8217) There should be no spaces inside this paren. (space-in-parens)
(#8217) Comments should not begin with a lowercase character (capitalized-comments)
(#8217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8218) Unexpected tab character. (no-tabs)
(#8218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8220) Unexpected tab character. (no-tabs)
(#8220) There should be no spaces inside this paren. (space-in-parens)
(#8220) There should be no spaces inside this paren. (space-in-parens)
(#8220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8221) Unexpected tab character. (no-tabs)
(#8221) There should be no spaces inside this paren. (space-in-parens)
(#8221) There should be no spaces inside this paren. (space-in-parens)
(#8221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8222) Unexpected tab character. (no-tabs)
(#8222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8223) Unexpected tab character. (no-tabs)
(#8223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8224) Unexpected tab character. (no-tabs)
(#8224) There should be no space after '['. (computed-property-spacing)
(#8224) There should be no space before ']'. (computed-property-spacing)
(#8224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8225) Unexpected tab character. (no-tabs)
(#8225) There should be no spaces inside this paren. (space-in-parens)
(#8225) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#8225) There should be no spaces inside this paren. (space-in-parens)
(#8225) There should be no space after '['. (computed-property-spacing)
(#8225) There should be no space before ']'. (computed-property-spacing)
(#8225) There should be no spaces inside this paren. (space-in-parens)
(#8225) There should be no spaces inside this paren. (space-in-parens)
(#8225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8226) Unexpected tab character. (no-tabs)
(#8226) There should be no spaces inside this paren. (space-in-parens)
(#8226) There should be no spaces inside this paren. (space-in-parens)
(#8226) Comments should not begin with a lowercase character (capitalized-comments)
(#8226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8227) Unexpected tab character. (no-tabs)
(#8227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8228) Unexpected tab character. (no-tabs)
(#8228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8229) Unexpected tab character. (no-tabs)
(#8229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8230) Unexpected tab character. (no-tabs)
(#8230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8232) Unexpected tab character. (no-tabs)
(#8232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8233) Unexpected tab character. (no-tabs)
(#8233) There should be no spaces inside this paren. (space-in-parens)
(#8233) There should be no spaces inside this paren. (space-in-parens)
(#8233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8234) Unexpected tab character. (no-tabs)
(#8234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8235) Unexpected tab character. (no-tabs)
(#8235) There should be no spaces inside this paren. (space-in-parens)
(#8235) There should be no spaces inside this paren. (space-in-parens)
(#8235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8237) Unexpected tab character. (no-tabs)
(#8237) There should be no spaces inside this paren. (space-in-parens)
(#8237) There should be no spaces inside this paren. (space-in-parens)
(#8237) Comments should not begin with a lowercase character (capitalized-comments)
(#8237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8238) Unexpected tab character. (no-tabs)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8239) Unexpected tab character. (no-tabs)
(#8239) There should be no spaces inside this paren. (space-in-parens)
(#8239) There should be no spaces inside this paren. (space-in-parens)
(#8239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8240) Unexpected tab character. (no-tabs)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8241) Unexpected tab character. (no-tabs)
(#8241) There should be no spaces inside this paren. (space-in-parens)
(#8241) There should be no spaces inside this paren. (space-in-parens)
(#8241) There should be no spaces inside this paren. (space-in-parens)
(#8241) There should be no spaces inside this paren. (space-in-parens)
(#8241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8242) Unexpected tab character. (no-tabs)
(#8242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8243) Unexpected tab character. (no-tabs)
(#8243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8245) Unexpected tab character. (no-tabs)
(#8245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8246) Unexpected tab character. (no-tabs)
(#8246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8247) Unexpected tab character. (no-tabs)
(#8247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8248) Unexpected tab character. (no-tabs)
(#8248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8249) Unexpected tab character. (no-tabs)
(#8249) There should be no spaces inside this paren. (space-in-parens)
(#8249) There should be no spaces inside this paren. (space-in-parens)
(#8249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8250) Unexpected tab character. (no-tabs)
(#8250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8251) Unexpected tab character. (no-tabs)
(#8251) There should be no space after '['. (array-bracket-spacing)
(#8251) There should be no spaces inside this paren. (space-in-parens)
(#8251) There should be no spaces inside this paren. (space-in-parens)
(#8251) There should be no space before ']'. (array-bracket-spacing)
(#8251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8252) Unexpected tab character. (no-tabs)
(#8252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8254) Unexpected tab character. (no-tabs)
(#8254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8255) Unexpected tab character. (no-tabs)
(#8255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8256) Unexpected tab character. (no-tabs)
(#8256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8257) Unexpected tab character. (no-tabs)
(#8257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8258) Unexpected tab character. (no-tabs)
(#8258) There should be no spaces inside this paren. (space-in-parens)
(#8258) There should be no spaces inside this paren. (space-in-parens)
(#8258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8259) Unexpected tab character. (no-tabs)
(#8259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8260) Unexpected tab character. (no-tabs)
(#8260) There should be no spaces inside this paren. (space-in-parens)
(#8260) There should be no spaces inside this paren. (space-in-parens)
(#8260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8262) Unexpected tab character. (no-tabs)
(#8262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8263) Unexpected tab character. (no-tabs)
(#8263) There should be no spaces inside this paren. (space-in-parens)
(#8263) There should be no spaces inside this paren. (space-in-parens)
(#8263) There should be no spaces inside this paren. (space-in-parens)
(#8263) There should be no spaces inside this paren. (space-in-parens)
(#8263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8265) Unexpected tab character. (no-tabs)
(#8265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8266) Unexpected tab character. (no-tabs)
(#8266) There should be no spaces inside this paren. (space-in-parens)
(#8266) There should be no spaces inside this paren. (space-in-parens)
(#8266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8267) Unexpected tab character. (no-tabs)
(#8267) There should be no spaces inside this paren. (space-in-parens)
(#8267) There should be no spaces inside this paren. (space-in-parens)
(#8267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8268) Unexpected tab character. (no-tabs)
(#8268) There should be no spaces inside this paren. (space-in-parens)
(#8268) There should be no spaces inside this paren. (space-in-parens)
(#8268) There should be no spaces inside this paren. (space-in-parens)
(#8268) There should be no spaces inside this paren. (space-in-parens)
(#8268) There should be no spaces inside this paren. (space-in-parens)
(#8268) There should be no spaces inside this paren. (space-in-parens)
(#8268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8269) Unexpected tab character. (no-tabs)
(#8269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8271) Unexpected tab character. (no-tabs)
(#8271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8272) Unexpected tab character. (no-tabs)
(#8272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8273) Unexpected tab character. (no-tabs)
(#8273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8274) Unexpected tab character. (no-tabs)
(#8274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8275) Unexpected tab character. (no-tabs)
(#8275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8276) Unexpected tab character. (no-tabs)
(#8276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8277) Unexpected tab character. (no-tabs)
(#8277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8278) Unexpected tab character. (no-tabs)
(#8278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8279) Unexpected tab character. (no-tabs)
(#8279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8280) Unexpected tab character. (no-tabs)
(#8280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8281) Unexpected tab character. (no-tabs)
(#8281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8282) Unexpected tab character. (no-tabs)
(#8282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8283) Unexpected tab character. (no-tabs)
(#8283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8284) Unexpected tab character. (no-tabs)
(#8284) Method 'parseDate' has a complexity of 40. (complexity)
(#8284) There should be no spaces inside this paren. (space-in-parens)
(#8284) There should be no spaces inside this paren. (space-in-parens)
(#8284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8285) Unexpected tab character. (no-tabs)
(#8285) There should be no spaces inside this paren. (space-in-parens)
(#8285) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8285) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8285) There should be no spaces inside this paren. (space-in-parens)
(#8285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8286) Unexpected tab character. (no-tabs)
(#8286) Expected an object to be thrown. (no-throw-literal)
(#8286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8287) Unexpected tab character. (no-tabs)
(#8287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8289) Unexpected tab character. (no-tabs)
(#8289) There should be no spaces inside this paren. (space-in-parens)
(#8289) There should be no spaces inside this paren. (space-in-parens)
(#8289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8290) Unexpected tab character. (no-tabs)
(#8290) There should be no spaces inside this paren. (space-in-parens)
(#8290) There should be no spaces inside this paren. (space-in-parens)
(#8290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8291) Unexpected tab character. (no-tabs)
(#8291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8292) Unexpected tab character. (no-tabs)
(#8292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8294) Unexpected tab character. (no-tabs)
(#8294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8295) Unexpected tab character. (no-tabs)
(#8295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8296) Unexpected tab character. (no-tabs)
(#8296) There should be no spaces inside this paren. (space-in-parens)
(#8296) There should be no spaces inside this paren. (space-in-parens)
(#8296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8297) Unexpected tab character. (no-tabs)
(#8297) There should be no spaces inside this paren. (space-in-parens)
(#8297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8298) Unexpected tab character. (no-tabs)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8299) Unexpected tab character. (no-tabs)
(#8299) There should be no spaces inside this paren. (space-in-parens)
(#8299) There should be no spaces inside this paren. (space-in-parens)
(#8299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8300) Unexpected tab character. (no-tabs)
(#8300) There should be no spaces inside this paren. (space-in-parens)
(#8300) There should be no spaces inside this paren. (space-in-parens)
(#8300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8301) Unexpected tab character. (no-tabs)
(#8301) There should be no spaces inside this paren. (space-in-parens)
(#8301) There should be no spaces inside this paren. (space-in-parens)
(#8301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8302) Unexpected tab character. (no-tabs)
(#8302) There should be no spaces inside this paren. (space-in-parens)
(#8302) There should be no spaces inside this paren. (space-in-parens)
(#8302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8303) Unexpected tab character. (no-tabs)
(#8303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8304) Unexpected tab character. (no-tabs)
(#8304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8305) Unexpected tab character. (no-tabs)
(#8305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8306) Unexpected tab character. (no-tabs)
(#8306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8307) Unexpected tab character. (no-tabs)
(#8307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8308) Unexpected tab character. (no-tabs)
(#8308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8310) Unexpected tab character. (no-tabs)
(#8310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8311) Unexpected tab character. (no-tabs)
(#8311) There should be no spaces inside this paren. (space-in-parens)
(#8311) There should be no spaces inside this paren. (space-in-parens)
(#8311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8312) Unexpected tab character. (no-tabs)
(#8312) There should be no spaces inside this paren. (space-in-parens)
(#8312) There should be no spaces inside this paren. (space-in-parens)
(#8312) There should be no spaces inside this paren. (space-in-parens)
(#8312) There should be no spaces inside this paren. (space-in-parens)
(#8312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8313) Unexpected tab character. (no-tabs)
(#8313) There should be no spaces inside this paren. (space-in-parens)
(#8313) There should be no spaces inside this paren. (space-in-parens)
(#8313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8314) Unexpected tab character. (no-tabs)
(#8314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8315) Unexpected tab character. (no-tabs)
(#8315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8316) Unexpected tab character. (no-tabs)
(#8316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8317) Unexpected tab character. (no-tabs)
(#8317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8319) Unexpected tab character. (no-tabs)
(#8319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8320) Unexpected tab character. (no-tabs)
(#8320) There should be no spaces inside this paren. (space-in-parens)
(#8320) There should be no spaces inside this paren. (space-in-parens)
(#8320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8321) Unexpected tab character. (no-tabs)
(#8321) There should be no spaces inside this paren. (space-in-parens)
(#8321) There should be no spaces inside this paren. (space-in-parens)
(#8321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8322) Unexpected tab character. (no-tabs)
(#8322) There should be no spaces inside this paren. (space-in-parens)
(#8322) Do not nest ternary expressions. (no-nested-ternary)
(#8322) There should be no spaces inside this paren. (space-in-parens)
(#8322) Do not nest ternary expressions. (no-nested-ternary)
(#8322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8323) Unexpected tab character. (no-tabs)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) Do not nest ternary expressions. (no-nested-ternary)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8324) Unexpected tab character. (no-tabs)
(#8324) There should be no spaces inside this paren. (space-in-parens)
(#8324) There should be no spaces inside this paren. (space-in-parens)
(#8324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8325) Unexpected tab character. (no-tabs)
(#8325) There should be no spaces inside this paren. (space-in-parens)
(#8325) There should be no spaces inside this paren. (space-in-parens)
(#8325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8326) Unexpected tab character. (no-tabs)
(#8326) There should be no spaces inside this paren. (space-in-parens)
(#8326) There should be no spaces inside this paren. (space-in-parens)
(#8326) There should be no spaces inside this paren. (space-in-parens)
(#8326) There should be no spaces inside this paren. (space-in-parens)
(#8326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8327) Unexpected tab character. (no-tabs)
(#8327) There should be no spaces inside this paren. (space-in-parens)
(#8327) There should be no spaces inside this paren. (space-in-parens)
(#8327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8328) Unexpected tab character. (no-tabs)
(#8328) Expected an object to be thrown. (no-throw-literal)
(#8328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8329) Unexpected tab character. (no-tabs)
(#8329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8330) Unexpected tab character. (no-tabs)
(#8330) There should be no space after '['. (computed-property-spacing)
(#8330) There should be no space before ']'. (computed-property-spacing)
(#8330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8331) Unexpected tab character. (no-tabs)
(#8331) There should be no spaces inside this paren. (space-in-parens)
(#8331) There should be no space after '['. (computed-property-spacing)
(#8331) There should be no space before ']'. (computed-property-spacing)
(#8331) There should be no spaces inside this paren. (space-in-parens)
(#8331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8332) Unexpected tab character. (no-tabs)
(#8332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8334) Unexpected tab character. (no-tabs)
(#8334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8335) Unexpected tab character. (no-tabs)
(#8335) There should be no spaces inside this paren. (space-in-parens)
(#8335) There should be no spaces inside this paren. (space-in-parens)
(#8335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8336) Unexpected tab character. (no-tabs)
(#8336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8337) Unexpected tab character. (no-tabs)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8338) Unexpected tab character. (no-tabs)
(#8338) There should be no space after '['. (array-bracket-spacing)
(#8338) There should be no space after '['. (array-bracket-spacing)
(#8338) There should be no space before ']'. (array-bracket-spacing)
(#8338) There should be no space before ']'. (array-bracket-spacing)
(#8338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8339) Unexpected tab character. (no-tabs)
(#8339) There should be no spaces inside this paren. (space-in-parens)
(#8339) There should be no spaces inside this paren. (space-in-parens)
(#8339) There should be no spaces inside this paren. (space-in-parens)
(#8339) There should be no spaces inside this paren. (space-in-parens)
(#8339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8340) Unexpected tab character. (no-tabs)
(#8340) There should be no spaces inside this paren. (space-in-parens)
(#8340) There should be no space after '['. (computed-property-spacing)
(#8340) There should be no space before ']'. (computed-property-spacing)
(#8340) There should be no space after '['. (computed-property-spacing)
(#8340) There should be no space before ']'. (computed-property-spacing)
(#8340) There should be no spaces inside this paren. (space-in-parens)
(#8340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8341) Unexpected tab character. (no-tabs)
(#8341) There should be no spaces inside this paren. (space-in-parens)
(#8341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8343) Unexpected tab character. (no-tabs)
(#8343) There should be no spaces inside this paren. (space-in-parens)
(#8343) Expected to return a value at the end of function. (consistent-return)
(#8343) There should be no spaces inside this paren. (space-in-parens)
(#8343) There should be no spaces inside this paren. (space-in-parens)
(#8343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8344) Unexpected tab character. (no-tabs)
(#8344) There should be no space after '['. (computed-property-spacing)
(#8344) There should be no space before ']'. (computed-property-spacing)
(#8344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8345) Unexpected tab character. (no-tabs)
(#8345) There should be no spaces inside this paren. (space-in-parens)
(#8345) There should be no spaces inside this paren. (space-in-parens)
(#8345) There should be no spaces inside this paren. (space-in-parens)
(#8345) There should be no spaces inside this paren. (space-in-parens)
(#8345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8346) Unexpected tab character. (no-tabs)
(#8346) There should be no space after '['. (computed-property-spacing)
(#8346) There should be no space before ']'. (computed-property-spacing)
(#8346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8347) Unexpected tab character. (no-tabs)
(#8347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8348) Unexpected tab character. (no-tabs)
(#8348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8349) Unexpected tab character. (no-tabs)
(#8349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8350) Unexpected tab character. (no-tabs)
(#8350) There should be no spaces inside this paren. (space-in-parens)
(#8350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8351) Unexpected tab character. (no-tabs)
(#8351) There should be no spaces inside this paren. (space-in-parens)
(#8351) There should be no spaces inside this paren. (space-in-parens)
(#8351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8352) Unexpected tab character. (no-tabs)
(#8352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8353) Unexpected tab character. (no-tabs)
(#8353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8354) Unexpected tab character. (no-tabs)
(#8354) Expected an object to be thrown. (no-throw-literal)
(#8354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8355) Unexpected tab character. (no-tabs)
(#8355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8356) Unexpected tab character. (no-tabs)
(#8356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8358) Unexpected tab character. (no-tabs)
(#8358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8359) Unexpected tab character. (no-tabs)
(#8359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8360) Unexpected tab character. (no-tabs)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8361) Unexpected tab character. (no-tabs)
(#8361) Expected an object to be thrown. (no-throw-literal)
(#8361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8362) Unexpected tab character. (no-tabs)
(#8362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8363) Unexpected tab character. (no-tabs)
(#8363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8364) Unexpected tab character. (no-tabs)
(#8364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8366) Unexpected tab character. (no-tabs)
(#8366) There should be no spaces inside this paren. (space-in-parens)
(#8366) There should be no spaces inside this paren. (space-in-parens)
(#8366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8367) Unexpected tab character. (no-tabs)
(#8367) There should be no spaces inside this paren. (space-in-parens)
(#8367) There should be no spaces inside this paren. (space-in-parens)
(#8367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8368) Unexpected tab character. (no-tabs)
(#8368) There should be no spaces inside this paren. (space-in-parens)
(#8368) There should be no spaces inside this paren. (space-in-parens)
(#8368) There should be no spaces inside this paren. (space-in-parens)
(#8368) There should be no spaces inside this paren. (space-in-parens)
(#8368) There should be no spaces inside this paren. (space-in-parens)
(#8368) There should be no spaces inside this paren. (space-in-parens)
(#8368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8369) Unexpected tab character. (no-tabs)
(#8369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8370) Unexpected tab character. (no-tabs)
(#8370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8371) Unexpected tab character. (no-tabs)
(#8371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8372) Unexpected tab character. (no-tabs)
(#8372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8373) Unexpected tab character. (no-tabs)
(#8373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8374) Unexpected tab character. (no-tabs)
(#8374) There should be no spaces inside this paren. (space-in-parens)
(#8374) There should be no spaces inside this paren. (space-in-parens)
(#8374) There should be no spaces inside this paren. (space-in-parens)
(#8374) There should be no spaces inside this paren. (space-in-parens)
(#8374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8375) Unexpected tab character. (no-tabs)
(#8375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8376) Unexpected tab character. (no-tabs)
(#8376) There should be no spaces inside this paren. (space-in-parens)
(#8376) There should be no spaces inside this paren. (space-in-parens)
(#8376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8377) Unexpected tab character. (no-tabs)
(#8377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8378) Unexpected tab character. (no-tabs)
(#8378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8379) Unexpected tab character. (no-tabs)
(#8379) There should be no spaces inside this paren. (space-in-parens)
(#8379) There should be no spaces inside this paren. (space-in-parens)
(#8379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8380) Unexpected tab character. (no-tabs)
(#8380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8381) Unexpected tab character. (no-tabs)
(#8381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8382) Unexpected tab character. (no-tabs)
(#8382) There should be no spaces inside this paren. (space-in-parens)
(#8382) There should be no spaces inside this paren. (space-in-parens)
(#8382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8383) Unexpected tab character. (no-tabs)
(#8383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8384) Unexpected tab character. (no-tabs)
(#8384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8385) Unexpected tab character. (no-tabs)
(#8385) There should be no spaces inside this paren. (space-in-parens)
(#8385) There should be no spaces inside this paren. (space-in-parens)
(#8385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8386) Unexpected tab character. (no-tabs)
(#8386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8387) Unexpected tab character. (no-tabs)
(#8387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8388) Unexpected tab character. (no-tabs)
(#8388) There should be no spaces inside this paren. (space-in-parens)
(#8388) There should be no spaces inside this paren. (space-in-parens)
(#8388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8389) Unexpected tab character. (no-tabs)
(#8389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8390) Unexpected tab character. (no-tabs)
(#8390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8391) Unexpected tab character. (no-tabs)
(#8391) There should be no spaces inside this paren. (space-in-parens)
(#8391) There should be no spaces inside this paren. (space-in-parens)
(#8391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8392) Unexpected tab character. (no-tabs)
(#8392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8393) Unexpected tab character. (no-tabs)
(#8393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8394) Unexpected tab character. (no-tabs)
(#8394) There should be no spaces inside this paren. (space-in-parens)
(#8394) There should be no spaces inside this paren. (space-in-parens)
(#8394) There should be no spaces inside this paren. (space-in-parens)
(#8394) There should be no spaces inside this paren. (space-in-parens)
(#8394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8395) Unexpected tab character. (no-tabs)
(#8395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8396) Unexpected tab character. (no-tabs)
(#8396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8397) Unexpected tab character. (no-tabs)
(#8397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8398) Unexpected tab character. (no-tabs)
(#8398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8399) Unexpected tab character. (no-tabs)
(#8399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8400) Unexpected tab character. (no-tabs)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8401) Unexpected tab character. (no-tabs)
(#8401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8402) Unexpected tab character. (no-tabs)
(#8402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8403) Unexpected tab character. (no-tabs)
(#8403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8404) Unexpected tab character. (no-tabs)
(#8404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8405) Unexpected tab character. (no-tabs)
(#8405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8406) Unexpected tab character. (no-tabs)
(#8406) There should be no spaces inside this paren. (space-in-parens)
(#8406) There should be no spaces inside this paren. (space-in-parens)
(#8406) There should be no spaces inside this paren. (space-in-parens)
(#8406) There should be no spaces inside this paren. (space-in-parens)
(#8406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8407) Unexpected tab character. (no-tabs)
(#8407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8408) Unexpected tab character. (no-tabs)
(#8408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8409) Unexpected tab character. (no-tabs)
(#8409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8410) Unexpected tab character. (no-tabs)
(#8410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8411) Unexpected tab character. (no-tabs)
(#8411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8412) Unexpected tab character. (no-tabs)
(#8412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8413) Unexpected tab character. (no-tabs)
(#8413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8414) Unexpected tab character. (no-tabs)
(#8414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8415) Unexpected tab character. (no-tabs)
(#8415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8416) Unexpected tab character. (no-tabs)
(#8416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8418) Unexpected tab character. (no-tabs)
(#8418) There should be no spaces inside this paren. (space-in-parens)
(#8418) There should be no spaces inside this paren. (space-in-parens)
(#8418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8419) Unexpected tab character. (no-tabs)
(#8419) There should be no spaces inside this paren. (space-in-parens)
(#8419) There should be no spaces inside this paren. (space-in-parens)
(#8419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8420) Unexpected tab character. (no-tabs)
(#8420) There should be no spaces inside this paren. (space-in-parens)
(#8420) There should be no spaces inside this paren. (space-in-parens)
(#8420) There should be no spaces inside this paren. (space-in-parens)
(#8420) There should be no spaces inside this paren. (space-in-parens)
(#8420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8421) Unexpected tab character. (no-tabs)
(#8421) Expected an object to be thrown. (no-throw-literal)
(#8421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8422) Unexpected tab character. (no-tabs)
(#8422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8423) Unexpected tab character. (no-tabs)
(#8423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8425) Unexpected tab character. (no-tabs)
(#8425) There should be no spaces inside this paren. (space-in-parens)
(#8425) There should be no spaces inside this paren. (space-in-parens)
(#8425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8426) Unexpected tab character. (no-tabs)
(#8426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8427) Unexpected tab character. (no-tabs)
(#8427) There should be no spaces inside this paren. (space-in-parens)
(#8427) There should be no spaces inside this paren. (space-in-parens)
(#8427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8428) Unexpected tab character. (no-tabs)
(#8428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8429) Unexpected tab character. (no-tabs)
(#8429) There should be no spaces inside this paren. (space-in-parens)
(#8429) There should be no spaces inside this paren. (space-in-parens)
(#8429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8430) Unexpected tab character. (no-tabs)
(#8430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8432) Unexpected tab character. (no-tabs)
(#8432) There should be no spaces inside this paren. (space-in-parens)
(#8432) There should be no spaces inside this paren. (space-in-parens)
(#8432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8433) Unexpected tab character. (no-tabs)
(#8433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8434) Unexpected tab character. (no-tabs)
(#8434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8435) Unexpected tab character. (no-tabs)
(#8435) Unexpected constant condition. (no-constant-condition)
(#8435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8436) Unexpected tab character. (no-tabs)
(#8436) There should be no spaces inside this paren. (space-in-parens)
(#8436) There should be no spaces inside this paren. (space-in-parens)
(#8436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8437) Unexpected tab character. (no-tabs)
(#8437) There should be no spaces inside this paren. (space-in-parens)
(#8437) There should be no spaces inside this paren. (space-in-parens)
(#8437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8438) Unexpected tab character. (no-tabs)
(#8438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8439) Unexpected tab character. (no-tabs)
(#8439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8440) Unexpected tab character. (no-tabs)
(#8440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8441) Unexpected tab character. (no-tabs)
(#8441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8442) Unexpected tab character. (no-tabs)
(#8442) There should be no spaces inside this paren. (space-in-parens)
(#8442) There should be no spaces inside this paren. (space-in-parens)
(#8442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8443) Unexpected tab character. (no-tabs)
(#8443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8445) Unexpected tab character. (no-tabs)
(#8445) There should be no spaces inside this paren. (space-in-parens)
(#8445) There should be no spaces inside this paren. (space-in-parens)
(#8445) There should be no spaces inside this paren. (space-in-parens)
(#8445) There should be no spaces inside this paren. (space-in-parens)
(#8445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8446) Unexpected tab character. (no-tabs)
(#8446) There should be no spaces inside this paren. (space-in-parens)
(#8446) There should be no spaces inside this paren. (space-in-parens)
(#8446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8447) Unexpected tab character. (no-tabs)
(#8447) Expected an object to be thrown. (no-throw-literal)
(#8447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8448) Unexpected tab character. (no-tabs)
(#8448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8449) Unexpected tab character. (no-tabs)
(#8449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8450) Unexpected tab character. (no-tabs)
(#8450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8452) Unexpected tab character. (no-tabs)
(#8452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8453) Unexpected tab character. (no-tabs)
(#8453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8454) Unexpected tab character. (no-tabs)
(#8454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8455) Unexpected tab character. (no-tabs)
(#8455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8456) Unexpected tab character. (no-tabs)
(#8456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8457) Unexpected tab character. (no-tabs)
(#8457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8458) Unexpected tab character. (no-tabs)
(#8458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8459) Unexpected tab character. (no-tabs)
(#8459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8460) Unexpected tab character. (no-tabs)
(#8460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8461) Unexpected tab character. (no-tabs)
(#8461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8462) Unexpected tab character. (no-tabs)
(#8462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8463) Unexpected tab character. (no-tabs)
(#8463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8464) Unexpected tab character. (no-tabs)
(#8464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8466) Unexpected tab character. (no-tabs)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8467) Unexpected tab character. (no-tabs)
(#8467) There should be no spaces inside this paren. (space-in-parens)
(#8467) There should be no spaces inside this paren. (space-in-parens)
(#8467) There should be no spaces inside this paren. (space-in-parens)
(#8467) There should be no spaces inside this paren. (space-in-parens)
(#8467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8469) Unexpected tab character. (no-tabs)
(#8469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8470) Unexpected tab character. (no-tabs)
(#8470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8471) Unexpected tab character. (no-tabs)
(#8471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8472) Unexpected tab character. (no-tabs)
(#8472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8473) Unexpected tab character. (no-tabs)
(#8473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8474) Unexpected tab character. (no-tabs)
(#8474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8475) Unexpected tab character. (no-tabs)
(#8475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8476) Unexpected tab character. (no-tabs)
(#8476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8477) Unexpected tab character. (no-tabs)
(#8477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8478) Unexpected tab character. (no-tabs)
(#8478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8479) Unexpected tab character. (no-tabs)
(#8479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8480) Unexpected tab character. (no-tabs)
(#8480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8481) Unexpected tab character. (no-tabs)
(#8481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8482) Unexpected tab character. (no-tabs)
(#8482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8483) Unexpected tab character. (no-tabs)
(#8483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8484) Unexpected tab character. (no-tabs)
(#8484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8485) Unexpected tab character. (no-tabs)
(#8485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8486) Unexpected tab character. (no-tabs)
(#8486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8487) Unexpected tab character. (no-tabs)
(#8487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8488) Unexpected tab character. (no-tabs)
(#8488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8489) Unexpected tab character. (no-tabs)
(#8489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8490) Unexpected tab character. (no-tabs)
(#8490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8491) Unexpected tab character. (no-tabs)
(#8491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8492) Unexpected tab character. (no-tabs)
(#8492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8493) Unexpected tab character. (no-tabs)
(#8493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8494) Unexpected tab character. (no-tabs)
(#8494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8495) Unexpected tab character. (no-tabs)
(#8495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8496) Unexpected tab character. (no-tabs)
(#8496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8497) Unexpected tab character. (no-tabs)
(#8497) Method 'formatDate' has a complexity of 26. (complexity)
(#8497) There should be no spaces inside this paren. (space-in-parens)
(#8497) There should be no spaces inside this paren. (space-in-parens)
(#8497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8498) Unexpected tab character. (no-tabs)
(#8498) There should be no spaces inside this paren. (space-in-parens)
(#8498) There should be no spaces inside this paren. (space-in-parens)
(#8498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8499) Unexpected tab character. (no-tabs)
(#8499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8500) Unexpected tab character. (no-tabs)
(#8500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8502) Unexpected tab character. (no-tabs)
(#8502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8503) Unexpected tab character. (no-tabs)
(#8503) There should be no spaces inside this paren. (space-in-parens)
(#8503) There should be no spaces inside this paren. (space-in-parens)
(#8503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8504) Unexpected tab character. (no-tabs)
(#8504) There should be no spaces inside this paren. (space-in-parens)
(#8504) There should be no spaces inside this paren. (space-in-parens)
(#8504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8505) Unexpected tab character. (no-tabs)
(#8505) There should be no spaces inside this paren. (space-in-parens)
(#8505) There should be no spaces inside this paren. (space-in-parens)
(#8505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8506) Unexpected tab character. (no-tabs)
(#8506) There should be no spaces inside this paren. (space-in-parens)
(#8506) There should be no spaces inside this paren. (space-in-parens)
(#8506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8508) Unexpected tab character. (no-tabs)
(#8508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8509) Unexpected tab character. (no-tabs)
(#8509) There should be no spaces inside this paren. (space-in-parens)
(#8509) There should be no spaces inside this paren. (space-in-parens)
(#8509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8510) Unexpected tab character. (no-tabs)
(#8510) There should be no spaces inside this paren. (space-in-parens)
(#8510) There should be no spaces inside this paren. (space-in-parens)
(#8510) There should be no spaces inside this paren. (space-in-parens)
(#8510) There should be no spaces inside this paren. (space-in-parens)
(#8510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8511) Unexpected tab character. (no-tabs)
(#8511) There should be no spaces inside this paren. (space-in-parens)
(#8511) There should be no spaces inside this paren. (space-in-parens)
(#8511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8512) Unexpected tab character. (no-tabs)
(#8512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8513) Unexpected tab character. (no-tabs)
(#8513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8514) Unexpected tab character. (no-tabs)
(#8514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8515) Unexpected tab character. (no-tabs)
(#8515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8517) Unexpected tab character. (no-tabs)
(#8517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8518) Unexpected tab character. (no-tabs)
(#8518) There should be no spaces inside this paren. (space-in-parens)
(#8518) There should be no spaces inside this paren. (space-in-parens)
(#8518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8519) Unexpected tab character. (no-tabs)
(#8519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8520) Unexpected tab character. (no-tabs)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8521) Unexpected tab character. (no-tabs)
(#8521) There should be no spaces inside this paren. (space-in-parens)
(#8521) There should be no spaces inside this paren. (space-in-parens)
(#8521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8522) Unexpected tab character. (no-tabs)
(#8522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8523) Unexpected tab character. (no-tabs)
(#8523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8524) Unexpected tab character. (no-tabs)
(#8524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8525) Unexpected tab character. (no-tabs)
(#8525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8526) Unexpected tab character. (no-tabs)
(#8526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8528) Unexpected tab character. (no-tabs)
(#8528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8529) Unexpected tab character. (no-tabs)
(#8529) There should be no spaces inside this paren. (space-in-parens)
(#8529) There should be no spaces inside this paren. (space-in-parens)
(#8529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8530) Unexpected tab character. (no-tabs)
(#8530) There should be no spaces inside this paren. (space-in-parens)
(#8530) There should be no spaces inside this paren. (space-in-parens)
(#8530) There should be no spaces inside this paren. (space-in-parens)
(#8530) There should be no space after '['. (computed-property-spacing)
(#8530) There should be no space before ']'. (computed-property-spacing)
(#8530) There should be no space after '['. (computed-property-spacing)
(#8530) There should be no space before ']'. (computed-property-spacing)
(#8530) There should be no spaces inside this paren. (space-in-parens)
(#8530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8531) Unexpected tab character. (no-tabs)
(#8531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8532) Unexpected tab character. (no-tabs)
(#8532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8533) Unexpected tab character. (no-tabs)
(#8533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8535) Unexpected tab character. (no-tabs)
(#8535) There should be no spaces inside this paren. (space-in-parens)
(#8535) There should be no spaces inside this paren. (space-in-parens)
(#8535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8536) Unexpected tab character. (no-tabs)
(#8536) There should be no spaces inside this paren. (space-in-parens)
(#8536) There should be no spaces inside this paren. (space-in-parens)
(#8536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8537) Unexpected tab character. (no-tabs)
(#8537) There should be no spaces inside this paren. (space-in-parens)
(#8537) There should be no spaces inside this paren. (space-in-parens)
(#8537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8538) Unexpected tab character. (no-tabs)
(#8538) There should be no spaces inside this paren. (space-in-parens)
(#8538) There should be no spaces inside this paren. (space-in-parens)
(#8538) There should be no spaces inside this paren. (space-in-parens)
(#8538) There should be no spaces inside this paren. (space-in-parens)
(#8538) There should be no spaces inside this paren. (space-in-parens)
(#8538) There should be no spaces inside this paren. (space-in-parens)
(#8538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8539) Unexpected tab character. (no-tabs)
(#8539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8540) Unexpected tab character. (no-tabs)
(#8540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8541) Unexpected tab character. (no-tabs)
(#8541) There should be no spaces inside this paren. (space-in-parens)
(#8541) There should be no spaces inside this paren. (space-in-parens)
(#8541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8542) Unexpected tab character. (no-tabs)
(#8542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8543) Unexpected tab character. (no-tabs)
(#8543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8544) Unexpected tab character. (no-tabs)
(#8544) There should be no spaces inside this paren. (space-in-parens)
(#8544) There should be no spaces inside this paren. (space-in-parens)
(#8544) There should be no spaces inside this paren. (space-in-parens)
(#8544) There should be no spaces inside this paren. (space-in-parens)
(#8544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8545) Unexpected tab character. (no-tabs)
(#8545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8546) Unexpected tab character. (no-tabs)
(#8546) There should be no spaces inside this paren. (space-in-parens)
(#8546) There should be no spaces inside this paren. (space-in-parens)
(#8546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8547) Unexpected tab character. (no-tabs)
(#8547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8548) Unexpected tab character. (no-tabs)
(#8548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8549) Unexpected tab character. (no-tabs)
(#8549) There should be no spaces inside this paren. (space-in-parens)
(#8549) There should be no spaces inside this paren. (space-in-parens)
(#8549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8550) Unexpected tab character. (no-tabs)
(#8550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8551) Unexpected tab character. (no-tabs)
(#8551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8552) Unexpected tab character. (no-tabs)
(#8552) There should be no spaces inside this paren. (space-in-parens)
(#8552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8553) Line 8553 exceeds the maximum line length of 132. (max-len)
(#8553) Unexpected tab character. (no-tabs)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no spaces inside this paren. (space-in-parens)
(#8553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8554) Unexpected tab character. (no-tabs)
(#8554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8555) Unexpected tab character. (no-tabs)
(#8555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8556) Unexpected tab character. (no-tabs)
(#8556) There should be no spaces inside this paren. (space-in-parens)
(#8556) There should be no spaces inside this paren. (space-in-parens)
(#8556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8557) Unexpected tab character. (no-tabs)
(#8557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8558) Unexpected tab character. (no-tabs)
(#8558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8559) Unexpected tab character. (no-tabs)
(#8559) There should be no spaces inside this paren. (space-in-parens)
(#8559) There should be no spaces inside this paren. (space-in-parens)
(#8559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8560) Unexpected tab character. (no-tabs)
(#8560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8561) Unexpected tab character. (no-tabs)
(#8561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8562) Unexpected tab character. (no-tabs)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8563) Unexpected tab character. (no-tabs)
(#8563) There should be no spaces inside this paren. (space-in-parens)
(#8563) There should be no spaces inside this paren. (space-in-parens)
(#8563) There should be no spaces inside this paren. (space-in-parens)
(#8563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8564) Unexpected tab character. (no-tabs)
(#8564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8565) Unexpected tab character. (no-tabs)
(#8565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8566) Unexpected tab character. (no-tabs)
(#8566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8567) Unexpected tab character. (no-tabs)
(#8567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8568) Unexpected tab character. (no-tabs)
(#8568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8569) Unexpected tab character. (no-tabs)
(#8569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8570) Unexpected tab character. (no-tabs)
(#8570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8571) Unexpected tab character. (no-tabs)
(#8571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8572) Unexpected tab character. (no-tabs)
(#8572) Blocks are nested too deeply (5). (max-depth)
(#8572) There should be no spaces inside this paren. (space-in-parens)
(#8572) There should be no spaces inside this paren. (space-in-parens)
(#8572) There should be no spaces inside this paren. (space-in-parens)
(#8572) There should be no spaces inside this paren. (space-in-parens)
(#8572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8573) Unexpected tab character. (no-tabs)
(#8573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8574) Unexpected tab character. (no-tabs)
(#8574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8575) Unexpected tab character. (no-tabs)
(#8575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8576) Unexpected tab character. (no-tabs)
(#8576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8577) Unexpected tab character. (no-tabs)
(#8577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8578) Unexpected tab character. (no-tabs)
(#8578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8579) Unexpected tab character. (no-tabs)
(#8579) There should be no spaces inside this paren. (space-in-parens)
(#8579) There should be no spaces inside this paren. (space-in-parens)
(#8579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8580) Unexpected tab character. (no-tabs)
(#8580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8581) Unexpected tab character. (no-tabs)
(#8581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8582) Unexpected tab character. (no-tabs)
(#8582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8583) Unexpected tab character. (no-tabs)
(#8583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8584) Unexpected tab character. (no-tabs)
(#8584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8585) Unexpected tab character. (no-tabs)
(#8585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8587) Unexpected tab character. (no-tabs)
(#8587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8588) Unexpected tab character. (no-tabs)
(#8588) There should be no spaces inside this paren. (space-in-parens)
(#8588) There should be no spaces inside this paren. (space-in-parens)
(#8588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8589) Unexpected tab character. (no-tabs)
(#8589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8590) Unexpected tab character. (no-tabs)
(#8590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8591) Unexpected tab character. (no-tabs)
(#8591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8593) Unexpected tab character. (no-tabs)
(#8593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8594) Unexpected tab character. (no-tabs)
(#8594) There should be no spaces inside this paren. (space-in-parens)
(#8594) There should be no spaces inside this paren. (space-in-parens)
(#8594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8595) Unexpected tab character. (no-tabs)
(#8595) There should be no spaces inside this paren. (space-in-parens)
(#8595) There should be no spaces inside this paren. (space-in-parens)
(#8595) There should be no spaces inside this paren. (space-in-parens)
(#8595) There should be no spaces inside this paren. (space-in-parens)
(#8595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8596) Unexpected tab character. (no-tabs)
(#8596) There should be no spaces inside this paren. (space-in-parens)
(#8596) There should be no spaces inside this paren. (space-in-parens)
(#8596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8597) Unexpected tab character. (no-tabs)
(#8597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8598) Unexpected tab character. (no-tabs)
(#8598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8599) Unexpected tab character. (no-tabs)
(#8599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8600) Unexpected tab character. (no-tabs)
(#8600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8602) Unexpected tab character. (no-tabs)
(#8602) There should be no spaces inside this paren. (space-in-parens)
(#8602) There should be no spaces inside this paren. (space-in-parens)
(#8602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8603) Unexpected tab character. (no-tabs)
(#8603) There should be no spaces inside this paren. (space-in-parens)
(#8603) There should be no spaces inside this paren. (space-in-parens)
(#8603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8604) Unexpected tab character. (no-tabs)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8605) Unexpected tab character. (no-tabs)
(#8605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8606) Unexpected tab character. (no-tabs)
(#8606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8607) Unexpected tab character. (no-tabs)
(#8607) There should be no spaces inside this paren. (space-in-parens)
(#8607) There should be no spaces inside this paren. (space-in-parens)
(#8607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8608) Unexpected tab character. (no-tabs)
(#8608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8609) Unexpected tab character. (no-tabs)
(#8609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8610) Unexpected tab character. (no-tabs)
(#8610) There should be no spaces inside this paren. (space-in-parens)
(#8610) There should be no spaces inside this paren. (space-in-parens)
(#8610) There should be no spaces inside this paren. (space-in-parens)
(#8610) There should be no spaces inside this paren. (space-in-parens)
(#8610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8611) Unexpected tab character. (no-tabs)
(#8611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8612) Unexpected tab character. (no-tabs)
(#8612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8613) Unexpected tab character. (no-tabs)
(#8613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8614) Unexpected tab character. (no-tabs)
(#8614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8615) Unexpected tab character. (no-tabs)
(#8615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8616) Unexpected tab character. (no-tabs)
(#8616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8617) Unexpected tab character. (no-tabs)
(#8617) There should be no spaces inside this paren. (space-in-parens)
(#8617) There should be no spaces inside this paren. (space-in-parens)
(#8617) There should be no spaces inside this paren. (space-in-parens)
(#8617) There should be no spaces inside this paren. (space-in-parens)
(#8617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8618) Unexpected tab character. (no-tabs)
(#8618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8619) Unexpected tab character. (no-tabs)
(#8619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8620) Unexpected tab character. (no-tabs)
(#8620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8621) Unexpected tab character. (no-tabs)
(#8621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8622) Unexpected tab character. (no-tabs)
(#8622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8623) Unexpected tab character. (no-tabs)
(#8623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8624) Unexpected tab character. (no-tabs)
(#8624) There should be no spaces inside this paren. (space-in-parens)
(#8624) There should be no spaces inside this paren. (space-in-parens)
(#8624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8625) Unexpected tab character. (no-tabs)
(#8625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8626) Unexpected tab character. (no-tabs)
(#8626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8627) Unexpected tab character. (no-tabs)
(#8627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8628) Unexpected tab character. (no-tabs)
(#8628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8629) Unexpected tab character. (no-tabs)
(#8629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8631) Unexpected tab character. (no-tabs)
(#8631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8632) Unexpected tab character. (no-tabs)
(#8632) There should be no spaces inside this paren. (space-in-parens)
(#8632) There should be no spaces inside this paren. (space-in-parens)
(#8632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8633) Unexpected tab character. (no-tabs)
(#8633) There should be no space after '['. (computed-property-spacing)
(#8633) There should be no space before ']'. (computed-property-spacing)
(#8633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8634) Unexpected tab character. (no-tabs)
(#8634) There should be no space after '['. (computed-property-spacing)
(#8634) There should be no space before ']'. (computed-property-spacing)
(#8634) There should be no space after '['. (computed-property-spacing)
(#8634) There should be no space before ']'. (computed-property-spacing)
(#8634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8635) Unexpected tab character. (no-tabs)
(#8635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8637) Unexpected tab character. (no-tabs)
(#8637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8638) Unexpected tab character. (no-tabs)
(#8638) There should be no spaces inside this paren. (space-in-parens)
(#8638) There should be no spaces inside this paren. (space-in-parens)
(#8638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8639) Unexpected tab character. (no-tabs)
(#8639) There should be no spaces inside this paren. (space-in-parens)
(#8639) There should be no spaces inside this paren. (space-in-parens)
(#8639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8640) Unexpected tab character. (no-tabs)
(#8640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8641) Unexpected tab character. (no-tabs)
(#8641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8643) Unexpected tab character. (no-tabs)
(#8643) There should be no spaces inside this paren. (space-in-parens)
(#8643) There should be no spaces inside this paren. (space-in-parens)
(#8643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8644) Unexpected tab character. (no-tabs)
(#8644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8645) Unexpected tab character. (no-tabs)
(#8645) There should be no spaces inside this paren. (space-in-parens)
(#8645) There should be no spaces inside this paren. (space-in-parens)
(#8645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8646) Unexpected tab character. (no-tabs)
(#8646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8647) Unexpected tab character. (no-tabs)
(#8647) There should be no spaces inside this paren. (space-in-parens)
(#8647) There should be no spaces inside this paren. (space-in-parens)
(#8647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8649) Unexpected tab character. (no-tabs)
(#8649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8650) Unexpected tab character. (no-tabs)
(#8650) There should be no spaces inside this paren. (space-in-parens)
(#8650) There should be no spaces inside this paren. (space-in-parens)
(#8650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8651) Unexpected tab character. (no-tabs)
(#8651) There should be no spaces inside this paren. (space-in-parens)
(#8651) There should be no spaces inside this paren. (space-in-parens)
(#8651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8652) Unexpected tab character. (no-tabs)
(#8652) There should be no spaces inside this paren. (space-in-parens)
(#8652) There should be no spaces inside this paren. (space-in-parens)
(#8652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8653) Unexpected tab character. (no-tabs)
(#8653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8654) Unexpected tab character. (no-tabs)
(#8654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8655) Unexpected tab character. (no-tabs)
(#8655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8656) Unexpected tab character. (no-tabs)
(#8656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8657) Unexpected tab character. (no-tabs)
(#8657) There should be no spaces inside this paren. (space-in-parens)
(#8657) There should be no spaces inside this paren. (space-in-parens)
(#8657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8658) Unexpected tab character. (no-tabs)
(#8658) There should be no spaces inside this paren. (space-in-parens)
(#8658) There should be no spaces inside this paren. (space-in-parens)
(#8658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8659) Unexpected tab character. (no-tabs)
(#8659) There should be no spaces inside this paren. (space-in-parens)
(#8659) There should be no spaces inside this paren. (space-in-parens)
(#8659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8660) Unexpected tab character. (no-tabs)
(#8660) There should be no spaces inside this paren. (space-in-parens)
(#8660) There should be no spaces inside this paren. (space-in-parens)
(#8660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8661) Unexpected tab character. (no-tabs)
(#8661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8663) Unexpected tab character. (no-tabs)
(#8663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8664) Unexpected tab character. (no-tabs)
(#8664) There should be no spaces inside this paren. (space-in-parens)
(#8664) There should be no spaces inside this paren. (space-in-parens)
(#8664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8665) Unexpected tab character. (no-tabs)
(#8665) There should be no spaces inside this paren. (space-in-parens)
(#8665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8666) Unexpected tab character. (no-tabs)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8667) Unexpected tab character. (no-tabs)
(#8667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8669) Unexpected tab character. (no-tabs)
(#8669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8670) Unexpected tab character. (no-tabs)
(#8670) There should be no spaces inside this paren. (space-in-parens)
(#8670) There should be no spaces inside this paren. (space-in-parens)
(#8670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8671) Unexpected tab character. (no-tabs)
(#8671) There should be no spaces inside this paren. (space-in-parens)
(#8671) There should be no spaces inside this paren. (space-in-parens)
(#8671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8672) Unexpected tab character. (no-tabs)
(#8672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8673) Unexpected tab character. (no-tabs)
(#8673) There should be no spaces inside this paren. (space-in-parens)
(#8673) There should be no spaces inside this paren. (space-in-parens)
(#8673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8674) Unexpected tab character. (no-tabs)
(#8674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8675) Unexpected tab character. (no-tabs)
(#8675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8676) Unexpected tab character. (no-tabs)
(#8676) There should be no spaces inside this paren. (space-in-parens)
(#8676) There should be no spaces inside this paren. (space-in-parens)
(#8676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8677) Unexpected tab character. (no-tabs)
(#8677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8678) Unexpected tab character. (no-tabs)
(#8678) There should be no spaces inside this paren. (space-in-parens)
(#8678) There should be no spaces inside this paren. (space-in-parens)
(#8678) There should be no spaces inside this paren. (space-in-parens)
(#8678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8679) Unexpected tab character. (no-tabs)
(#8679) There should be no spaces inside this paren. (space-in-parens)
(#8679) There should be no spaces inside this paren. (space-in-parens)
(#8679) There should be no spaces inside this paren. (space-in-parens)
(#8679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8680) Unexpected tab character. (no-tabs)
(#8680) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8681) Unexpected tab character. (no-tabs)
(#8681) There should be no spaces inside this paren. (space-in-parens)
(#8681) There should be no spaces inside this paren. (space-in-parens)
(#8681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8683) Unexpected tab character. (no-tabs)
(#8683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8684) Unexpected tab character. (no-tabs)
(#8684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8686) Unexpected tab character. (no-tabs)
(#8686) There should be no spaces inside this paren. (space-in-parens)
(#8686) There should be no spaces inside this paren. (space-in-parens)
(#8686) There should be no spaces inside this paren. (space-in-parens)
(#8686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8687) Unexpected tab character. (no-tabs)
(#8687) There should be no spaces inside this paren. (space-in-parens)
(#8687) There should be no spaces inside this paren. (space-in-parens)
(#8687) There should be no spaces inside this paren. (space-in-parens)
(#8687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8688) Unexpected tab character. (no-tabs)
(#8688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8689) Unexpected tab character. (no-tabs)
(#8689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8690) Unexpected tab character. (no-tabs)
(#8690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8691) Unexpected tab character. (no-tabs)
(#8691) Unnecessary escape character: \-. (no-useless-escape)
(#8691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8692) Unexpected tab character. (no-tabs)
(#8692) There should be no spaces inside this paren. (space-in-parens)
(#8692) There should be no spaces inside this paren. (space-in-parens)
(#8692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8694) Unexpected tab character. (no-tabs)
(#8694) There should be no spaces inside this paren. (space-in-parens)
(#8694) There should be no spaces inside this paren. (space-in-parens)
(#8694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8695) Unexpected tab character. (no-tabs)
(#8695) There should be no spaces inside this paren. (space-in-parens)
(#8695) There should be no space after '['. (computed-property-spacing)
(#8695) There should be no space before ']'. (computed-property-spacing)
(#8695) There should be no spaces inside this paren. (space-in-parens)
(#8695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8696) Unexpected tab character. (no-tabs)
(#8696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8697) Unexpected tab character. (no-tabs)
(#8697) There should be no spaces inside this paren. (space-in-parens)
(#8697) There should be no space after '['. (computed-property-spacing)
(#8697) There should be no space before ']'. (computed-property-spacing)
(#8697) There should be no spaces inside this paren. (space-in-parens)
(#8697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8698) Unexpected tab character. (no-tabs)
(#8698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8699) Unexpected tab character. (no-tabs)
(#8699) There should be no spaces inside this paren. (space-in-parens)
(#8699) There should be no space after '['. (computed-property-spacing)
(#8699) There should be no space before ']'. (computed-property-spacing)
(#8699) There should be no spaces inside this paren. (space-in-parens)
(#8699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8700) Unexpected tab character. (no-tabs)
(#8700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8701) Unexpected tab character. (no-tabs)
(#8701) There should be no spaces inside this paren. (space-in-parens)
(#8701) There should be no space after '['. (computed-property-spacing)
(#8701) There should be no space before ']'. (computed-property-spacing)
(#8701) There should be no spaces inside this paren. (space-in-parens)
(#8701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8702) Unexpected tab character. (no-tabs)
(#8702) There should be no spaces inside this paren. (space-in-parens)
(#8702) There should be no spaces inside this paren. (space-in-parens)
(#8702) There should be no spaces inside this paren. (space-in-parens)
(#8702) There should be no spaces inside this paren. (space-in-parens)
(#8702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8703) Unexpected tab character. (no-tabs)
(#8703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8704) Unexpected tab character. (no-tabs)
(#8704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8705) Unexpected tab character. (no-tabs)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no space after '['. (computed-property-spacing)
(#8705) There should be no space before ']'. (computed-property-spacing)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8706) Unexpected tab character. (no-tabs)
(#8706) There should be no spaces inside this paren. (space-in-parens)
(#8706) There should be no spaces inside this paren. (space-in-parens)
(#8706) There should be no spaces inside this paren. (space-in-parens)
(#8706) There should be no spaces inside this paren. (space-in-parens)
(#8706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8707) Unexpected tab character. (no-tabs)
(#8707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8708) Unexpected tab character. (no-tabs)
(#8708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8709) Unexpected tab character. (no-tabs)
(#8709) There should be no spaces inside this paren. (space-in-parens)
(#8709) There should be no spaces inside this paren. (space-in-parens)
(#8709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8710) Unexpected tab character. (no-tabs)
(#8710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8711) Unexpected tab character. (no-tabs)
(#8711) There should be no spaces inside this paren. (space-in-parens)
(#8711) There should be no spaces inside this paren. (space-in-parens)
(#8711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8712) Unexpected tab character. (no-tabs)
(#8712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8713) Unexpected tab character. (no-tabs)
(#8713) There should be no spaces inside this paren. (space-in-parens)
(#8713) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8713) Do not nest ternary expressions. (no-nested-ternary)
(#8713) There should be no spaces inside this paren. (space-in-parens)
(#8713) Do not nest ternary expressions. (no-nested-ternary)
(#8713) There should be no spaces inside this paren. (space-in-parens)
(#8713) There should be no spaces inside this paren. (space-in-parens)
(#8713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8714) Line 8714 exceeds the maximum line length of 132. (max-len)
(#8714) Unexpected tab character. (no-tabs)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) Do not nest ternary expressions. (no-nested-ternary)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8716) Unexpected tab character. (no-tabs)
(#8716) There should be no spaces inside this paren. (space-in-parens)
(#8716) There should be no spaces inside this paren. (space-in-parens)
(#8716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8717) Unexpected tab character. (no-tabs)
(#8717) There should be no spaces inside this paren. (space-in-parens)
(#8717) There should be no spaces inside this paren. (space-in-parens)
(#8717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8718) Unexpected tab character. (no-tabs)
(#8718) There should be no spaces inside this paren. (space-in-parens)
(#8718) There should be no spaces inside this paren. (space-in-parens)
(#8718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8719) Unexpected tab character. (no-tabs)
(#8719) There should be no spaces inside this paren. (space-in-parens)
(#8719) There should be no spaces inside this paren. (space-in-parens)
(#8719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8720) Unexpected tab character. (no-tabs)
(#8720) There should be no spaces inside this paren. (space-in-parens)
(#8720) There should be no spaces inside this paren. (space-in-parens)
(#8720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8721) Unexpected tab character. (no-tabs)
(#8721) There should be no spaces inside this paren. (space-in-parens)
(#8721) There should be no spaces inside this paren. (space-in-parens)
(#8721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8722) Unexpected tab character. (no-tabs)
(#8722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8723) Unexpected tab character. (no-tabs)
(#8723) There should be no spaces inside this paren. (space-in-parens)
(#8723) There should be no spaces inside this paren. (space-in-parens)
(#8723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8724) Unexpected tab character. (no-tabs)
(#8724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8726) Unexpected tab character. (no-tabs)
(#8726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8727) Unexpected tab character. (no-tabs)
(#8727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8728) Unexpected tab character. (no-tabs)
(#8728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8729) Unexpected tab character. (no-tabs)
(#8729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8730) Unexpected tab character. (no-tabs)
(#8730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8731) Unexpected tab character. (no-tabs)
(#8731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8732) Unexpected tab character. (no-tabs)
(#8732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8733) Unexpected tab character. (no-tabs)
(#8733) There should be no spaces inside this paren. (space-in-parens)
(#8733) There should be no spaces inside this paren. (space-in-parens)
(#8733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8734) Unexpected tab character. (no-tabs)
(#8734) There should be no spaces inside this paren. (space-in-parens)
(#8734) There should be no spaces inside this paren. (space-in-parens)
(#8734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8735) Unexpected tab character. (no-tabs)
(#8735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8736) Unexpected tab character. (no-tabs)
(#8736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8737) Unexpected tab character. (no-tabs)
(#8737) There should be no spaces inside this paren. (space-in-parens)
(#8737) There should be no spaces inside this paren. (space-in-parens)
(#8737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8738) Unexpected tab character. (no-tabs)
(#8738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8739) Unexpected tab character. (no-tabs)
(#8739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8741) Unexpected tab character. (no-tabs)
(#8741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8742) Unexpected tab character. (no-tabs)
(#8742) There should be no spaces inside this paren. (space-in-parens)
(#8742) There should be no spaces inside this paren. (space-in-parens)
(#8742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8743) Unexpected tab character. (no-tabs)
(#8743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8744) Unexpected tab character. (no-tabs)
(#8744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8745) Unexpected tab character. (no-tabs)
(#8745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8746) Unexpected tab character. (no-tabs)
(#8746) There should be no spaces inside this paren. (space-in-parens)
(#8746) There should be no spaces inside this paren. (space-in-parens)
(#8746) There should be no spaces inside this paren. (space-in-parens)
(#8746) There should be no spaces inside this paren. (space-in-parens)
(#8746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8748) Unexpected tab character. (no-tabs)
(#8748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8749) Unexpected tab character. (no-tabs)
(#8749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8750) Unexpected tab character. (no-tabs)
(#8750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8751) Unexpected tab character. (no-tabs)
(#8751) There should be no spaces inside this paren. (space-in-parens)
(#8751) There should be no spaces inside this paren. (space-in-parens)
(#8751) There should be no spaces inside this paren. (space-in-parens)
(#8751) There should be no spaces inside this paren. (space-in-parens)
(#8751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8752) Unexpected tab character. (no-tabs)
(#8752) There should be no spaces inside this paren. (space-in-parens)
(#8752) There should be no spaces inside this paren. (space-in-parens)
(#8752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8753) Unexpected tab character. (no-tabs)
(#8753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8754) Unexpected tab character. (no-tabs)
(#8754) There should be no spaces inside this paren. (space-in-parens)
(#8754) There should be no spaces inside this paren. (space-in-parens)
(#8754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8755) Unexpected tab character. (no-tabs)
(#8755) There should be no spaces inside this paren. (space-in-parens)
(#8755) There should be no spaces inside this paren. (space-in-parens)
(#8755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8756) Unexpected tab character. (no-tabs)
(#8756) There should be no spaces inside this paren. (space-in-parens)
(#8756) There should be no spaces inside this paren. (space-in-parens)
(#8756) There should be no spaces inside this paren. (space-in-parens)
(#8756) There should be no spaces inside this paren. (space-in-parens)
(#8756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8757) Unexpected tab character. (no-tabs)
(#8757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8758) Unexpected tab character. (no-tabs)
(#8758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8760) Unexpected tab character. (no-tabs)
(#8760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8761) Unexpected tab character. (no-tabs)
(#8761) There should be no spaces inside this paren. (space-in-parens)
(#8761) There should be no spaces inside this paren. (space-in-parens)
(#8761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8762) Unexpected tab character. (no-tabs)
(#8762) There should be no spaces inside this paren. (space-in-parens)
(#8762) There should be no spaces inside this paren. (space-in-parens)
(#8762) There should be no spaces inside this paren. (space-in-parens)
(#8762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8763) Unexpected tab character. (no-tabs)
(#8763) There should be no spaces inside this paren. (space-in-parens)
(#8763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8764) Unexpected tab character. (no-tabs)
(#8764) There should be no spaces inside this paren. (space-in-parens)
(#8764) There should be no spaces inside this paren. (space-in-parens)
(#8764) There should be no spaces inside this paren. (space-in-parens)
(#8764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8765) Unexpected tab character. (no-tabs)
(#8765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8766) Unexpected tab character. (no-tabs)
(#8766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8768) Unexpected tab character. (no-tabs)
(#8768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8769) Unexpected tab character. (no-tabs)
(#8769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8770) Unexpected tab character. (no-tabs)
(#8770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8771) Unexpected tab character. (no-tabs)
(#8771) There should be no spaces inside this paren. (space-in-parens)
(#8771) There should be no spaces inside this paren. (space-in-parens)
(#8771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8772) Unexpected tab character. (no-tabs)
(#8772) There should be no spaces inside this paren. (space-in-parens)
(#8772) There should be no spaces inside this paren. (space-in-parens)
(#8772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8773) Unexpected tab character. (no-tabs)
(#8773) There should be no spaces inside this paren. (space-in-parens)
(#8773) There should be no spaces inside this paren. (space-in-parens)
(#8773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8774) Unexpected tab character. (no-tabs)
(#8774) There should be no spaces inside this paren. (space-in-parens)
(#8774) There should be no spaces inside this paren. (space-in-parens)
(#8774) There should be no spaces inside this paren. (space-in-parens)
(#8774) Expected to return a value in function. (array-callback-return)
(#8774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8775) Unexpected tab character. (no-tabs)
(#8775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8776) Unexpected tab character. (no-tabs)
(#8776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8777) Unexpected tab character. (no-tabs)
(#8777) There should be no spaces inside this paren. (space-in-parens)
(#8777) There should be no spaces inside this paren. (space-in-parens)
(#8777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8778) Unexpected tab character. (no-tabs)
(#8778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8779) Unexpected tab character. (no-tabs)
(#8779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8780) Unexpected tab character. (no-tabs)
(#8780) There should be no spaces inside this paren. (space-in-parens)
(#8780) There should be no spaces inside this paren. (space-in-parens)
(#8780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8781) Unexpected tab character. (no-tabs)
(#8781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8782) Unexpected tab character. (no-tabs)
(#8782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8783) Unexpected tab character. (no-tabs)
(#8783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8784) Unexpected tab character. (no-tabs)
(#8784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8785) Unexpected tab character. (no-tabs)
(#8785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8786) Unexpected tab character. (no-tabs)
(#8786) There should be no spaces inside this paren. (space-in-parens)
(#8786) There should be no spaces inside this paren. (space-in-parens)
(#8786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8787) Unexpected tab character. (no-tabs)
(#8787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8788) Unexpected tab character. (no-tabs)
(#8788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8789) Unexpected tab character. (no-tabs)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8790) Unexpected tab character. (no-tabs)
(#8790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8791) Unexpected tab character. (no-tabs)
(#8791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8792) Unexpected tab character. (no-tabs)
(#8792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8793) Unexpected tab character. (no-tabs)
(#8793) There should be no spaces inside this paren. (space-in-parens)
(#8793) There should be no spaces inside this paren. (space-in-parens)
(#8793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8794) Unexpected tab character. (no-tabs)
(#8794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8795) Unexpected tab character. (no-tabs)
(#8795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8796) Unexpected tab character. (no-tabs)
(#8796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8797) Unexpected tab character. (no-tabs)
(#8797) There should be no spaces inside this paren. (space-in-parens)
(#8797) There should be no spaces inside this paren. (space-in-parens)
(#8797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8798) Unexpected tab character. (no-tabs)
(#8798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8799) Unexpected tab character. (no-tabs)
(#8799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8800) Unexpected tab character. (no-tabs)
(#8800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8801) Unexpected tab character. (no-tabs)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no space after '['. (computed-property-spacing)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) There should be no space before ']'. (computed-property-spacing)
(#8801) There should be no spaces inside this paren. (space-in-parens)
(#8801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8802) Unexpected tab character. (no-tabs)
(#8802) There should be no spaces inside this paren. (space-in-parens)
(#8802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8803) Unexpected tab character. (no-tabs)
(#8803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8805) Unexpected tab character. (no-tabs)
(#8805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8806) Unexpected tab character. (no-tabs)
(#8806) Method '_generateHTML' has a complexity of 72. (complexity)
(#8806) There should be no spaces inside this paren. (space-in-parens)
(#8806) There should be no spaces inside this paren. (space-in-parens)
(#8806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8807) Unexpected tab character. (no-tabs)
(#8807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8808) Unexpected tab character. (no-tabs)
(#8808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8809) Unexpected tab character. (no-tabs)
(#8809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8810) Unexpected tab character. (no-tabs)
(#8810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8811) Unexpected tab character. (no-tabs)
(#8811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8812) Unexpected tab character. (no-tabs)
(#8812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8813) Unexpected tab character. (no-tabs)
(#8813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8814) Unexpected tab character. (no-tabs)
(#8814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8815) Unexpected tab character. (no-tabs)
(#8815) There should be no spaces inside this paren. (space-in-parens)
(#8815) There should be no spaces inside this paren. (space-in-parens)
(#8815) There should be no spaces inside this paren. (space-in-parens)
(#8815) Comments should not begin with a lowercase character (capitalized-comments)
(#8815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8816) Unexpected tab character. (no-tabs)
(#8816) There should be no spaces inside this paren. (space-in-parens)
(#8816) There should be no spaces inside this paren. (space-in-parens)
(#8816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8817) Unexpected tab character. (no-tabs)
(#8817) There should be no spaces inside this paren. (space-in-parens)
(#8817) There should be no spaces inside this paren. (space-in-parens)
(#8817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8818) Unexpected tab character. (no-tabs)
(#8818) There should be no spaces inside this paren. (space-in-parens)
(#8818) There should be no spaces inside this paren. (space-in-parens)
(#8818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8819) Unexpected tab character. (no-tabs)
(#8819) There should be no spaces inside this paren. (space-in-parens)
(#8819) There should be no spaces inside this paren. (space-in-parens)
(#8819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8820) Unexpected tab character. (no-tabs)
(#8820) There should be no spaces inside this paren. (space-in-parens)
(#8820) There should be no spaces inside this paren. (space-in-parens)
(#8820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8821) Unexpected tab character. (no-tabs)
(#8821) There should be no spaces inside this paren. (space-in-parens)
(#8821) There should be no spaces inside this paren. (space-in-parens)
(#8821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8822) Unexpected tab character. (no-tabs)
(#8822) There should be no spaces inside this paren. (space-in-parens)
(#8822) There should be no spaces inside this paren. (space-in-parens)
(#8822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8823) Unexpected tab character. (no-tabs)
(#8823) There should be no spaces inside this paren. (space-in-parens)
(#8823) There should be no space after '['. (computed-property-spacing)
(#8823) There should be no space before ']'. (computed-property-spacing)
(#8823) There should be no space after '['. (computed-property-spacing)
(#8823) There should be no space before ']'. (computed-property-spacing)
(#8823) There should be no spaces inside this paren. (space-in-parens)
(#8823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8824) Unexpected tab character. (no-tabs)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8825) Unexpected tab character. (no-tabs)
(#8825) There should be no spaces inside this paren. (space-in-parens)
(#8825) There should be no spaces inside this paren. (space-in-parens)
(#8825) There should be no spaces inside this paren. (space-in-parens)
(#8825) There should be no spaces inside this paren. (space-in-parens)
(#8825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8826) Unexpected tab character. (no-tabs)
(#8826) There should be no spaces inside this paren. (space-in-parens)
(#8826) There should be no spaces inside this paren. (space-in-parens)
(#8826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8827) Unexpected tab character. (no-tabs)
(#8827) There should be no spaces inside this paren. (space-in-parens)
(#8827) There should be no spaces inside this paren. (space-in-parens)
(#8827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8828) Unexpected tab character. (no-tabs)
(#8828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8829) Unexpected tab character. (no-tabs)
(#8829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8831) Unexpected tab character. (no-tabs)
(#8831) There should be no spaces inside this paren. (space-in-parens)
(#8831) There should be no spaces inside this paren. (space-in-parens)
(#8831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8832) Unexpected tab character. (no-tabs)
(#8832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8833) Unexpected tab character. (no-tabs)
(#8833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8834) Unexpected tab character. (no-tabs)
(#8834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8835) Unexpected tab character. (no-tabs)
(#8835) There should be no spaces inside this paren. (space-in-parens)
(#8835) There should be no spaces inside this paren. (space-in-parens)
(#8835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8836) Unexpected tab character. (no-tabs)
(#8836) There should be no spaces inside this paren. (space-in-parens)
(#8836) There should be no spaces inside this paren. (space-in-parens)
(#8836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8837) Unexpected tab character. (no-tabs)
(#8837) There should be no spaces inside this paren. (space-in-parens)
(#8837) There should be no space after '['. (computed-property-spacing)
(#8837) There should be no space before ']'. (computed-property-spacing)
(#8837) There should be no space after '['. (computed-property-spacing)
(#8837) There should be no space before ']'. (computed-property-spacing)
(#8837) There should be no spaces inside this paren. (space-in-parens)
(#8837) There should be no spaces inside this paren. (space-in-parens)
(#8837) There should be no spaces inside this paren. (space-in-parens)
(#8837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8838) Unexpected tab character. (no-tabs)
(#8838) There should be no spaces inside this paren. (space-in-parens)
(#8838) There should be no spaces inside this paren. (space-in-parens)
(#8838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8839) Unexpected tab character. (no-tabs)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8840) Unexpected tab character. (no-tabs)
(#8840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8841) Unexpected tab character. (no-tabs)
(#8841) There should be no spaces inside this paren. (space-in-parens)
(#8841) There should be no spaces inside this paren. (space-in-parens)
(#8841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8842) Unexpected tab character. (no-tabs)
(#8842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8843) Unexpected tab character. (no-tabs)
(#8843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8844) Unexpected tab character. (no-tabs)
(#8844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8845) Unexpected tab character. (no-tabs)
(#8845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8846) Unexpected tab character. (no-tabs)
(#8846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8847) Unexpected tab character. (no-tabs)
(#8847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8848) Unexpected tab character. (no-tabs)
(#8848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8850) Unexpected tab character. (no-tabs)
(#8850) There should be no spaces inside this paren. (space-in-parens)
(#8850) There should be no spaces inside this paren. (space-in-parens)
(#8850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8851) Unexpected tab character. (no-tabs)
(#8851) There should be no spaces inside this paren. (space-in-parens)
(#8851) There should be no spaces inside this paren. (space-in-parens)
(#8851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8852) Unexpected tab character. (no-tabs)
(#8852) There should be no spaces inside this paren. (space-in-parens)
(#8852) There should be no spaces inside this paren. (space-in-parens)
(#8852) There should be no spaces inside this paren. (space-in-parens)
(#8852) There should be no spaces inside this paren. (space-in-parens)
(#8852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8853) Unexpected tab character. (no-tabs)
(#8853) There should be no spaces inside this paren. (space-in-parens)
(#8853) There should be no spaces inside this paren. (space-in-parens)
(#8853) There should be no spaces inside this paren. (space-in-parens)
(#8853) There should be no spaces inside this paren. (space-in-parens)
(#8853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8855) Unexpected tab character. (no-tabs)
(#8855) There should be no spaces inside this paren. (space-in-parens)
(#8855) Do not nest ternary expressions. (no-nested-ternary)
(#8855) There should be no spaces inside this paren. (space-in-parens)
(#8855) There should be no spaces inside this paren. (space-in-parens)
(#8855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8856) Unexpected tab character. (no-tabs)
(#8856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8857) Line 8857 exceeds the maximum line length of 132. (max-len)
(#8857) Unexpected tab character. (no-tabs)
(#8857) There should be no spaces inside this paren. (space-in-parens)
(#8857) There should be no spaces inside this paren. (space-in-parens)
(#8857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8858) Line 8858 exceeds the maximum line length of 132. (max-len)
(#8858) Unexpected tab character. (no-tabs)
(#8858) There should be no spaces inside this paren. (space-in-parens)
(#8858) There should be no spaces inside this paren. (space-in-parens)
(#8858) There should be no spaces inside this paren. (space-in-parens)
(#8858) There should be no spaces inside this paren. (space-in-parens)
(#8858) There should be no spaces inside this paren. (space-in-parens)
(#8858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8860) Unexpected tab character. (no-tabs)
(#8860) There should be no spaces inside this paren. (space-in-parens)
(#8860) There should be no spaces inside this paren. (space-in-parens)
(#8860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8861) Unexpected tab character. (no-tabs)
(#8861) There should be no spaces inside this paren. (space-in-parens)
(#8861) There should be no spaces inside this paren. (space-in-parens)
(#8861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8862) Unexpected tab character. (no-tabs)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8863) Unexpected tab character. (no-tabs)
(#8863) There should be no spaces inside this paren. (space-in-parens)
(#8863) There should be no spaces inside this paren. (space-in-parens)
(#8863) There should be no spaces inside this paren. (space-in-parens)
(#8863) There should be no spaces inside this paren. (space-in-parens)
(#8863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8865) Unexpected tab character. (no-tabs)
(#8865) There should be no spaces inside this paren. (space-in-parens)
(#8865) Do not nest ternary expressions. (no-nested-ternary)
(#8865) There should be no spaces inside this paren. (space-in-parens)
(#8865) There should be no spaces inside this paren. (space-in-parens)
(#8865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8866) Unexpected tab character. (no-tabs)
(#8866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8867) Line 8867 exceeds the maximum line length of 132. (max-len)
(#8867) Unexpected tab character. (no-tabs)
(#8867) There should be no spaces inside this paren. (space-in-parens)
(#8867) There should be no spaces inside this paren. (space-in-parens)
(#8867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8868) Line 8868 exceeds the maximum line length of 132. (max-len)
(#8868) Unexpected tab character. (no-tabs)
(#8868) There should be no spaces inside this paren. (space-in-parens)
(#8868) There should be no spaces inside this paren. (space-in-parens)
(#8868) There should be no spaces inside this paren. (space-in-parens)
(#8868) There should be no spaces inside this paren. (space-in-parens)
(#8868) There should be no spaces inside this paren. (space-in-parens)
(#8868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8870) Unexpected tab character. (no-tabs)
(#8870) There should be no spaces inside this paren. (space-in-parens)
(#8870) There should be no spaces inside this paren. (space-in-parens)
(#8870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8871) Unexpected tab character. (no-tabs)
(#8871) There should be no spaces inside this paren. (space-in-parens)
(#8871) There should be no spaces inside this paren. (space-in-parens)
(#8871) There should be no spaces inside this paren. (space-in-parens)
(#8871) There should be no spaces inside this paren. (space-in-parens)
(#8871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8872) Unexpected tab character. (no-tabs)
(#8872) There should be no spaces inside this paren. (space-in-parens)
(#8872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8873) Unexpected tab character. (no-tabs)
(#8873) There should be no spaces inside this paren. (space-in-parens)
(#8873) There should be no spaces inside this paren. (space-in-parens)
(#8873) There should be no spaces inside this paren. (space-in-parens)
(#8873) There should be no spaces inside this paren. (space-in-parens)
(#8873) There should be no spaces inside this paren. (space-in-parens)
(#8873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8875) Line 8875 exceeds the maximum line length of 132. (max-len)
(#8875) Unexpected tab character. (no-tabs)
(#8875) There should be no spaces inside this paren. (space-in-parens)
(#8875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8876) Unexpected tab character. (no-tabs)
(#8876) There should be no spaces inside this paren. (space-in-parens)
(#8876) There should be no spaces inside this paren. (space-in-parens)
(#8876) There should be no spaces inside this paren. (space-in-parens)
(#8876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8878) Unexpected tab character. (no-tabs)
(#8878) There should be no spaces inside this paren. (space-in-parens)
(#8878) There should be no spaces inside this paren. (space-in-parens)
(#8878) There should be no spaces inside this paren. (space-in-parens)
(#8878) There should be no spaces inside this paren. (space-in-parens)
(#8878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8879) Line 8879 exceeds the maximum line length of 132. (max-len)
(#8879) Unexpected tab character. (no-tabs)
(#8879) There should be no spaces inside this paren. (space-in-parens)
(#8879) There should be no spaces inside this paren. (space-in-parens)
(#8879) There should be no spaces inside this paren. (space-in-parens)
(#8879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8880) Unexpected tab character. (no-tabs)
(#8880) There should be no spaces inside this paren. (space-in-parens)
(#8880) There should be no spaces inside this paren. (space-in-parens)
(#8880) There should be no spaces inside this paren. (space-in-parens)
(#8880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8882) Unexpected tab character. (no-tabs)
(#8882) There should be no spaces inside this paren. (space-in-parens)
(#8882) There should be no spaces inside this paren. (space-in-parens)
(#8882) There should be no spaces inside this paren. (space-in-parens)
(#8882) There should be no spaces inside this paren. (space-in-parens)
(#8882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8883) Unexpected tab character. (no-tabs)
(#8883) There should be no spaces inside this paren. (space-in-parens)
(#8883) There should be no spaces inside this paren. (space-in-parens)
(#8883) There should be no spaces inside this paren. (space-in-parens)
(#8883) There should be no spaces inside this paren. (space-in-parens)
(#8883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8885) Unexpected tab character. (no-tabs)
(#8885) There should be no spaces inside this paren. (space-in-parens)
(#8885) There should be no spaces inside this paren. (space-in-parens)
(#8885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8886) Unexpected tab character. (no-tabs)
(#8886) There should be no spaces inside this paren. (space-in-parens)
(#8886) There should be no spaces inside this paren. (space-in-parens)
(#8886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8887) Unexpected tab character. (no-tabs)
(#8887) There should be no spaces inside this paren. (space-in-parens)
(#8887) There should be no spaces inside this paren. (space-in-parens)
(#8887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8888) Unexpected tab character. (no-tabs)
(#8888) There should be no spaces inside this paren. (space-in-parens)
(#8888) There should be no spaces inside this paren. (space-in-parens)
(#8888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8889) Unexpected tab character. (no-tabs)
(#8889) There should be no spaces inside this paren. (space-in-parens)
(#8889) There should be no spaces inside this paren. (space-in-parens)
(#8889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8890) Unexpected tab character. (no-tabs)
(#8890) There should be no spaces inside this paren. (space-in-parens)
(#8890) There should be no spaces inside this paren. (space-in-parens)
(#8890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8891) Unexpected tab character. (no-tabs)
(#8891) There should be no spaces inside this paren. (space-in-parens)
(#8891) There should be no spaces inside this paren. (space-in-parens)
(#8891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8892) Unexpected tab character. (no-tabs)
(#8892) There should be no spaces inside this paren. (space-in-parens)
(#8892) There should be no spaces inside this paren. (space-in-parens)
(#8892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8893) Unexpected tab character. (no-tabs)
(#8893) There should be no spaces inside this paren. (space-in-parens)
(#8893) There should be no spaces inside this paren. (space-in-parens)
(#8893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8894) Unexpected tab character. (no-tabs)
(#8894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8896) Unexpected tab character. (no-tabs)
(#8896) There should be no spaces inside this paren. (space-in-parens)
(#8896) There should be no space after '['. (computed-property-spacing)
(#8896) There should be no space before ']'. (computed-property-spacing)
(#8896) There should be no spaces inside this paren. (space-in-parens)
(#8896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8897) Unexpected tab character. (no-tabs)
(#8897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8898) Unexpected tab character. (no-tabs)
(#8898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8899) Unexpected tab character. (no-tabs)
(#8899) There should be no spaces inside this paren. (space-in-parens)
(#8899) There should be no space after '['. (computed-property-spacing)
(#8899) There should be no space before ']'. (computed-property-spacing)
(#8899) There should be no spaces inside this paren. (space-in-parens)
(#8899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8900) Unexpected tab character. (no-tabs)
(#8900) There should be no spaces inside this paren. (space-in-parens)
(#8900) There should be no spaces inside this paren. (space-in-parens)
(#8900) There should be no spaces inside this paren. (space-in-parens)
(#8900) There should be no spaces inside this paren. (space-in-parens)
(#8900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8901) Unexpected tab character. (no-tabs)
(#8901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8902) Unexpected tab character. (no-tabs)
(#8902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8903) Unexpected tab character. (no-tabs)
(#8903) There should be no spaces inside this paren. (space-in-parens)
(#8903) There should be no spaces inside this paren. (space-in-parens)
(#8903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8904) Unexpected tab character. (no-tabs)
(#8904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8905) Unexpected tab character. (no-tabs)
(#8905) There should be no spaces inside this paren. (space-in-parens)
(#8905) There should be no space after '['. (computed-property-spacing)
(#8905) There should be no space before ']'. (computed-property-spacing)
(#8905) There should be no spaces inside this paren. (space-in-parens)
(#8905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8906) Unexpected tab character. (no-tabs)
(#8906) Blocks are nested too deeply (5). (max-depth)
(#8906) There should be no spaces inside this paren. (space-in-parens)
(#8906) There should be no spaces inside this paren. (space-in-parens)
(#8906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8907) Unexpected tab character. (no-tabs)
(#8907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8908) Unexpected tab character. (no-tabs)
(#8908) There should be no spaces inside this paren. (space-in-parens)
(#8908) There should be no spaces inside this paren. (space-in-parens)
(#8908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8909) Unexpected tab character. (no-tabs)
(#8909) There should be no space after '['. (computed-property-spacing)
(#8909) There should be no space before ']'. (computed-property-spacing)
(#8909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8910) Unexpected tab character. (no-tabs)
(#8910) There should be no spaces inside this paren. (space-in-parens)
(#8910) There should be no spaces inside this paren. (space-in-parens)
(#8910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8911) Unexpected tab character. (no-tabs)
(#8911) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#8911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8912) Unexpected tab character. (no-tabs)
(#8912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8913) Unexpected tab character. (no-tabs)
(#8913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8914) Unexpected tab character. (no-tabs)
(#8914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8915) Unexpected tab character. (no-tabs)
(#8915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8916) Unexpected tab character. (no-tabs)
(#8916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8917) Unexpected tab character. (no-tabs)
(#8917) There should be no spaces inside this paren. (space-in-parens)
(#8917) Do not nest ternary expressions. (no-nested-ternary)
(#8917) There should be no spaces inside this paren. (space-in-parens)
(#8917) There should be no spaces inside this paren. (space-in-parens)
(#8917) There should be no spaces inside this paren. (space-in-parens)
(#8917) There should be no spaces inside this paren. (space-in-parens)
(#8917) There should be no spaces inside this paren. (space-in-parens)
(#8917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8918) Unexpected tab character. (no-tabs)
(#8918) There should be no spaces inside this paren. (space-in-parens)
(#8918) Do not nest ternary expressions. (no-nested-ternary)
(#8918) There should be no spaces inside this paren. (space-in-parens)
(#8918) There should be no spaces inside this paren. (space-in-parens)
(#8918) There should be no spaces inside this paren. (space-in-parens)
(#8918) There should be no spaces inside this paren. (space-in-parens)
(#8918) There should be no spaces inside this paren. (space-in-parens)
(#8918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8919) Unexpected tab character. (no-tabs)
(#8919) There should be no spaces inside this paren. (space-in-parens)
(#8919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8920) Unexpected tab character. (no-tabs)
(#8920) There should be no spaces inside this paren. (space-in-parens)
(#8920) Comments should not begin with a lowercase character (capitalized-comments)
(#8920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8921) Unexpected tab character. (no-tabs)
(#8921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8922) Unexpected tab character. (no-tabs)
(#8922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8923) Unexpected tab character. (no-tabs)
(#8923) There should be no spaces inside this paren. (space-in-parens)
(#8923) There should be no spaces inside this paren. (space-in-parens)
(#8923) There should be no spaces inside this paren. (space-in-parens)
(#8923) There should be no spaces inside this paren. (space-in-parens)
(#8923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8924) Unexpected tab character. (no-tabs)
(#8924) There should be no spaces inside this paren. (space-in-parens)
(#8924) There should be no spaces inside this paren. (space-in-parens)
(#8924) Comments should not begin with a lowercase character (capitalized-comments)
(#8924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8925) Unexpected tab character. (no-tabs)
(#8925) There should be no spaces inside this paren. (space-in-parens)
(#8925) There should be no spaces inside this paren. (space-in-parens)
(#8925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8926) Line 8926 exceeds the maximum line length of 132. (max-len)
(#8926) Unexpected tab character. (no-tabs)
(#8926) There should be no spaces inside this paren. (space-in-parens)
(#8926) There should be no spaces inside this paren. (space-in-parens)
(#8926) There should be no spaces inside this paren. (space-in-parens)
(#8926) There should be no spaces inside this paren. (space-in-parens)
(#8926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8927) Unexpected tab character. (no-tabs)
(#8927) There should be no space after '['. (computed-property-spacing)
(#8927) There should be no space before ']'. (computed-property-spacing)
(#8927) There should be no space after '['. (computed-property-spacing)
(#8927) There should be no space before ']'. (computed-property-spacing)
(#8927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8928) Unexpected tab character. (no-tabs)
(#8928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8929) Unexpected tab character. (no-tabs)
(#8929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8930) Unexpected tab character. (no-tabs)
(#8930) There should be no spaces inside this paren. (space-in-parens)
(#8930) There should be no spaces inside this paren. (space-in-parens)
(#8930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8931) Unexpected tab character. (no-tabs)
(#8931) There should be no spaces inside this paren. (space-in-parens)
(#8931) There should be no spaces inside this paren. (space-in-parens)
(#8931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8932) Unexpected tab character. (no-tabs)
(#8932) There should be no spaces inside this paren. (space-in-parens)
(#8932) There should be no spaces inside this paren. (space-in-parens)
(#8932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8933) Unexpected tab character. (no-tabs)
(#8933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8934) Unexpected tab character. (no-tabs)
(#8934) There should be no spaces inside this paren. (space-in-parens)
(#8934) There should be no spaces inside this paren. (space-in-parens)
(#8934) There should be no spaces inside this paren. (space-in-parens)
(#8934) There should be no spaces inside this paren. (space-in-parens)
(#8934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8935) Unexpected tab character. (no-tabs)
(#8935) There should be no spaces inside this paren. (space-in-parens)
(#8935) There should be no spaces inside this paren. (space-in-parens)
(#8935) There should be no spaces inside this paren. (space-in-parens)
(#8935) There should be no spaces inside this paren. (space-in-parens)
(#8935) Comments should not begin with a lowercase character (capitalized-comments)
(#8935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8936) Line 8936 exceeds the maximum line length of 132. (max-len)
(#8936) Unexpected tab character. (no-tabs)
(#8936) There should be no spaces inside this paren. (space-in-parens)
(#8936) Do not nest ternary expressions. (no-nested-ternary)
(#8936) There should be no spaces inside this paren. (space-in-parens)
(#8936) Expected space or tab after '//' in comment. (spaced-comment)
(#8936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8937) Unexpected tab character. (no-tabs)
(#8937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8938) Unexpected tab character. (no-tabs)
(#8938) There should be no spaces inside this paren. (space-in-parens)
(#8938) There should be no spaces inside this paren. (space-in-parens)
(#8938) There should be no spaces inside this paren. (space-in-parens)
(#8938) There should be no spaces inside this paren. (space-in-parens)
(#8938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8939) Unexpected tab character. (no-tabs)
(#8939) There should be no spaces inside this paren. (space-in-parens)
(#8939) There should be no spaces inside this paren. (space-in-parens)
(#8939) Comments should not begin with a lowercase character (capitalized-comments)
(#8939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8940) Unexpected tab character. (no-tabs)
(#8940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8941) Unexpected tab character. (no-tabs)
(#8941) There should be no spaces inside this paren. (space-in-parens)
(#8941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8942) Unexpected tab character. (no-tabs)
(#8942) There should be no spaces inside this paren. (space-in-parens)
(#8942) There should be no spaces inside this paren. (space-in-parens)
(#8942) There should be no spaces inside this paren. (space-in-parens)
(#8942) There should be no spaces inside this paren. (space-in-parens)
(#8942) There should be no spaces inside this paren. (space-in-parens)
(#8942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8943) Unexpected tab character. (no-tabs)
(#8943) There should be no spaces inside this paren. (space-in-parens)
(#8943) There should be no spaces inside this paren. (space-in-parens)
(#8943) Comments should not begin with a lowercase character (capitalized-comments)
(#8943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8944) Unexpected tab character. (no-tabs)
(#8944) There should be no spaces inside this paren. (space-in-parens)
(#8944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8945) Unexpected tab character. (no-tabs)
(#8945) There should be no spaces inside this paren. (space-in-parens)
(#8945) There should be no spaces inside this paren. (space-in-parens)
(#8945) There should be no space after '['. (computed-property-spacing)
(#8945) There should be no space before ']'. (computed-property-spacing)
(#8945) There should be no spaces inside this paren. (space-in-parens)
(#8945) There should be no space after '['. (array-bracket-spacing)
(#8945) There should be no space before ']'. (array-bracket-spacing)
(#8945) There should be no spaces inside this paren. (space-in-parens)
(#8945) There should be no space after '['. (array-bracket-spacing)
(#8945) There should be no space before ']'. (array-bracket-spacing)
(#8945) There should be no spaces inside this paren. (space-in-parens)
(#8945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8946) Unexpected tab character. (no-tabs)
(#8946) There should be no spaces inside this paren. (space-in-parens)
(#8946) There should be no spaces inside this paren. (space-in-parens)
(#8946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8947) Unexpected tab character. (no-tabs)
(#8947) There should be no spaces inside this paren. (space-in-parens)
(#8947) There should be no spaces inside this paren. (space-in-parens)
(#8947) There should be no space after '['. (computed-property-spacing)
(#8947) There should be no space before ']'. (computed-property-spacing)
(#8947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8948) Unexpected tab character. (no-tabs)
(#8948) There should be no spaces inside this paren. (space-in-parens)
(#8948) There should be no spaces inside this paren. (space-in-parens)
(#8948) There should be no spaces inside this paren. (space-in-parens)
(#8948) There should be no spaces inside this paren. (space-in-parens)
(#8948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8949) Unexpected tab character. (no-tabs)
(#8949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8950) Unexpected tab character. (no-tabs)
(#8950) There should be no spaces inside this paren. (space-in-parens)
(#8950) There should be no spaces inside this paren. (space-in-parens)
(#8950) There should be no spaces inside this paren. (space-in-parens)
(#8950) There should be no spaces inside this paren. (space-in-parens)
(#8950) Comments should not begin with a lowercase character (capitalized-comments)
(#8950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8951) Unexpected tab character. (no-tabs)
(#8951) There should be no spaces inside this paren. (space-in-parens)
(#8951) There should be no spaces inside this paren. (space-in-parens)
(#8951) Comments should not begin with a lowercase character (capitalized-comments)
(#8951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8952) Line 8952 exceeds the maximum line length of 132. (max-len)
(#8952) Unexpected tab character. (no-tabs)
(#8952) There should be no spaces inside this paren. (space-in-parens)
(#8952) There should be no spaces inside this paren. (space-in-parens)
(#8952) There should be no spaces inside this paren. (space-in-parens)
(#8952) Comments should not begin with a lowercase character (capitalized-comments)
(#8952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8953) Unexpected tab character. (no-tabs)
(#8953) There should be no spaces inside this paren. (space-in-parens)
(#8953) There should be no spaces inside this paren. (space-in-parens)
(#8953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8955) Unexpected tab character. (no-tabs)
(#8955) Comments should not begin with a lowercase character (capitalized-comments)
(#8955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8956) Unexpected tab character. (no-tabs)
(#8956) There should be no spaces inside this paren. (space-in-parens)
(#8956) Comments should not begin with a lowercase character (capitalized-comments)
(#8956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8957) Line 8957 exceeds the maximum line length of 132. (max-len)
(#8957) Unexpected tab character. (no-tabs)
(#8957) There should be no spaces inside this paren. (space-in-parens)
(#8957) There should be no spaces inside this paren. (space-in-parens)
(#8957) Multiple spaces found before '// highlight u...'. (no-multi-spaces)
(#8957) Comments should not begin with a lowercase character (capitalized-comments)
(#8957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8958) Unexpected tab character. (no-tabs)
(#8958) There should be no spaces inside this paren. (space-in-parens)
(#8958) There should be no space after '['. (computed-property-spacing)
(#8958) There should be no space before ']'. (computed-property-spacing)
(#8958) Comments should not begin with a lowercase character (capitalized-comments)
(#8958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8959) Line 8959 exceeds the maximum line length of 132. (max-len)
(#8959) Unexpected tab character. (no-tabs)
(#8959) There should be no spaces inside this paren. (space-in-parens)
(#8959) There should be no spaces inside this paren. (space-in-parens)
(#8959) Comments should not begin with a lowercase character (capitalized-comments)
(#8959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8960) Line 8960 exceeds the maximum line length of 132. (max-len)
(#8960) Unexpected tab character. (no-tabs)
(#8960) There should be no spaces inside this paren. (space-in-parens)
(#8960) There should be no spaces inside this paren. (space-in-parens)
(#8960) There should be no spaces inside this paren. (space-in-parens)
(#8960) Comments should not begin with a lowercase character (capitalized-comments)
(#8960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8961) Line 8961 exceeds the maximum line length of 132. (max-len)
(#8961) Unexpected tab character. (no-tabs)
(#8961) There should be no spaces inside this paren. (space-in-parens)
(#8961) There should be no spaces inside this paren. (space-in-parens)
(#8961) There should be no spaces inside this paren. (space-in-parens)
(#8961) There should be no space after '['. (computed-property-spacing)
(#8961) There should be no space before ']'. (computed-property-spacing)
(#8961) There should be no space after '['. (computed-property-spacing)
(#8961) There should be no space before ']'. (computed-property-spacing)
(#8961) There should be no spaces inside this paren. (space-in-parens)
(#8961) There should be no spaces inside this paren. (space-in-parens)
(#8961) There should be no spaces inside this paren. (space-in-parens)
(#8961) Comments should not begin with a lowercase character (capitalized-comments)
(#8961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8962) Line 8962 exceeds the maximum line length of 132. (max-len)
(#8962) Unexpected tab character. (no-tabs)
(#8962) There should be no spaces inside this paren. (space-in-parens)
(#8962) There should be no spaces inside this paren. (space-in-parens)
(#8962) Comments should not begin with a lowercase character (capitalized-comments)
(#8962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8963) Unexpected tab character. (no-tabs)
(#8963) There should be no spaces inside this paren. (space-in-parens)
(#8963) Do not nest ternary expressions. (no-nested-ternary)
(#8963) Comments should not begin with a lowercase character (capitalized-comments)
(#8963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8964) Line 8964 exceeds the maximum line length of 132. (max-len)
(#8964) Unexpected tab character. (no-tabs)
(#8964) There should be no spaces inside this paren. (space-in-parens)
(#8964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8965) Unexpected tab character. (no-tabs)
(#8965) There should be no spaces inside this paren. (space-in-parens)
(#8965) There should be no spaces inside this paren. (space-in-parens)
(#8965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8966) Unexpected tab character. (no-tabs)
(#8966) There should be no spaces inside this paren. (space-in-parens)
(#8966) There should be no spaces inside this paren. (space-in-parens)
(#8966) Comments should not begin with a lowercase character (capitalized-comments)
(#8966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8967) Unexpected tab character. (no-tabs)
(#8967) There should be no spaces inside this paren. (space-in-parens)
(#8967) There should be no spaces inside this paren. (space-in-parens)
(#8967) Comments should not begin with a lowercase character (capitalized-comments)
(#8967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8968) Unexpected tab character. (no-tabs)
(#8968) There should be no spaces inside this paren. (space-in-parens)
(#8968) There should be no spaces inside this paren. (space-in-parens)
(#8968) Comments should not begin with a lowercase character (capitalized-comments)
(#8968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8969) Unexpected tab character. (no-tabs)
(#8969) There should be no spaces inside this paren. (space-in-parens)
(#8969) There should be no spaces inside this paren. (space-in-parens)
(#8969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8970) Unexpected tab character. (no-tabs)
(#8970) There should be no spaces inside this paren. (space-in-parens)
(#8970) There should be no spaces inside this paren. (space-in-parens)
(#8970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8971) Unexpected tab character. (no-tabs)
(#8971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8972) Unexpected tab character. (no-tabs)
(#8972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8973) Unexpected tab character. (no-tabs)
(#8973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8974) Unexpected tab character. (no-tabs)
(#8974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8975) Unexpected tab character. (no-tabs)
(#8975) There should be no spaces inside this paren. (space-in-parens)
(#8975) There should be no spaces inside this paren. (space-in-parens)
(#8975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8976) Unexpected tab character. (no-tabs)
(#8976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8977) Unexpected tab character. (no-tabs)
(#8977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8978) Unexpected tab character. (no-tabs)
(#8978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8979) Unexpected tab character. (no-tabs)
(#8979) There should be no spaces inside this paren. (space-in-parens)
(#8979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8980) Line 8980 exceeds the maximum line length of 132. (max-len)
(#8980) Unexpected tab character. (no-tabs)
(#8980) There should be no spaces inside this paren. (space-in-parens)
(#8980) There should be no spaces inside this paren. (space-in-parens)
(#8980) There should be no space after '['. (computed-property-spacing)
(#8980) There should be no space before ']'. (computed-property-spacing)
(#8980) There should be no space after '['. (computed-property-spacing)
(#8980) There should be no space before ']'. (computed-property-spacing)
(#8980) There should be no spaces inside this paren. (space-in-parens)
(#8980) There should be no spaces inside this paren. (space-in-parens)
(#8980) There should be no spaces inside this paren. (space-in-parens)
(#8980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8981) Unexpected tab character. (no-tabs)
(#8981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8982) Unexpected tab character. (no-tabs)
(#8982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8983) Unexpected tab character. (no-tabs)
(#8983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8984) Unexpected tab character. (no-tabs)
(#8984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8985) Unexpected tab character. (no-tabs)
(#8985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8986) Unexpected tab character. (no-tabs)
(#8986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8987) Unexpected tab character. (no-tabs)
(#8987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8988) Unexpected tab character. (no-tabs)
(#8988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8990) Unexpected tab character. (no-tabs)
(#8990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8991) Unexpected tab character. (no-tabs)
(#8991) Method '_generateMonthYearHeader' has a complexity of 22. (complexity)
(#8991) There should be no spaces inside this paren. (space-in-parens)
(#8991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8992) Unexpected tab character. (no-tabs)
(#8992) There should be no spaces inside this paren. (space-in-parens)
(#8992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8994) Unexpected tab character. (no-tabs)
(#8994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8995) Unexpected tab character. (no-tabs)
(#8995) There should be no spaces inside this paren. (space-in-parens)
(#8995) There should be no spaces inside this paren. (space-in-parens)
(#8995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8996) Unexpected tab character. (no-tabs)
(#8996) There should be no spaces inside this paren. (space-in-parens)
(#8996) There should be no spaces inside this paren. (space-in-parens)
(#8996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8997) Unexpected tab character. (no-tabs)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8998) Unexpected tab character. (no-tabs)
(#8998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8999) Unexpected tab character. (no-tabs)
(#8999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9001) Unexpected tab character. (no-tabs)
(#9001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9002) Unexpected tab character. (no-tabs)
(#9002) There should be no spaces inside this paren. (space-in-parens)
(#9002) There should be no spaces inside this paren. (space-in-parens)
(#9002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9003) Unexpected tab character. (no-tabs)
(#9003) There should be no space after '['. (computed-property-spacing)
(#9003) There should be no space before ']'. (computed-property-spacing)
(#9003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9004) Unexpected tab character. (no-tabs)
(#9004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9005) Unexpected tab character. (no-tabs)
(#9005) There should be no spaces inside this paren. (space-in-parens)
(#9005) There should be no spaces inside this paren. (space-in-parens)
(#9005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9006) Unexpected tab character. (no-tabs)
(#9006) There should be no spaces inside this paren. (space-in-parens)
(#9006) There should be no spaces inside this paren. (space-in-parens)
(#9006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9007) Unexpected tab character. (no-tabs)
(#9007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9008) Unexpected tab character. (no-tabs)
(#9008) There should be no spaces inside this paren. (space-in-parens)
(#9008) There should be no spaces inside this paren. (space-in-parens)
(#9008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9009) Unexpected tab character. (no-tabs)
(#9009) There should be no spaces inside this paren. (space-in-parens)
(#9009) There should be no spaces inside this paren. (space-in-parens)
(#9009) There should be no spaces inside this paren. (space-in-parens)
(#9009) There should be no spaces inside this paren. (space-in-parens)
(#9009) There should be no spaces inside this paren. (space-in-parens)
(#9009) There should be no spaces inside this paren. (space-in-parens)
(#9009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9010) Unexpected tab character. (no-tabs)
(#9010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9011) Unexpected tab character. (no-tabs)
(#9011) There should be no spaces inside this paren. (space-in-parens)
(#9011) There should be no spaces inside this paren. (space-in-parens)
(#9011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9012) Unexpected tab character. (no-tabs)
(#9012) There should be no space after '['. (computed-property-spacing)
(#9012) There should be no space before ']'. (computed-property-spacing)
(#9012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9013) Unexpected tab character. (no-tabs)
(#9013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9014) Unexpected tab character. (no-tabs)
(#9014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9015) Unexpected tab character. (no-tabs)
(#9015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9016) Unexpected tab character. (no-tabs)
(#9016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9018) Unexpected tab character. (no-tabs)
(#9018) There should be no spaces inside this paren. (space-in-parens)
(#9018) There should be no spaces inside this paren. (space-in-parens)
(#9018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9019) Unexpected tab character. (no-tabs)
(#9019) There should be no spaces inside this paren. (space-in-parens)
(#9019) There should be no spaces inside this paren. (space-in-parens)
(#9019) There should be no spaces inside this paren. (space-in-parens)
(#9019) There should be no spaces inside this paren. (space-in-parens)
(#9019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9020) Unexpected tab character. (no-tabs)
(#9020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9022) Unexpected tab character. (no-tabs)
(#9022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9023) Unexpected tab character. (no-tabs)
(#9023) There should be no spaces inside this paren. (space-in-parens)
(#9023) There should be no spaces inside this paren. (space-in-parens)
(#9023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9024) Unexpected tab character. (no-tabs)
(#9024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9025) Unexpected tab character. (no-tabs)
(#9025) There should be no spaces inside this paren. (space-in-parens)
(#9025) There should be no spaces inside this paren. (space-in-parens)
(#9025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9026) Unexpected tab character. (no-tabs)
(#9026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9027) Unexpected tab character. (no-tabs)
(#9027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9029) Unexpected tab character. (no-tabs)
(#9029) Comments should not begin with a lowercase character (capitalized-comments)
(#9029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9030) Unexpected tab character. (no-tabs)
(#9030) There should be no spaces inside this paren. (space-in-parens)
(#9030) There should be no spaces inside this paren. (space-in-parens)
(#9030) There should be no spaces inside this paren. (space-in-parens)
(#9030) There should be no spaces inside this paren. (space-in-parens)
(#9030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9031) Unexpected tab character. (no-tabs)
(#9031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9032) Unexpected tab character. (no-tabs)
(#9032) There should be no spaces inside this paren. (space-in-parens)
(#9032) There should be no spaces inside this paren. (space-in-parens)
(#9032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9033) Unexpected tab character. (no-tabs)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) Do not nest ternary expressions. (no-nested-ternary)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) Unnecessary escape character: \-. (no-useless-escape)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9034) Unexpected tab character. (no-tabs)
(#9034) There should be no spaces inside this paren. (space-in-parens)
(#9034) There should be no spaces inside this paren. (space-in-parens)
(#9034) Unnecessary escape character: \-. (no-useless-escape)
(#9034) There should be no spaces inside this paren. (space-in-parens)
(#9034) There should be no spaces inside this paren. (space-in-parens)
(#9034) There should be no spaces inside this paren. (space-in-parens)
(#9034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9035) Unexpected tab character. (no-tabs)
(#9035) There should be no spaces inside this paren. (space-in-parens)
(#9035) There should be no spaces inside this paren. (space-in-parens)
(#9035) There should be no spaces inside this paren. (space-in-parens)
(#9035) There should be no spaces inside this paren. (space-in-parens)
(#9035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9036) Unexpected tab character. (no-tabs)
(#9036) There should be no spaces inside this paren. (space-in-parens)
(#9036) There should be no spaces inside this paren. (space-in-parens)
(#9036) There should be no spaces inside this paren. (space-in-parens)
(#9036) There should be no spaces inside this paren. (space-in-parens)
(#9036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9037) Unexpected tab character. (no-tabs)
(#9037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9038) Unexpected tab character. (no-tabs)
(#9038) There should be no spaces inside this paren. (space-in-parens)
(#9038) There should be no space after '['. (computed-property-spacing)
(#9038) There should be no space before ']'. (computed-property-spacing)
(#9038) There should be no spaces inside this paren. (space-in-parens)
(#9038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9039) Unexpected tab character. (no-tabs)
(#9039) There should be no spaces inside this paren. (space-in-parens)
(#9039) There should be no spaces inside this paren. (space-in-parens)
(#9039) There should be no space after '['. (computed-property-spacing)
(#9039) There should be no space before ']'. (computed-property-spacing)
(#9039) There should be no spaces inside this paren. (space-in-parens)
(#9039) There should be no spaces inside this paren. (space-in-parens)
(#9039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9040) Unexpected tab character. (no-tabs)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9041) Unexpected tab character. (no-tabs)
(#9041) There should be no spaces inside this paren. (space-in-parens)
(#9041) There should be no spaces inside this paren. (space-in-parens)
(#9041) There should be no spaces inside this paren. (space-in-parens)
(#9041) There should be no spaces inside this paren. (space-in-parens)
(#9041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9042) Unexpected tab character. (no-tabs)
(#9042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9043) Unexpected tab character. (no-tabs)
(#9043) There should be no spaces inside this paren. (space-in-parens)
(#9043) There should be no spaces inside this paren. (space-in-parens)
(#9043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9044) Unexpected tab character. (no-tabs)
(#9044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9045) Unexpected tab character. (no-tabs)
(#9045) There should be no spaces inside this paren. (space-in-parens)
(#9045) There should be no spaces inside this paren. (space-in-parens)
(#9045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9046) Unexpected tab character. (no-tabs)
(#9046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9047) Unexpected tab character. (no-tabs)
(#9047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9048) Unexpected tab character. (no-tabs)
(#9048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9050) Unexpected tab character. (no-tabs)
(#9050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9051) Unexpected tab character. (no-tabs)
(#9051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9052) Unexpected tab character. (no-tabs)
(#9052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9053) Unexpected tab character. (no-tabs)
(#9053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9055) Unexpected tab character. (no-tabs)
(#9055) There should be no spaces inside this paren. (space-in-parens)
(#9055) There should be no spaces inside this paren. (space-in-parens)
(#9055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9056) Unexpected tab character. (no-tabs)
(#9056) There should be no spaces inside this paren. (space-in-parens)
(#9056) There should be no spaces inside this paren. (space-in-parens)
(#9056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9057) Unexpected tab character. (no-tabs)
(#9057) There should be no spaces inside this paren. (space-in-parens)
(#9057) There should be no spaces inside this paren. (space-in-parens)
(#9057) There should be no spaces inside this paren. (space-in-parens)
(#9057) There should be no spaces inside this paren. (space-in-parens)
(#9057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9058) Unexpected tab character. (no-tabs)
(#9058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9059) Unexpected tab character. (no-tabs)
(#9059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9060) Unexpected tab character. (no-tabs)
(#9060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9061) Unexpected tab character. (no-tabs)
(#9061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9063) Unexpected tab character. (no-tabs)
(#9063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9064) Unexpected tab character. (no-tabs)
(#9064) There should be no spaces inside this paren. (space-in-parens)
(#9064) There should be no spaces inside this paren. (space-in-parens)
(#9064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9065) Unexpected tab character. (no-tabs)
(#9065) There should be no spaces inside this paren. (space-in-parens)
(#9065) There should be no spaces inside this paren. (space-in-parens)
(#9065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9066) Unexpected tab character. (no-tabs)
(#9066) There should be no spaces inside this paren. (space-in-parens)
(#9066) There should be no spaces inside this paren. (space-in-parens)
(#9066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9067) Unexpected tab character. (no-tabs)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9068) Unexpected tab character. (no-tabs)
(#9068) There should be no spaces inside this paren. (space-in-parens)
(#9068) There should be no spaces inside this paren. (space-in-parens)
(#9068) There should be no spaces inside this paren. (space-in-parens)
(#9068) There should be no spaces inside this paren. (space-in-parens)
(#9068) There should be no spaces inside this paren. (space-in-parens)
(#9068) There should be no spaces inside this paren. (space-in-parens)
(#9068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9070) Unexpected tab character. (no-tabs)
(#9070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9071) Unexpected tab character. (no-tabs)
(#9071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9072) Unexpected tab character. (no-tabs)
(#9072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9073) Unexpected tab character. (no-tabs)
(#9073) There should be no spaces inside this paren. (space-in-parens)
(#9073) There should be no spaces inside this paren. (space-in-parens)
(#9073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9074) Unexpected tab character. (no-tabs)
(#9074) There should be no spaces inside this paren. (space-in-parens)
(#9074) There should be no spaces inside this paren. (space-in-parens)
(#9074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9075) Unexpected tab character. (no-tabs)
(#9075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9076) Unexpected tab character. (no-tabs)
(#9076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9078) Unexpected tab character. (no-tabs)
(#9078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9079) Unexpected tab character. (no-tabs)
(#9079) There should be no spaces inside this paren. (space-in-parens)
(#9079) There should be no spaces inside this paren. (space-in-parens)
(#9079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9080) Unexpected tab character. (no-tabs)
(#9080) There should be no spaces inside this paren. (space-in-parens)
(#9080) There should be no spaces inside this paren. (space-in-parens)
(#9080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9081) Unexpected tab character. (no-tabs)
(#9081) There should be no spaces inside this paren. (space-in-parens)
(#9081) There should be no spaces inside this paren. (space-in-parens)
(#9081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9082) Unexpected tab character. (no-tabs)
(#9082) There should be no spaces inside this paren. (space-in-parens)
(#9082) There should be no spaces inside this paren. (space-in-parens)
(#9082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9083) Unexpected tab character. (no-tabs)
(#9083) There should be no spaces inside this paren. (space-in-parens)
(#9083) There should be no spaces inside this paren. (space-in-parens)
(#9083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9084) Unexpected tab character. (no-tabs)
(#9084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9086) Unexpected tab character. (no-tabs)
(#9086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9087) Unexpected tab character. (no-tabs)
(#9087) There should be no spaces inside this paren. (space-in-parens)
(#9087) There should be no spaces inside this paren. (space-in-parens)
(#9087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9088) Unexpected tab character. (no-tabs)
(#9088) There should be no spaces inside this paren. (space-in-parens)
(#9088) There should be no spaces inside this paren. (space-in-parens)
(#9088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9089) Unexpected tab character. (no-tabs)
(#9089) There should be no spaces inside this paren. (space-in-parens)
(#9089) There should be no spaces inside this paren. (space-in-parens)
(#9089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9090) Unexpected tab character. (no-tabs)
(#9090) There should be no spaces inside this paren. (space-in-parens)
(#9090) There should be no spaces inside this paren. (space-in-parens)
(#9090) There should be no space after '['. (computed-property-spacing)
(#9090) There should be no space before ']'. (computed-property-spacing)
(#9090) There should be no spaces inside this paren. (space-in-parens)
(#9090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9091) Unexpected tab character. (no-tabs)
(#9091) There should be no space after '['. (array-bracket-spacing)
(#9091) There should be no space before ']'. (array-bracket-spacing)
(#9091) There should be no spaces inside this paren. (space-in-parens)
(#9091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9092) Unexpected tab character. (no-tabs)
(#9092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9093) Unexpected tab character. (no-tabs)
(#9093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9095) Unexpected tab character. (no-tabs)
(#9095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9096) Unexpected tab character. (no-tabs)
(#9096) There should be no spaces inside this paren. (space-in-parens)
(#9096) There should be no spaces inside this paren. (space-in-parens)
(#9096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9097) Unexpected tab character. (no-tabs)
(#9097) There should be no spaces inside this paren. (space-in-parens)
(#9097) There should be no spaces inside this paren. (space-in-parens)
(#9097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9098) Unexpected tab character. (no-tabs)
(#9098) There should be no spaces inside this paren. (space-in-parens)
(#9098) Do not nest ternary expressions. (no-nested-ternary)
(#9098) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9098) There should be no space after '['. (array-bracket-spacing)
(#9098) There should be no space before ']'. (array-bracket-spacing)
(#9098) There should be no spaces inside this paren. (space-in-parens)
(#9098) There should be no space after '['. (array-bracket-spacing)
(#9098) There should be no space before ']'. (array-bracket-spacing)
(#9098) There should be no spaces inside this paren. (space-in-parens)
(#9098) There should be no spaces inside this paren. (space-in-parens)
(#9098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9099) Unexpected tab character. (no-tabs)
(#9099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9101) Unexpected tab character. (no-tabs)
(#9101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9102) Unexpected tab character. (no-tabs)
(#9102) There should be no spaces inside this paren. (space-in-parens)
(#9102) There should be no spaces inside this paren. (space-in-parens)
(#9102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9103) Unexpected tab character. (no-tabs)
(#9103) There should be no spaces inside this paren. (space-in-parens)
(#9103) There should be no spaces inside this paren. (space-in-parens)
(#9103) There should be no spaces inside this paren. (space-in-parens)
(#9103) There should be no spaces inside this paren. (space-in-parens)
(#9103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9104) Unexpected tab character. (no-tabs)
(#9104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9106) Unexpected tab character. (no-tabs)
(#9106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9107) Unexpected tab character. (no-tabs)
(#9107) There should be no spaces inside this paren. (space-in-parens)
(#9107) There should be no spaces inside this paren. (space-in-parens)
(#9107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9108) Unexpected tab character. (no-tabs)
(#9108) There should be no spaces inside this paren. (space-in-parens)
(#9108) There should be no spaces inside this paren. (space-in-parens)
(#9108) There should be no spaces inside this paren. (space-in-parens)
(#9108) There should be no spaces inside this paren. (space-in-parens)
(#9108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9109) Unexpected tab character. (no-tabs)
(#9109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9111) Unexpected tab character. (no-tabs)
(#9111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9112) Unexpected tab character. (no-tabs)
(#9112) There should be no spaces inside this paren. (space-in-parens)
(#9112) There should be no spaces inside this paren. (space-in-parens)
(#9112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9113) Unexpected tab character. (no-tabs)
(#9113) There should be no spaces inside this paren. (space-in-parens)
(#9113) There should be no spaces inside this paren. (space-in-parens)
(#9113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9114) Unexpected tab character. (no-tabs)
(#9114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9116) Unexpected tab character. (no-tabs)
(#9116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9117) Unexpected tab character. (no-tabs)
(#9117) There should be no spaces inside this paren. (space-in-parens)
(#9117) There should be no spaces inside this paren. (space-in-parens)
(#9117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9118) Unexpected tab character. (no-tabs)
(#9118) There should be no spaces inside this paren. (space-in-parens)
(#9118) There should be no spaces inside this paren. (space-in-parens)
(#9118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9119) Unexpected tab character. (no-tabs)
(#9119) There should be no spaces inside this paren. (space-in-parens)
(#9119) There should be no spaces inside this paren. (space-in-parens)
(#9119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9120) Unexpected tab character. (no-tabs)
(#9120) There should be no spaces inside this paren. (space-in-parens)
(#9120) There should be no space after '['. (computed-property-spacing)
(#9120) There should be no space before ']'. (computed-property-spacing)
(#9120) There should be no space after '['. (computed-property-spacing)
(#9120) There should be no space before ']'. (computed-property-spacing)
(#9120) There should be no spaces inside this paren. (space-in-parens)
(#9120) There should be no spaces inside this paren. (space-in-parens)
(#9120) There should be no spaces inside this paren. (space-in-parens)
(#9120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9122) Unexpected tab character. (no-tabs)
(#9122) There should be no spaces inside this paren. (space-in-parens)
(#9122) There should be no spaces inside this paren. (space-in-parens)
(#9122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9123) Unexpected tab character. (no-tabs)
(#9123) There should be no spaces inside this paren. (space-in-parens)
(#9123) There should be no spaces inside this paren. (space-in-parens)
(#9123) There should be no spaces inside this paren. (space-in-parens)
(#9123) There should be no spaces inside this paren. (space-in-parens)
(#9123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9124) Unexpected tab character. (no-tabs)
(#9124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9125) Unexpected tab character. (no-tabs)
(#9125) There should be no spaces inside this paren. (space-in-parens)
(#9125) There should be no spaces inside this paren. (space-in-parens)
(#9125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9126) Unexpected tab character. (no-tabs)
(#9126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9128) Unexpected tab character. (no-tabs)
(#9128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9129) Unexpected tab character. (no-tabs)
(#9129) There should be no spaces inside this paren. (space-in-parens)
(#9129) There should be no spaces inside this paren. (space-in-parens)
(#9129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9130) Unexpected tab character. (no-tabs)
(#9130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9131) Unexpected tab character. (no-tabs)
(#9131) There should be no spaces inside this paren. (space-in-parens)
(#9131) There should be no spaces inside this paren. (space-in-parens)
(#9131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9132) Unexpected tab character. (no-tabs)
(#9132) There should be no spaces inside this paren. (space-in-parens)
(#9132) There should be no spaces inside this paren. (space-in-parens)
(#9132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9133) Unexpected tab character. (no-tabs)
(#9133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9134) Unexpected tab character. (no-tabs)
(#9134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9135) Unexpected tab character. (no-tabs)
(#9135) There should be no spaces inside this paren. (space-in-parens)
(#9135) There should be no spaces inside this paren. (space-in-parens)
(#9135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9136) Unexpected tab character. (no-tabs)
(#9136) There should be no spaces inside this paren. (space-in-parens)
(#9136) There should be no spaces inside this paren. (space-in-parens)
(#9136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9137) Unexpected tab character. (no-tabs)
(#9137) There should be no spaces inside this paren. (space-in-parens)
(#9137) There should be no spaces inside this paren. (space-in-parens)
(#9137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9138) Unexpected tab character. (no-tabs)
(#9138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9139) Unexpected tab character. (no-tabs)
(#9139) There should be no spaces inside this paren. (space-in-parens)
(#9139) There should be no space after '['. (computed-property-spacing)
(#9139) There should be no space before ']'. (computed-property-spacing)
(#9139) There should be no spaces inside this paren. (space-in-parens)
(#9139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9140) Unexpected tab character. (no-tabs)
(#9140) There should be no spaces inside this paren. (space-in-parens)
(#9140) There should be no space after '['. (computed-property-spacing)
(#9140) There should be no space before ']'. (computed-property-spacing)
(#9140) There should be no spaces inside this paren. (space-in-parens)
(#9140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9141) Unexpected tab character. (no-tabs)
(#9141) There should be no spaces inside this paren. (space-in-parens)
(#9141) There should be no space after '['. (computed-property-spacing)
(#9141) There should be no space before ']'. (computed-property-spacing)
(#9141) There should be no spaces inside this paren. (space-in-parens)
(#9141) Unnecessary escape character: \-. (no-useless-escape)
(#9141) There should be no spaces inside this paren. (space-in-parens)
(#9141) There should be no spaces inside this paren. (space-in-parens)
(#9141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9142) Unexpected tab character. (no-tabs)
(#9142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9143) Unexpected tab character. (no-tabs)
(#9143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9144) Unexpected tab character. (no-tabs)
(#9144) There should be no spaces inside this paren. (space-in-parens)
(#9144) There should be no space after '['. (computed-property-spacing)
(#9144) There should be no space before ']'. (computed-property-spacing)
(#9144) There should be no spaces inside this paren. (space-in-parens)
(#9144) Unnecessary escape character: \-. (no-useless-escape)
(#9144) There should be no spaces inside this paren. (space-in-parens)
(#9144) There should be no spaces inside this paren. (space-in-parens)
(#9144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9145) Unexpected tab character. (no-tabs)
(#9145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9146) Unexpected tab character. (no-tabs)
(#9146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9147) Unexpected tab character. (no-tabs)
(#9147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9149) Unexpected tab character. (no-tabs)
(#9149) There should be no spaces inside this paren. (space-in-parens)
(#9149) There should be no spaces inside this paren. (space-in-parens)
(#9149) There should be no spaces inside this paren. (space-in-parens)
(#9149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9150) Unexpected tab character. (no-tabs)
(#9150) There should be no spaces inside this paren. (space-in-parens)
(#9150) There should be no spaces inside this paren. (space-in-parens)
(#9150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9151) Unexpected tab character. (no-tabs)
(#9151) There should be no spaces inside this paren. (space-in-parens)
(#9151) There should be no spaces inside this paren. (space-in-parens)
(#9151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9152) Unexpected tab character. (no-tabs)
(#9152) There should be no spaces inside this paren. (space-in-parens)
(#9152) There should be no spaces inside this paren. (space-in-parens)
(#9152) There should be no spaces inside this paren. (space-in-parens)
(#9152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9153) Unexpected tab character. (no-tabs)
(#9153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9155) Unexpected tab character. (no-tabs)
(#9155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9156) Unexpected tab character. (no-tabs)
(#9156) There should be no spaces inside this paren. (space-in-parens)
(#9156) There should be no spaces inside this paren. (space-in-parens)
(#9156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9157) Unexpected tab character. (no-tabs)
(#9157) There should be no spaces inside this paren. (space-in-parens)
(#9157) There should be no spaces inside this paren. (space-in-parens)
(#9157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9158) Unexpected tab character. (no-tabs)
(#9158) There should be no spaces inside this paren. (space-in-parens)
(#9158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9159) Unexpected tab character. (no-tabs)
(#9159) There should be no spaces inside this paren. (space-in-parens)
(#9159) There should be no spaces inside this paren. (space-in-parens)
(#9159) There should be no spaces inside this paren. (space-in-parens)
(#9159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9160) Unexpected tab character. (no-tabs)
(#9160) There should be no space after '{'. (object-curly-spacing)
(#9160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9161) Unexpected tab character. (no-tabs)
(#9161) There should be no spaces inside this paren. (space-in-parens)
(#9161) There should be no spaces inside this paren. (space-in-parens)
(#9161) There should be no spaces inside this paren. (space-in-parens)
(#9161) There should be no spaces inside this paren. (space-in-parens)
(#9161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9162) Unexpected tab character. (no-tabs)
(#9162) There should be no spaces inside this paren. (space-in-parens)
(#9162) There should be no spaces inside this paren. (space-in-parens)
(#9162) There should be no spaces inside this paren. (space-in-parens)
(#9162) There should be no spaces inside this paren. (space-in-parens)
(#9162) There should be no space before '}'. (object-curly-spacing)
(#9162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9163) Unexpected tab character. (no-tabs)
(#9163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9165) Unexpected tab character. (no-tabs)
(#9165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9166) Unexpected tab character. (no-tabs)
(#9166) There should be no spaces inside this paren. (space-in-parens)
(#9166) There should be no spaces inside this paren. (space-in-parens)
(#9166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9167) Unexpected tab character. (no-tabs)
(#9167) There should be no spaces inside this paren. (space-in-parens)
(#9167) There should be no spaces inside this paren. (space-in-parens)
(#9167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9168) Unexpected tab character. (no-tabs)
(#9168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9169) Unexpected tab character. (no-tabs)
(#9169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9170) Unexpected tab character. (no-tabs)
(#9170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9171) Unexpected tab character. (no-tabs)
(#9171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9172) Unexpected tab character. (no-tabs)
(#9172) There should be no spaces inside this paren. (space-in-parens)
(#9172) Do not nest ternary expressions. (no-nested-ternary)
(#9172) There should be no spaces inside this paren. (space-in-parens)
(#9172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9173) Unexpected tab character. (no-tabs)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9174) Unexpected tab character. (no-tabs)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9175) Unexpected tab character. (no-tabs)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9176) Unexpected tab character. (no-tabs)
(#9176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9177) There should be no spaces inside this paren. (space-in-parens)
(#9177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9184) Missing JSDoc comment. (require-jsdoc)
(#9184) Identifier 'datepicker_bindHover' is not in camel case. (camelcase)
(#9184) There should be no spaces inside this paren. (space-in-parens)
(#9184) There should be no spaces inside this paren. (space-in-parens)
(#9184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9185) Unexpected tab character. (no-tabs)
(#9185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9186) Unexpected tab character. (no-tabs)
(#9186) There should be no spaces inside this paren. (space-in-parens)
(#9186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9187) Unexpected tab character. (no-tabs)
(#9187) There should be no spaces inside this paren. (space-in-parens)
(#9187) There should be no spaces inside this paren. (space-in-parens)
(#9187) There should be no spaces inside this paren. (space-in-parens)
(#9187) There should be no spaces inside this paren. (space-in-parens)
(#9187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9188) Unexpected tab character. (no-tabs)
(#9188) There should be no spaces inside this paren. (space-in-parens)
(#9188) There should be no spaces inside this paren. (space-in-parens)
(#9188) There should be no spaces inside this paren. (space-in-parens)
(#9188) There should be no spaces inside this paren. (space-in-parens)
(#9188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9189) Unexpected tab character. (no-tabs)
(#9189) There should be no spaces inside this paren. (space-in-parens)
(#9189) There should be no spaces inside this paren. (space-in-parens)
(#9189) There should be no spaces inside this paren. (space-in-parens)
(#9189) There should be no spaces inside this paren. (space-in-parens)
(#9189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9190) Unexpected tab character. (no-tabs)
(#9190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9191) Unexpected tab character. (no-tabs)
(#9191) There should be no spaces inside this paren. (space-in-parens)
(#9191) There should be no spaces inside this paren. (space-in-parens)
(#9191) There should be no spaces inside this paren. (space-in-parens)
(#9191) There should be no spaces inside this paren. (space-in-parens)
(#9191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9192) Unexpected tab character. (no-tabs)
(#9192) There should be no spaces inside this paren. (space-in-parens)
(#9192) There should be no spaces inside this paren. (space-in-parens)
(#9192) There should be no spaces inside this paren. (space-in-parens)
(#9192) There should be no spaces inside this paren. (space-in-parens)
(#9192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9193) Unexpected tab character. (no-tabs)
(#9193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9194) Unexpected tab character. (no-tabs)
(#9194) There should be no spaces inside this paren. (space-in-parens)
(#9194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9195) Unexpected tab character. (no-tabs)
(#9195) There should be no spaces inside this paren. (space-in-parens)
(#9195) There should be no spaces inside this paren. (space-in-parens)
(#9195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9198) Missing JSDoc comment. (require-jsdoc)
(#9198) Identifier 'datepicker_handleMouseover' is not in camel case. (camelcase)
(#9198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9199) Line 9199 exceeds the maximum line length of 132. (max-len)
(#9199) Unexpected tab character. (no-tabs)
(#9199) There should be no spaces inside this paren. (space-in-parens)
(#9199) There should be no spaces inside this paren. (space-in-parens)
(#9199) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#9199) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#9199) There should be no space after '['. (computed-property-spacing)
(#9199) There should be no space before ']'. (computed-property-spacing)
(#9199) Identifier 'datepicker_instActive' is not in camel case. (camelcase)
(#9199) There should be no space after '['. (computed-property-spacing)
(#9199) There should be no space before ']'. (computed-property-spacing)
(#9199) There should be no spaces inside this paren. (space-in-parens)
(#9199) There should be no spaces inside this paren. (space-in-parens)
(#9199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9200) Unexpected tab character. (no-tabs)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) There should be no spaces inside this paren. (space-in-parens)
(#9200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9201) Unexpected tab character. (no-tabs)
(#9201) There should be no spaces inside this paren. (space-in-parens)
(#9201) There should be no spaces inside this paren. (space-in-parens)
(#9201) There should be no spaces inside this paren. (space-in-parens)
(#9201) There should be no spaces inside this paren. (space-in-parens)
(#9201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9202) Unexpected tab character. (no-tabs)
(#9202) There should be no spaces inside this paren. (space-in-parens)
(#9202) There should be no spaces inside this paren. (space-in-parens)
(#9202) There should be no spaces inside this paren. (space-in-parens)
(#9202) There should be no spaces inside this paren. (space-in-parens)
(#9202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9203) Unexpected tab character. (no-tabs)
(#9203) There should be no spaces inside this paren. (space-in-parens)
(#9203) There should be no spaces inside this paren. (space-in-parens)
(#9203) There should be no spaces inside this paren. (space-in-parens)
(#9203) There should be no spaces inside this paren. (space-in-parens)
(#9203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9204) Unexpected tab character. (no-tabs)
(#9204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9205) Unexpected tab character. (no-tabs)
(#9205) There should be no spaces inside this paren. (space-in-parens)
(#9205) There should be no spaces inside this paren. (space-in-parens)
(#9205) There should be no spaces inside this paren. (space-in-parens)
(#9205) There should be no spaces inside this paren. (space-in-parens)
(#9205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9206) Unexpected tab character. (no-tabs)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9207) Unexpected tab character. (no-tabs)
(#9207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9208) Unexpected tab character. (no-tabs)
(#9208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9211) Comments should not begin with a lowercase character (capitalized-comments)
(#9211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9212) Missing JSDoc comment. (require-jsdoc)
(#9212) Identifier 'datepicker_extendRemove' is not in camel case. (camelcase)
(#9212) There should be no spaces inside this paren. (space-in-parens)
(#9212) There should be no spaces inside this paren. (space-in-parens)
(#9212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9213) Unexpected tab character. (no-tabs)
(#9213) There should be no spaces inside this paren. (space-in-parens)
(#9213) There should be no spaces inside this paren. (space-in-parens)
(#9213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9214) Unexpected tab character. (no-tabs)
(#9214) There should be no spaces inside this paren. (space-in-parens)
(#9214) There should be no spaces inside this paren. (space-in-parens)
(#9214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9215) Unexpected tab character. (no-tabs)
(#9215) There should be no spaces inside this paren. (space-in-parens)
(#9215) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9215) There should be no space after '['. (computed-property-spacing)
(#9215) There should be no space before ']'. (computed-property-spacing)
(#9215) There should be no spaces inside this paren. (space-in-parens)
(#9215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9216) Unexpected tab character. (no-tabs)
(#9216) There should be no space after '['. (computed-property-spacing)
(#9216) There should be no space before ']'. (computed-property-spacing)
(#9216) There should be no space after '['. (computed-property-spacing)
(#9216) There should be no space before ']'. (computed-property-spacing)
(#9216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9217) Unexpected tab character. (no-tabs)
(#9217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9218) Unexpected tab character. (no-tabs)
(#9218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9219) Unexpected tab character. (no-tabs)
(#9219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9224) Unexpected tab character. (no-tabs)
(#9224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9226) There should be no spaces inside this paren. (space-in-parens)
(#9226) There should be no spaces inside this paren. (space-in-parens)
(#9226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9228) Unexpected tab character. (no-tabs)
(#9228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9229) Unexpected tab character. (no-tabs)
(#9229) There should be no spaces inside this paren. (space-in-parens)
(#9229) There should be no spaces inside this paren. (space-in-parens)
(#9229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9230) Unexpected tab character. (no-tabs)
(#9230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9231) Unexpected tab character. (no-tabs)
(#9231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9233) Unexpected tab character. (no-tabs)
(#9233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9234) Unexpected tab character. (no-tabs)
(#9234) There should be no spaces inside this paren. (space-in-parens)
(#9234) There should be no spaces inside this paren. (space-in-parens)
(#9234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9235) Unexpected tab character. (no-tabs)
(#9235) There should be no spaces inside this paren. (space-in-parens)
(#9235) There should be no spaces inside this paren. (space-in-parens)
(#9235) There should be no spaces inside this paren. (space-in-parens)
(#9235) There should be no spaces inside this paren. (space-in-parens)
(#9235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9236) Unexpected tab character. (no-tabs)
(#9236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9237) Unexpected tab character. (no-tabs)
(#9237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9239) Unexpected tab character. (no-tabs)
(#9239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9240) Unexpected tab character. (no-tabs)
(#9240) There should be no spaces inside this paren. (space-in-parens)
(#9240) There should be no spaces inside this paren. (space-in-parens)
(#9240) There should be no spaces inside this paren. (space-in-parens)
(#9240) There should be no spaces inside this paren. (space-in-parens)
(#9240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9241) Unexpected tab character. (no-tabs)
(#9241) There should be no spaces inside this paren. (space-in-parens)
(#9241) There should be no spaces inside this paren. (space-in-parens)
(#9241) There should be no spaces inside this paren. (space-in-parens)
(#9241) There should be no spaces inside this paren. (space-in-parens)
(#9241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9242) Unexpected tab character. (no-tabs)
(#9242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9244) Unexpected tab character. (no-tabs)
(#9244) There should be no spaces inside this paren. (space-in-parens)
(#9244) There should be no spaces inside this paren. (space-in-parens)
(#9244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9245) Unexpected tab character. (no-tabs)
(#9245) There should be no spaces inside this paren. (space-in-parens)
(#9245) There should be no spaces inside this paren. (space-in-parens)
(#9245) There should be no spaces inside this paren. (space-in-parens)
(#9245) There should be no spaces inside this paren. (space-in-parens)
(#9245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9246) Unexpected tab character. (no-tabs)
(#9246) There should be no space after '['. (computed-property-spacing)
(#9246) There should be no space before ']'. (computed-property-spacing)
(#9246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9247) Unexpected tab character. (no-tabs)
(#9247) There should be no spaces inside this paren. (space-in-parens)
(#9247) There should be no space after '['. (array-bracket-spacing)
(#9247) There should be no space after '['. (computed-property-spacing)
(#9247) There should be no space before ']'. (computed-property-spacing)
(#9247) There should be no space before ']'. (array-bracket-spacing)
(#9247) There should be no spaces inside this paren. (space-in-parens)
(#9247) There should be no spaces inside this paren. (space-in-parens)
(#9247) There should be no spaces inside this paren. (space-in-parens)
(#9247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9248) Unexpected tab character. (no-tabs)
(#9248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9249) Unexpected tab character. (no-tabs)
(#9249) There should be no spaces inside this paren. (space-in-parens)
(#9249) There should be no space after '['. (computed-property-spacing)
(#9249) There should be no space before ']'. (computed-property-spacing)
(#9249) There should be no spaces inside this paren. (space-in-parens)
(#9249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9250) Unexpected tab character. (no-tabs)
(#9250) There should be no space after '['. (computed-property-spacing)
(#9250) There should be no space before ']'. (computed-property-spacing)
(#9250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9251) Unexpected tab character. (no-tabs)
(#9251) There should be no spaces inside this paren. (space-in-parens)
(#9251) There should be no space after '['. (array-bracket-spacing)
(#9251) There should be no space after '['. (computed-property-spacing)
(#9251) There should be no space before ']'. (computed-property-spacing)
(#9251) There should be no space before ']'. (array-bracket-spacing)
(#9251) There should be no spaces inside this paren. (space-in-parens)
(#9251) There should be no spaces inside this paren. (space-in-parens)
(#9251) There should be no spaces inside this paren. (space-in-parens)
(#9251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9252) Unexpected tab character. (no-tabs)
(#9252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9253) Unexpected tab character. (no-tabs)
(#9253) There should be no spaces inside this paren. (space-in-parens)
(#9253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9254) Unexpected tab character. (no-tabs)
(#9254) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9255) Unexpected tab character. (no-tabs)
(#9255) There should be no space after '['. (computed-property-spacing)
(#9255) There should be no space before ']'. (computed-property-spacing)
(#9255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9256) Unexpected tab character. (no-tabs)
(#9256) There should be no spaces inside this paren. (space-in-parens)
(#9256) There should be no space after '['. (array-bracket-spacing)
(#9256) There should be no space before ']'. (array-bracket-spacing)
(#9256) There should be no spaces inside this paren. (space-in-parens)
(#9256) There should be no spaces inside this paren. (space-in-parens)
(#9256) There should be no spaces inside this paren. (space-in-parens)
(#9256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9257) Unexpected tab character. (no-tabs)
(#9257) There should be no spaces inside this paren. (space-in-parens)
(#9257) There should be no spaces inside this paren. (space-in-parens)
(#9257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9258) Unexpected tab character. (no-tabs)
(#9258) There should be no spaces inside this paren. (space-in-parens)
(#9258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9261) Comments should not begin with a lowercase character (capitalized-comments)
(#9261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9266) 'widgetsDatepicker' is assigned a value but never used. (no-unused-vars)
(#9266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9267) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9272) 'ie' is assigned a value but never used. (no-unused-vars)
(#9272) There should be no spaces inside this paren. (space-in-parens)
(#9272) There should be no spaces inside this paren. (space-in-parens)
(#9272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9274) Expected space or tab after '/*' in comment. (spaced-comment)
(#9274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9283) Expected space or tab after '//' in comment. (spaced-comment)
(#9283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9284) Expected space or tab after '//' in comment. (spaced-comment)
(#9284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9285) Expected space or tab after '//' in comment. (spaced-comment)
(#9285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9286) Expected space or tab after '//' in comment. (spaced-comment)
(#9286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9287) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9291) There should be no spaces inside this paren. (space-in-parens)
(#9291) There should be no spaces inside this paren. (space-in-parens)
(#9291) There should be no spaces inside this paren. (space-in-parens)
(#9291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9292) Unexpected tab character. (no-tabs)
(#9292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9293) There should be no spaces inside this paren. (space-in-parens)
(#9293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9295) 'widgetsMouse' is assigned a value but never used. (no-unused-vars)
(#9295) There should be no spaces inside this paren. (space-in-parens)
(#9295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9296) Unexpected tab character. (no-tabs)
(#9296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9297) Unexpected tab character. (no-tabs)
(#9297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9298) Unexpected tab character. (no-tabs)
(#9298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9299) Unexpected tab character. (no-tabs)
(#9299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9300) Unexpected tab character. (no-tabs)
(#9300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9301) Unexpected tab character. (no-tabs)
(#9301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9302) Unexpected tab character. (no-tabs)
(#9302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9303) Unexpected tab character. (no-tabs)
(#9303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9305) Unexpected tab character. (no-tabs)
(#9305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9306) Unexpected tab character. (no-tabs)
(#9306) There should be no spaces inside this paren. (space-in-parens)
(#9306) There should be no spaces inside this paren. (space-in-parens)
(#9306) There should be no spaces inside this paren. (space-in-parens)
(#9306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9307) Unexpected tab character. (no-tabs)
(#9307) There should be no spaces inside this paren. (space-in-parens)
(#9307) There should be no spaces inside this paren. (space-in-parens)
(#9307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9308) Unexpected tab character. (no-tabs)
(#9308) There should be no spaces inside this paren. (space-in-parens)
(#9308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9309) Unexpected tab character. (no-tabs)
(#9309) There should be no spaces inside this paren. (space-in-parens)
(#9309) Expected to return a value at the end of function. (consistent-return)
(#9309) There should be no spaces inside this paren. (space-in-parens)
(#9309) There should be no spaces inside this paren. (space-in-parens)
(#9309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9310) Unexpected tab character. (no-tabs)
(#9310) There should be no spaces inside this paren. (space-in-parens)
(#9310) There should be no spaces inside this paren. (space-in-parens)
(#9310) There should be no spaces inside this paren. (space-in-parens)
(#9310) There should be no spaces inside this paren. (space-in-parens)
(#9310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9311) Unexpected tab character. (no-tabs)
(#9311) There should be no spaces inside this paren. (space-in-parens)
(#9311) There should be no spaces inside this paren. (space-in-parens)
(#9311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9312) Unexpected tab character. (no-tabs)
(#9312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9313) Unexpected tab character. (no-tabs)
(#9313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9314) Unexpected tab character. (no-tabs)
(#9314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9315) Unexpected tab character. (no-tabs)
(#9315) There should be no spaces inside this paren. (space-in-parens)
(#9315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9317) Unexpected tab character. (no-tabs)
(#9317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9318) Unexpected tab character. (no-tabs)
(#9318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9320) Unexpected tab character. (no-tabs)
(#9320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9321) Unexpected tab character. (no-tabs)
(#9321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9322) Unexpected tab character. (no-tabs)
(#9322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9323) Unexpected tab character. (no-tabs)
(#9323) There should be no spaces inside this paren. (space-in-parens)
(#9323) There should be no spaces inside this paren. (space-in-parens)
(#9323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9324) Unexpected tab character. (no-tabs)
(#9324) There should be no spaces inside this paren. (space-in-parens)
(#9324) There should be no spaces inside this paren. (space-in-parens)
(#9324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9325) Unexpected tab character. (no-tabs)
(#9325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9326) Unexpected tab character. (no-tabs)
(#9326) There should be no spaces inside this paren. (space-in-parens)
(#9326) There should be no spaces inside this paren. (space-in-parens)
(#9326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9327) Unexpected tab character. (no-tabs)
(#9327) There should be no spaces inside this paren. (space-in-parens)
(#9327) There should be no spaces inside this paren. (space-in-parens)
(#9327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9328) Unexpected tab character. (no-tabs)
(#9328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9329) Unexpected tab character. (no-tabs)
(#9329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9331) Unexpected tab character. (no-tabs)
(#9331) There should be no spaces inside this paren. (space-in-parens)
(#9331) There should be no spaces inside this paren. (space-in-parens)
(#9331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9333) Unexpected tab character. (no-tabs)
(#9333) Comments should not begin with a lowercase character (capitalized-comments)
(#9333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9334) Unexpected tab character. (no-tabs)
(#9334) There should be no spaces inside this paren. (space-in-parens)
(#9334) There should be no spaces inside this paren. (space-in-parens)
(#9334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9335) Unexpected tab character. (no-tabs)
(#9335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9336) Unexpected tab character. (no-tabs)
(#9336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9338) Unexpected tab character. (no-tabs)
(#9338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9340) Unexpected tab character. (no-tabs)
(#9340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9341) Unexpected tab character. (no-tabs)
(#9341) There should be no spaces inside this paren. (space-in-parens)
(#9341) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9341) There should be no spaces inside this paren. (space-in-parens)
(#9341) There should be no spaces inside this paren. (space-in-parens)
(#9341) There should be no spaces inside this paren. (space-in-parens)
(#9341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9343) Unexpected tab character. (no-tabs)
(#9343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9345) Unexpected tab character. (no-tabs)
(#9345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9346) Unexpected tab character. (no-tabs)
(#9346) There should be no spaces inside this paren. (space-in-parens)
(#9346) There should be no spaces inside this paren. (space-in-parens)
(#9346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9348) Unexpected tab character. (no-tabs)
(#9348) Comments should not begin with a lowercase character (capitalized-comments)
(#9348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9349) Unexpected tab character. (no-tabs)
(#9349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9350) Unexpected tab character. (no-tabs)
(#9350) There should be no spaces inside this paren. (space-in-parens)
(#9350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9351) Unexpected tab character. (no-tabs)
(#9351) There should be no spaces inside this paren. (space-in-parens)
(#9351) There should be no spaces inside this paren. (space-in-parens)
(#9351) There should be no spaces inside this paren. (space-in-parens)
(#9351) There should be no spaces inside this paren. (space-in-parens)
(#9351) There should be no spaces inside this paren. (space-in-parens)
(#9351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9352) Unexpected tab character. (no-tabs)
(#9352) There should be no spaces inside this paren. (space-in-parens)
(#9352) There should be no spaces inside this paren. (space-in-parens)
(#9352) There should be no spaces inside this paren. (space-in-parens)
(#9352) There should be no spaces inside this paren. (space-in-parens)
(#9352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9353) Unexpected tab character. (no-tabs)
(#9353) Method '_mouseDown' expected no return value. (consistent-return)
(#9353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9354) Unexpected tab character. (no-tabs)
(#9354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9356) Unexpected tab character. (no-tabs)
(#9356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9357) Unexpected tab character. (no-tabs)
(#9357) There should be no spaces inside this paren. (space-in-parens)
(#9357) There should be no spaces inside this paren. (space-in-parens)
(#9357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9358) Unexpected tab character. (no-tabs)
(#9358) There should be no spaces inside this paren. (space-in-parens)
(#9358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9359) Unexpected tab character. (no-tabs)
(#9359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9360) Unexpected tab character. (no-tabs)
(#9360) There should be no spaces inside this paren. (space-in-parens)
(#9360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9361) Unexpected tab character. (no-tabs)
(#9361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9363) Unexpected tab character. (no-tabs)
(#9363) There should be no spaces inside this paren. (space-in-parens)
(#9363) There should be no spaces inside this paren. (space-in-parens)
(#9363) There should be no spaces inside this paren. (space-in-parens)
(#9363) There should be no spaces inside this paren. (space-in-parens)
(#9363) There should be no spaces inside this paren. (space-in-parens)
(#9363) There should be no spaces inside this paren. (space-in-parens)
(#9363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9364) Unexpected tab character. (no-tabs)
(#9364) There should be no spaces inside this paren. (space-in-parens)
(#9364) There should be no spaces inside this paren. (space-in-parens)
(#9364) There should be no spaces inside this paren. (space-in-parens)
(#9364) There should be no spaces inside this paren. (space-in-parens)
(#9364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9365) Unexpected tab character. (no-tabs)
(#9365) There should be no spaces inside this paren. (space-in-parens)
(#9365) There should be no spaces inside this paren. (space-in-parens)
(#9365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9366) Unexpected tab character. (no-tabs)
(#9366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9367) Unexpected tab character. (no-tabs)
(#9367) Method '_mouseDown' expected no return value. (consistent-return)
(#9367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9368) Unexpected tab character. (no-tabs)
(#9368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9369) Unexpected tab character. (no-tabs)
(#9369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9371) Unexpected tab character. (no-tabs)
(#9371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9372) Unexpected tab character. (no-tabs)
(#9372) There should be no spaces inside this paren. (space-in-parens)
(#9372) There should be no spaces inside this paren. (space-in-parens)
(#9372) There should be no spaces inside this paren. (space-in-parens)
(#9372) There should be no spaces inside this paren. (space-in-parens)
(#9372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9373) Unexpected tab character. (no-tabs)
(#9373) There should be no spaces inside this paren. (space-in-parens)
(#9373) There should be no spaces inside this paren. (space-in-parens)
(#9373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9374) Unexpected tab character. (no-tabs)
(#9374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9376) Unexpected tab character. (no-tabs)
(#9376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9377) Unexpected tab character. (no-tabs)
(#9377) There should be no spaces inside this paren. (space-in-parens)
(#9377) There should be no spaces inside this paren. (space-in-parens)
(#9377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9378) Unexpected tab character. (no-tabs)
(#9378) There should be no spaces inside this paren. (space-in-parens)
(#9378) There should be no spaces inside this paren. (space-in-parens)
(#9378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9379) Unexpected tab character. (no-tabs)
(#9379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9380) Unexpected tab character. (no-tabs)
(#9380) There should be no spaces inside this paren. (space-in-parens)
(#9380) There should be no spaces inside this paren. (space-in-parens)
(#9380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9381) Unexpected tab character. (no-tabs)
(#9381) There should be no spaces inside this paren. (space-in-parens)
(#9381) There should be no spaces inside this paren. (space-in-parens)
(#9381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9382) Unexpected tab character. (no-tabs)
(#9382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9384) Unexpected tab character. (no-tabs)
(#9384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9385) Unexpected tab character. (no-tabs)
(#9385) There should be no spaces inside this paren. (space-in-parens)
(#9385) There should be no spaces inside this paren. (space-in-parens)
(#9385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9386) Unexpected tab character. (no-tabs)
(#9386) There should be no spaces inside this paren. (space-in-parens)
(#9386) There should be no spaces inside this paren. (space-in-parens)
(#9386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9388) Unexpected tab character. (no-tabs)
(#9388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9390) Unexpected tab character. (no-tabs)
(#9390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9391) Unexpected tab character. (no-tabs)
(#9391) Method '_mouseDown' expected no return value. (consistent-return)
(#9391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9392) Unexpected tab character. (no-tabs)
(#9392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9394) Unexpected tab character. (no-tabs)
(#9394) There should be no spaces inside this paren. (space-in-parens)
(#9394) There should be no spaces inside this paren. (space-in-parens)
(#9394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9396) Unexpected tab character. (no-tabs)
(#9396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9397) Unexpected tab character. (no-tabs)
(#9397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9398) Unexpected tab character. (no-tabs)
(#9398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9399) Unexpected tab character. (no-tabs)
(#9399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9400) Unexpected tab character. (no-tabs)
(#9400) There should be no spaces inside this paren. (space-in-parens)
(#9400) There should be no spaces inside this paren. (space-in-parens)
(#9400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9402) Unexpected tab character. (no-tabs)
(#9402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9403) Unexpected tab character. (no-tabs)
(#9403) There should be no spaces inside this paren. (space-in-parens)
(#9403) There should be no spaces inside this paren. (space-in-parens)
(#9403) There should be no spaces inside this paren. (space-in-parens)
(#9403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9404) Unexpected tab character. (no-tabs)
(#9404) There should be no spaces inside this paren. (space-in-parens)
(#9404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9405) Unexpected tab character. (no-tabs)
(#9405) There should be no spaces inside this paren. (space-in-parens)
(#9405) There should be no spaces inside this paren. (space-in-parens)
(#9405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9407) Unexpected tab character. (no-tabs)
(#9407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9408) Unexpected tab character. (no-tabs)
(#9408) There should be no spaces inside this paren. (space-in-parens)
(#9408) There should be no spaces inside this paren. (space-in-parens)
(#9408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9410) Unexpected tab character. (no-tabs)
(#9410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9411) Unexpected tab character. (no-tabs)
(#9411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9412) Unexpected tab character. (no-tabs)
(#9412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9413) Unexpected tab character. (no-tabs)
(#9413) There should be no spaces inside this paren. (space-in-parens)
(#9413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9414) Unexpected tab character. (no-tabs)
(#9414) There should be no spaces inside this paren. (space-in-parens)
(#9414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9415) Unexpected tab character. (no-tabs)
(#9415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9416) Unexpected tab character. (no-tabs)
(#9416) There should be no spaces inside this paren. (space-in-parens)
(#9416) There should be no spaces inside this paren. (space-in-parens)
(#9416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9417) Unexpected tab character. (no-tabs)
(#9417) There should be no spaces inside this paren. (space-in-parens)
(#9417) There should be no spaces inside this paren. (space-in-parens)
(#9417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9418) Unexpected tab character. (no-tabs)
(#9418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9419) Unexpected tab character. (no-tabs)
(#9419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9420) Unexpected tab character. (no-tabs)
(#9420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9422) Unexpected tab character. (no-tabs)
(#9422) There should be no spaces inside this paren. (space-in-parens)
(#9422) There should be no spaces inside this paren. (space-in-parens)
(#9422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9423) Unexpected tab character. (no-tabs)
(#9423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9424) Unexpected tab character. (no-tabs)
(#9424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9426) Unexpected tab character. (no-tabs)
(#9426) There should be no spaces inside this paren. (space-in-parens)
(#9426) There should be no spaces inside this paren. (space-in-parens)
(#9426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9427) Unexpected tab character. (no-tabs)
(#9427) There should be no spaces inside this paren. (space-in-parens)
(#9427) There should be no spaces inside this paren. (space-in-parens)
(#9427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9428) Unexpected tab character. (no-tabs)
(#9428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9429) Unexpected tab character. (no-tabs)
(#9429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9431) Unexpected tab character. (no-tabs)
(#9431) There should be no spaces inside this paren. (space-in-parens)
(#9431) There should be no spaces inside this paren. (space-in-parens)
(#9431) There should be no spaces inside this paren. (space-in-parens)
(#9431) There should be no spaces inside this paren. (space-in-parens)
(#9431) There should be no spaces inside this paren. (space-in-parens)
(#9431) There should be no spaces inside this paren. (space-in-parens)
(#9431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9432) Unexpected tab character. (no-tabs)
(#9432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9433) Unexpected tab character. (no-tabs)
(#9433) There should be no spaces inside this paren. (space-in-parens)
(#9433) There should be no spaces inside this paren. (space-in-parens)
(#9433) There should be no spaces inside this paren. (space-in-parens)
(#9433) There should be no spaces inside this paren. (space-in-parens)
(#9433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9434) Unexpected tab character. (no-tabs)
(#9434) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9434) There should be no spaces inside this paren. (space-in-parens)
(#9434) There should be no spaces inside this paren. (space-in-parens)
(#9434) There should be no spaces inside this paren. (space-in-parens)
(#9434) There should be no spaces inside this paren. (space-in-parens)
(#9434) There should be no spaces inside this paren. (space-in-parens)
(#9434) There should be no spaces inside this paren. (space-in-parens)
(#9434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9435) Unexpected tab character. (no-tabs)
(#9435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9437) Unexpected tab character. (no-tabs)
(#9437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9438) Unexpected tab character. (no-tabs)
(#9438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9440) Unexpected tab character. (no-tabs)
(#9440) There should be no spaces inside this paren. (space-in-parens)
(#9440) There should be no spaces inside this paren. (space-in-parens)
(#9440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9441) Unexpected tab character. (no-tabs)
(#9441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9442) Unexpected tab character. (no-tabs)
(#9442) There should be no spaces inside this paren. (space-in-parens)
(#9442) There should be no spaces inside this paren. (space-in-parens)
(#9442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9443) Unexpected tab character. (no-tabs)
(#9443) There should be no spaces inside this paren. (space-in-parens)
(#9443) There should be no spaces inside this paren. (space-in-parens)
(#9443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9445) Unexpected tab character. (no-tabs)
(#9445) There should be no spaces inside this paren. (space-in-parens)
(#9445) There should be no spaces inside this paren. (space-in-parens)
(#9445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9446) Unexpected tab character. (no-tabs)
(#9446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9448) Unexpected tab character. (no-tabs)
(#9448) There should be no spaces inside this paren. (space-in-parens)
(#9448) There should be no spaces inside this paren. (space-in-parens)
(#9448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9449) Unexpected tab character. (no-tabs)
(#9449) There should be no spaces inside this paren. (space-in-parens)
(#9449) There should be no spaces inside this paren. (space-in-parens)
(#9449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9450) Unexpected tab character. (no-tabs)
(#9450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9452) Unexpected tab character. (no-tabs)
(#9452) There should be no spaces inside this paren. (space-in-parens)
(#9452) There should be no spaces inside this paren. (space-in-parens)
(#9452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9453) Unexpected tab character. (no-tabs)
(#9453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9455) Unexpected tab character. (no-tabs)
(#9455) There should be no spaces inside this paren. (space-in-parens)
(#9455) There should be no spaces inside this paren. (space-in-parens)
(#9455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9456) Unexpected tab character. (no-tabs)
(#9456) There should be no spaces inside this paren. (space-in-parens)
(#9456) There should be no spaces inside this paren. (space-in-parens)
(#9456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9457) Unexpected tab character. (no-tabs)
(#9457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9458) Unexpected tab character. (no-tabs)
(#9458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9460) Unexpected tab character. (no-tabs)
(#9460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9461) Unexpected tab character. (no-tabs)
(#9461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9462) Unexpected tab character. (no-tabs)
(#9462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9463) Unexpected tab character. (no-tabs)
(#9463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9465) Unexpected tab character. (no-tabs)
(#9465) There should be no spaces inside this paren. (space-in-parens)
(#9465) There should be no spaces inside this paren. (space-in-parens)
(#9465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9466) Unexpected tab character. (no-tabs)
(#9466) There should be no spaces inside this paren. (space-in-parens)
(#9466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9467) Unexpected tab character. (no-tabs)
(#9467) There should be no spaces inside this paren. (space-in-parens)
(#9467) There should be no spaces inside this paren. (space-in-parens)
(#9467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9468) Unexpected tab character. (no-tabs)
(#9468) There should be no spaces inside this paren. (space-in-parens)
(#9468) There should be no spaces inside this paren. (space-in-parens)
(#9468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9469) Unexpected tab character. (no-tabs)
(#9469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9470) Unexpected tab character. (no-tabs)
(#9470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9471) Unexpected tab character. (no-tabs)
(#9471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9473) Unexpected tab character. (no-tabs)
(#9473) There should be no spaces inside this paren. (space-in-parens)
(#9473) Comments should not begin with a lowercase character (capitalized-comments)
(#9473) There should be no spaces inside this paren. (space-in-parens)
(#9473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9474) Unexpected tab character. (no-tabs)
(#9474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9475) Unexpected tab character. (no-tabs)
(#9475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9477) Unexpected tab character. (no-tabs)
(#9477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9478) Unexpected tab character. (no-tabs)
(#9478) There should be no spaces inside this paren. (space-in-parens)
(#9478) Comments should not begin with a lowercase character (capitalized-comments)
(#9478) There should be no spaces inside this paren. (space-in-parens)
(#9478) Unexpected empty method '_mouseStart'. (no-empty-function)
(#9478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9479) Unexpected tab character. (no-tabs)
(#9479) There should be no spaces inside this paren. (space-in-parens)
(#9479) Comments should not begin with a lowercase character (capitalized-comments)
(#9479) There should be no spaces inside this paren. (space-in-parens)
(#9479) Unexpected empty method '_mouseDrag'. (no-empty-function)
(#9479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9480) Unexpected tab character. (no-tabs)
(#9480) There should be no spaces inside this paren. (space-in-parens)
(#9480) Comments should not begin with a lowercase character (capitalized-comments)
(#9480) There should be no spaces inside this paren. (space-in-parens)
(#9480) Unexpected empty method '_mouseStop'. (no-empty-function)
(#9480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9481) Unexpected tab character. (no-tabs)
(#9481) There should be no spaces inside this paren. (space-in-parens)
(#9481) Comments should not begin with a lowercase character (capitalized-comments)
(#9481) There should be no spaces inside this paren. (space-in-parens)
(#9481) Statement inside of curly braces should be on next line. (brace-style)
(#9481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9482) There should be no spaces inside this paren. (space-in-parens)
(#9482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9483) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9488) 'plugin' is assigned a value but never used. (no-unused-vars)
(#9488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9489) Unexpected tab character. (no-tabs)
(#9489) There should be no spaces inside this paren. (space-in-parens)
(#9489) There should be no spaces inside this paren. (space-in-parens)
(#9489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9490) Unexpected tab character. (no-tabs)
(#9490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9491) Unexpected tab character. (no-tabs)
(#9491) There should be no space after '['. (computed-property-spacing)
(#9491) There should be no space before ']'. (computed-property-spacing)
(#9491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9492) Unexpected tab character. (no-tabs)
(#9492) There should be no spaces inside this paren. (space-in-parens)
(#9492) There should be no spaces inside this paren. (space-in-parens)
(#9492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9493) Unexpected tab character. (no-tabs)
(#9493) There should be no space after '['. (computed-property-spacing)
(#9493) There should be no space before ']'. (computed-property-spacing)
(#9493) There should be no space after '['. (computed-property-spacing)
(#9493) There should be no space before ']'. (computed-property-spacing)
(#9493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9494) Unexpected tab character. (no-tabs)
(#9494) There should be no space after '['. (computed-property-spacing)
(#9494) There should be no space before ']'. (computed-property-spacing)
(#9494) There should be no spaces inside this paren. (space-in-parens)
(#9494) There should be no space after '['. (array-bracket-spacing)
(#9494) There should be no space after '['. (computed-property-spacing)
(#9494) There should be no space before ']'. (computed-property-spacing)
(#9494) There should be no space before ']'. (array-bracket-spacing)
(#9494) There should be no spaces inside this paren. (space-in-parens)
(#9494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9495) Unexpected tab character. (no-tabs)
(#9495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9496) Unexpected tab character. (no-tabs)
(#9496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9497) Unexpected tab character. (no-tabs)
(#9497) There should be no spaces inside this paren. (space-in-parens)
(#9497) There should be no spaces inside this paren. (space-in-parens)
(#9497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9498) Unexpected tab character. (no-tabs)
(#9498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9499) Unexpected tab character. (no-tabs)
(#9499) There should be no space after '['. (computed-property-spacing)
(#9499) There should be no space before ']'. (computed-property-spacing)
(#9499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9501) Unexpected tab character. (no-tabs)
(#9501) There should be no spaces inside this paren. (space-in-parens)
(#9501) There should be no spaces inside this paren. (space-in-parens)
(#9501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9502) Unexpected tab character. (no-tabs)
(#9502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9503) Unexpected tab character. (no-tabs)
(#9503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9505) Unexpected tab character. (no-tabs)
(#9505) There should be no spaces inside this paren. (space-in-parens)
(#9505) There should be no spaces inside this paren. (space-in-parens)
(#9505) There should be no space after '['. (computed-property-spacing)
(#9505) There should be no space before ']'. (computed-property-spacing)
(#9505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9506) Unexpected tab character. (no-tabs)
(#9506) There should be no space after '['. (computed-property-spacing)
(#9506) There should be no space before ']'. (computed-property-spacing)
(#9506) There should be no spaces inside this paren. (space-in-parens)
(#9506) There should be no spaces inside this paren. (space-in-parens)
(#9506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9507) Unexpected tab character. (no-tabs)
(#9507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9508) Unexpected tab character. (no-tabs)
(#9508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9510) Unexpected tab character. (no-tabs)
(#9510) There should be no spaces inside this paren. (space-in-parens)
(#9510) There should be no spaces inside this paren. (space-in-parens)
(#9510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9511) Unexpected tab character. (no-tabs)
(#9511) There should be no spaces inside this paren. (space-in-parens)
(#9511) There should be no space after '['. (computed-property-spacing)
(#9511) There should be no space after '['. (computed-property-spacing)
(#9511) There should be no space before ']'. (computed-property-spacing)
(#9511) There should be no space after '['. (computed-property-spacing)
(#9511) There should be no space before ']'. (computed-property-spacing)
(#9511) There should be no space before ']'. (computed-property-spacing)
(#9511) There should be no spaces inside this paren. (space-in-parens)
(#9511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9512) Unexpected tab character. (no-tabs)
(#9512) There should be no space after '['. (computed-property-spacing)
(#9512) There should be no space before ']'. (computed-property-spacing)
(#9512) There should be no space after '['. (computed-property-spacing)
(#9512) There should be no space before ']'. (computed-property-spacing)
(#9512) There should be no spaces inside this paren. (space-in-parens)
(#9512) There should be no spaces inside this paren. (space-in-parens)
(#9512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9513) Unexpected tab character. (no-tabs)
(#9513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9514) Unexpected tab character. (no-tabs)
(#9514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9515) Unexpected tab character. (no-tabs)
(#9515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9517) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9520) 'safeBlur' is assigned a value but never used. (no-unused-vars)
(#9520) There should be no spaces inside this paren. (space-in-parens)
(#9520) There should be no spaces inside this paren. (space-in-parens)
(#9520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9522) Unexpected tab character. (no-tabs)
(#9522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9523) Unexpected tab character. (no-tabs)
(#9523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9524) Unexpected tab character. (no-tabs)
(#9524) There should be no spaces inside this paren. (space-in-parens)
(#9524) There should be no spaces inside this paren. (space-in-parens)
(#9524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9525) Unexpected tab character. (no-tabs)
(#9525) There should be no spaces inside this paren. (space-in-parens)
(#9525) There should be no spaces inside this paren. (space-in-parens)
(#9525) There should be no spaces inside this paren. (space-in-parens)
(#9525) There should be no spaces inside this paren. (space-in-parens)
(#9525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9526) Unexpected tab character. (no-tabs)
(#9526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9530) Expected space or tab after '/*' in comment. (spaced-comment)
(#9530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9539) Expected space or tab after '//' in comment. (spaced-comment)
(#9539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9540) Expected space or tab after '//' in comment. (spaced-comment)
(#9540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9541) Expected space or tab after '//' in comment. (spaced-comment)
(#9541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9542) Expected space or tab after '//' in comment. (spaced-comment)
(#9542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9543) Expected space or tab after '//' in comment. (spaced-comment)
(#9543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9544) Expected space or tab after '//' in comment. (spaced-comment)
(#9544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9545) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9548) There should be no spaces inside this paren. (space-in-parens)
(#9548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9549) Unexpected tab character. (no-tabs)
(#9549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9550) Unexpected tab character. (no-tabs)
(#9550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9551) Unexpected tab character. (no-tabs)
(#9551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9552) Unexpected tab character. (no-tabs)
(#9552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9553) Unexpected tab character. (no-tabs)
(#9553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9554) Unexpected tab character. (no-tabs)
(#9554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9555) Unexpected tab character. (no-tabs)
(#9555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9556) Unexpected tab character. (no-tabs)
(#9556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9557) Unexpected tab character. (no-tabs)
(#9557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9558) Unexpected tab character. (no-tabs)
(#9558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9559) Unexpected tab character. (no-tabs)
(#9559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9560) Unexpected tab character. (no-tabs)
(#9560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9561) Unexpected tab character. (no-tabs)
(#9561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9562) Unexpected tab character. (no-tabs)
(#9562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9563) Unexpected tab character. (no-tabs)
(#9563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9564) Unexpected tab character. (no-tabs)
(#9564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9565) Unexpected tab character. (no-tabs)
(#9565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9566) Unexpected tab character. (no-tabs)
(#9566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9567) Unexpected tab character. (no-tabs)
(#9567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9568) Unexpected tab character. (no-tabs)
(#9568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9569) Unexpected tab character. (no-tabs)
(#9569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9570) Unexpected tab character. (no-tabs)
(#9570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9571) Unexpected tab character. (no-tabs)
(#9571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9572) Unexpected tab character. (no-tabs)
(#9572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9573) Unexpected tab character. (no-tabs)
(#9573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9574) Unexpected tab character. (no-tabs)
(#9574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9575) Unexpected tab character. (no-tabs)
(#9575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9577) Unexpected tab character. (no-tabs)
(#9577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9578) Unexpected tab character. (no-tabs)
(#9578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9579) Unexpected tab character. (no-tabs)
(#9579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9580) Unexpected tab character. (no-tabs)
(#9580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9581) Unexpected tab character. (no-tabs)
(#9581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9582) Unexpected tab character. (no-tabs)
(#9582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9584) Unexpected tab character. (no-tabs)
(#9584) There should be no spaces inside this paren. (space-in-parens)
(#9584) There should be no spaces inside this paren. (space-in-parens)
(#9584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9585) Unexpected tab character. (no-tabs)
(#9585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9586) Unexpected tab character. (no-tabs)
(#9586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9587) Unexpected tab character. (no-tabs)
(#9587) There should be no spaces inside this paren. (space-in-parens)
(#9587) There should be no spaces inside this paren. (space-in-parens)
(#9587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9588) Unexpected tab character. (no-tabs)
(#9588) There should be no spaces inside this paren. (space-in-parens)
(#9588) There should be no spaces inside this paren. (space-in-parens)
(#9588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9589) Unexpected tab character. (no-tabs)
(#9589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9590) Unexpected tab character. (no-tabs)
(#9590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9592) Unexpected tab character. (no-tabs)
(#9592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9593) Unexpected tab character. (no-tabs)
(#9593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9595) Unexpected tab character. (no-tabs)
(#9595) There should be no spaces inside this paren. (space-in-parens)
(#9595) There should be no spaces inside this paren. (space-in-parens)
(#9595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9596) Unexpected tab character. (no-tabs)
(#9596) There should be no spaces inside this paren. (space-in-parens)
(#9596) There should be no spaces inside this paren. (space-in-parens)
(#9596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9597) Unexpected tab character. (no-tabs)
(#9597) There should be no spaces inside this paren. (space-in-parens)
(#9597) There should be no spaces inside this paren. (space-in-parens)
(#9597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9598) Unexpected tab character. (no-tabs)
(#9598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9599) Unexpected tab character. (no-tabs)
(#9599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9600) Unexpected tab character. (no-tabs)
(#9600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9601) Unexpected tab character. (no-tabs)
(#9601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9603) Unexpected tab character. (no-tabs)
(#9603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9604) Unexpected tab character. (no-tabs)
(#9604) There should be no spaces inside this paren. (space-in-parens)
(#9604) There should be no spaces inside this paren. (space-in-parens)
(#9604) There should be no spaces inside this paren. (space-in-parens)
(#9604) There should be no spaces inside this paren. (space-in-parens)
(#9604) There should be no spaces inside this paren. (space-in-parens)
(#9604) There should be no spaces inside this paren. (space-in-parens)
(#9604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9605) Unexpected tab character. (no-tabs)
(#9605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9606) Unexpected tab character. (no-tabs)
(#9606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9607) Unexpected tab character. (no-tabs)
(#9607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9608) Unexpected tab character. (no-tabs)
(#9608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9609) Unexpected tab character. (no-tabs)
(#9609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9610) Unexpected tab character. (no-tabs)
(#9610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9612) Unexpected tab character. (no-tabs)
(#9612) There should be no spaces inside this paren. (space-in-parens)
(#9612) There should be no spaces inside this paren. (space-in-parens)
(#9612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9613) Unexpected tab character. (no-tabs)
(#9613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9615) Unexpected tab character. (no-tabs)
(#9615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9616) Unexpected tab character. (no-tabs)
(#9616) There should be no spaces inside this paren. (space-in-parens)
(#9616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9617) Unexpected tab character. (no-tabs)
(#9617) There should be no spaces inside this paren. (space-in-parens)
(#9617) There should be no spaces inside this paren. (space-in-parens)
(#9617) There should be no spaces inside this paren. (space-in-parens)
(#9617) There should be no spaces inside this paren. (space-in-parens)
(#9617) There should be no spaces inside this paren. (space-in-parens)
(#9617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9618) Unexpected tab character. (no-tabs)
(#9618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9619) Unexpected tab character. (no-tabs)
(#9619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9621) Unexpected tab character. (no-tabs)
(#9621) Expected space or tab after '//' in comment. (spaced-comment)
(#9621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9622) Unexpected tab character. (no-tabs)
(#9622) There should be no spaces inside this paren. (space-in-parens)
(#9622) There should be no spaces inside this paren. (space-in-parens)
(#9622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9623) Unexpected tab character. (no-tabs)
(#9623) There should be no spaces inside this paren. (space-in-parens)
(#9623) There should be no spaces inside this paren. (space-in-parens)
(#9623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9624) Unexpected tab character. (no-tabs)
(#9624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9625) Unexpected tab character. (no-tabs)
(#9625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9627) Unexpected tab character. (no-tabs)
(#9627) There should be no spaces inside this paren. (space-in-parens)
(#9627) There should be no spaces inside this paren. (space-in-parens)
(#9627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9629) Unexpected tab character. (no-tabs)
(#9629) There should be no spaces inside this paren. (space-in-parens)
(#9629) There should be no spaces inside this paren. (space-in-parens)
(#9629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9631) Unexpected tab character. (no-tabs)
(#9631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9633) Unexpected tab character. (no-tabs)
(#9633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9635) Unexpected tab character. (no-tabs)
(#9635) There should be no spaces inside this paren. (space-in-parens)
(#9635) There should be no spaces inside this paren. (space-in-parens)
(#9635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9636) Unexpected tab character. (no-tabs)
(#9636) There should be no spaces inside this paren. (space-in-parens)
(#9636) There should be no spaces inside this paren. (space-in-parens)
(#9636) There should be no spaces inside this paren. (space-in-parens)
(#9636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9637) Unexpected tab character. (no-tabs)
(#9637) There should be no spaces inside this paren. (space-in-parens)
(#9637) There should be no spaces inside this paren. (space-in-parens)
(#9637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9639) Unexpected tab character. (no-tabs)
(#9639) There should be no spaces inside this paren. (space-in-parens)
(#9639) There should be no spaces inside this paren. (space-in-parens)
(#9639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9640) Unexpected tab character. (no-tabs)
(#9640) There should be no spaces inside this paren. (space-in-parens)
(#9640) There should be no spaces inside this paren. (space-in-parens)
(#9640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9641) Unexpected tab character. (no-tabs)
(#9641) There should be no spaces inside this paren. (space-in-parens)
(#9641) There should be no spaces inside this paren. (space-in-parens)
(#9641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9642) Unexpected tab character. (no-tabs)
(#9642) There should be no spaces inside this paren. (space-in-parens)
(#9642) There should be no spaces inside this paren. (space-in-parens)
(#9642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9643) Unexpected tab character. (no-tabs)
(#9643) There should be no spaces inside this paren. (space-in-parens)
(#9643) There should be no spaces inside this paren. (space-in-parens)
(#9643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9644) Unexpected tab character. (no-tabs)
(#9644) There should be no spaces inside this paren. (space-in-parens)
(#9644) There should be no spaces inside this paren. (space-in-parens)
(#9644) There should be no space after '['. (computed-property-spacing)
(#9644) There should be no space before ']'. (computed-property-spacing)
(#9644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9645) Unexpected tab character. (no-tabs)
(#9645) There should be no spaces inside this paren. (space-in-parens)
(#9645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9646) Unexpected tab character. (no-tabs)
(#9646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9648) Unexpected tab character. (no-tabs)
(#9648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9649) Unexpected tab character. (no-tabs)
(#9649) There should be no spaces inside this paren. (space-in-parens)
(#9649) There should be no spaces inside this paren. (space-in-parens)
(#9649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9650) Unexpected tab character. (no-tabs)
(#9650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9651) Unexpected tab character. (no-tabs)
(#9651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9652) Unexpected tab character. (no-tabs)
(#9652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9653) Unexpected tab character. (no-tabs)
(#9653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9655) Unexpected tab character. (no-tabs)
(#9655) There should be no spaces inside this paren. (space-in-parens)
(#9655) There should be no spaces inside this paren. (space-in-parens)
(#9655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9656) Unexpected tab character. (no-tabs)
(#9656) There should be no spaces inside this paren. (space-in-parens)
(#9656) There should be no space after '['. (computed-property-spacing)
(#9656) There should be no space before ']'. (computed-property-spacing)
(#9656) There should be no spaces inside this paren. (space-in-parens)
(#9656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9657) Unexpected tab character. (no-tabs)
(#9657) There should be no spaces inside this paren. (space-in-parens)
(#9657) There should be no spaces inside this paren. (space-in-parens)
(#9657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9659) Unexpected tab character. (no-tabs)
(#9659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9660) Unexpected tab character. (no-tabs)
(#9660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9661) Unexpected tab character. (no-tabs)
(#9661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9662) Unexpected tab character. (no-tabs)
(#9662) There should be no spaces inside this paren. (space-in-parens)
(#9662) There should be no spaces inside this paren. (space-in-parens)
(#9662) There should be no spaces inside this paren. (space-in-parens)
(#9662) There should be no spaces inside this paren. (space-in-parens)
(#9662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9663) Unexpected tab character. (no-tabs)
(#9663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9664) Unexpected tab character. (no-tabs)
(#9664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9666) Unexpected tab character. (no-tabs)
(#9666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9667) Unexpected tab character. (no-tabs)
(#9667) There should be no spaces inside this paren. (space-in-parens)
(#9667) There should be no spaces inside this paren. (space-in-parens)
(#9667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9668) Unexpected tab character. (no-tabs)
(#9668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9670) Unexpected tab character. (no-tabs)
(#9670) There should be no spaces inside this paren. (space-in-parens)
(#9670) There should be no spaces inside this paren. (space-in-parens)
(#9670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9672) Unexpected tab character. (no-tabs)
(#9672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9674) Unexpected tab character. (no-tabs)
(#9674) Expected space or tab after '//' in comment. (spaced-comment)
(#9674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9675) Unexpected tab character. (no-tabs)
(#9675) There should be no spaces inside this paren. (space-in-parens)
(#9675) There should be no spaces inside this paren. (space-in-parens)
(#9675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9677) Unexpected tab character. (no-tabs)
(#9677) There should be no spaces inside this paren. (space-in-parens)
(#9677) There should be no spaces inside this paren. (space-in-parens)
(#9677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9679) Unexpected tab character. (no-tabs)
(#9679) Expected space or tab after '//' in comment. (spaced-comment)
(#9679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9680) Unexpected tab character. (no-tabs)
(#9680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9682) Unexpected tab character. (no-tabs)
(#9682) Expected space or tab after '//' in comment. (spaced-comment)
(#9682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9683) Unexpected tab character. (no-tabs)
(#9683) There should be no spaces inside this paren. (space-in-parens)
(#9683) There should be no spaces inside this paren. (space-in-parens)
(#9683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9684) Unexpected tab character. (no-tabs)
(#9684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9685) Unexpected tab character. (no-tabs)
(#9685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9687) Unexpected tab character. (no-tabs)
(#9687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9688) Unexpected tab character. (no-tabs)
(#9688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9689) Unexpected tab character. (no-tabs)
(#9689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9690) Unexpected tab character. (no-tabs)
(#9690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9692) Unexpected tab character. (no-tabs)
(#9692) Expected space or tab after '//' in comment. (spaced-comment)
(#9692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9693) Unexpected tab character. (no-tabs)
(#9693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9695) Unexpected tab character. (no-tabs)
(#9695) Expected space or tab after '//' in comment. (spaced-comment)
(#9695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9696) Unexpected tab character. (no-tabs)
(#9696) There should be no spaces inside this paren. (space-in-parens)
(#9696) There should be no spaces inside this paren. (space-in-parens)
(#9696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9697) Unexpected tab character. (no-tabs)
(#9697) There should be no spaces inside this paren. (space-in-parens)
(#9697) There should be no spaces inside this paren. (space-in-parens)
(#9697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9698) Unexpected tab character. (no-tabs)
(#9698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9699) Unexpected tab character. (no-tabs)
(#9699) There should be no spaces inside this paren. (space-in-parens)
(#9699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9700) Unexpected tab character. (no-tabs)
(#9700) There should be no spaces inside this paren. (space-in-parens)
(#9700) There should be no spaces inside this paren. (space-in-parens)
(#9700) There should be no spaces inside this paren. (space-in-parens)
(#9700) There should be no spaces inside this paren. (space-in-parens)
(#9700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9701) Unexpected tab character. (no-tabs)
(#9701) There should be no spaces inside this paren. (space-in-parens)
(#9701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9703) Unexpected tab character. (no-tabs)
(#9703) Expected space or tab after '//' in comment. (spaced-comment)
(#9703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9704) Unexpected tab character. (no-tabs)
(#9704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9705) Unexpected tab character. (no-tabs)
(#9705) There should be no spaces inside this paren. (space-in-parens)
(#9705) There should be no spaces inside this paren. (space-in-parens)
(#9705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9707) Unexpected tab character. (no-tabs)
(#9707) Expected space or tab after '//' in comment. (spaced-comment)
(#9707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9708) Unexpected tab character. (no-tabs)
(#9708) There should be no spaces inside this paren. (space-in-parens)
(#9708) There should be no spaces inside this paren. (space-in-parens)
(#9708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9709) Unexpected tab character. (no-tabs)
(#9709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9710) Unexpected tab character. (no-tabs)
(#9710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9712) Unexpected tab character. (no-tabs)
(#9712) Expected space or tab after '//' in comment. (spaced-comment)
(#9712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9713) Unexpected tab character. (no-tabs)
(#9713) There should be no spaces inside this paren. (space-in-parens)
(#9713) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9713) There should be no spaces inside this paren. (space-in-parens)
(#9713) There should be no spaces inside this paren. (space-in-parens)
(#9713) There should be no spaces inside this paren. (space-in-parens)
(#9713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9715) Unexpected tab character. (no-tabs)
(#9715) Expected space or tab after '//' in comment. (spaced-comment)
(#9715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9716) Unexpected tab character. (no-tabs)
(#9716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9718) Unexpected tab character. (no-tabs)
(#9718) Expected space or tab after '//' in comment. (spaced-comment)
(#9718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9719) Unexpected tab character. (no-tabs)
(#9719) There should be no spaces inside this paren. (space-in-parens)
(#9719) There should be no spaces inside this paren. (space-in-parens)
(#9719) There should be no spaces inside this paren. (space-in-parens)
(#9719) There should be no spaces inside this paren. (space-in-parens)
(#9719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9720) Unexpected tab character. (no-tabs)
(#9720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9721) Unexpected tab character. (no-tabs)
(#9721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9722) Unexpected tab character. (no-tabs)
(#9722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9724) Unexpected tab character. (no-tabs)
(#9724) Expected space or tab after '//' in comment. (spaced-comment)
(#9724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9725) Unexpected tab character. (no-tabs)
(#9725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9727) Unexpected tab character. (no-tabs)
(#9727) Expected space or tab after '//' in comment. (spaced-comment)
(#9727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9728) Unexpected tab character. (no-tabs)
(#9728) There should be no spaces inside this paren. (space-in-parens)
(#9728) There should be no spaces inside this paren. (space-in-parens)
(#9728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9729) Unexpected tab character. (no-tabs)
(#9729) There should be no spaces inside this paren. (space-in-parens)
(#9729) There should be no spaces inside this paren. (space-in-parens)
(#9729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9730) Unexpected tab character. (no-tabs)
(#9730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9732) Unexpected tab character. (no-tabs)
(#9732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9733) Unexpected tab character. (no-tabs)
(#9733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9734) Unexpected tab character. (no-tabs)
(#9734) There should be no spaces inside this paren. (space-in-parens)
(#9734) There should be no spaces inside this paren. (space-in-parens)
(#9734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9736) Unexpected tab character. (no-tabs)
(#9736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9737) Unexpected tab character. (no-tabs)
(#9737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9738) Unexpected tab character. (no-tabs)
(#9738) There should be no spaces inside this paren. (space-in-parens)
(#9738) There should be no spaces inside this paren. (space-in-parens)
(#9738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9739) Unexpected tab character. (no-tabs)
(#9739) There should be no spaces inside this paren. (space-in-parens)
(#9739) There should be no spaces inside this paren. (space-in-parens)
(#9739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9740) Unexpected tab character. (no-tabs)
(#9740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9742) Unexpected tab character. (no-tabs)
(#9742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9743) Unexpected tab character. (no-tabs)
(#9743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9745) Unexpected tab character. (no-tabs)
(#9745) There should be no spaces inside this paren. (space-in-parens)
(#9745) There should be no spaces inside this paren. (space-in-parens)
(#9745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9746) Unexpected tab character. (no-tabs)
(#9746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9747) Unexpected tab character. (no-tabs)
(#9747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9748) Unexpected tab character. (no-tabs)
(#9748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9749) Unexpected tab character. (no-tabs)
(#9749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9750) Unexpected tab character. (no-tabs)
(#9750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9751) Unexpected tab character. (no-tabs)
(#9751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9752) Unexpected tab character. (no-tabs)
(#9752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9754) Unexpected tab character. (no-tabs)
(#9754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9755) Unexpected tab character. (no-tabs)
(#9755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9756) Unexpected tab character. (no-tabs)
(#9756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9757) Unexpected tab character. (no-tabs)
(#9757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9758) Unexpected tab character. (no-tabs)
(#9758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9760) Unexpected tab character. (no-tabs)
(#9760) There should be no spaces inside this paren. (space-in-parens)
(#9760) There should be no spaces inside this paren. (space-in-parens)
(#9760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9762) Unexpected tab character. (no-tabs)
(#9762) Comments should not begin with a lowercase character (capitalized-comments)
(#9762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9763) Unexpected tab character. (no-tabs)
(#9763) There should be no spaces inside this paren. (space-in-parens)
(#9763) There should be no spaces inside this paren. (space-in-parens)
(#9763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9764) Unexpected tab character. (no-tabs)
(#9764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9765) Unexpected tab character. (no-tabs)
(#9765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9767) Unexpected tab character. (no-tabs)
(#9767) Expected space or tab after '//' in comment. (spaced-comment)
(#9767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9768) Unexpected tab character. (no-tabs)
(#9768) There should be no spaces inside this paren. (space-in-parens)
(#9768) There should be no spaces inside this paren. (space-in-parens)
(#9768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9769) Unexpected tab character. (no-tabs)
(#9769) There should be no spaces inside this paren. (space-in-parens)
(#9769) There should be no spaces inside this paren. (space-in-parens)
(#9769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9771) Unexpected tab character. (no-tabs)
(#9771) Expected space or tab after '//' in comment. (spaced-comment)
(#9771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9772) Unexpected tab character. (no-tabs)
(#9772) There should be no spaces inside this paren. (space-in-parens)
(#9772) There should be no spaces inside this paren. (space-in-parens)
(#9772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9773) Unexpected tab character. (no-tabs)
(#9773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9774) Unexpected tab character. (no-tabs)
(#9774) There should be no spaces inside this paren. (space-in-parens)
(#9774) There should be no spaces inside this paren. (space-in-parens)
(#9774) There should be no spaces inside this paren. (space-in-parens)
(#9774) There should be no spaces inside this paren. (space-in-parens)
(#9774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9775) Unexpected tab character. (no-tabs)
(#9775) There should be no spaces inside this paren. (space-in-parens)
(#9775) There should be no spaces inside this paren. (space-in-parens)
(#9775) There should be no spaces inside this paren. (space-in-parens)
(#9775) There should be no spaces inside this paren. (space-in-parens)
(#9775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9776) Unexpected tab character. (no-tabs)
(#9776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9777) Unexpected tab character. (no-tabs)
(#9777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9778) Unexpected tab character. (no-tabs)
(#9778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9779) Unexpected tab character. (no-tabs)
(#9779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9781) Unexpected tab character. (no-tabs)
(#9781) There should be no space after '['. (computed-property-spacing)
(#9781) There should be no space before ']'. (computed-property-spacing)
(#9781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9782) Unexpected tab character. (no-tabs)
(#9782) There should be no space after '['. (computed-property-spacing)
(#9782) There should be no space before ']'. (computed-property-spacing)
(#9782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9784) Unexpected tab character. (no-tabs)
(#9784) There should be no spaces inside this paren. (space-in-parens)
(#9784) There should be no spaces inside this paren. (space-in-parens)
(#9784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9785) Unexpected tab character. (no-tabs)
(#9785) There should be no spaces inside this paren. (space-in-parens)
(#9785) There should be no spaces inside this paren. (space-in-parens)
(#9785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9786) Unexpected tab character. (no-tabs)
(#9786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9788) Unexpected tab character. (no-tabs)
(#9788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9789) Unexpected tab character. (no-tabs)
(#9789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9791) Unexpected tab character. (no-tabs)
(#9791) There should be no spaces inside this paren. (space-in-parens)
(#9791) There should be no spaces inside this paren. (space-in-parens)
(#9791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9793) Unexpected tab character. (no-tabs)
(#9793) Expected space or tab after '//' in comment. (spaced-comment)
(#9793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9794) Unexpected tab character. (no-tabs)
(#9794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9795) Unexpected tab character. (no-tabs)
(#9795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9796) Unexpected tab character. (no-tabs)
(#9796) There should be no spaces inside this paren. (space-in-parens)
(#9796) There should be no spaces inside this paren. (space-in-parens)
(#9796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9797) Unexpected tab character. (no-tabs)
(#9797) There should be no spaces inside this paren. (space-in-parens)
(#9797) There should be no spaces inside this paren. (space-in-parens)
(#9797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9798) Unexpected tab character. (no-tabs)
(#9798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9800) Unexpected tab character. (no-tabs)
(#9800) Expected space or tab after '//' in comment. (spaced-comment)
(#9800) Comments should not begin with a lowercase character (capitalized-comments)
(#9800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9801) Unexpected tab character. (no-tabs)
(#9801) There should be no spaces inside this paren. (space-in-parens)
(#9801) There should be no spaces inside this paren. (space-in-parens)
(#9801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9802) Unexpected tab character. (no-tabs)
(#9802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9803) Unexpected tab character. (no-tabs)
(#9803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9804) Unexpected tab character. (no-tabs)
(#9804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9806) Unexpected tab character. (no-tabs)
(#9806) There should be no spaces inside this paren. (space-in-parens)
(#9806) There should be no spaces inside this paren. (space-in-parens)
(#9806) There should be no spaces inside this paren. (space-in-parens)
(#9806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9807) Unexpected tab character. (no-tabs)
(#9807) There should be no spaces inside this paren. (space-in-parens)
(#9807) There should be no spaces inside this paren. (space-in-parens)
(#9807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9808) Unexpected tab character. (no-tabs)
(#9808) There should be no spaces inside this paren. (space-in-parens)
(#9808) There should be no spaces inside this paren. (space-in-parens)
(#9808) There should be no spaces inside this paren. (space-in-parens)
(#9808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9809) Unexpected tab character. (no-tabs)
(#9809) There should be no spaces inside this paren. (space-in-parens)
(#9809) There should be no spaces inside this paren. (space-in-parens)
(#9809) There should be no spaces inside this paren. (space-in-parens)
(#9809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9810) Unexpected tab character. (no-tabs)
(#9810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9811) Unexpected tab character. (no-tabs)
(#9811) There should be no spaces inside this paren. (space-in-parens)
(#9811) There should be no spaces inside this paren. (space-in-parens)
(#9811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9812) Unexpected tab character. (no-tabs)
(#9812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9813) Unexpected tab character. (no-tabs)
(#9813) There should be no spaces inside this paren. (space-in-parens)
(#9813) There should be no spaces inside this paren. (space-in-parens)
(#9813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9814) Unexpected tab character. (no-tabs)
(#9814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9815) Unexpected tab character. (no-tabs)
(#9815) There should be no spaces inside this paren. (space-in-parens)
(#9815) There should be no spaces inside this paren. (space-in-parens)
(#9815) There should be no spaces inside this paren. (space-in-parens)
(#9815) There should be no spaces inside this paren. (space-in-parens)
(#9815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9816) Unexpected tab character. (no-tabs)
(#9816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9817) Unexpected tab character. (no-tabs)
(#9817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9818) Unexpected tab character. (no-tabs)
(#9818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9819) Unexpected tab character. (no-tabs)
(#9819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9820) Unexpected tab character. (no-tabs)
(#9820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9821) Unexpected tab character. (no-tabs)
(#9821) There should be no spaces inside this paren. (space-in-parens)
(#9821) There should be no spaces inside this paren. (space-in-parens)
(#9821) There should be no spaces inside this paren. (space-in-parens)
(#9821) There should be no spaces inside this paren. (space-in-parens)
(#9821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9822) Unexpected tab character. (no-tabs)
(#9822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9823) Unexpected tab character. (no-tabs)
(#9823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9824) Unexpected tab character. (no-tabs)
(#9824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9826) Unexpected tab character. (no-tabs)
(#9826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9827) Unexpected tab character. (no-tabs)
(#9827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9829) Unexpected tab character. (no-tabs)
(#9829) There should be no spaces inside this paren. (space-in-parens)
(#9829) There should be no spaces inside this paren. (space-in-parens)
(#9829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9830) Unexpected tab character. (no-tabs)
(#9830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9832) Unexpected tab character. (no-tabs)
(#9832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9833) Unexpected tab character. (no-tabs)
(#9833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9834) Unexpected tab character. (no-tabs)
(#9834) There should be no spaces inside this paren. (space-in-parens)
(#9834) There should be no spaces inside this paren. (space-in-parens)
(#9834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9835) Unexpected tab character. (no-tabs)
(#9835) There should be no spaces inside this paren. (space-in-parens)
(#9835) There should be no spaces inside this paren. (space-in-parens)
(#9835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9836) Unexpected tab character. (no-tabs)
(#9836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9838) Unexpected tab character. (no-tabs)
(#9838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9839) Unexpected tab character. (no-tabs)
(#9839) There should be no spaces inside this paren. (space-in-parens)
(#9839) There should be no spaces inside this paren. (space-in-parens)
(#9839) There should be no spaces inside this paren. (space-in-parens)
(#9839) There should be no spaces inside this paren. (space-in-parens)
(#9839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9841) Unexpected tab character. (no-tabs)
(#9841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9842) Unexpected tab character. (no-tabs)
(#9842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9843) Unexpected tab character. (no-tabs)
(#9843) There should be no spaces inside this paren. (space-in-parens)
(#9843) There should be no spaces inside this paren. (space-in-parens)
(#9843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9844) Unexpected tab character. (no-tabs)
(#9844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9846) Unexpected tab character. (no-tabs)
(#9846) There should be no spaces inside this paren. (space-in-parens)
(#9846) There should be no spaces inside this paren. (space-in-parens)
(#9846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9847) Unexpected tab character. (no-tabs)
(#9847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9849) Unexpected tab character. (no-tabs)
(#9849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9851) Unexpected tab character. (no-tabs)
(#9851) There should be no spaces inside this paren. (space-in-parens)
(#9851) There should be no spaces inside this paren. (space-in-parens)
(#9851) There should be no spaces inside this paren. (space-in-parens)
(#9851) There should be no spaces inside this paren. (space-in-parens)
(#9851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9852) Unexpected tab character. (no-tabs)
(#9852) There should be no spaces inside this paren. (space-in-parens)
(#9852) There should be no spaces inside this paren. (space-in-parens)
(#9852) There should be no space after '{'. (object-curly-spacing)
(#9852) There should be no space after '['. (computed-property-spacing)
(#9852) There should be no space before ']'. (computed-property-spacing)
(#9852) There should be no space before '}'. (object-curly-spacing)
(#9852) There should be no spaces inside this paren. (space-in-parens)
(#9852) There should be no spaces inside this paren. (space-in-parens)
(#9852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9853) Unexpected tab character. (no-tabs)
(#9853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9854) Unexpected tab character. (no-tabs)
(#9854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9855) Unexpected tab character. (no-tabs)
(#9855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9857) Unexpected tab character. (no-tabs)
(#9857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9859) Unexpected tab character. (no-tabs)
(#9859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9861) Unexpected tab character. (no-tabs)
(#9861) There should be no spaces inside this paren. (space-in-parens)
(#9861) There should be no spaces inside this paren. (space-in-parens)
(#9861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9862) Unexpected tab character. (no-tabs)
(#9862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9863) Unexpected tab character. (no-tabs)
(#9863) There should be no spaces inside this paren. (space-in-parens)
(#9863) There should be no spaces inside this paren. (space-in-parens)
(#9863) There should be no spaces inside this paren. (space-in-parens)
(#9863) There should be no spaces inside this paren. (space-in-parens)
(#9863) There should be no spaces inside this paren. (space-in-parens)
(#9863) There should be no spaces inside this paren. (space-in-parens)
(#9863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9864) Unexpected tab character. (no-tabs)
(#9864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9865) Unexpected tab character. (no-tabs)
(#9865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9867) Unexpected tab character. (no-tabs)
(#9867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9868) Unexpected tab character. (no-tabs)
(#9868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9869) Unexpected tab character. (no-tabs)
(#9869) There should be no spaces inside this paren. (space-in-parens)
(#9869) There should be no spaces inside this paren. (space-in-parens)
(#9869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9870) Unexpected tab character. (no-tabs)
(#9870) There should be no spaces inside this paren. (space-in-parens)
(#9870) There should be no spaces inside this paren. (space-in-parens)
(#9870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9871) Unexpected tab character. (no-tabs)
(#9871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9873) Unexpected tab character. (no-tabs)
(#9873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9874) Unexpected tab character. (no-tabs)
(#9874) There should be no spaces inside this paren. (space-in-parens)
(#9874) There should be no spaces inside this paren. (space-in-parens)
(#9874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9875) Unexpected tab character. (no-tabs)
(#9875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9877) Unexpected tab character. (no-tabs)
(#9877) There should be no spaces inside this paren. (space-in-parens)
(#9877) There should be no spaces inside this paren. (space-in-parens)
(#9877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9879) Unexpected tab character. (no-tabs)
(#9879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9880) Unexpected tab character. (no-tabs)
(#9880) There should be no spaces inside this paren. (space-in-parens)
(#9880) There should be no spaces inside this paren. (space-in-parens)
(#9880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9881) Unexpected tab character. (no-tabs)
(#9881) Do not nest ternary expressions. (no-nested-ternary)
(#9881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9882) Unexpected tab character. (no-tabs)
(#9882) There should be no spaces inside this paren. (space-in-parens)
(#9882) There should be no spaces inside this paren. (space-in-parens)
(#9882) There should be no space after '['. (computed-property-spacing)
(#9882) There should be no space before ']'. (computed-property-spacing)
(#9882) There should be no space after '['. (array-bracket-spacing)
(#9882) There should be no space before ']'. (array-bracket-spacing)
(#9882) There should be no spaces inside this paren. (space-in-parens)
(#9882) There should be no spaces inside this paren. (space-in-parens)
(#9882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9883) Unexpected tab character. (no-tabs)
(#9883) There should be no spaces inside this paren. (space-in-parens)
(#9883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9884) Unexpected tab character. (no-tabs)
(#9884) There should be no spaces inside this paren. (space-in-parens)
(#9884) There should be no spaces inside this paren. (space-in-parens)
(#9884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9885) Unexpected tab character. (no-tabs)
(#9885) There should be no spaces inside this paren. (space-in-parens)
(#9885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9887) Unexpected tab character. (no-tabs)
(#9887) There should be no spaces inside this paren. (space-in-parens)
(#9887) There should be no spaces inside this paren. (space-in-parens)
(#9887) There should be no spaces inside this paren. (space-in-parens)
(#9887) There should be no spaces inside this paren. (space-in-parens)
(#9887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9888) Unexpected tab character. (no-tabs)
(#9888) There should be no spaces inside this paren. (space-in-parens)
(#9888) There should be no spaces inside this paren. (space-in-parens)
(#9888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9889) Unexpected tab character. (no-tabs)
(#9889) There should be no space after '['. (computed-property-spacing)
(#9889) There should be no space before ']'. (computed-property-spacing)
(#9889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9890) Unexpected tab character. (no-tabs)
(#9890) There should be no spaces inside this paren. (space-in-parens)
(#9890) There should be no spaces inside this paren. (space-in-parens)
(#9890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9891) Unexpected tab character. (no-tabs)
(#9891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9893) Unexpected tab character. (no-tabs)
(#9893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9894) Unexpected tab character. (no-tabs)
(#9894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9895) Unexpected tab character. (no-tabs)
(#9895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9896) Unexpected tab character. (no-tabs)
(#9896) There should be no spaces inside this paren. (space-in-parens)
(#9896) There should be no space after '['. (computed-property-spacing)
(#9896) There should be no space before ']'. (computed-property-spacing)
(#9896) There should be no space after '['. (computed-property-spacing)
(#9896) There should be no space before ']'. (computed-property-spacing)
(#9896) There should be no spaces inside this paren. (space-in-parens)
(#9896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9897) Unexpected tab character. (no-tabs)
(#9897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9898) Unexpected tab character. (no-tabs)
(#9898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9900) Unexpected tab character. (no-tabs)
(#9900) There should be no spaces inside this paren. (space-in-parens)
(#9900) There should be no space after '['. (computed-property-spacing)
(#9900) There should be no space before ']'. (computed-property-spacing)
(#9900) There should be no space after '['. (computed-property-spacing)
(#9900) There should be no space before ']'. (computed-property-spacing)
(#9900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9901) Unexpected tab character. (no-tabs)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) There should be no spaces inside this paren. (space-in-parens)
(#9901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9902) Unexpected tab character. (no-tabs)
(#9902) There should be no spaces inside this paren. (space-in-parens)
(#9902) There should be no spaces inside this paren. (space-in-parens)
(#9902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9903) Unexpected tab character. (no-tabs)
(#9903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9905) Unexpected tab character. (no-tabs)
(#9905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9907) Unexpected tab character. (no-tabs)
(#9907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9909) Unexpected tab character. (no-tabs)
(#9909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9910) Unexpected tab character. (no-tabs)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) There should be no spaces inside this paren. (space-in-parens)
(#9910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9911) Unexpected tab character. (no-tabs)
(#9911) There should be no space after '['. (computed-property-spacing)
(#9911) There should be no space before ']'. (computed-property-spacing)
(#9911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9912) Unexpected tab character. (no-tabs)
(#9912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9913) Unexpected tab character. (no-tabs)
(#9913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9915) Unexpected tab character. (no-tabs)
(#9915) There should be no spaces inside this paren. (space-in-parens)
(#9915) There should be no spaces inside this paren. (space-in-parens)
(#9915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9916) Unexpected tab character. (no-tabs)
(#9916) There should be no spaces inside this paren. (space-in-parens)
(#9916) There should be no spaces inside this paren. (space-in-parens)
(#9916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9917) Unexpected tab character. (no-tabs)
(#9917) There should be no spaces inside this paren. (space-in-parens)
(#9917) There should be no spaces inside this paren. (space-in-parens)
(#9917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9918) Unexpected tab character. (no-tabs)
(#9918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9919) Unexpected tab character. (no-tabs)
(#9919) There should be no spaces inside this paren. (space-in-parens)
(#9919) There should be no spaces inside this paren. (space-in-parens)
(#9919) There should be no spaces inside this paren. (space-in-parens)
(#9919) There should be no spaces inside this paren. (space-in-parens)
(#9919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9920) Unexpected tab character. (no-tabs)
(#9920) There should be no space after '{'. (object-curly-spacing)
(#9920) There should be no space after '['. (computed-property-spacing)
(#9920) There should be no space before ']'. (computed-property-spacing)
(#9920) There should be no space after '['. (computed-property-spacing)
(#9920) There should be no space before ']'. (computed-property-spacing)
(#9920) There should be no space before '}'. (object-curly-spacing)
(#9920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9921) Unexpected tab character. (no-tabs)
(#9921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9922) Unexpected tab character. (no-tabs)
(#9922) There should be no spaces inside this paren. (space-in-parens)
(#9922) There should be no spaces inside this paren. (space-in-parens)
(#9922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9923) Unexpected tab character. (no-tabs)
(#9923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9924) Unexpected tab character. (no-tabs)
(#9924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9925) Unexpected tab character. (no-tabs)
(#9925) There should be no spaces inside this paren. (space-in-parens)
(#9925) There should be no spaces inside this paren. (space-in-parens)
(#9925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9926) Unexpected tab character. (no-tabs)
(#9926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9927) Unexpected tab character. (no-tabs)
(#9927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9928) Unexpected tab character. (no-tabs)
(#9928) There should be no spaces inside this paren. (space-in-parens)
(#9928) There should be no spaces inside this paren. (space-in-parens)
(#9928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9929) Unexpected tab character. (no-tabs)
(#9929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9930) Unexpected tab character. (no-tabs)
(#9930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9931) Unexpected tab character. (no-tabs)
(#9931) There should be no spaces inside this paren. (space-in-parens)
(#9931) There should be no spaces inside this paren. (space-in-parens)
(#9931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9932) Unexpected tab character. (no-tabs)
(#9932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9933) Unexpected tab character. (no-tabs)
(#9933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9934) Unexpected tab character. (no-tabs)
(#9934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9936) Unexpected tab character. (no-tabs)
(#9936) There should be no spaces inside this paren. (space-in-parens)
(#9936) There should be no spaces inside this paren. (space-in-parens)
(#9936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9937) Unexpected tab character. (no-tabs)
(#9937) There should be no spaces inside this paren. (space-in-parens)
(#9937) There should be no spaces inside this paren. (space-in-parens)
(#9937) There should be no spaces inside this paren. (space-in-parens)
(#9937) There should be no spaces inside this paren. (space-in-parens)
(#9937) There should be no space after '['. (computed-property-spacing)
(#9937) There should be no space before ']'. (computed-property-spacing)
(#9937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9938) Unexpected tab character. (no-tabs)
(#9938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9940) Unexpected tab character. (no-tabs)
(#9940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9942) Unexpected tab character. (no-tabs)
(#9942) Expected space or tab after '//' in comment. (spaced-comment)
(#9942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9943) Unexpected tab character. (no-tabs)
(#9943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9944) Unexpected tab character. (no-tabs)
(#9944) There should be no space after '['. (computed-property-spacing)
(#9944) There should be no space before ']'. (computed-property-spacing)
(#9944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9946) Unexpected tab character. (no-tabs)
(#9946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9947) Unexpected tab character. (no-tabs)
(#9947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9948) Unexpected tab character. (no-tabs)
(#9948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9949) Unexpected tab character. (no-tabs)
(#9949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9950) Unexpected tab character. (no-tabs)
(#9950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9951) Unexpected tab character. (no-tabs)
(#9951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9952) Unexpected tab character. (no-tabs)
(#9952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9953) Unexpected tab character. (no-tabs)
(#9953) There should be no spaces inside this paren. (space-in-parens)
(#9953) There should be no space after '['. (computed-property-spacing)
(#9953) There should be no space before ']'. (computed-property-spacing)
(#9953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9954) Unexpected tab character. (no-tabs)
(#9954) There should be no spaces inside this paren. (space-in-parens)
(#9954) There should be no space after '['. (computed-property-spacing)
(#9954) There should be no space before ']'. (computed-property-spacing)
(#9954) There should be no space after '['. (computed-property-spacing)
(#9954) There should be no space before ']'. (computed-property-spacing)
(#9954) There should be no spaces inside this paren. (space-in-parens)
(#9954) There should be no spaces inside this paren. (space-in-parens)
(#9954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9955) Unexpected tab character. (no-tabs)
(#9955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9956) Unexpected tab character. (no-tabs)
(#9956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9957) Unexpected tab character. (no-tabs)
(#9957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9959) Unexpected tab character. (no-tabs)
(#9959) There should be no spaces inside this paren. (space-in-parens)
(#9959) There should be no spaces inside this paren. (space-in-parens)
(#9959) There should be no space after '['. (computed-property-spacing)
(#9959) There should be no space before ']'. (computed-property-spacing)
(#9959) There should be no spaces inside this paren. (space-in-parens)
(#9959) There should be no spaces inside this paren. (space-in-parens)
(#9959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9960) Unexpected tab character. (no-tabs)
(#9960) There should be no space after '{'. (object-curly-spacing)
(#9960) There should be no space before '}'. (object-curly-spacing)
(#9960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9961) Unexpected tab character. (no-tabs)
(#9961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9963) Unexpected tab character. (no-tabs)
(#9963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9964) Unexpected tab character. (no-tabs)
(#9964) There should be no spaces inside this paren. (space-in-parens)
(#9964) There should be no spaces inside this paren. (space-in-parens)
(#9964) There should be no spaces inside this paren. (space-in-parens)
(#9964) There should be no spaces inside this paren. (space-in-parens)
(#9964) There should be no spaces inside this paren. (space-in-parens)
(#9964) There should be no spaces inside this paren. (space-in-parens)
(#9964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9965) Unexpected tab character. (no-tabs)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9966) Unexpected tab character. (no-tabs)
(#9966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9968) Unexpected tab character. (no-tabs)
(#9968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9970) Unexpected tab character. (no-tabs)
(#9970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9971) Unexpected tab character. (no-tabs)
(#9971) There should be no spaces inside this paren. (space-in-parens)
(#9971) There should be no spaces inside this paren. (space-in-parens)
(#9971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9972) Unexpected tab character. (no-tabs)
(#9972) There should be no space after '{'. (object-curly-spacing)
(#9972) There should be no space before '}'. (object-curly-spacing)
(#9972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9973) Unexpected tab character. (no-tabs)
(#9973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9975) Unexpected tab character. (no-tabs)
(#9975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9976) Unexpected tab character. (no-tabs)
(#9976) There should be no spaces inside this paren. (space-in-parens)
(#9976) There should be no space after '['. (computed-property-spacing)
(#9976) There should be no space before ']'. (computed-property-spacing)
(#9976) There should be no spaces inside this paren. (space-in-parens)
(#9976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9978) Unexpected tab character. (no-tabs)
(#9978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9979) Unexpected tab character. (no-tabs)
(#9979) There should be no spaces inside this paren. (space-in-parens)
(#9979) There should be no spaces inside this paren. (space-in-parens)
(#9979) There should be no spaces inside this paren. (space-in-parens)
(#9979) There should be no spaces inside this paren. (space-in-parens)
(#9979) There should be no spaces inside this paren. (space-in-parens)
(#9979) There should be no spaces inside this paren. (space-in-parens)
(#9979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9980) Unexpected tab character. (no-tabs)
(#9980) There should be no spaces inside this paren. (space-in-parens)
(#9980) There should be no spaces inside this paren. (space-in-parens)
(#9980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9981) Unexpected tab character. (no-tabs)
(#9981) There should be no spaces inside this paren. (space-in-parens)
(#9981) There should be no spaces inside this paren. (space-in-parens)
(#9981) There should be no spaces inside this paren. (space-in-parens)
(#9981) There should be no spaces inside this paren. (space-in-parens)
(#9981) There should be no spaces inside this paren. (space-in-parens)
(#9981) There should be no spaces inside this paren. (space-in-parens)
(#9981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9982) Unexpected tab character. (no-tabs)
(#9982) There should be no spaces inside this paren. (space-in-parens)
(#9982) There should be no spaces inside this paren. (space-in-parens)
(#9982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9983) Unexpected tab character. (no-tabs)
(#9983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9985) Unexpected tab character. (no-tabs)
(#9985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9987) Unexpected tab character. (no-tabs)
(#9987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9988) Unexpected tab character. (no-tabs)
(#9988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9989) Unexpected tab character. (no-tabs)
(#9989) There should be no spaces inside this paren. (space-in-parens)
(#9989) There should be no spaces inside this paren. (space-in-parens)
(#9989) There should be no spaces inside this paren. (space-in-parens)
(#9989) There should be no spaces inside this paren. (space-in-parens)
(#9989) There should be no spaces inside this paren. (space-in-parens)
(#9989) There should be no spaces inside this paren. (space-in-parens)
(#9989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9990) Unexpected tab character. (no-tabs)
(#9990) There should be no spaces inside this paren. (space-in-parens)
(#9990) There should be no spaces inside this paren. (space-in-parens)
(#9990) There should be no spaces inside this paren. (space-in-parens)
(#9990) There should be no spaces inside this paren. (space-in-parens)
(#9990) There should be no spaces inside this paren. (space-in-parens)
(#9990) There should be no spaces inside this paren. (space-in-parens)
(#9990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9991) Unexpected tab character. (no-tabs)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9992) Unexpected tab character. (no-tabs)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9993) Unexpected tab character. (no-tabs)
(#9993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9994) Unexpected tab character. (no-tabs)
(#9994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9996) Unexpected tab character. (no-tabs)
(#9996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9997) Unexpected tab character. (no-tabs)
(#9997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9998) Unexpected tab character. (no-tabs)
(#9998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9999) Unexpected tab character. (no-tabs)
(#9999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10000) Unexpected tab character. (no-tabs)
(#10000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10001) Unexpected tab character. (no-tabs)
(#10001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10003) Unexpected tab character. (no-tabs)
(#10003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10005) Unexpected tab character. (no-tabs)
(#10005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10006) Unexpected tab character. (no-tabs)
(#10006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10007) Unexpected tab character. (no-tabs)
(#10007) There should be no space after '['. (computed-property-spacing)
(#10007) There should be no space before ']'. (computed-property-spacing)
(#10007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10009) Unexpected tab character. (no-tabs)
(#10009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10011) Unexpected tab character. (no-tabs)
(#10011) There should be no spaces inside this paren. (space-in-parens)
(#10011) There should be no spaces inside this paren. (space-in-parens)
(#10011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10012) Unexpected tab character. (no-tabs)
(#10012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10013) Unexpected tab character. (no-tabs)
(#10013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10014) Unexpected tab character. (no-tabs)
(#10014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10016) Unexpected tab character. (no-tabs)
(#10016) There should be no spaces inside this paren. (space-in-parens)
(#10016) There should be no spaces inside this paren. (space-in-parens)
(#10016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10017) Unexpected tab character. (no-tabs)
(#10017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10018) Unexpected tab character. (no-tabs)
(#10018) There should be no spaces inside this paren. (space-in-parens)
(#10018) There should be no spaces inside this paren. (space-in-parens)
(#10018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10019) Unexpected tab character. (no-tabs)
(#10019) There should be no spaces inside this paren. (space-in-parens)
(#10019) There should be no spaces inside this paren. (space-in-parens)
(#10019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10020) Unexpected tab character. (no-tabs)
(#10020) There should be no spaces inside this paren. (space-in-parens)
(#10020) There should be no spaces inside this paren. (space-in-parens)
(#10020) There should be no spaces inside this paren. (space-in-parens)
(#10020) There should be no spaces inside this paren. (space-in-parens)
(#10020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10021) Unexpected tab character. (no-tabs)
(#10021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10022) Unexpected tab character. (no-tabs)
(#10022) There should be no spaces inside this paren. (space-in-parens)
(#10022) There should be no spaces inside this paren. (space-in-parens)
(#10022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10023) Unexpected tab character. (no-tabs)
(#10023) There should be no spaces inside this paren. (space-in-parens)
(#10023) There should be no spaces inside this paren. (space-in-parens)
(#10023) There should be no spaces inside this paren. (space-in-parens)
(#10023) There should be no spaces inside this paren. (space-in-parens)
(#10023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10024) Unexpected tab character. (no-tabs)
(#10024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10025) Unexpected tab character. (no-tabs)
(#10025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10026) Unexpected tab character. (no-tabs)
(#10026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10027) Unexpected tab character. (no-tabs)
(#10027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10029) Unexpected tab character. (no-tabs)
(#10029) There should be no spaces inside this paren. (space-in-parens)
(#10029) There should be no spaces inside this paren. (space-in-parens)
(#10029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10030) Unexpected tab character. (no-tabs)
(#10030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10031) Unexpected tab character. (no-tabs)
(#10031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10032) Unexpected tab character. (no-tabs)
(#10032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10033) Unexpected tab character. (no-tabs)
(#10033) There should be no spaces inside this paren. (space-in-parens)
(#10033) There should be no spaces inside this paren. (space-in-parens)
(#10033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10034) Unexpected tab character. (no-tabs)
(#10034) There should be no spaces inside this paren. (space-in-parens)
(#10034) There should be no spaces inside this paren. (space-in-parens)
(#10034) There should be no spaces inside this paren. (space-in-parens)
(#10034) There should be no spaces inside this paren. (space-in-parens)
(#10034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10035) Unexpected tab character. (no-tabs)
(#10035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10036) Unexpected tab character. (no-tabs)
(#10036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10037) Unexpected tab character. (no-tabs)
(#10037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10038) Unexpected tab character. (no-tabs)
(#10038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10040) Unexpected tab character. (no-tabs)
(#10040) There should be no spaces inside this paren. (space-in-parens)
(#10040) There should be no spaces inside this paren. (space-in-parens)
(#10040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10041) Unexpected tab character. (no-tabs)
(#10041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10042) Unexpected tab character. (no-tabs)
(#10042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10043) Unexpected tab character. (no-tabs)
(#10043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10045) Unexpected tab character. (no-tabs)
(#10045) There should be no spaces inside this paren. (space-in-parens)
(#10045) There should be no spaces inside this paren. (space-in-parens)
(#10045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10046) Unexpected tab character. (no-tabs)
(#10046) There should be no space after '['. (computed-property-spacing)
(#10046) There should be no space before ']'. (computed-property-spacing)
(#10046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10047) Unexpected tab character. (no-tabs)
(#10047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10049) Unexpected tab character. (no-tabs)
(#10049) There should be no spaces inside this paren. (space-in-parens)
(#10049) There should be no spaces inside this paren. (space-in-parens)
(#10049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10050) Unexpected tab character. (no-tabs)
(#10050) There should be no space after '['. (computed-property-spacing)
(#10050) There should be no space before ']'. (computed-property-spacing)
(#10050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10052) Unexpected tab character. (no-tabs)
(#10052) There should be no spaces inside this paren. (space-in-parens)
(#10052) There should be no spaces inside this paren. (space-in-parens)
(#10052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10053) Unexpected tab character. (no-tabs)
(#10053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10054) Unexpected tab character. (no-tabs)
(#10054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10056) Unexpected tab character. (no-tabs)
(#10056) There should be no spaces inside this paren. (space-in-parens)
(#10056) There should be no spaces inside this paren. (space-in-parens)
(#10056) There should be no spaces inside this paren. (space-in-parens)
(#10056) There should be no spaces inside this paren. (space-in-parens)
(#10056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10058) Unexpected tab character. (no-tabs)
(#10058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10059) Unexpected tab character. (no-tabs)
(#10059) There should be no spaces inside this paren. (space-in-parens)
(#10059) There should be no spaces inside this paren. (space-in-parens)
(#10059) There should be no spaces inside this paren. (space-in-parens)
(#10059) There should be no spaces inside this paren. (space-in-parens)
(#10059) There should be no spaces inside this paren. (space-in-parens)
(#10059) There should be no spaces inside this paren. (space-in-parens)
(#10059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10060) Unexpected tab character. (no-tabs)
(#10060) There should be no spaces inside this paren. (space-in-parens)
(#10060) There should be no spaces inside this paren. (space-in-parens)
(#10060) There should be no spaces inside this paren. (space-in-parens)
(#10060) There should be no spaces inside this paren. (space-in-parens)
(#10060) There should be no spaces inside this paren. (space-in-parens)
(#10060) There should be no spaces inside this paren. (space-in-parens)
(#10060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10061) Unexpected tab character. (no-tabs)
(#10061) There should be no spaces inside this paren. (space-in-parens)
(#10061) There should be no spaces inside this paren. (space-in-parens)
(#10061) There should be no spaces inside this paren. (space-in-parens)
(#10061) There should be no spaces inside this paren. (space-in-parens)
(#10061) There should be no spaces inside this paren. (space-in-parens)
(#10061) There should be no spaces inside this paren. (space-in-parens)
(#10061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10062) Unexpected tab character. (no-tabs)
(#10062) There should be no spaces inside this paren. (space-in-parens)
(#10062) There should be no spaces inside this paren. (space-in-parens)
(#10062) There should be no spaces inside this paren. (space-in-parens)
(#10062) There should be no spaces inside this paren. (space-in-parens)
(#10062) There should be no spaces inside this paren. (space-in-parens)
(#10062) There should be no spaces inside this paren. (space-in-parens)
(#10062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10063) Unexpected tab character. (no-tabs)
(#10063) There should be no spaces inside this paren. (space-in-parens)
(#10063) There should be no spaces inside this paren. (space-in-parens)
(#10063) There should be no spaces inside this paren. (space-in-parens)
(#10063) There should be no spaces inside this paren. (space-in-parens)
(#10063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10064) Unexpected tab character. (no-tabs)
(#10064) There should be no spaces inside this paren. (space-in-parens)
(#10064) There should be no spaces inside this paren. (space-in-parens)
(#10064) There should be no spaces inside this paren. (space-in-parens)
(#10064) There should be no spaces inside this paren. (space-in-parens)
(#10064) There should be no spaces inside this paren. (space-in-parens)
(#10064) There should be no spaces inside this paren. (space-in-parens)
(#10064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10065) Unexpected tab character. (no-tabs)
(#10065) There should be no spaces inside this paren. (space-in-parens)
(#10065) There should be no spaces inside this paren. (space-in-parens)
(#10065) There should be no spaces inside this paren. (space-in-parens)
(#10065) There should be no spaces inside this paren. (space-in-parens)
(#10065) There should be no spaces inside this paren. (space-in-parens)
(#10065) There should be no spaces inside this paren. (space-in-parens)
(#10065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10066) Unexpected tab character. (no-tabs)
(#10066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10067) Unexpected tab character. (no-tabs)
(#10067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10068) Unexpected tab character. (no-tabs)
(#10068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10069) Unexpected tab character. (no-tabs)
(#10069) There should be no spaces inside this paren. (space-in-parens)
(#10069) There should be no spaces inside this paren. (space-in-parens)
(#10069) There should be no spaces inside this paren. (space-in-parens)
(#10069) There should be no spaces inside this paren. (space-in-parens)
(#10069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10070) Unexpected tab character. (no-tabs)
(#10070) There should be no spaces inside this paren. (space-in-parens)
(#10070) There should be no spaces inside this paren. (space-in-parens)
(#10070) There should be no spaces inside this paren. (space-in-parens)
(#10070) There should be no spaces inside this paren. (space-in-parens)
(#10070) There should be no spaces inside this paren. (space-in-parens)
(#10070) There should be no spaces inside this paren. (space-in-parens)
(#10070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10071) Unexpected tab character. (no-tabs)
(#10071) There should be no spaces inside this paren. (space-in-parens)
(#10071) There should be no spaces inside this paren. (space-in-parens)
(#10071) There should be no spaces inside this paren. (space-in-parens)
(#10071) There should be no spaces inside this paren. (space-in-parens)
(#10071) There should be no spaces inside this paren. (space-in-parens)
(#10071) There should be no spaces inside this paren. (space-in-parens)
(#10071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10072) Unexpected tab character. (no-tabs)
(#10072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10073) Unexpected tab character. (no-tabs)
(#10073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10074) Unexpected tab character. (no-tabs)
(#10074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10075) Unexpected tab character. (no-tabs)
(#10075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10076) Unexpected tab character. (no-tabs)
(#10076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10077) Unexpected tab character. (no-tabs)
(#10077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10079) Unexpected tab character. (no-tabs)
(#10079) There should be no spaces inside this paren. (space-in-parens)
(#10079) There should be no spaces inside this paren. (space-in-parens)
(#10079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10081) Unexpected tab character. (no-tabs)
(#10081) There should be no spaces inside this paren. (space-in-parens)
(#10081) There should be no spaces inside this paren. (space-in-parens)
(#10081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10082) Unexpected tab character. (no-tabs)
(#10082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10083) Unexpected tab character. (no-tabs)
(#10083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10085) Unexpected tab character. (no-tabs)
(#10085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10086) Unexpected tab character. (no-tabs)
(#10086) There should be no spaces inside this paren. (space-in-parens)
(#10086) There should be no space after '['. (computed-property-spacing)
(#10086) There should be no space before ']'. (computed-property-spacing)
(#10086) There should be no spaces inside this paren. (space-in-parens)
(#10086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10088) Unexpected tab character. (no-tabs)
(#10088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10089) Unexpected tab character. (no-tabs)
(#10089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10091) Unexpected tab character. (no-tabs)
(#10091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10092) Unexpected tab character. (no-tabs)
(#10092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10094) Unexpected tab character. (no-tabs)
(#10094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10095) Unexpected tab character. (no-tabs)
(#10095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10097) Unexpected tab character. (no-tabs)
(#10097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10098) Unexpected tab character. (no-tabs)
(#10098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10099) Unexpected tab character. (no-tabs)
(#10099) There should be no spaces inside this paren. (space-in-parens)
(#10099) There should be no spaces inside this paren. (space-in-parens)
(#10099) Do not nest ternary expressions. (no-nested-ternary)
(#10099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10100) Unexpected tab character. (no-tabs)
(#10100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10101) Unexpected tab character. (no-tabs)
(#10101) There should be no spaces inside this paren. (space-in-parens)
(#10101) There should be no spaces inside this paren. (space-in-parens)
(#10101) There should be no spaces inside this paren. (space-in-parens)
(#10101) There should be no spaces inside this paren. (space-in-parens)
(#10101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10102) Unexpected tab character. (no-tabs)
(#10102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10103) Unexpected tab character. (no-tabs)
(#10103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10105) Unexpected tab character. (no-tabs)
(#10105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10106) Unexpected tab character. (no-tabs)
(#10106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10108) Unexpected tab character. (no-tabs)
(#10108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10109) Unexpected tab character. (no-tabs)
(#10109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10111) Unexpected tab character. (no-tabs)
(#10111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10112) Unexpected tab character. (no-tabs)
(#10112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10113) Unexpected tab character. (no-tabs)
(#10113) There should be no spaces inside this paren. (space-in-parens)
(#10113) There should be no spaces inside this paren. (space-in-parens)
(#10113) Do not nest ternary expressions. (no-nested-ternary)
(#10113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10114) Unexpected tab character. (no-tabs)
(#10114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10115) Unexpected tab character. (no-tabs)
(#10115) There should be no spaces inside this paren. (space-in-parens)
(#10115) There should be no spaces inside this paren. (space-in-parens)
(#10115) There should be no spaces inside this paren. (space-in-parens)
(#10115) There should be no spaces inside this paren. (space-in-parens)
(#10115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10116) Unexpected tab character. (no-tabs)
(#10116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10117) Unexpected tab character. (no-tabs)
(#10117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10119) Unexpected tab character. (no-tabs)
(#10119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10121) Unexpected tab character. (no-tabs)
(#10121) Method '_generatePosition' has a complexity of 27. (complexity)
(#10121) There should be no spaces inside this paren. (space-in-parens)
(#10121) There should be no spaces inside this paren. (space-in-parens)
(#10121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10123) Unexpected tab character. (no-tabs)
(#10123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10124) Unexpected tab character. (no-tabs)
(#10124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10125) Unexpected tab character. (no-tabs)
(#10125) There should be no spaces inside this paren. (space-in-parens)
(#10125) There should be no space after '['. (computed-property-spacing)
(#10125) There should be no space before ']'. (computed-property-spacing)
(#10125) There should be no spaces inside this paren. (space-in-parens)
(#10125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10126) Unexpected tab character. (no-tabs)
(#10126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10127) Unexpected tab character. (no-tabs)
(#10127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10129) Unexpected tab character. (no-tabs)
(#10129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10130) Unexpected tab character. (no-tabs)
(#10130) There should be no spaces inside this paren. (space-in-parens)
(#10130) There should be no spaces inside this paren. (space-in-parens)
(#10130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10131) Unexpected tab character. (no-tabs)
(#10131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10132) Unexpected tab character. (no-tabs)
(#10132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10133) Unexpected tab character. (no-tabs)
(#10133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10134) Unexpected tab character. (no-tabs)
(#10134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10135) Unexpected tab character. (no-tabs)
(#10135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10137) Unexpected tab character. (no-tabs)
(#10137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10138) Unexpected tab character. (no-tabs)
(#10138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10139) Unexpected tab character. (no-tabs)
(#10139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10140) Unexpected tab character. (no-tabs)
(#10140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10142) Unexpected tab character. (no-tabs)
(#10142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10143) Unexpected tab character. (no-tabs)
(#10143) There should be no spaces inside this paren. (space-in-parens)
(#10143) There should be no spaces inside this paren. (space-in-parens)
(#10143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10144) Unexpected tab character. (no-tabs)
(#10144) There should be no spaces inside this paren. (space-in-parens)
(#10144) There should be no spaces inside this paren. (space-in-parens)
(#10144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10145) Unexpected tab character. (no-tabs)
(#10145) There should be no spaces inside this paren. (space-in-parens)
(#10145) There should be no spaces inside this paren. (space-in-parens)
(#10145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10146) Unexpected tab character. (no-tabs)
(#10146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10147) Unexpected tab character. (no-tabs)
(#10147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10148) Unexpected tab character. (no-tabs)
(#10148) There should be no space after '['. (computed-property-spacing)
(#10148) There should be no space before ']'. (computed-property-spacing)
(#10148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10149) Unexpected tab character. (no-tabs)
(#10149) There should be no space after '['. (computed-property-spacing)
(#10149) There should be no space before ']'. (computed-property-spacing)
(#10149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10150) Unexpected tab character. (no-tabs)
(#10150) There should be no space after '['. (computed-property-spacing)
(#10150) There should be no space before ']'. (computed-property-spacing)
(#10150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10151) Unexpected tab character. (no-tabs)
(#10151) There should be no space after '['. (computed-property-spacing)
(#10151) There should be no space before ']'. (computed-property-spacing)
(#10151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10152) Unexpected tab character. (no-tabs)
(#10152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10153) Unexpected tab character. (no-tabs)
(#10153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10154) Unexpected tab character. (no-tabs)
(#10154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10155) Unexpected tab character. (no-tabs)
(#10155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10157) Unexpected tab character. (no-tabs)
(#10157) There should be no spaces inside this paren. (space-in-parens)
(#10157) There should be no space after '['. (computed-property-spacing)
(#10157) There should be no space before ']'. (computed-property-spacing)
(#10157) There should be no spaces inside this paren. (space-in-parens)
(#10157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10158) Unexpected tab character. (no-tabs)
(#10158) There should be no space after '['. (computed-property-spacing)
(#10158) There should be no space before ']'. (computed-property-spacing)
(#10158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10159) Unexpected tab character. (no-tabs)
(#10159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10160) Unexpected tab character. (no-tabs)
(#10160) There should be no spaces inside this paren. (space-in-parens)
(#10160) There should be no space after '['. (computed-property-spacing)
(#10160) There should be no space before ']'. (computed-property-spacing)
(#10160) There should be no spaces inside this paren. (space-in-parens)
(#10160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10161) Unexpected tab character. (no-tabs)
(#10161) There should be no space after '['. (computed-property-spacing)
(#10161) There should be no space before ']'. (computed-property-spacing)
(#10161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10162) Unexpected tab character. (no-tabs)
(#10162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10163) Unexpected tab character. (no-tabs)
(#10163) There should be no spaces inside this paren. (space-in-parens)
(#10163) There should be no space after '['. (computed-property-spacing)
(#10163) There should be no space before ']'. (computed-property-spacing)
(#10163) There should be no spaces inside this paren. (space-in-parens)
(#10163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10164) Unexpected tab character. (no-tabs)
(#10164) There should be no space after '['. (computed-property-spacing)
(#10164) There should be no space before ']'. (computed-property-spacing)
(#10164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10165) Unexpected tab character. (no-tabs)
(#10165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10166) Unexpected tab character. (no-tabs)
(#10166) There should be no spaces inside this paren. (space-in-parens)
(#10166) There should be no space after '['. (computed-property-spacing)
(#10166) There should be no space before ']'. (computed-property-spacing)
(#10166) There should be no spaces inside this paren. (space-in-parens)
(#10166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10167) Unexpected tab character. (no-tabs)
(#10167) There should be no space after '['. (computed-property-spacing)
(#10167) There should be no space before ']'. (computed-property-spacing)
(#10167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10168) Unexpected tab character. (no-tabs)
(#10168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10169) Unexpected tab character. (no-tabs)
(#10169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10171) Unexpected tab character. (no-tabs)
(#10171) There should be no spaces inside this paren. (space-in-parens)
(#10171) There should be no spaces inside this paren. (space-in-parens)
(#10171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10173) Unexpected tab character. (no-tabs)
(#10173) Expected space or tab after '//' in comment. (spaced-comment)
(#10173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10174) Unexpected tab character. (no-tabs)
(#10174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10175) Unexpected tab character. (no-tabs)
(#10175) There should be no space after '['. (computed-property-spacing)
(#10175) There should be no space before ']'. (computed-property-spacing)
(#10175) There should be no spaces inside this paren. (space-in-parens)
(#10175) There should be no spaces inside this paren. (space-in-parens)
(#10175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10176) Unexpected tab character. (no-tabs)
(#10176) There should be no spaces inside this paren. (space-in-parens)
(#10176) There should be no space after '['. (computed-property-spacing)
(#10176) There should be no space before ']'. (computed-property-spacing)
(#10176) There should be no spaces inside this paren. (space-in-parens)
(#10176) There should be no space after '['. (computed-property-spacing)
(#10176) There should be no space before ']'. (computed-property-spacing)
(#10176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10177) Unexpected tab character. (no-tabs)
(#10177) Do not nest ternary expressions. (no-nested-ternary)
(#10177) There should be no spaces inside this paren. (space-in-parens)
(#10177) There should be no spaces inside this paren. (space-in-parens)
(#10177) Do not nest ternary expressions. (no-nested-ternary)
(#10177) There should be no space after '['. (computed-property-spacing)
(#10177) There should be no space before ']'. (computed-property-spacing)
(#10177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10178) Unexpected tab character. (no-tabs)
(#10178) There should be no space after '['. (computed-property-spacing)
(#10178) There should be no space before ']'. (computed-property-spacing)
(#10178) There should be no spaces inside this paren. (space-in-parens)
(#10178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10179) Unexpected tab character. (no-tabs)
(#10179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10180) Unexpected tab character. (no-tabs)
(#10180) There should be no spaces inside this paren. (space-in-parens)
(#10180) There should be no spaces inside this paren. (space-in-parens)
(#10180) There should be no space after '['. (computed-property-spacing)
(#10180) There should be no space before ']'. (computed-property-spacing)
(#10180) There should be no spaces inside this paren. (space-in-parens)
(#10180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10181) Unexpected tab character. (no-tabs)
(#10181) There should be no space after '['. (computed-property-spacing)
(#10181) There should be no space before ']'. (computed-property-spacing)
(#10181) There should be no space after '['. (computed-property-spacing)
(#10181) There should be no space before ']'. (computed-property-spacing)
(#10181) There should be no spaces inside this paren. (space-in-parens)
(#10181) There should be no spaces inside this paren. (space-in-parens)
(#10181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10183) Unexpected tab character. (no-tabs)
(#10183) There should be no space after '['. (computed-property-spacing)
(#10183) There should be no space before ']'. (computed-property-spacing)
(#10183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10184) Unexpected tab character. (no-tabs)
(#10184) There should be no spaces inside this paren. (space-in-parens)
(#10184) There should be no spaces inside this paren. (space-in-parens)
(#10184) There should be no spaces inside this paren. (space-in-parens)
(#10184) There should be no space after '['. (computed-property-spacing)
(#10184) There should be no space before ']'. (computed-property-spacing)
(#10184) There should be no spaces inside this paren. (space-in-parens)
(#10184) There should be no space after '['. (computed-property-spacing)
(#10184) There should be no space before ']'. (computed-property-spacing)
(#10184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10185) Unexpected tab character. (no-tabs)
(#10185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10186) Unexpected tab character. (no-tabs)
(#10186) Do not nest ternary expressions. (no-nested-ternary)
(#10186) There should be no spaces inside this paren. (space-in-parens)
(#10186) There should be no spaces inside this paren. (space-in-parens)
(#10186) Do not nest ternary expressions. (no-nested-ternary)
(#10186) There should be no space after '['. (computed-property-spacing)
(#10186) There should be no space before ']'. (computed-property-spacing)
(#10186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10187) Unexpected tab character. (no-tabs)
(#10187) There should be no space after '['. (computed-property-spacing)
(#10187) There should be no space before ']'. (computed-property-spacing)
(#10187) There should be no spaces inside this paren. (space-in-parens)
(#10187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10188) Unexpected tab character. (no-tabs)
(#10188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10189) Unexpected tab character. (no-tabs)
(#10189) There should be no spaces inside this paren. (space-in-parens)
(#10189) There should be no spaces inside this paren. (space-in-parens)
(#10189) There should be no space after '['. (computed-property-spacing)
(#10189) There should be no space before ']'. (computed-property-spacing)
(#10189) There should be no spaces inside this paren. (space-in-parens)
(#10189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10190) Unexpected tab character. (no-tabs)
(#10190) There should be no space after '['. (computed-property-spacing)
(#10190) There should be no space before ']'. (computed-property-spacing)
(#10190) There should be no space after '['. (computed-property-spacing)
(#10190) There should be no space before ']'. (computed-property-spacing)
(#10190) There should be no spaces inside this paren. (space-in-parens)
(#10190) There should be no spaces inside this paren. (space-in-parens)
(#10190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10191) Unexpected tab character. (no-tabs)
(#10191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10193) Unexpected tab character. (no-tabs)
(#10193) There should be no spaces inside this paren. (space-in-parens)
(#10193) There should be no spaces inside this paren. (space-in-parens)
(#10193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10194) Unexpected tab character. (no-tabs)
(#10194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10195) Unexpected tab character. (no-tabs)
(#10195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10197) Unexpected tab character. (no-tabs)
(#10197) There should be no spaces inside this paren. (space-in-parens)
(#10197) There should be no spaces inside this paren. (space-in-parens)
(#10197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10198) Unexpected tab character. (no-tabs)
(#10198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10199) Unexpected tab character. (no-tabs)
(#10199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10200) Unexpected tab character. (no-tabs)
(#10200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10202) Unexpected tab character. (no-tabs)
(#10202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10203) Unexpected tab character. (no-tabs)
(#10203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10205) Unexpected tab character. (no-tabs)
(#10205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10206) Unexpected tab character. (no-tabs)
(#10206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10208) Unexpected tab character. (no-tabs)
(#10208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10209) Unexpected tab character. (no-tabs)
(#10209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10211) Unexpected tab character. (no-tabs)
(#10211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10212) Unexpected tab character. (no-tabs)
(#10212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10214) Unexpected tab character. (no-tabs)
(#10214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10215) Unexpected tab character. (no-tabs)
(#10215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10216) Unexpected tab character. (no-tabs)
(#10216) There should be no spaces inside this paren. (space-in-parens)
(#10216) Do not nest ternary expressions. (no-nested-ternary)
(#10216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10217) Unexpected tab character. (no-tabs)
(#10217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10218) Unexpected tab character. (no-tabs)
(#10218) There should be no spaces inside this paren. (space-in-parens)
(#10218) There should be no spaces inside this paren. (space-in-parens)
(#10218) There should be no spaces inside this paren. (space-in-parens)
(#10218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10219) Unexpected tab character. (no-tabs)
(#10219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10220) Unexpected tab character. (no-tabs)
(#10220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10222) Unexpected tab character. (no-tabs)
(#10222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10223) Unexpected tab character. (no-tabs)
(#10223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10225) Unexpected tab character. (no-tabs)
(#10225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10226) Unexpected tab character. (no-tabs)
(#10226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10228) Unexpected tab character. (no-tabs)
(#10228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10229) Unexpected tab character. (no-tabs)
(#10229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10231) Unexpected tab character. (no-tabs)
(#10231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10232) Unexpected tab character. (no-tabs)
(#10232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10233) Unexpected tab character. (no-tabs)
(#10233) There should be no spaces inside this paren. (space-in-parens)
(#10233) Do not nest ternary expressions. (no-nested-ternary)
(#10233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10234) Unexpected tab character. (no-tabs)
(#10234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10235) Unexpected tab character. (no-tabs)
(#10235) There should be no spaces inside this paren. (space-in-parens)
(#10235) There should be no spaces inside this paren. (space-in-parens)
(#10235) There should be no spaces inside this paren. (space-in-parens)
(#10235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10236) Unexpected tab character. (no-tabs)
(#10236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10237) Unexpected tab character. (no-tabs)
(#10237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10239) Unexpected tab character. (no-tabs)
(#10239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10241) Unexpected tab character. (no-tabs)
(#10241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10242) Unexpected tab character. (no-tabs)
(#10242) There should be no spaces inside this paren. (space-in-parens)
(#10242) There should be no spaces inside this paren. (space-in-parens)
(#10242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10243) Unexpected tab character. (no-tabs)
(#10243) There should be no spaces inside this paren. (space-in-parens)
(#10243) There should be no space after '['. (computed-property-spacing)
(#10243) There should be no space before ']'. (computed-property-spacing)
(#10243) There should be no space after '['. (computed-property-spacing)
(#10243) There should be no space before ']'. (computed-property-spacing)
(#10243) There should be no spaces inside this paren. (space-in-parens)
(#10243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10244) Unexpected tab character. (no-tabs)
(#10244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10245) Unexpected tab character. (no-tabs)
(#10245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10246) Unexpected tab character. (no-tabs)
(#10246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10247) Unexpected tab character. (no-tabs)
(#10247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10248) Unexpected tab character. (no-tabs)
(#10248) There should be no spaces inside this paren. (space-in-parens)
(#10248) There should be no spaces inside this paren. (space-in-parens)
(#10248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10249) Unexpected tab character. (no-tabs)
(#10249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10250) Unexpected tab character. (no-tabs)
(#10250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10251) Unexpected tab character. (no-tabs)
(#10251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10253) Unexpected tab character. (no-tabs)
(#10253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10255) Unexpected tab character. (no-tabs)
(#10255) There should be no spaces inside this paren. (space-in-parens)
(#10255) There should be no spaces inside this paren. (space-in-parens)
(#10255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10256) Unexpected tab character. (no-tabs)
(#10256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10257) Unexpected tab character. (no-tabs)
(#10257) There should be no spaces inside this paren. (space-in-parens)
(#10257) There should be no space after '['. (array-bracket-spacing)
(#10257) There should be no space before ']'. (array-bracket-spacing)
(#10257) There should be no spaces inside this paren. (space-in-parens)
(#10257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10259) Unexpected tab character. (no-tabs)
(#10259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10260) Unexpected tab character. (no-tabs)
(#10260) There should be no spaces inside this paren. (space-in-parens)
(#10260) There should be no spaces inside this paren. (space-in-parens)
(#10260) There should be no spaces inside this paren. (space-in-parens)
(#10260) There should be no spaces inside this paren. (space-in-parens)
(#10260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10261) Unexpected tab character. (no-tabs)
(#10261) There should be no spaces inside this paren. (space-in-parens)
(#10261) There should be no spaces inside this paren. (space-in-parens)
(#10261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10262) Unexpected tab character. (no-tabs)
(#10262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10263) Unexpected tab character. (no-tabs)
(#10263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10264) Unexpected tab character. (no-tabs)
(#10264) There should be no spaces inside this paren. (space-in-parens)
(#10264) There should be no spaces inside this paren. (space-in-parens)
(#10264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10265) Unexpected tab character. (no-tabs)
(#10265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10267) Unexpected tab character. (no-tabs)
(#10267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10269) Unexpected tab character. (no-tabs)
(#10269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10270) Unexpected tab character. (no-tabs)
(#10270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10271) Unexpected tab character. (no-tabs)
(#10271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10272) Unexpected tab character. (no-tabs)
(#10272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10273) Unexpected tab character. (no-tabs)
(#10273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10274) Unexpected tab character. (no-tabs)
(#10274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10275) Unexpected tab character. (no-tabs)
(#10275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10276) Unexpected tab character. (no-tabs)
(#10276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10278) There should be no spaces inside this paren. (space-in-parens)
(#10278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10280) There should be no spaces inside this paren. (space-in-parens)
(#10280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10281) Unexpected tab character. (no-tabs)
(#10281) There should be no spaces inside this paren. (space-in-parens)
(#10281) There should be no spaces inside this paren. (space-in-parens)
(#10281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10282) Unexpected tab character. (no-tabs)
(#10282) There should be no spaces inside this paren. (space-in-parens)
(#10282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10283) Unexpected tab character. (no-tabs)
(#10283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10284) Unexpected tab character. (no-tabs)
(#10284) There should be no spaces inside this paren. (space-in-parens)
(#10284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10286) Unexpected tab character. (no-tabs)
(#10286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10287) Unexpected tab character. (no-tabs)
(#10287) There should be no spaces inside this paren. (space-in-parens)
(#10287) There should be no spaces inside this paren. (space-in-parens)
(#10287) There should be no spaces inside this paren. (space-in-parens)
(#10287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10288) Unexpected tab character. (no-tabs)
(#10288) There should be no spaces inside this paren. (space-in-parens)
(#10288) There should be no spaces inside this paren. (space-in-parens)
(#10288) There should be no spaces inside this paren. (space-in-parens)
(#10288) There should be no spaces inside this paren. (space-in-parens)
(#10288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10290) Unexpected tab character. (no-tabs)
(#10290) There should be no spaces inside this paren. (space-in-parens)
(#10290) There should be no spaces inside this paren. (space-in-parens)
(#10290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10291) Unexpected tab character. (no-tabs)
(#10291) There should be no spaces inside this paren. (space-in-parens)
(#10291) There should be no spaces inside this paren. (space-in-parens)
(#10291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10293) Unexpected tab character. (no-tabs)
(#10293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10294) Unexpected tab character. (no-tabs)
(#10294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10295) Unexpected tab character. (no-tabs)
(#10295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10296) Unexpected tab character. (no-tabs)
(#10296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10297) Unexpected tab character. (no-tabs)
(#10297) There should be no spaces inside this paren. (space-in-parens)
(#10297) There should be no spaces inside this paren. (space-in-parens)
(#10297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10298) Unexpected tab character. (no-tabs)
(#10298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10299) Unexpected tab character. (no-tabs)
(#10299) There should be no spaces inside this paren. (space-in-parens)
(#10299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10300) Unexpected tab character. (no-tabs)
(#10300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10301) Unexpected tab character. (no-tabs)
(#10301) There should be no spaces inside this paren. (space-in-parens)
(#10301) There should be no spaces inside this paren. (space-in-parens)
(#10301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10302) Unexpected tab character. (no-tabs)
(#10302) There should be no spaces inside this paren. (space-in-parens)
(#10302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10303) Unexpected tab character. (no-tabs)
(#10303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10304) Unexpected tab character. (no-tabs)
(#10304) There should be no spaces inside this paren. (space-in-parens)
(#10304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10306) Unexpected tab character. (no-tabs)
(#10306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10308) Unexpected tab character. (no-tabs)
(#10308) There should be no spaces inside this paren. (space-in-parens)
(#10308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10309) Unexpected tab character. (no-tabs)
(#10309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10311) Unexpected tab character. (no-tabs)
(#10311) There should be no spaces inside this paren. (space-in-parens)
(#10311) There should be no spaces inside this paren. (space-in-parens)
(#10311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10312) Unexpected tab character. (no-tabs)
(#10312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10314) Unexpected tab character. (no-tabs)
(#10314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10315) Unexpected tab character. (no-tabs)
(#10315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10316) Unexpected tab character. (no-tabs)
(#10316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10318) Unexpected tab character. (no-tabs)
(#10318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10319) Unexpected tab character. (no-tabs)
(#10319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10320) Unexpected tab character. (no-tabs)
(#10320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10321) Unexpected tab character. (no-tabs)
(#10321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10322) Unexpected tab character. (no-tabs)
(#10322) There should be no spaces inside this paren. (space-in-parens)
(#10322) There should be no spaces inside this paren. (space-in-parens)
(#10322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10323) Unexpected tab character. (no-tabs)
(#10323) There should be no spaces inside this paren. (space-in-parens)
(#10323) There should be no spaces inside this paren. (space-in-parens)
(#10323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10324) Unexpected tab character. (no-tabs)
(#10324) There should be no spaces inside this paren. (space-in-parens)
(#10324) There should be no spaces inside this paren. (space-in-parens)
(#10324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10325) Unexpected tab character. (no-tabs)
(#10325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10327) Unexpected tab character. (no-tabs)
(#10327) There should be no spaces inside this paren. (space-in-parens)
(#10327) There should be no spaces inside this paren. (space-in-parens)
(#10327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10329) Unexpected tab character. (no-tabs)
(#10329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10330) Unexpected tab character. (no-tabs)
(#10330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10331) Unexpected tab character. (no-tabs)
(#10331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10332) Unexpected tab character. (no-tabs)
(#10332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10334) Unexpected tab character. (no-tabs)
(#10334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10335) Unexpected tab character. (no-tabs)
(#10335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10336) Unexpected tab character. (no-tabs)
(#10336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10337) Unexpected tab character. (no-tabs)
(#10337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10339) Unexpected tab character. (no-tabs)
(#10339) There should be no spaces inside this paren. (space-in-parens)
(#10339) There should be no spaces inside this paren. (space-in-parens)
(#10339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10340) Unexpected tab character. (no-tabs)
(#10340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10341) Unexpected tab character. (no-tabs)
(#10341) There should be no spaces inside this paren. (space-in-parens)
(#10341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10342) Unexpected tab character. (no-tabs)
(#10342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10343) Unexpected tab character. (no-tabs)
(#10343) There should be no spaces inside this paren. (space-in-parens)
(#10343) There should be no spaces inside this paren. (space-in-parens)
(#10343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10344) Unexpected tab character. (no-tabs)
(#10344) There should be no spaces inside this paren. (space-in-parens)
(#10344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10345) Unexpected tab character. (no-tabs)
(#10345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10346) Unexpected tab character. (no-tabs)
(#10346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10348) Unexpected tab character. (no-tabs)
(#10348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10349) Unexpected tab character. (no-tabs)
(#10349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10350) Unexpected tab character. (no-tabs)
(#10350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10351) Unexpected tab character. (no-tabs)
(#10351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10353) Unexpected tab character. (no-tabs)
(#10353) There should be no spaces inside this paren. (space-in-parens)
(#10353) There should be no spaces inside this paren. (space-in-parens)
(#10353) There should be no spaces inside this paren. (space-in-parens)
(#10353) There should be no spaces inside this paren. (space-in-parens)
(#10353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10354) Unexpected tab character. (no-tabs)
(#10354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10356) Unexpected tab character. (no-tabs)
(#10356) There should be no spaces inside this paren. (space-in-parens)
(#10356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10358) Unexpected tab character. (no-tabs)
(#10358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10359) Unexpected tab character. (no-tabs)
(#10359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10360) Unexpected tab character. (no-tabs)
(#10360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10361) Unexpected tab character. (no-tabs)
(#10361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10363) Unexpected tab character. (no-tabs)
(#10363) There should be no spaces inside this paren. (space-in-parens)
(#10363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10364) Unexpected tab character. (no-tabs)
(#10364) There should be no spaces inside this paren. (space-in-parens)
(#10364) There should be no spaces inside this paren. (space-in-parens)
(#10364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10365) Unexpected tab character. (no-tabs)
(#10365) There should be no spaces inside this paren. (space-in-parens)
(#10365) There should be no space after '['. (computed-property-spacing)
(#10365) There should be no space before ']'. (computed-property-spacing)
(#10365) There should be no space after '['. (computed-property-spacing)
(#10365) There should be no space before ']'. (computed-property-spacing)
(#10365) There should be no spaces inside this paren. (space-in-parens)
(#10365) There should be no spaces inside this paren. (space-in-parens)
(#10365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10366) Unexpected tab character. (no-tabs)
(#10366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10367) Unexpected tab character. (no-tabs)
(#10367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10369) Unexpected tab character. (no-tabs)
(#10369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10370) Unexpected tab character. (no-tabs)
(#10370) There should be no spaces inside this paren. (space-in-parens)
(#10370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10371) Unexpected tab character. (no-tabs)
(#10371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10373) Unexpected tab character. (no-tabs)
(#10373) There should be no spaces inside this paren. (space-in-parens)
(#10373) There should be no spaces inside this paren. (space-in-parens)
(#10373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10375) Unexpected tab character. (no-tabs)
(#10375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10376) Unexpected tab character. (no-tabs)
(#10376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10377) Unexpected tab character. (no-tabs)
(#10377) There should be no spaces inside this paren. (space-in-parens)
(#10377) There should be no spaces inside this paren. (space-in-parens)
(#10377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10378) Unexpected tab character. (no-tabs)
(#10378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10380) Unexpected tab character. (no-tabs)
(#10380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10381) Unexpected tab character. (no-tabs)
(#10381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10383) Unexpected tab character. (no-tabs)
(#10383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10384) Unexpected tab character. (no-tabs)
(#10384) There should be no spaces inside this paren. (space-in-parens)
(#10384) There should be no spaces inside this paren. (space-in-parens)
(#10384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10385) Unexpected tab character. (no-tabs)
(#10385) There should be no spaces inside this paren. (space-in-parens)
(#10385) There should be no spaces inside this paren. (space-in-parens)
(#10385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10387) Unexpected tab character. (no-tabs)
(#10387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10388) Unexpected tab character. (no-tabs)
(#10388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10390) Unexpected tab character. (no-tabs)
(#10390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10391) Unexpected tab character. (no-tabs)
(#10391) There should be no space after '['. (computed-property-spacing)
(#10391) There should be no space before ']'. (computed-property-spacing)
(#10391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10392) Unexpected tab character. (no-tabs)
(#10392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10394) Unexpected tab character. (no-tabs)
(#10394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10395) Unexpected tab character. (no-tabs)
(#10395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10396) Unexpected tab character. (no-tabs)
(#10396) There should be no space after '['. (computed-property-spacing)
(#10396) There should be no space before ']'. (computed-property-spacing)
(#10396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10397) Unexpected tab character. (no-tabs)
(#10397) There should be no spaces inside this paren. (space-in-parens)
(#10397) There should be no spaces inside this paren. (space-in-parens)
(#10397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10398) Unexpected tab character. (no-tabs)
(#10398) There should be no spaces inside this paren. (space-in-parens)
(#10398) There should be no spaces inside this paren. (space-in-parens)
(#10398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10400) Unexpected tab character. (no-tabs)
(#10400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10401) Unexpected tab character. (no-tabs)
(#10401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10402) Unexpected tab character. (no-tabs)
(#10402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10403) Unexpected tab character. (no-tabs)
(#10403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10404) Unexpected tab character. (no-tabs)
(#10404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10405) Unexpected tab character. (no-tabs)
(#10405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10406) Unexpected tab character. (no-tabs)
(#10406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10407) Unexpected tab character. (no-tabs)
(#10407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10409) Unexpected tab character. (no-tabs)
(#10409) There should be no spaces inside this paren. (space-in-parens)
(#10409) There should be no spaces inside this paren. (space-in-parens)
(#10409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10411) Unexpected tab character. (no-tabs)
(#10411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10412) Unexpected tab character. (no-tabs)
(#10412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10413) Unexpected tab character. (no-tabs)
(#10413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10415) Unexpected tab character. (no-tabs)
(#10415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10416) Unexpected tab character. (no-tabs)
(#10416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10417) Unexpected tab character. (no-tabs)
(#10417) There should be no spaces inside this paren. (space-in-parens)
(#10417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10418) Unexpected tab character. (no-tabs)
(#10418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10419) Unexpected tab character. (no-tabs)
(#10419) There should be no spaces inside this paren. (space-in-parens)
(#10419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10421) Unexpected tab character. (no-tabs)
(#10421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10422) Unexpected tab character. (no-tabs)
(#10422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10423) Unexpected tab character. (no-tabs)
(#10423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10424) Unexpected tab character. (no-tabs)
(#10424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10426) Unexpected tab character. (no-tabs)
(#10426) There should be no spaces inside this paren. (space-in-parens)
(#10426) There should be no spaces inside this paren. (space-in-parens)
(#10426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10427) Unexpected tab character. (no-tabs)
(#10427) There should be no spaces inside this paren. (space-in-parens)
(#10427) There should be no spaces inside this paren. (space-in-parens)
(#10427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10429) Unexpected tab character. (no-tabs)
(#10429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10430) Unexpected tab character. (no-tabs)
(#10430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10431) Unexpected tab character. (no-tabs)
(#10431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10432) Unexpected tab character. (no-tabs)
(#10432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10433) Unexpected tab character. (no-tabs)
(#10433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10434) Unexpected tab character. (no-tabs)
(#10434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10436) Unexpected tab character. (no-tabs)
(#10436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10437) Unexpected tab character. (no-tabs)
(#10437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10438) Unexpected tab character. (no-tabs)
(#10438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10439) Unexpected tab character. (no-tabs)
(#10439) There should be no spaces inside this paren. (space-in-parens)
(#10439) There should be no spaces inside this paren. (space-in-parens)
(#10439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10441) Unexpected tab character. (no-tabs)
(#10441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10442) Unexpected tab character. (no-tabs)
(#10442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10444) Unexpected tab character. (no-tabs)
(#10444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10445) Unexpected tab character. (no-tabs)
(#10445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10446) Unexpected tab character. (no-tabs)
(#10446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10447) Unexpected tab character. (no-tabs)
(#10447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10449) Unexpected tab character. (no-tabs)
(#10449) There should be no spaces inside this paren. (space-in-parens)
(#10449) There should be no spaces inside this paren. (space-in-parens)
(#10449) There should be no spaces inside this paren. (space-in-parens)
(#10449) There should be no spaces inside this paren. (space-in-parens)
(#10449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10450) Unexpected tab character. (no-tabs)
(#10450) There should be no spaces inside this paren. (space-in-parens)
(#10450) There should be no spaces inside this paren. (space-in-parens)
(#10450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10452) Unexpected tab character. (no-tabs)
(#10452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10453) Unexpected tab character. (no-tabs)
(#10453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10454) Unexpected tab character. (no-tabs)
(#10454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10455) Unexpected tab character. (no-tabs)
(#10455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10457) Unexpected tab character. (no-tabs)
(#10457) There should be no spaces inside this paren. (space-in-parens)
(#10457) There should be no spaces inside this paren. (space-in-parens)
(#10457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10458) Unexpected tab character. (no-tabs)
(#10458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10459) Unexpected tab character. (no-tabs)
(#10459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10461) Unexpected tab character. (no-tabs)
(#10461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10462) Unexpected tab character. (no-tabs)
(#10462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10463) Unexpected tab character. (no-tabs)
(#10463) There should be no spaces inside this paren. (space-in-parens)
(#10463) There should be no spaces inside this paren. (space-in-parens)
(#10463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10464) Unexpected tab character. (no-tabs)
(#10464) There should be no spaces inside this paren. (space-in-parens)
(#10464) There should be no spaces inside this paren. (space-in-parens)
(#10464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10465) Unexpected tab character. (no-tabs)
(#10465) There should be no spaces inside this paren. (space-in-parens)
(#10465) There should be no spaces inside this paren. (space-in-parens)
(#10465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10467) Unexpected tab character. (no-tabs)
(#10467) There should be no spaces inside this paren. (space-in-parens)
(#10467) There should be no spaces inside this paren. (space-in-parens)
(#10467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10469) Unexpected tab character. (no-tabs)
(#10469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10470) Unexpected tab character. (no-tabs)
(#10470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10472) Unexpected tab character. (no-tabs)
(#10472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10473) Unexpected tab character. (no-tabs)
(#10473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10474) Unexpected tab character. (no-tabs)
(#10474) There should be no spaces inside this paren. (space-in-parens)
(#10474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10475) Unexpected tab character. (no-tabs)
(#10475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10476) Unexpected tab character. (no-tabs)
(#10476) There should be no spaces inside this paren. (space-in-parens)
(#10476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10477) Unexpected tab character. (no-tabs)
(#10477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10478) Unexpected tab character. (no-tabs)
(#10478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10479) Unexpected tab character. (no-tabs)
(#10479) There should be no spaces inside this paren. (space-in-parens)
(#10479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10480) Unexpected tab character. (no-tabs)
(#10480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10481) There should be no spaces inside this paren. (space-in-parens)
(#10481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10483) There should be no spaces inside this paren. (space-in-parens)
(#10483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10484) Unexpected tab character. (no-tabs)
(#10484) There should be no spaces inside this paren. (space-in-parens)
(#10484) There should be no spaces inside this paren. (space-in-parens)
(#10484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10485) Unexpected tab character. (no-tabs)
(#10485) There should be no spaces inside this paren. (space-in-parens)
(#10485) There should be no spaces inside this paren. (space-in-parens)
(#10485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10486) Unexpected tab character. (no-tabs)
(#10486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10488) Unexpected tab character. (no-tabs)
(#10488) There should be no spaces inside this paren. (space-in-parens)
(#10488) There should be no spaces inside this paren. (space-in-parens)
(#10488) There should be no spaces inside this paren. (space-in-parens)
(#10488) There should be no spaces inside this paren. (space-in-parens)
(#10488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10489) Unexpected tab character. (no-tabs)
(#10489) There should be no spaces inside this paren. (space-in-parens)
(#10489) There should be no spaces inside this paren. (space-in-parens)
(#10489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10490) Unexpected tab character. (no-tabs)
(#10490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10491) Unexpected tab character. (no-tabs)
(#10491) There should be no spaces inside this paren. (space-in-parens)
(#10491) There should be no spaces inside this paren. (space-in-parens)
(#10491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10492) Unexpected tab character. (no-tabs)
(#10492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10493) Unexpected tab character. (no-tabs)
(#10493) There should be no spaces inside this paren. (space-in-parens)
(#10493) There should be no spaces inside this paren. (space-in-parens)
(#10493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10494) Unexpected tab character. (no-tabs)
(#10494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10495) Unexpected tab character. (no-tabs)
(#10495) There should be no spaces inside this paren. (space-in-parens)
(#10495) There should be no spaces inside this paren. (space-in-parens)
(#10495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10496) Unexpected tab character. (no-tabs)
(#10496) There should be no spaces inside this paren. (space-in-parens)
(#10496) There should be no spaces inside this paren. (space-in-parens)
(#10496) There should be no spaces inside this paren. (space-in-parens)
(#10496) There should be no spaces inside this paren. (space-in-parens)
(#10496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10497) Unexpected tab character. (no-tabs)
(#10497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10498) Unexpected tab character. (no-tabs)
(#10498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10499) There should be no spaces inside this paren. (space-in-parens)
(#10499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10501) There should be no spaces inside this paren. (space-in-parens)
(#10501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10502) Unexpected tab character. (no-tabs)
(#10502) There should be no spaces inside this paren. (space-in-parens)
(#10502) There should be no spaces inside this paren. (space-in-parens)
(#10502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10503) Unexpected tab character. (no-tabs)
(#10503) There should be no spaces inside this paren. (space-in-parens)
(#10503) There should be no spaces inside this paren. (space-in-parens)
(#10503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10504) Unexpected tab character. (no-tabs)
(#10504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10505) Unexpected tab character. (no-tabs)
(#10505) There should be no spaces inside this paren. (space-in-parens)
(#10505) There should be no spaces inside this paren. (space-in-parens)
(#10505) There should be no spaces inside this paren. (space-in-parens)
(#10505) There should be no spaces inside this paren. (space-in-parens)
(#10505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10506) Unexpected tab character. (no-tabs)
(#10506) There should be no spaces inside this paren. (space-in-parens)
(#10506) There should be no spaces inside this paren. (space-in-parens)
(#10506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10507) Unexpected tab character. (no-tabs)
(#10507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10508) Unexpected tab character. (no-tabs)
(#10508) There should be no spaces inside this paren. (space-in-parens)
(#10508) There should be no spaces inside this paren. (space-in-parens)
(#10508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10509) Unexpected tab character. (no-tabs)
(#10509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10510) Unexpected tab character. (no-tabs)
(#10510) There should be no spaces inside this paren. (space-in-parens)
(#10510) There should be no spaces inside this paren. (space-in-parens)
(#10510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10511) Unexpected tab character. (no-tabs)
(#10511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10512) Unexpected tab character. (no-tabs)
(#10512) There should be no spaces inside this paren. (space-in-parens)
(#10512) There should be no spaces inside this paren. (space-in-parens)
(#10512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10513) Unexpected tab character. (no-tabs)
(#10513) There should be no spaces inside this paren. (space-in-parens)
(#10513) There should be no spaces inside this paren. (space-in-parens)
(#10513) There should be no spaces inside this paren. (space-in-parens)
(#10513) There should be no spaces inside this paren. (space-in-parens)
(#10513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10514) Unexpected tab character. (no-tabs)
(#10514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10515) Unexpected tab character. (no-tabs)
(#10515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10518) There should be no spaces inside this paren. (space-in-parens)
(#10518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10519) Unexpected tab character. (no-tabs)
(#10519) There should be no spaces inside this paren. (space-in-parens)
(#10519) There should be no spaces inside this paren. (space-in-parens)
(#10519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10520) Unexpected tab character. (no-tabs)
(#10520) There should be no spaces inside this paren. (space-in-parens)
(#10520) There should be no spaces inside this paren. (space-in-parens)
(#10520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10521) Unexpected tab character. (no-tabs)
(#10521) There should be no spaces inside this paren. (space-in-parens)
(#10521) There should be no spaces inside this paren. (space-in-parens)
(#10521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10522) Unexpected tab character. (no-tabs)
(#10522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10524) Unexpected tab character. (no-tabs)
(#10524) There should be no spaces inside this paren. (space-in-parens)
(#10524) There should be no space after '['. (computed-property-spacing)
(#10524) There should be no space before ']'. (computed-property-spacing)
(#10524) There should be no space after '['. (computed-property-spacing)
(#10524) There should be no space before ']'. (computed-property-spacing)
(#10524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10525) Unexpected tab character. (no-tabs)
(#10525) There should be no space after '['. (computed-property-spacing)
(#10525) There should be no space before ']'. (computed-property-spacing)
(#10525) There should be no spaces inside this paren. (space-in-parens)
(#10525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10526) Unexpected tab character. (no-tabs)
(#10526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10527) Unexpected tab character. (no-tabs)
(#10527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10528) Unexpected tab character. (no-tabs)
(#10528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10529) Unexpected tab character. (no-tabs)
(#10529) There should be no spaces inside this paren. (space-in-parens)
(#10529) There should be no spaces inside this paren. (space-in-parens)
(#10529) Multiple spaces found before ')'. (no-multi-spaces)
(#10529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10531) Unexpected tab character. (no-tabs)
(#10531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10532) Unexpected tab character. (no-tabs)
(#10532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10533) Unexpected tab character. (no-tabs)
(#10533) There should be no space after '['. (computed-property-spacing)
(#10533) There should be no space before ']'. (computed-property-spacing)
(#10533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10534) Unexpected tab character. (no-tabs)
(#10534) There should be no space after '['. (computed-property-spacing)
(#10534) There should be no space before ']'. (computed-property-spacing)
(#10534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10536) Unexpected tab character. (no-tabs)
(#10536) There should be no spaces inside this paren. (space-in-parens)
(#10536) There should be no spaces inside this paren. (space-in-parens)
(#10536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10537) Unexpected tab character. (no-tabs)
(#10537) There should be no spaces inside this paren. (space-in-parens)
(#10537) There should be no spaces inside this paren. (space-in-parens)
(#10537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10538) Unexpected tab character. (no-tabs)
(#10538) There should be no spaces inside this paren. (space-in-parens)
(#10538) There should be no spaces inside this paren. (space-in-parens)
(#10538) There should be no spaces inside this paren. (space-in-parens)
(#10538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10539) Unexpected tab character. (no-tabs)
(#10539) There should be no spaces inside this paren. (space-in-parens)
(#10539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10540) Unexpected tab character. (no-tabs)
(#10540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10541) Unexpected tab character. (no-tabs)
(#10541) There should be no spaces inside this paren. (space-in-parens)
(#10541) There should be no spaces inside this paren. (space-in-parens)
(#10541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10542) Unexpected tab character. (no-tabs)
(#10542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10543) Unexpected tab character. (no-tabs)
(#10543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10544) Unexpected tab character. (no-tabs)
(#10544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10546) Unexpected tab character. (no-tabs)
(#10546) There should be no spaces inside this paren. (space-in-parens)
(#10546) There should be no spaces inside this paren. (space-in-parens)
(#10546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10547) Unexpected tab character. (no-tabs)
(#10547) There should be no spaces inside this paren. (space-in-parens)
(#10547) There should be no spaces inside this paren. (space-in-parens)
(#10547) There should be no spaces inside this paren. (space-in-parens)
(#10547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10548) Unexpected tab character. (no-tabs)
(#10548) There should be no spaces inside this paren. (space-in-parens)
(#10548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10549) Unexpected tab character. (no-tabs)
(#10549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10550) Unexpected tab character. (no-tabs)
(#10550) There should be no spaces inside this paren. (space-in-parens)
(#10550) There should be no spaces inside this paren. (space-in-parens)
(#10550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10551) Unexpected tab character. (no-tabs)
(#10551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10552) Unexpected tab character. (no-tabs)
(#10552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10553) Unexpected tab character. (no-tabs)
(#10553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10555) Unexpected tab character. (no-tabs)
(#10555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10557) Unexpected tab character. (no-tabs)
(#10557) There should be no spaces inside this paren. (space-in-parens)
(#10557) There should be no spaces inside this paren. (space-in-parens)
(#10557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10558) Unexpected tab character. (no-tabs)
(#10558) There should be no spaces inside this paren. (space-in-parens)
(#10558) There should be no spaces inside this paren. (space-in-parens)
(#10558) There should be no spaces inside this paren. (space-in-parens)
(#10558) There should be no spaces inside this paren. (space-in-parens)
(#10558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10559) Unexpected tab character. (no-tabs)
(#10559) There should be no spaces inside this paren. (space-in-parens)
(#10559) There should be no spaces inside this paren. (space-in-parens)
(#10559) There should be no spaces inside this paren. (space-in-parens)
(#10559) There should be no spaces inside this paren. (space-in-parens)
(#10559) There should be no spaces inside this paren. (space-in-parens)
(#10559) There should be no spaces inside this paren. (space-in-parens)
(#10559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10560) Unexpected tab character. (no-tabs)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) There should be no spaces inside this paren. (space-in-parens)
(#10560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10561) Unexpected tab character. (no-tabs)
(#10561) There should be no spaces inside this paren. (space-in-parens)
(#10561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10562) Unexpected tab character. (no-tabs)
(#10562) There should be no spaces inside this paren. (space-in-parens)
(#10562) There should be no spaces inside this paren. (space-in-parens)
(#10562) There should be no spaces inside this paren. (space-in-parens)
(#10562) There should be no spaces inside this paren. (space-in-parens)
(#10562) There should be no spaces inside this paren. (space-in-parens)
(#10562) There should be no spaces inside this paren. (space-in-parens)
(#10562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10563) Unexpected tab character. (no-tabs)
(#10563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10564) Unexpected tab character. (no-tabs)
(#10564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10566) Unexpected tab character. (no-tabs)
(#10566) There should be no spaces inside this paren. (space-in-parens)
(#10566) There should be no spaces inside this paren. (space-in-parens)
(#10566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10567) Unexpected tab character. (no-tabs)
(#10567) There should be no spaces inside this paren. (space-in-parens)
(#10567) There should be no spaces inside this paren. (space-in-parens)
(#10567) There should be no spaces inside this paren. (space-in-parens)
(#10567) There should be no spaces inside this paren. (space-in-parens)
(#10567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10568) Unexpected tab character. (no-tabs)
(#10568) There should be no spaces inside this paren. (space-in-parens)
(#10568) There should be no spaces inside this paren. (space-in-parens)
(#10568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10569) Unexpected tab character. (no-tabs)
(#10569) There should be no spaces inside this paren. (space-in-parens)
(#10569) There should be no spaces inside this paren. (space-in-parens)
(#10569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10570) Unexpected tab character. (no-tabs)
(#10570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10571) Unexpected tab character. (no-tabs)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) There should be no spaces inside this paren. (space-in-parens)
(#10571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10572) Unexpected tab character. (no-tabs)
(#10572) There should be no spaces inside this paren. (space-in-parens)
(#10572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10573) Unexpected tab character. (no-tabs)
(#10573) There should be no spaces inside this paren. (space-in-parens)
(#10573) There should be no spaces inside this paren. (space-in-parens)
(#10573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10574) Unexpected tab character. (no-tabs)
(#10574) There should be no spaces inside this paren. (space-in-parens)
(#10574) There should be no spaces inside this paren. (space-in-parens)
(#10574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10575) Unexpected tab character. (no-tabs)
(#10575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10576) Unexpected tab character. (no-tabs)
(#10576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10577) Unexpected tab character. (no-tabs)
(#10577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10579) Unexpected tab character. (no-tabs)
(#10579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10581) Unexpected tab character. (no-tabs)
(#10581) There should be no spaces inside this paren. (space-in-parens)
(#10581) There should be no spaces inside this paren. (space-in-parens)
(#10581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10582) Unexpected tab character. (no-tabs)
(#10582) There should be no spaces inside this paren. (space-in-parens)
(#10582) There should be no spaces inside this paren. (space-in-parens)
(#10582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10583) Unexpected tab character. (no-tabs)
(#10583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10585) Unexpected tab character. (no-tabs)
(#10585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10586) There should be no spaces inside this paren. (space-in-parens)
(#10586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10588) There should be no spaces inside this paren. (space-in-parens)
(#10588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10589) Unexpected tab character. (no-tabs)
(#10589) There should be no spaces inside this paren. (space-in-parens)
(#10589) There should be no spaces inside this paren. (space-in-parens)
(#10589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10591) Unexpected tab character. (no-tabs)
(#10591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10593) Unexpected tab character. (no-tabs)
(#10593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10595) Unexpected tab character. (no-tabs)
(#10595) There should be no spaces inside this paren. (space-in-parens)
(#10595) There should be no spaces inside this paren. (space-in-parens)
(#10595) There should be no spaces inside this paren. (space-in-parens)
(#10595) There should be no spaces inside this paren. (space-in-parens)
(#10595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10596) Unexpected tab character. (no-tabs)
(#10596) There should be no spaces inside this paren. (space-in-parens)
(#10596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10597) Unexpected tab character. (no-tabs)
(#10597) There should be no spaces inside this paren. (space-in-parens)
(#10597) There should be no spaces inside this paren. (space-in-parens)
(#10597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10598) Unexpected tab character. (no-tabs)
(#10598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10599) Unexpected tab character. (no-tabs)
(#10599) There should be no spaces inside this paren. (space-in-parens)
(#10599) There should be no space after '['. (computed-property-spacing)
(#10599) There should be no space before ']'. (computed-property-spacing)
(#10599) There should be no spaces inside this paren. (space-in-parens)
(#10599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10600) Unexpected tab character. (no-tabs)
(#10600) There should be no spaces inside this paren. (space-in-parens)
(#10600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10601) Unexpected tab character. (no-tabs)
(#10601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10602) Unexpected tab character. (no-tabs)
(#10602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10603) Unexpected tab character. (no-tabs)
(#10603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10604) Unexpected tab character. (no-tabs)
(#10604) There should be no spaces inside this paren. (space-in-parens)
(#10604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10605) Unexpected tab character. (no-tabs)
(#10605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10606) Unexpected tab character. (no-tabs)
(#10606) There should be no spaces inside this paren. (space-in-parens)
(#10606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10608) Unexpected tab character. (no-tabs)
(#10608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10609) Unexpected tab character. (no-tabs)
(#10609) Method 'drag' has a complexity of 30. (complexity)
(#10609) There should be no spaces inside this paren. (space-in-parens)
(#10609) There should be no spaces inside this paren. (space-in-parens)
(#10609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10611) Unexpected tab character. (no-tabs)
(#10611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10612) Unexpected tab character. (no-tabs)
(#10612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10613) Unexpected tab character. (no-tabs)
(#10613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10614) Unexpected tab character. (no-tabs)
(#10614) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10615) Unexpected tab character. (no-tabs)
(#10615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10617) Unexpected tab character. (no-tabs)
(#10617) There should be no spaces inside this paren. (space-in-parens)
(#10617) There should be no spaces inside this paren. (space-in-parens)
(#10617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10619) Unexpected tab character. (no-tabs)
(#10619) There should be no space after '['. (computed-property-spacing)
(#10619) There should be no space before ']'. (computed-property-spacing)
(#10619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10620) Unexpected tab character. (no-tabs)
(#10620) There should be no space after '['. (computed-property-spacing)
(#10620) There should be no space before ']'. (computed-property-spacing)
(#10620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10621) Unexpected tab character. (no-tabs)
(#10621) There should be no space after '['. (computed-property-spacing)
(#10621) There should be no space before ']'. (computed-property-spacing)
(#10621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10622) Unexpected tab character. (no-tabs)
(#10622) There should be no space after '['. (computed-property-spacing)
(#10622) There should be no space before ']'. (computed-property-spacing)
(#10622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10624) Unexpected tab character. (no-tabs)
(#10624) There should be no spaces inside this paren. (space-in-parens)
(#10624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10625) Unexpected tab character. (no-tabs)
(#10625) There should be no spaces inside this paren. (space-in-parens)
(#10625) There should be no space after '['. (computed-property-spacing)
(#10625) There should be no space before ']'. (computed-property-spacing)
(#10625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10626) Unexpected tab character. (no-tabs)
(#10626) There should be no space after '['. (computed-property-spacing)
(#10626) There should be no space before ']'. (computed-property-spacing)
(#10626) There should be no spaces inside this paren. (space-in-parens)
(#10626) There should be no spaces inside this paren. (space-in-parens)
(#10626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10627) Unexpected tab character. (no-tabs)
(#10627) There should be no spaces inside this paren. (space-in-parens)
(#10627) There should be no space after '['. (computed-property-spacing)
(#10627) There should be no space before ']'. (computed-property-spacing)
(#10627) There should be no spaces inside this paren. (space-in-parens)
(#10627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10628) Unexpected tab character. (no-tabs)
(#10628) There should be no spaces inside this paren. (space-in-parens)
(#10628) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10629) Unexpected tab character. (no-tabs)
(#10629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10630) Unexpected tab character. (no-tabs)
(#10630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10631) Unexpected tab character. (no-tabs)
(#10631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10632) Unexpected tab character. (no-tabs)
(#10632) There should be no spaces inside this paren. (space-in-parens)
(#10632) There should be no space after '{'. (object-curly-spacing)
(#10632) There should be no space after '['. (computed-property-spacing)
(#10632) There should be no space before ']'. (computed-property-spacing)
(#10632) There should be no space before '}'. (object-curly-spacing)
(#10632) There should be no spaces inside this paren. (space-in-parens)
(#10632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10633) Unexpected tab character. (no-tabs)
(#10633) There should be no spaces inside this paren. (space-in-parens)
(#10633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10634) Unexpected tab character. (no-tabs)
(#10634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10635) Unexpected tab character. (no-tabs)
(#10635) There should be no space after '['. (computed-property-spacing)
(#10635) There should be no space before ']'. (computed-property-spacing)
(#10635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10636) Unexpected tab character. (no-tabs)
(#10636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10637) Unexpected tab character. (no-tabs)
(#10637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10639) Unexpected tab character. (no-tabs)
(#10639) There should be no spaces inside this paren. (space-in-parens)
(#10639) There should be no spaces inside this paren. (space-in-parens)
(#10639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10640) Unexpected tab character. (no-tabs)
(#10640) There should be no spaces inside this paren. (space-in-parens)
(#10640) There should be no spaces inside this paren. (space-in-parens)
(#10640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10641) Unexpected tab character. (no-tabs)
(#10641) There should be no spaces inside this paren. (space-in-parens)
(#10641) There should be no spaces inside this paren. (space-in-parens)
(#10641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10642) Unexpected tab character. (no-tabs)
(#10642) There should be no spaces inside this paren. (space-in-parens)
(#10642) There should be no spaces inside this paren. (space-in-parens)
(#10642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10643) Unexpected tab character. (no-tabs)
(#10643) There should be no spaces inside this paren. (space-in-parens)
(#10643) There should be no spaces inside this paren. (space-in-parens)
(#10643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10644) Unexpected tab character. (no-tabs)
(#10644) There should be no spaces inside this paren. (space-in-parens)
(#10644) There should be no spaces inside this paren. (space-in-parens)
(#10644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10645) Unexpected tab character. (no-tabs)
(#10645) There should be no spaces inside this paren. (space-in-parens)
(#10645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10646) Unexpected tab character. (no-tabs)
(#10646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10647) Unexpected tab character. (no-tabs)
(#10647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10648) Unexpected tab character. (no-tabs)
(#10648) There should be no spaces inside this paren. (space-in-parens)
(#10648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10649) Unexpected tab character. (no-tabs)
(#10649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10650) Unexpected tab character. (no-tabs)
(#10650) There should be no spaces inside this paren. (space-in-parens)
(#10650) There should be no spaces inside this paren. (space-in-parens)
(#10650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10651) Unexpected tab character. (no-tabs)
(#10651) There should be no spaces inside this paren. (space-in-parens)
(#10651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10652) Unexpected tab character. (no-tabs)
(#10652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10653) Unexpected tab character. (no-tabs)
(#10653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10654) Unexpected tab character. (no-tabs)
(#10654) There should be no spaces inside this paren. (space-in-parens)
(#10654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10655) Unexpected tab character. (no-tabs)
(#10655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10656) Unexpected tab character. (no-tabs)
(#10656) There should be no spaces inside this paren. (space-in-parens)
(#10656) There should be no spaces inside this paren. (space-in-parens)
(#10656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10657) Unexpected tab character. (no-tabs)
(#10657) There should be no spaces inside this paren. (space-in-parens)
(#10657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10658) Unexpected tab character. (no-tabs)
(#10658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10659) Unexpected tab character. (no-tabs)
(#10659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10660) Unexpected tab character. (no-tabs)
(#10660) There should be no spaces inside this paren. (space-in-parens)
(#10660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10661) Unexpected tab character. (no-tabs)
(#10661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10662) Unexpected tab character. (no-tabs)
(#10662) There should be no spaces inside this paren. (space-in-parens)
(#10662) There should be no spaces inside this paren. (space-in-parens)
(#10662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10663) Unexpected tab character. (no-tabs)
(#10663) There should be no spaces inside this paren. (space-in-parens)
(#10663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10664) Unexpected tab character. (no-tabs)
(#10664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10665) Unexpected tab character. (no-tabs)
(#10665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10666) Unexpected tab character. (no-tabs)
(#10666) There should be no spaces inside this paren. (space-in-parens)
(#10666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10667) Unexpected tab character. (no-tabs)
(#10667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10668) Unexpected tab character. (no-tabs)
(#10668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10670) Unexpected tab character. (no-tabs)
(#10670) There should be no spaces inside this paren. (space-in-parens)
(#10670) There should be no spaces inside this paren. (space-in-parens)
(#10670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10672) Unexpected tab character. (no-tabs)
(#10672) There should be no spaces inside this paren. (space-in-parens)
(#10672) There should be no spaces inside this paren. (space-in-parens)
(#10672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10673) Unexpected tab character. (no-tabs)
(#10673) There should be no spaces inside this paren. (space-in-parens)
(#10673) There should be no spaces inside this paren. (space-in-parens)
(#10673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10674) Unexpected tab character. (no-tabs)
(#10674) There should be no spaces inside this paren. (space-in-parens)
(#10674) There should be no spaces inside this paren. (space-in-parens)
(#10674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10675) Unexpected tab character. (no-tabs)
(#10675) There should be no spaces inside this paren. (space-in-parens)
(#10675) There should be no spaces inside this paren. (space-in-parens)
(#10675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10676) Unexpected tab character. (no-tabs)
(#10676) There should be no spaces inside this paren. (space-in-parens)
(#10676) There should be no spaces inside this paren. (space-in-parens)
(#10676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10677) Unexpected tab character. (no-tabs)
(#10677) There should be no spaces inside this paren. (space-in-parens)
(#10677) There should be no spaces inside this paren. (space-in-parens)
(#10677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10678) Unexpected tab character. (no-tabs)
(#10678) There should be no spaces inside this paren. (space-in-parens)
(#10678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10679) Unexpected tab character. (no-tabs)
(#10679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10680) Unexpected tab character. (no-tabs)
(#10680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10681) Unexpected tab character. (no-tabs)
(#10681) There should be no spaces inside this paren. (space-in-parens)
(#10681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10682) Unexpected tab character. (no-tabs)
(#10682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10683) Unexpected tab character. (no-tabs)
(#10683) There should be no spaces inside this paren. (space-in-parens)
(#10683) There should be no spaces inside this paren. (space-in-parens)
(#10683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10684) Unexpected tab character. (no-tabs)
(#10684) There should be no spaces inside this paren. (space-in-parens)
(#10684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10685) Unexpected tab character. (no-tabs)
(#10685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10686) Unexpected tab character. (no-tabs)
(#10686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10687) Unexpected tab character. (no-tabs)
(#10687) There should be no spaces inside this paren. (space-in-parens)
(#10687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10688) Unexpected tab character. (no-tabs)
(#10688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10689) Unexpected tab character. (no-tabs)
(#10689) There should be no spaces inside this paren. (space-in-parens)
(#10689) There should be no spaces inside this paren. (space-in-parens)
(#10689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10690) Unexpected tab character. (no-tabs)
(#10690) There should be no spaces inside this paren. (space-in-parens)
(#10690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10691) Unexpected tab character. (no-tabs)
(#10691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10692) Unexpected tab character. (no-tabs)
(#10692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10693) Unexpected tab character. (no-tabs)
(#10693) There should be no spaces inside this paren. (space-in-parens)
(#10693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10694) Unexpected tab character. (no-tabs)
(#10694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10695) Unexpected tab character. (no-tabs)
(#10695) There should be no spaces inside this paren. (space-in-parens)
(#10695) There should be no spaces inside this paren. (space-in-parens)
(#10695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10696) Unexpected tab character. (no-tabs)
(#10696) There should be no spaces inside this paren. (space-in-parens)
(#10696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10697) Unexpected tab character. (no-tabs)
(#10697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10698) Unexpected tab character. (no-tabs)
(#10698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10699) Unexpected tab character. (no-tabs)
(#10699) There should be no spaces inside this paren. (space-in-parens)
(#10699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10700) Unexpected tab character. (no-tabs)
(#10700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10701) Unexpected tab character. (no-tabs)
(#10701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10703) Unexpected tab character. (no-tabs)
(#10703) There should be no spaces inside this paren. (space-in-parens)
(#10703) There should be no space after '['. (computed-property-spacing)
(#10703) There should be no space before ']'. (computed-property-spacing)
(#10703) There should be no spaces inside this paren. (space-in-parens)
(#10703) There should be no spaces inside this paren. (space-in-parens)
(#10703) There should be no spaces inside this paren. (space-in-parens)
(#10703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10704) Unexpected tab character. (no-tabs)
(#10704) There should be no spaces inside this paren. (space-in-parens)
(#10704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10705) Unexpected tab character. (no-tabs)
(#10705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10706) Unexpected tab character. (no-tabs)
(#10706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10707) Unexpected tab character. (no-tabs)
(#10707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10708) Unexpected tab character. (no-tabs)
(#10708) There should be no spaces inside this paren. (space-in-parens)
(#10708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10709) Unexpected tab character. (no-tabs)
(#10709) There should be no space after '['. (computed-property-spacing)
(#10709) There should be no space before ']'. (computed-property-spacing)
(#10709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10710) Unexpected tab character. (no-tabs)
(#10710) There should be no spaces inside this paren. (space-in-parens)
(#10710) There should be no spaces inside this paren. (space-in-parens)
(#10710) There should be no spaces inside this paren. (space-in-parens)
(#10710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10711) Unexpected tab character. (no-tabs)
(#10711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10712) Unexpected tab character. (no-tabs)
(#10712) There should be no space after '['. (computed-property-spacing)
(#10712) There should be no space before ']'. (computed-property-spacing)
(#10712) There should be no spaces inside this paren. (space-in-parens)
(#10712) There should be no spaces inside this paren. (space-in-parens)
(#10712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10714) Unexpected tab character. (no-tabs)
(#10714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10716) Unexpected tab character. (no-tabs)
(#10716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10717) There should be no spaces inside this paren. (space-in-parens)
(#10717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10719) There should be no spaces inside this paren. (space-in-parens)
(#10719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10720) Unexpected tab character. (no-tabs)
(#10720) There should be no spaces inside this paren. (space-in-parens)
(#10720) There should be no spaces inside this paren. (space-in-parens)
(#10720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10721) Unexpected tab character. (no-tabs)
(#10721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10722) Unexpected tab character. (no-tabs)
(#10722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10723) Unexpected tab character. (no-tabs)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10724) Unexpected tab character. (no-tabs)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) There should be no spaces inside this paren. (space-in-parens)
(#10724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10725) Unexpected tab character. (no-tabs)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) There should be no spaces inside this paren. (space-in-parens)
(#10725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10726) Unexpected tab character. (no-tabs)
(#10726) There should be no spaces inside this paren. (space-in-parens)
(#10726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10728) Unexpected tab character. (no-tabs)
(#10728) There should be no spaces inside this paren. (space-in-parens)
(#10728) There should be no spaces inside this paren. (space-in-parens)
(#10728) Statement inside of curly braces should be on next line. (brace-style)
(#10728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10730) Unexpected tab character. (no-tabs)
(#10730) There should be no spaces inside this paren. (space-in-parens)
(#10730) There should be no spaces inside this paren. (space-in-parens)
(#10730) There should be no space after '['. (computed-property-spacing)
(#10730) There should be no space before ']'. (computed-property-spacing)
(#10730) There should be no spaces inside this paren. (space-in-parens)
(#10730) There should be no spaces inside this paren. (space-in-parens)
(#10730) There should be no spaces inside this paren. (space-in-parens)
(#10730) There should be no spaces inside this paren. (space-in-parens)
(#10730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10731) Unexpected tab character. (no-tabs)
(#10731) There should be no spaces inside this paren. (space-in-parens)
(#10731) There should be no spaces inside this paren. (space-in-parens)
(#10731) There should be no spaces inside this paren. (space-in-parens)
(#10731) There should be no spaces inside this paren. (space-in-parens)
(#10731) There should be no spaces inside this paren. (space-in-parens)
(#10731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10732) Unexpected tab character. (no-tabs)
(#10732) There should be no spaces inside this paren. (space-in-parens)
(#10732) There should be no spaces inside this paren. (space-in-parens)
(#10732) There should be no spaces inside this paren. (space-in-parens)
(#10732) There should be no spaces inside this paren. (space-in-parens)
(#10732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10733) Unexpected tab character. (no-tabs)
(#10733) There should be no spaces inside this paren. (space-in-parens)
(#10733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10734) Unexpected tab character. (no-tabs)
(#10734) There should be no spaces inside this paren. (space-in-parens)
(#10734) There should be no spaces inside this paren. (space-in-parens)
(#10734) There should be no spaces inside this paren. (space-in-parens)
(#10734) There should be no spaces inside this paren. (space-in-parens)
(#10734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10735) Unexpected tab character. (no-tabs)
(#10735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10736) There should be no spaces inside this paren. (space-in-parens)
(#10736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10738) There should be no spaces inside this paren. (space-in-parens)
(#10738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10739) Unexpected tab character. (no-tabs)
(#10739) There should be no spaces inside this paren. (space-in-parens)
(#10739) There should be no spaces inside this paren. (space-in-parens)
(#10739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10740) Unexpected tab character. (no-tabs)
(#10740) There should be no spaces inside this paren. (space-in-parens)
(#10740) There should be no spaces inside this paren. (space-in-parens)
(#10740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10741) Unexpected tab character. (no-tabs)
(#10741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10743) Unexpected tab character. (no-tabs)
(#10743) There should be no spaces inside this paren. (space-in-parens)
(#10743) There should be no spaces inside this paren. (space-in-parens)
(#10743) There should be no spaces inside this paren. (space-in-parens)
(#10743) There should be no spaces inside this paren. (space-in-parens)
(#10743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10744) Unexpected tab character. (no-tabs)
(#10744) There should be no spaces inside this paren. (space-in-parens)
(#10744) There should be no spaces inside this paren. (space-in-parens)
(#10744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10745) Unexpected tab character. (no-tabs)
(#10745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10746) Unexpected tab character. (no-tabs)
(#10746) There should be no spaces inside this paren. (space-in-parens)
(#10746) There should be no spaces inside this paren. (space-in-parens)
(#10746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10747) Unexpected tab character. (no-tabs)
(#10747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10748) Unexpected tab character. (no-tabs)
(#10748) There should be no spaces inside this paren. (space-in-parens)
(#10748) There should be no spaces inside this paren. (space-in-parens)
(#10748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10749) Unexpected tab character. (no-tabs)
(#10749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10751) Unexpected tab character. (no-tabs)
(#10751) There should be no spaces inside this paren. (space-in-parens)
(#10751) There should be no spaces inside this paren. (space-in-parens)
(#10751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10752) Unexpected tab character. (no-tabs)
(#10752) There should be no spaces inside this paren. (space-in-parens)
(#10752) There should be no spaces inside this paren. (space-in-parens)
(#10752) There should be no spaces inside this paren. (space-in-parens)
(#10752) There should be no spaces inside this paren. (space-in-parens)
(#10752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10753) Unexpected tab character. (no-tabs)
(#10753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10754) Unexpected tab character. (no-tabs)
(#10754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10755) There should be no spaces inside this paren. (space-in-parens)
(#10755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10757) 'widgetsDraggable' is assigned a value but never used. (no-unused-vars)
(#10757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10760) Expected space or tab after '/*' in comment. (spaced-comment)
(#10760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10769) Expected space or tab after '//' in comment. (spaced-comment)
(#10769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10770) Expected space or tab after '//' in comment. (spaced-comment)
(#10770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10771) Expected space or tab after '//' in comment. (spaced-comment)
(#10771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10772) Expected space or tab after '//' in comment. (spaced-comment)
(#10772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10773) Expected space or tab after '//' in comment. (spaced-comment)
(#10773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10774) Expected space or tab after '//' in comment. (spaced-comment)
(#10774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10775) Expected space or tab after '//' in comment. (spaced-comment)
(#10775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10776) Expected space or tab after '//' in comment. (spaced-comment)
(#10776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10777) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10780) There should be no spaces inside this paren. (space-in-parens)
(#10780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10781) Unexpected tab character. (no-tabs)
(#10781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10782) Unexpected tab character. (no-tabs)
(#10782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10783) Unexpected tab character. (no-tabs)
(#10783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10784) Unexpected tab character. (no-tabs)
(#10784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10785) Unexpected tab character. (no-tabs)
(#10785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10786) Unexpected tab character. (no-tabs)
(#10786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10787) Unexpected tab character. (no-tabs)
(#10787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10788) Unexpected tab character. (no-tabs)
(#10788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10789) Unexpected tab character. (no-tabs)
(#10789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10790) Unexpected tab character. (no-tabs)
(#10790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10791) Unexpected tab character. (no-tabs)
(#10791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10792) Unexpected tab character. (no-tabs)
(#10792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10793) Unexpected tab character. (no-tabs)
(#10793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10794) Unexpected tab character. (no-tabs)
(#10794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10795) Unexpected tab character. (no-tabs)
(#10795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10796) Unexpected tab character. (no-tabs)
(#10796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10797) Unexpected tab character. (no-tabs)
(#10797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10798) Unexpected tab character. (no-tabs)
(#10798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10799) Unexpected tab character. (no-tabs)
(#10799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10800) Unexpected tab character. (no-tabs)
(#10800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10801) Unexpected tab character. (no-tabs)
(#10801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10803) Unexpected tab character. (no-tabs)
(#10803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10804) Unexpected tab character. (no-tabs)
(#10804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10806) Unexpected tab character. (no-tabs)
(#10806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10807) Unexpected tab character. (no-tabs)
(#10807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10808) Unexpected tab character. (no-tabs)
(#10808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10809) Unexpected tab character. (no-tabs)
(#10809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10810) Unexpected tab character. (no-tabs)
(#10810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10812) Unexpected tab character. (no-tabs)
(#10812) There should be no spaces inside this paren. (space-in-parens)
(#10812) There should be no spaces inside this paren. (space-in-parens)
(#10812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10813) Unexpected tab character. (no-tabs)
(#10813) There should be no spaces inside this paren. (space-in-parens)
(#10813) There should be no spaces inside this paren. (space-in-parens)
(#10813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10814) Unexpected tab character. (no-tabs)
(#10814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10816) Unexpected tab character. (no-tabs)
(#10816) There should be no spaces inside this paren. (space-in-parens)
(#10816) There should be no spaces inside this paren. (space-in-parens)
(#10816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10817) Unexpected tab character. (no-tabs)
(#10817) There should be no spaces inside this paren. (space-in-parens)
(#10817) There should be no spaces inside this paren. (space-in-parens)
(#10817) There should be no spaces inside this paren. (space-in-parens)
(#10817) There should be no spaces inside this paren. (space-in-parens)
(#10817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10818) Unexpected tab character. (no-tabs)
(#10818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10820) Unexpected tab character. (no-tabs)
(#10820) There should be no spaces inside this paren. (space-in-parens)
(#10820) There should be no spaces inside this paren. (space-in-parens)
(#10820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10822) Unexpected tab character. (no-tabs)
(#10822) There should be no spaces inside this paren. (space-in-parens)
(#10822) There should be no spaces inside this paren. (space-in-parens)
(#10822) There should be no spaces inside this paren. (space-in-parens)
(#10822) There should be no spaces inside this paren. (space-in-parens)
(#10822) There should be no spaces inside this paren. (space-in-parens)
(#10822) There should be no spaces inside this paren. (space-in-parens)
(#10822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10823) Unexpected tab character. (no-tabs)
(#10823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10824) Unexpected tab character. (no-tabs)
(#10824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10826) Unexpected tab character. (no-tabs)
(#10826) There should be no spaces inside this paren. (space-in-parens)
(#10826) There should be no spaces inside this paren. (space-in-parens)
(#10826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10827) Unexpected tab character. (no-tabs)
(#10827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10829) Unexpected tab character. (no-tabs)
(#10829) There should be no spaces inside this paren. (space-in-parens)
(#10829) There should be no space after '['. (computed-property-spacing)
(#10829) There should be no space before ']'. (computed-property-spacing)
(#10829) There should be no spaces inside this paren. (space-in-parens)
(#10829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10830) Unexpected tab character. (no-tabs)
(#10830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10831) Unexpected tab character. (no-tabs)
(#10831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10833) Unexpected tab character. (no-tabs)
(#10833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10834) Unexpected tab character. (no-tabs)
(#10834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10835) Unexpected tab character. (no-tabs)
(#10835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10836) Unexpected tab character. (no-tabs)
(#10836) There should be no space after '['. (computed-property-spacing)
(#10836) There should be no space before ']'. (computed-property-spacing)
(#10836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10837) Unexpected tab character. (no-tabs)
(#10837) There should be no spaces inside this paren. (space-in-parens)
(#10837) There should be no space after '['. (computed-property-spacing)
(#10837) There should be no space before ']'. (computed-property-spacing)
(#10837) There should be no spaces inside this paren. (space-in-parens)
(#10837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10838) Unexpected tab character. (no-tabs)
(#10838) There should be no space after '['. (computed-property-spacing)
(#10838) There should be no space before ']'. (computed-property-spacing)
(#10838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10839) Unexpected tab character. (no-tabs)
(#10839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10840) Unexpected tab character. (no-tabs)
(#10840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10842) Unexpected tab character. (no-tabs)
(#10842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10844) Unexpected tab character. (no-tabs)
(#10844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10845) Unexpected tab character. (no-tabs)
(#10845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10846) Unexpected tab character. (no-tabs)
(#10846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10847) Unexpected tab character. (no-tabs)
(#10847) There should be no spaces inside this paren. (space-in-parens)
(#10847) There should be no spaces inside this paren. (space-in-parens)
(#10847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10849) Unexpected tab character. (no-tabs)
(#10849) There should be no spaces inside this paren. (space-in-parens)
(#10849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10850) Unexpected tab character. (no-tabs)
(#10850) There should be no spaces inside this paren. (space-in-parens)
(#10850) There should be no spaces inside this paren. (space-in-parens)
(#10850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10851) Unexpected tab character. (no-tabs)
(#10851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10852) Unexpected tab character. (no-tabs)
(#10852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10853) Unexpected tab character. (no-tabs)
(#10853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10854) Unexpected tab character. (no-tabs)
(#10854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10855) Unexpected tab character. (no-tabs)
(#10855) There should be no spaces inside this paren. (space-in-parens)
(#10855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10857) Unexpected tab character. (no-tabs)
(#10857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10858) Unexpected tab character. (no-tabs)
(#10858) There should be no spaces inside this paren. (space-in-parens)
(#10858) There should be no space after '['. (computed-property-spacing)
(#10858) There should be no space before ']'. (computed-property-spacing)
(#10858) There should be no spaces inside this paren. (space-in-parens)
(#10858) There should be no spaces inside this paren. (space-in-parens)
(#10858) There should be no spaces inside this paren. (space-in-parens)
(#10858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10860) Unexpected tab character. (no-tabs)
(#10860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10861) Unexpected tab character. (no-tabs)
(#10861) There should be no spaces inside this paren. (space-in-parens)
(#10861) There should be no spaces inside this paren. (space-in-parens)
(#10861) There should be no spaces inside this paren. (space-in-parens)
(#10861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10862) Unexpected tab character. (no-tabs)
(#10862) There should be no spaces inside this paren. (space-in-parens)
(#10862) There should be no spaces inside this paren. (space-in-parens)
(#10862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10863) Unexpected tab character. (no-tabs)
(#10863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10864) Unexpected tab character. (no-tabs)
(#10864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10865) Unexpected tab character. (no-tabs)
(#10865) There should be no spaces inside this paren. (space-in-parens)
(#10865) There should be no spaces inside this paren. (space-in-parens)
(#10865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10866) Unexpected tab character. (no-tabs)
(#10866) There should be no spaces inside this paren. (space-in-parens)
(#10866) There should be no spaces inside this paren. (space-in-parens)
(#10866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10867) Unexpected tab character. (no-tabs)
(#10867) There should be no spaces inside this paren. (space-in-parens)
(#10867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10868) Unexpected tab character. (no-tabs)
(#10868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10870) Unexpected tab character. (no-tabs)
(#10870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10871) Unexpected tab character. (no-tabs)
(#10871) There should be no spaces inside this paren. (space-in-parens)
(#10871) There should be no spaces inside this paren. (space-in-parens)
(#10871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10872) Unexpected tab character. (no-tabs)
(#10872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10874) Unexpected tab character. (no-tabs)
(#10874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10876) Unexpected tab character. (no-tabs)
(#10876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10877) Unexpected tab character. (no-tabs)
(#10877) There should be no spaces inside this paren. (space-in-parens)
(#10877) There should be no spaces inside this paren. (space-in-parens)
(#10877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10878) Unexpected tab character. (no-tabs)
(#10878) There should be no spaces inside this paren. (space-in-parens)
(#10878) There should be no spaces inside this paren. (space-in-parens)
(#10878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10879) Unexpected tab character. (no-tabs)
(#10879) There should be no spaces inside this paren. (space-in-parens)
(#10879) There should be no spaces inside this paren. (space-in-parens)
(#10879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10880) Unexpected tab character. (no-tabs)
(#10880) There should be no spaces inside this paren. (space-in-parens)
(#10880) There should be no spaces inside this paren. (space-in-parens)
(#10880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10881) Unexpected tab character. (no-tabs)
(#10881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10883) Unexpected tab character. (no-tabs)
(#10883) There should be no spaces inside this paren. (space-in-parens)
(#10883) There should be no spaces inside this paren. (space-in-parens)
(#10883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10884) Unexpected tab character. (no-tabs)
(#10884) There should be no spaces inside this paren. (space-in-parens)
(#10884) There should be no spaces inside this paren. (space-in-parens)
(#10884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10886) Unexpected tab character. (no-tabs)
(#10886) Comments should not begin with a lowercase character (capitalized-comments)
(#10886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10887) Unexpected tab character. (no-tabs)
(#10887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10888) Unexpected tab character. (no-tabs)
(#10888) There should be no spaces inside this paren. (space-in-parens)
(#10888) There should be no spaces inside this paren. (space-in-parens)
(#10888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10889) Unexpected tab character. (no-tabs)
(#10889) There should be no spaces inside this paren. (space-in-parens)
(#10889) There should be no spaces inside this paren. (space-in-parens)
(#10889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10891) Unexpected tab character. (no-tabs)
(#10891) There should be no spaces inside this paren. (space-in-parens)
(#10891) There should be no spaces inside this paren. (space-in-parens)
(#10891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10892) Unexpected tab character. (no-tabs)
(#10892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10893) Unexpected tab character. (no-tabs)
(#10893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10894) Unexpected tab character. (no-tabs)
(#10894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10895) Unexpected tab character. (no-tabs)
(#10895) There should be no spaces inside this paren. (space-in-parens)
(#10895) There should be no spaces inside this paren. (space-in-parens)
(#10895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10897) Unexpected tab character. (no-tabs)
(#10897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10898) Unexpected tab character. (no-tabs)
(#10898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10899) Unexpected tab character. (no-tabs)
(#10899) There should be no spaces inside this paren. (space-in-parens)
(#10899) There should be no spaces inside this paren. (space-in-parens)
(#10899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10901) Unexpected tab character. (no-tabs)
(#10901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10902) Unexpected tab character. (no-tabs)
(#10902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10904) Unexpected tab character. (no-tabs)
(#10904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10906) Unexpected tab character. (no-tabs)
(#10906) There should be no spaces inside this paren. (space-in-parens)
(#10906) There should be no spaces inside this paren. (space-in-parens)
(#10906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10907) Unexpected tab character. (no-tabs)
(#10907) There should be no spaces inside this paren. (space-in-parens)
(#10907) There should be no spaces inside this paren. (space-in-parens)
(#10907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10908) Unexpected tab character. (no-tabs)
(#10908) There should be no spaces inside this paren. (space-in-parens)
(#10908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10909) Unexpected tab character. (no-tabs)
(#10909) There should be no spaces inside this paren. (space-in-parens)
(#10909) There should be no spaces inside this paren. (space-in-parens)
(#10909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10910) Unexpected tab character. (no-tabs)
(#10910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10911) Unexpected tab character. (no-tabs)
(#10911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10912) Unexpected tab character. (no-tabs)
(#10912) There should be no spaces inside this paren. (space-in-parens)
(#10912) There should be no spaces inside this paren. (space-in-parens)
(#10912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10913) Unexpected tab character. (no-tabs)
(#10913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10914) Unexpected tab character. (no-tabs)
(#10914) There should be no spaces inside this paren. (space-in-parens)
(#10914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10915) Unexpected tab character. (no-tabs)
(#10915) There should be no spaces inside this paren. (space-in-parens)
(#10915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10916) Unexpected tab character. (no-tabs)
(#10916) There should be no spaces inside this paren. (space-in-parens)
(#10916) There should be no spaces inside this paren. (space-in-parens)
(#10916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10917) Unexpected tab character. (no-tabs)
(#10917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10918) Unexpected tab character. (no-tabs)
(#10918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10919) Unexpected tab character. (no-tabs)
(#10919) There should be no spaces inside this paren. (space-in-parens)
(#10919) There should be no spaces inside this paren. (space-in-parens)
(#10919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10920) Unexpected tab character. (no-tabs)
(#10920) There should be no spaces inside this paren. (space-in-parens)
(#10920) There should be no spaces inside this paren. (space-in-parens)
(#10920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10921) Unexpected tab character. (no-tabs)
(#10921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10922) Unexpected tab character. (no-tabs)
(#10922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10923) Unexpected tab character. (no-tabs)
(#10923) There should be no spaces inside this paren. (space-in-parens)
(#10923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10924) Unexpected tab character. (no-tabs)
(#10924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10926) Unexpected tab character. (no-tabs)
(#10926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10927) Unexpected tab character. (no-tabs)
(#10927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10929) Unexpected tab character. (no-tabs)
(#10929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10931) Unexpected tab character. (no-tabs)
(#10931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10933) Unexpected tab character. (no-tabs)
(#10933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10934) Unexpected tab character. (no-tabs)
(#10934) There should be no spaces inside this paren. (space-in-parens)
(#10934) There should be no spaces inside this paren. (space-in-parens)
(#10934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10935) Unexpected tab character. (no-tabs)
(#10935) There should be no spaces inside this paren. (space-in-parens)
(#10935) There should be no spaces inside this paren. (space-in-parens)
(#10935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10936) Unexpected tab character. (no-tabs)
(#10936) There should be no spaces inside this paren. (space-in-parens)
(#10936) There should be no spaces inside this paren. (space-in-parens)
(#10936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10937) Unexpected tab character. (no-tabs)
(#10937) There should be no spaces inside this paren. (space-in-parens)
(#10937) There should be no spaces inside this paren. (space-in-parens)
(#10937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10938) Unexpected tab character. (no-tabs)
(#10938) There should be no spaces inside this paren. (space-in-parens)
(#10938) There should be no spaces inside this paren. (space-in-parens)
(#10938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10939) Unexpected tab character. (no-tabs)
(#10939) There should be no spaces inside this paren. (space-in-parens)
(#10939) There should be no spaces inside this paren. (space-in-parens)
(#10939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10940) Unexpected tab character. (no-tabs)
(#10940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10941) Unexpected tab character. (no-tabs)
(#10941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10943) Unexpected tab character. (no-tabs)
(#10943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10944) Unexpected tab character. (no-tabs)
(#10944) There should be no spaces inside this paren. (space-in-parens)
(#10944) There should be no spaces inside this paren. (space-in-parens)
(#10944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10945) Unexpected tab character. (no-tabs)
(#10945) There should be no spaces inside this paren. (space-in-parens)
(#10945) There should be no spaces inside this paren. (space-in-parens)
(#10945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10946) Unexpected tab character. (no-tabs)
(#10946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10947) Unexpected tab character. (no-tabs)
(#10947) There should be no spaces inside this paren. (space-in-parens)
(#10947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10948) Unexpected tab character. (no-tabs)
(#10948) There should be no spaces inside this paren. (space-in-parens)
(#10948) There should be no spaces inside this paren. (space-in-parens)
(#10948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10949) Unexpected tab character. (no-tabs)
(#10949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10950) Unexpected tab character. (no-tabs)
(#10950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10951) Unexpected tab character. (no-tabs)
(#10951) There should be no spaces inside this paren. (space-in-parens)
(#10951) There should be no spaces inside this paren. (space-in-parens)
(#10951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10952) Unexpected tab character. (no-tabs)
(#10952) There should be no spaces inside this paren. (space-in-parens)
(#10952) There should be no spaces inside this paren. (space-in-parens)
(#10952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10953) Unexpected tab character. (no-tabs)
(#10953) There should be no spaces inside this paren. (space-in-parens)
(#10953) There should be no spaces inside this paren. (space-in-parens)
(#10953) There should be no spaces inside this paren. (space-in-parens)
(#10953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10954) Unexpected tab character. (no-tabs)
(#10954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10955) Unexpected tab character. (no-tabs)
(#10955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10957) Unexpected tab character. (no-tabs)
(#10957) There should be no spaces inside this paren. (space-in-parens)
(#10957) There should be no spaces inside this paren. (space-in-parens)
(#10957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10958) Unexpected tab character. (no-tabs)
(#10958) There should be no spaces inside this paren. (space-in-parens)
(#10958) There should be no spaces inside this paren. (space-in-parens)
(#10958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10960) Unexpected tab character. (no-tabs)
(#10960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10961) Unexpected tab character. (no-tabs)
(#10961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10963) Unexpected tab character. (no-tabs)
(#10963) There should be no spaces inside this paren. (space-in-parens)
(#10963) There should be no spaces inside this paren. (space-in-parens)
(#10963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10964) Unexpected tab character. (no-tabs)
(#10964) There should be no spaces inside this paren. (space-in-parens)
(#10964) There should be no spaces inside this paren. (space-in-parens)
(#10964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10966) Unexpected tab character. (no-tabs)
(#10966) There should be no spaces inside this paren. (space-in-parens)
(#10966) There should be no spaces inside this paren. (space-in-parens)
(#10966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10967) Unexpected tab character. (no-tabs)
(#10967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10968) Unexpected tab character. (no-tabs)
(#10968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10969) Unexpected tab character. (no-tabs)
(#10969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10970) Unexpected tab character. (no-tabs)
(#10970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10971) Unexpected tab character. (no-tabs)
(#10971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10972) Unexpected tab character. (no-tabs)
(#10972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10973) Unexpected tab character. (no-tabs)
(#10973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10974) Unexpected tab character. (no-tabs)
(#10974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10976) Unexpected tab character. (no-tabs)
(#10976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10977) Unexpected tab character. (no-tabs)
(#10977) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10977) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10978) Unexpected tab character. (no-tabs)
(#10978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10979) Unexpected tab character. (no-tabs)
(#10979) There should be no spaces inside this paren. (space-in-parens)
(#10979) There should be no spaces inside this paren. (space-in-parens)
(#10979) There should be no spaces inside this paren. (space-in-parens)
(#10979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10980) Unexpected tab character. (no-tabs)
(#10980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10981) Unexpected tab character. (no-tabs)
(#10981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10982) Unexpected tab character. (no-tabs)
(#10982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10983) Unexpected tab character. (no-tabs)
(#10983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10984) Unexpected tab character. (no-tabs)
(#10984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10985) Unexpected tab character. (no-tabs)
(#10985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10986) Unexpected tab character. (no-tabs)
(#10986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10987) Unexpected tab character. (no-tabs)
(#10987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10988) Unexpected tab character. (no-tabs)
(#10988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10989) Unexpected tab character. (no-tabs)
(#10989) There should be no spaces inside this paren. (space-in-parens)
(#10989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10991) Unexpected tab character. (no-tabs)
(#10991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10992) Unexpected tab character. (no-tabs)
(#10992) There should be no spaces inside this paren. (space-in-parens)
(#10992) There should be no spaces inside this paren. (space-in-parens)
(#10992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10994) Unexpected tab character. (no-tabs)
(#10994) There should be no spaces inside this paren. (space-in-parens)
(#10994) There should be no spaces inside this paren. (space-in-parens)
(#10994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10995) Unexpected tab character. (no-tabs)
(#10995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10996) Unexpected tab character. (no-tabs)
(#10996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10998) Unexpected tab character. (no-tabs)
(#10998) There should be no spaces inside this paren. (space-in-parens)
(#10998) There should be no spaces inside this paren. (space-in-parens)
(#10998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10999) Unexpected tab character. (no-tabs)
(#10999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11001) Unexpected tab character. (no-tabs)
(#11001) There should be no spaces inside this paren. (space-in-parens)
(#11001) There should be no spaces inside this paren. (space-in-parens)
(#11001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11003) Unexpected tab character. (no-tabs)
(#11003) There should be no spaces inside this paren. (space-in-parens)
(#11003) There should be no space after '['. (computed-property-spacing)
(#11003) There should be no space before ']'. (computed-property-spacing)
(#11003) There should be no spaces inside this paren. (space-in-parens)
(#11003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11004) Unexpected tab character. (no-tabs)
(#11004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11005) Unexpected tab character. (no-tabs)
(#11005) There should be no spaces inside this paren. (space-in-parens)
(#11005) There should be no spaces inside this paren. (space-in-parens)
(#11005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11006) Unexpected tab character. (no-tabs)
(#11006) There should be no spaces inside this paren. (space-in-parens)
(#11006) There should be no spaces inside this paren. (space-in-parens)
(#11006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11008) Unexpected tab character. (no-tabs)
(#11008) There should be no spaces inside this paren. (space-in-parens)
(#11008) There should be no space after '{'. (object-curly-spacing)
(#11008) There should be no space before '}'. (object-curly-spacing)
(#11008) There should be no spaces inside this paren. (space-in-parens)
(#11008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11010) Unexpected tab character. (no-tabs)
(#11010) There should be no space after '['. (computed-property-spacing)
(#11010) There should be no space before ']'. (computed-property-spacing)
(#11010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11011) Unexpected tab character. (no-tabs)
(#11011) There should be no spaces inside this paren. (space-in-parens)
(#11011) There should be no spaces inside this paren. (space-in-parens)
(#11011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11012) Unexpected tab character. (no-tabs)
(#11012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11014) Unexpected tab character. (no-tabs)
(#11014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11016) Unexpected tab character. (no-tabs)
(#11016) There should be no spaces inside this paren. (space-in-parens)
(#11016) There should be no spaces inside this paren. (space-in-parens)
(#11016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11018) Unexpected tab character. (no-tabs)
(#11018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11020) Unexpected tab character. (no-tabs)
(#11020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11022) Unexpected tab character. (no-tabs)
(#11022) There should be no spaces inside this paren. (space-in-parens)
(#11022) There should be no spaces inside this paren. (space-in-parens)
(#11022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11024) Unexpected tab character. (no-tabs)
(#11024) There should be no spaces inside this paren. (space-in-parens)
(#11024) There should be no space after '['. (computed-property-spacing)
(#11024) There should be no space before ']'. (computed-property-spacing)
(#11024) There should be no spaces inside this paren. (space-in-parens)
(#11024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11025) Unexpected tab character. (no-tabs)
(#11025) There should be no space after '['. (computed-property-spacing)
(#11025) There should be no space before ']'. (computed-property-spacing)
(#11025) There should be no spaces inside this paren. (space-in-parens)
(#11025) There should be no space after '['. (computed-property-spacing)
(#11025) There should be no space before ']'. (computed-property-spacing)
(#11025) There should be no spaces inside this paren. (space-in-parens)
(#11025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11026) Unexpected tab character. (no-tabs)
(#11026) There should be no spaces inside this paren. (space-in-parens)
(#11026) There should be no space after '['. (computed-property-spacing)
(#11026) There should be no space before ']'. (computed-property-spacing)
(#11026) There should be no space after '['. (computed-property-spacing)
(#11026) There should be no space before ']'. (computed-property-spacing)
(#11026) There should be no spaces inside this paren. (space-in-parens)
(#11026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11027) Unexpected tab character. (no-tabs)
(#11027) There should be no space after '['. (computed-property-spacing)
(#11027) There should be no space before ']'. (computed-property-spacing)
(#11027) There should be no spaces inside this paren. (space-in-parens)
(#11027) There should be no space after '['. (computed-property-spacing)
(#11027) There should be no space before ']'. (computed-property-spacing)
(#11027) There should be no spaces inside this paren. (space-in-parens)
(#11027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11028) Unexpected tab character. (no-tabs)
(#11028) There should be no spaces inside this paren. (space-in-parens)
(#11028) There should be no space after '['. (computed-property-spacing)
(#11028) There should be no space before ']'. (computed-property-spacing)
(#11028) There should be no space after '{'. (object-curly-spacing)
(#11028) There should be no space before '}'. (object-curly-spacing)
(#11028) There should be no spaces inside this paren. (space-in-parens)
(#11028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11029) Unexpected tab character. (no-tabs)
(#11029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11031) Unexpected tab character. (no-tabs)
(#11031) There should be no spaces inside this paren. (space-in-parens)
(#11031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11032) Unexpected tab character. (no-tabs)
(#11032) There should be no space after '['. (computed-property-spacing)
(#11032) There should be no space before ']'. (computed-property-spacing)
(#11032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11033) Unexpected tab character. (no-tabs)
(#11033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11034) Unexpected tab character. (no-tabs)
(#11034) There should be no spaces inside this paren. (space-in-parens)
(#11034) There should be no spaces inside this paren. (space-in-parens)
(#11034) There should be no spaces inside this paren. (space-in-parens)
(#11034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11035) Unexpected tab character. (no-tabs)
(#11035) There should be no spaces inside this paren. (space-in-parens)
(#11035) There should be no space after '['. (computed-property-spacing)
(#11035) There should be no space before ']'. (computed-property-spacing)
(#11035) There should be no spaces inside this paren. (space-in-parens)
(#11035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11037) Unexpected tab character. (no-tabs)
(#11037) There should be no spaces inside this paren. (space-in-parens)
(#11037) There should be no spaces inside this paren. (space-in-parens)
(#11037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11038) Unexpected tab character. (no-tabs)
(#11038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11039) Unexpected tab character. (no-tabs)
(#11039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11041) Unexpected tab character. (no-tabs)
(#11041) There should be no space after '['. (array-bracket-spacing)
(#11041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11042) Unexpected tab character. (no-tabs)
(#11042) Do not nest ternary expressions. (no-nested-ternary)
(#11042) There should be no spaces inside this paren. (space-in-parens)
(#11042) There should be no spaces inside this paren. (space-in-parens)
(#11042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11043) Unexpected tab character. (no-tabs)
(#11043) Do not nest ternary expressions. (no-nested-ternary)
(#11043) There should be no spaces inside this paren. (space-in-parens)
(#11043) There should be no spaces inside this paren. (space-in-parens)
(#11043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11044) Unexpected tab character. (no-tabs)
(#11044) There should be no spaces inside this paren. (space-in-parens)
(#11044) There should be no spaces inside this paren. (space-in-parens)
(#11044) There should be no space before ']'. (array-bracket-spacing)
(#11044) There should be no spaces inside this paren. (space-in-parens)
(#11044) There should be no spaces inside this paren. (space-in-parens)
(#11044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11046) Unexpected tab character. (no-tabs)
(#11046) There should be no spaces inside this paren. (space-in-parens)
(#11046) There should be no spaces inside this paren. (space-in-parens)
(#11046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11048) Unexpected tab character. (no-tabs)
(#11048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11049) Unexpected tab character. (no-tabs)
(#11049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11051) Unexpected tab character. (no-tabs)
(#11051) There should be no spaces inside this paren. (space-in-parens)
(#11051) There should be no space after '['. (computed-property-spacing)
(#11051) There should be no space before ']'. (computed-property-spacing)
(#11051) There should be no spaces inside this paren. (space-in-parens)
(#11051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11052) Unexpected tab character. (no-tabs)
(#11052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11053) Unexpected tab character. (no-tabs)
(#11053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11055) Unexpected tab character. (no-tabs)
(#11055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11056) Unexpected tab character. (no-tabs)
(#11056) There should be no spaces inside this paren. (space-in-parens)
(#11056) There should be no spaces inside this paren. (space-in-parens)
(#11056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11058) Unexpected tab character. (no-tabs)
(#11058) There should be no spaces inside this paren. (space-in-parens)
(#11058) There should be no spaces inside this paren. (space-in-parens)
(#11058) There should be no spaces inside this paren. (space-in-parens)
(#11058) There should be no spaces inside this paren. (space-in-parens)
(#11058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11059) Unexpected tab character. (no-tabs)
(#11059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11061) Unexpected tab character. (no-tabs)
(#11061) There should be no spaces inside this paren. (space-in-parens)
(#11061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11062) Unexpected tab character. (no-tabs)
(#11062) There should be no spaces inside this paren. (space-in-parens)
(#11062) There should be no spaces inside this paren. (space-in-parens)
(#11062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11063) Unexpected tab character. (no-tabs)
(#11063) There should be no spaces inside this paren. (space-in-parens)
(#11063) There should be no spaces inside this paren. (space-in-parens)
(#11063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11064) Unexpected tab character. (no-tabs)
(#11064) There should be no spaces inside this paren. (space-in-parens)
(#11064) There should be no spaces inside this paren. (space-in-parens)
(#11064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11065) Unexpected tab character. (no-tabs)
(#11065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11066) Unexpected tab character. (no-tabs)
(#11066) There should be no space after '['. (computed-property-spacing)
(#11066) There should be no space before ']'. (computed-property-spacing)
(#11066) There should be no space after '['. (computed-property-spacing)
(#11066) There should be no space before ']'. (computed-property-spacing)
(#11066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11067) Unexpected tab character. (no-tabs)
(#11067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11068) Unexpected tab character. (no-tabs)
(#11068) There should be no spaces inside this paren. (space-in-parens)
(#11068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11070) Unexpected tab character. (no-tabs)
(#11070) There should be no spaces inside this paren. (space-in-parens)
(#11070) There should be no spaces inside this paren. (space-in-parens)
(#11070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11071) Unexpected tab character. (no-tabs)
(#11071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11072) Unexpected tab character. (no-tabs)
(#11072) There should be no spaces inside this paren. (space-in-parens)
(#11072) There should be no spaces inside this paren. (space-in-parens)
(#11072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11073) Unexpected tab character. (no-tabs)
(#11073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11074) Unexpected tab character. (no-tabs)
(#11074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11076) Unexpected tab character. (no-tabs)
(#11076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11077) Unexpected tab character. (no-tabs)
(#11077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11078) Unexpected tab character. (no-tabs)
(#11078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11080) Unexpected tab character. (no-tabs)
(#11080) There should be no spaces inside this paren. (space-in-parens)
(#11080) There should be no spaces inside this paren. (space-in-parens)
(#11080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11081) Unexpected tab character. (no-tabs)
(#11081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11082) Unexpected tab character. (no-tabs)
(#11082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11084) Unexpected tab character. (no-tabs)
(#11084) There should be no spaces inside this paren. (space-in-parens)
(#11084) There should be no spaces inside this paren. (space-in-parens)
(#11084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11085) Unexpected tab character. (no-tabs)
(#11085) There should be no spaces inside this paren. (space-in-parens)
(#11085) There should be no space after '['. (computed-property-spacing)
(#11085) There should be no space before ']'. (computed-property-spacing)
(#11085) There should be no spaces inside this paren. (space-in-parens)
(#11085) There should be no space after '['. (computed-property-spacing)
(#11085) There should be no space before ']'. (computed-property-spacing)
(#11085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11086) Unexpected tab character. (no-tabs)
(#11086) There should be no spaces inside this paren. (space-in-parens)
(#11086) There should be no spaces inside this paren. (space-in-parens)
(#11086) There should be no spaces inside this paren. (space-in-parens)
(#11086) There should be no spaces inside this paren. (space-in-parens)
(#11086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11087) Unexpected tab character. (no-tabs)
(#11087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11088) Unexpected tab character. (no-tabs)
(#11088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11089) Unexpected tab character. (no-tabs)
(#11089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11091) Unexpected tab character. (no-tabs)
(#11091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11092) Unexpected tab character. (no-tabs)
(#11092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11094) Unexpected tab character. (no-tabs)
(#11094) There should be no spaces inside this paren. (space-in-parens)
(#11094) There should be no spaces inside this paren. (space-in-parens)
(#11094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11096) Unexpected tab character. (no-tabs)
(#11096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11097) Unexpected tab character. (no-tabs)
(#11097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11098) Unexpected tab character. (no-tabs)
(#11098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11100) Unexpected tab character. (no-tabs)
(#11100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11102) Unexpected tab character. (no-tabs)
(#11102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11104) Unexpected tab character. (no-tabs)
(#11104) There should be no spaces inside this paren. (space-in-parens)
(#11104) There should be no spaces inside this paren. (space-in-parens)
(#11104) There should be no spaces inside this paren. (space-in-parens)
(#11104) There should be no spaces inside this paren. (space-in-parens)
(#11104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11105) Unexpected tab character. (no-tabs)
(#11105) There should be no spaces inside this paren. (space-in-parens)
(#11105) There should be no spaces inside this paren. (space-in-parens)
(#11105) There should be no spaces inside this paren. (space-in-parens)
(#11105) There should be no spaces inside this paren. (space-in-parens)
(#11105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11107) Unexpected tab character. (no-tabs)
(#11107) There should be no spaces inside this paren. (space-in-parens)
(#11107) There should be no spaces inside this paren. (space-in-parens)
(#11107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11108) Unexpected tab character. (no-tabs)
(#11108) There should be no spaces inside this paren. (space-in-parens)
(#11108) There should be no spaces inside this paren. (space-in-parens)
(#11108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11109) Unexpected tab character. (no-tabs)
(#11109) There should be no spaces inside this paren. (space-in-parens)
(#11109) There should be no spaces inside this paren. (space-in-parens)
(#11109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11110) Unexpected tab character. (no-tabs)
(#11110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11112) Unexpected tab character. (no-tabs)
(#11112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11113) Unexpected tab character. (no-tabs)
(#11113) There should be no space after '{'. (object-curly-spacing)
(#11113) There should be no space before '}'. (object-curly-spacing)
(#11113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11115) Unexpected tab character. (no-tabs)
(#11115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11116) Unexpected tab character. (no-tabs)
(#11116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11117) Unexpected tab character. (no-tabs)
(#11117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11118) Unexpected tab character. (no-tabs)
(#11118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11119) Unexpected tab character. (no-tabs)
(#11119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11120) Unexpected tab character. (no-tabs)
(#11120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11121) Unexpected tab character. (no-tabs)
(#11121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11123) Unexpected tab character. (no-tabs)
(#11123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11124) Unexpected tab character. (no-tabs)
(#11124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11125) Unexpected tab character. (no-tabs)
(#11125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11126) Unexpected tab character. (no-tabs)
(#11126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11127) Unexpected tab character. (no-tabs)
(#11127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11128) Unexpected tab character. (no-tabs)
(#11128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11129) Unexpected tab character. (no-tabs)
(#11129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11131) Unexpected tab character. (no-tabs)
(#11131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11132) Unexpected tab character. (no-tabs)
(#11132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11133) Unexpected tab character. (no-tabs)
(#11133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11134) Unexpected tab character. (no-tabs)
(#11134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11136) Unexpected tab character. (no-tabs)
(#11136) There should be no space after '{'. (object-curly-spacing)
(#11136) There should be no space before '}'. (object-curly-spacing)
(#11136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11137) Unexpected tab character. (no-tabs)
(#11137) There should be no space after '{'. (object-curly-spacing)
(#11137) There should be no space before '}'. (object-curly-spacing)
(#11137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11139) Unexpected tab character. (no-tabs)
(#11139) There should be no spaces inside this paren. (space-in-parens)
(#11139) There should be no spaces inside this paren. (space-in-parens)
(#11139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11140) Unexpected tab character. (no-tabs)
(#11140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11141) Unexpected tab character. (no-tabs)
(#11141) There should be no spaces inside this paren. (space-in-parens)
(#11141) There should be no spaces inside this paren. (space-in-parens)
(#11141) There should be no spaces inside this paren. (space-in-parens)
(#11141) There should be no spaces inside this paren. (space-in-parens)
(#11141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11143) Unexpected tab character. (no-tabs)
(#11143) There should be no spaces inside this paren. (space-in-parens)
(#11143) There should be no spaces inside this paren. (space-in-parens)
(#11143) There should be no spaces inside this paren. (space-in-parens)
(#11143) There should be no spaces inside this paren. (space-in-parens)
(#11143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11144) Unexpected tab character. (no-tabs)
(#11144) There should be no spaces inside this paren. (space-in-parens)
(#11144) There should be no spaces inside this paren. (space-in-parens)
(#11144) There should be no spaces inside this paren. (space-in-parens)
(#11144) There should be no spaces inside this paren. (space-in-parens)
(#11144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11146) Unexpected tab character. (no-tabs)
(#11146) There should be no spaces inside this paren. (space-in-parens)
(#11146) There should be no spaces inside this paren. (space-in-parens)
(#11146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11147) Unexpected tab character. (no-tabs)
(#11147) There should be no spaces inside this paren. (space-in-parens)
(#11147) There should be no spaces inside this paren. (space-in-parens)
(#11147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11148) Unexpected tab character. (no-tabs)
(#11148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11149) Unexpected tab character. (no-tabs)
(#11149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11151) Unexpected tab character. (no-tabs)
(#11151) There should be no spaces inside this paren. (space-in-parens)
(#11151) There should be no spaces inside this paren. (space-in-parens)
(#11151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11153) Unexpected tab character. (no-tabs)
(#11153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11154) Unexpected tab character. (no-tabs)
(#11154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11155) Unexpected tab character. (no-tabs)
(#11155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11156) Unexpected tab character. (no-tabs)
(#11156) There should be no spaces inside this paren. (space-in-parens)
(#11156) There should be no spaces inside this paren. (space-in-parens)
(#11156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11157) Unexpected tab character. (no-tabs)
(#11157) There should be no spaces inside this paren. (space-in-parens)
(#11157) There should be no spaces inside this paren. (space-in-parens)
(#11157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11158) Unexpected tab character. (no-tabs)
(#11158) There should be no space after '['. (computed-property-spacing)
(#11158) There should be no space before ']'. (computed-property-spacing)
(#11158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11160) Unexpected tab character. (no-tabs)
(#11160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11162) Unexpected tab character. (no-tabs)
(#11162) There should be no spaces inside this paren. (space-in-parens)
(#11162) There should be no spaces inside this paren. (space-in-parens)
(#11162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11163) Unexpected tab character. (no-tabs)
(#11163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11164) Unexpected tab character. (no-tabs)
(#11164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11166) Unexpected tab character. (no-tabs)
(#11166) There should be no spaces inside this paren. (space-in-parens)
(#11166) There should be no space after '['. (array-bracket-spacing)
(#11166) There should be no space before ']'. (array-bracket-spacing)
(#11166) There should be no spaces inside this paren. (space-in-parens)
(#11166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11168) Unexpected tab character. (no-tabs)
(#11168) There should be no spaces inside this paren. (space-in-parens)
(#11168) There should be no spaces inside this paren. (space-in-parens)
(#11168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11169) Unexpected tab character. (no-tabs)
(#11169) There should be no spaces inside this paren. (space-in-parens)
(#11169) There should be no spaces inside this paren. (space-in-parens)
(#11169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11170) Unexpected tab character. (no-tabs)
(#11170) There should be no spaces inside this paren. (space-in-parens)
(#11170) There should be no spaces inside this paren. (space-in-parens)
(#11170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11171) Unexpected tab character. (no-tabs)
(#11171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11173) Unexpected tab character. (no-tabs)
(#11173) There should be no spaces inside this paren. (space-in-parens)
(#11173) There should be no spaces inside this paren. (space-in-parens)
(#11173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11175) Unexpected tab character. (no-tabs)
(#11175) There should be no spaces inside this paren. (space-in-parens)
(#11175) There should be no spaces inside this paren. (space-in-parens)
(#11175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11177) Unexpected tab character. (no-tabs)
(#11177) There should be no spaces inside this paren. (space-in-parens)
(#11177) There should be no spaces inside this paren. (space-in-parens)
(#11177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11179) Unexpected tab character. (no-tabs)
(#11179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11181) Unexpected tab character. (no-tabs)
(#11181) There should be no spaces inside this paren. (space-in-parens)
(#11181) There should be no spaces inside this paren. (space-in-parens)
(#11181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11182) Unexpected tab character. (no-tabs)
(#11182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11183) Unexpected tab character. (no-tabs)
(#11183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11185) Unexpected tab character. (no-tabs)
(#11185) There should be no spaces inside this paren. (space-in-parens)
(#11185) There should be no spaces inside this paren. (space-in-parens)
(#11185) There should be no spaces inside this paren. (space-in-parens)
(#11185) There should be no spaces inside this paren. (space-in-parens)
(#11185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11186) Unexpected tab character. (no-tabs)
(#11186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11187) Unexpected tab character. (no-tabs)
(#11187) There should be no spaces inside this paren. (space-in-parens)
(#11187) There should be no spaces inside this paren. (space-in-parens)
(#11187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11188) Unexpected tab character. (no-tabs)
(#11188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11189) Unexpected tab character. (no-tabs)
(#11189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11191) Unexpected tab character. (no-tabs)
(#11191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11192) Unexpected tab character. (no-tabs)
(#11192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11194) Unexpected tab character. (no-tabs)
(#11194) There should be no spaces inside this paren. (space-in-parens)
(#11194) There should be no spaces inside this paren. (space-in-parens)
(#11194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11196) Unexpected tab character. (no-tabs)
(#11196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11197) Unexpected tab character. (no-tabs)
(#11197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11198) Unexpected tab character. (no-tabs)
(#11198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11200) Unexpected tab character. (no-tabs)
(#11200) There should be no spaces inside this paren. (space-in-parens)
(#11200) There should be no spaces inside this paren. (space-in-parens)
(#11200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11202) Unexpected tab character. (no-tabs)
(#11202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11203) Unexpected tab character. (no-tabs)
(#11203) There should be no spaces inside this paren. (space-in-parens)
(#11203) There should be no spaces inside this paren. (space-in-parens)
(#11203) There should be no spaces inside this paren. (space-in-parens)
(#11203) There should be no space after '['. (computed-property-spacing)
(#11203) There should be no space before ']'. (computed-property-spacing)
(#11203) There should be no spaces inside this paren. (space-in-parens)
(#11203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11204) Unexpected tab character. (no-tabs)
(#11204) There should be no spaces inside this paren. (space-in-parens)
(#11204) There should be no space after '['. (computed-property-spacing)
(#11204) There should be no space before ']'. (computed-property-spacing)
(#11204) There should be no spaces inside this paren. (space-in-parens)
(#11204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11205) Unexpected tab character. (no-tabs)
(#11205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11207) Unexpected tab character. (no-tabs)
(#11207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11208) Unexpected tab character. (no-tabs)
(#11208) There should be no spaces inside this paren. (space-in-parens)
(#11208) Multiple spaces found before '-'. (no-multi-spaces)
(#11208) There should be no spaces inside this paren. (space-in-parens)
(#11208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11209) Unexpected tab character. (no-tabs)
(#11209) There should be no spaces inside this paren. (space-in-parens)
(#11209) There should be no spaces inside this paren. (space-in-parens)
(#11209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11210) Unexpected tab character. (no-tabs)
(#11210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11211) Unexpected tab character. (no-tabs)
(#11211) There should be no spaces inside this paren. (space-in-parens)
(#11211) There should be no spaces inside this paren. (space-in-parens)
(#11211) There should be no spaces inside this paren. (space-in-parens)
(#11211) There should be no spaces inside this paren. (space-in-parens)
(#11211) There should be no spaces inside this paren. (space-in-parens)
(#11211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11212) Unexpected tab character. (no-tabs)
(#11212) There should be no spaces inside this paren. (space-in-parens)
(#11212) There should be no spaces inside this paren. (space-in-parens)
(#11212) There should be no spaces inside this paren. (space-in-parens)
(#11212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11213) Unexpected tab character. (no-tabs)
(#11213) There should be no spaces inside this paren. (space-in-parens)
(#11213) There should be no spaces inside this paren. (space-in-parens)
(#11213) There should be no spaces inside this paren. (space-in-parens)
(#11213) There should be no spaces inside this paren. (space-in-parens)
(#11213) There should be no spaces inside this paren. (space-in-parens)
(#11213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11214) Unexpected tab character. (no-tabs)
(#11214) There should be no spaces inside this paren. (space-in-parens)
(#11214) There should be no spaces inside this paren. (space-in-parens)
(#11214) There should be no spaces inside this paren. (space-in-parens)
(#11214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11216) Unexpected tab character. (no-tabs)
(#11216) There should be no spaces inside this paren. (space-in-parens)
(#11216) There should be no spaces inside this paren. (space-in-parens)
(#11216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11217) Unexpected tab character. (no-tabs)
(#11217) There should be no spaces inside this paren. (space-in-parens)
(#11217) There should be no spaces inside this paren. (space-in-parens)
(#11217) There should be no space after '{'. (object-curly-spacing)
(#11217) There should be no space before '}'. (object-curly-spacing)
(#11217) There should be no spaces inside this paren. (space-in-parens)
(#11217) There should be no spaces inside this paren. (space-in-parens)
(#11217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11218) Unexpected tab character. (no-tabs)
(#11218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11220) Unexpected tab character. (no-tabs)
(#11220) There should be no spaces inside this paren. (space-in-parens)
(#11220) There should be no spaces inside this paren. (space-in-parens)
(#11220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11221) Unexpected tab character. (no-tabs)
(#11221) There should be no spaces inside this paren. (space-in-parens)
(#11221) There should be no spaces inside this paren. (space-in-parens)
(#11221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11223) Unexpected tab character. (no-tabs)
(#11223) There should be no spaces inside this paren. (space-in-parens)
(#11223) There should be no spaces inside this paren. (space-in-parens)
(#11223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11224) Unexpected tab character. (no-tabs)
(#11224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11225) Unexpected tab character. (no-tabs)
(#11225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11226) Unexpected tab character. (no-tabs)
(#11226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11228) Unexpected tab character. (no-tabs)
(#11228) There should be no spaces inside this paren. (space-in-parens)
(#11228) There should be no spaces inside this paren. (space-in-parens)
(#11228) There should be no spaces inside this paren. (space-in-parens)
(#11228) There should be no spaces inside this paren. (space-in-parens)
(#11228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11230) Unexpected tab character. (no-tabs)
(#11230) There should be no spaces inside this paren. (space-in-parens)
(#11230) There should be no spaces inside this paren. (space-in-parens)
(#11230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11232) Unexpected tab character. (no-tabs)
(#11232) There should be no spaces inside this paren. (space-in-parens)
(#11232) There should be no spaces inside this paren. (space-in-parens)
(#11232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11234) Unexpected tab character. (no-tabs)
(#11234) There should be no spaces inside this paren. (space-in-parens)
(#11234) There should be no spaces inside this paren. (space-in-parens)
(#11234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11235) Unexpected tab character. (no-tabs)
(#11235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11236) Unexpected tab character. (no-tabs)
(#11236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11238) Unexpected tab character. (no-tabs)
(#11238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11240) Unexpected tab character. (no-tabs)
(#11240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11242) Unexpected tab character. (no-tabs)
(#11242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11243) Unexpected tab character. (no-tabs)
(#11243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11244) Unexpected tab character. (no-tabs)
(#11244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11245) Unexpected tab character. (no-tabs)
(#11245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11246) Unexpected tab character. (no-tabs)
(#11246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11247) Unexpected tab character. (no-tabs)
(#11247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11248) Unexpected tab character. (no-tabs)
(#11248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11249) Unexpected tab character. (no-tabs)
(#11249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11250) Unexpected tab character. (no-tabs)
(#11250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11251) Unexpected tab character. (no-tabs)
(#11251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11253) Unexpected tab character. (no-tabs)
(#11253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11254) Unexpected tab character. (no-tabs)
(#11254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11256) Unexpected tab character. (no-tabs)
(#11256) There should be no spaces inside this paren. (space-in-parens)
(#11256) There should be no spaces inside this paren. (space-in-parens)
(#11256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11257) Unexpected tab character. (no-tabs)
(#11257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11258) Unexpected tab character. (no-tabs)
(#11258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11259) Unexpected tab character. (no-tabs)
(#11259) There should be no spaces inside this paren. (space-in-parens)
(#11259) There should be no spaces inside this paren. (space-in-parens)
(#11259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11260) Unexpected tab character. (no-tabs)
(#11260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11261) Unexpected tab character. (no-tabs)
(#11261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11262) Unexpected tab character. (no-tabs)
(#11262) There should be no spaces inside this paren. (space-in-parens)
(#11262) There should be no spaces inside this paren. (space-in-parens)
(#11262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11263) Unexpected tab character. (no-tabs)
(#11263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11264) Unexpected tab character. (no-tabs)
(#11264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11265) Unexpected tab character. (no-tabs)
(#11265) There should be no spaces inside this paren. (space-in-parens)
(#11265) There should be no spaces inside this paren. (space-in-parens)
(#11265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11266) Unexpected tab character. (no-tabs)
(#11266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11267) Unexpected tab character. (no-tabs)
(#11267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11269) Unexpected tab character. (no-tabs)
(#11269) There should be no spaces inside this paren. (space-in-parens)
(#11269) There should be no spaces inside this paren. (space-in-parens)
(#11269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11271) Unexpected tab character. (no-tabs)
(#11271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11272) Unexpected tab character. (no-tabs)
(#11272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11274) Unexpected tab character. (no-tabs)
(#11274) There should be no spaces inside this paren. (space-in-parens)
(#11274) There should be no spaces inside this paren. (space-in-parens)
(#11274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11275) Unexpected tab character. (no-tabs)
(#11275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11276) Unexpected tab character. (no-tabs)
(#11276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11278) Unexpected tab character. (no-tabs)
(#11278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11279) Unexpected tab character. (no-tabs)
(#11279) There should be no spaces inside this paren. (space-in-parens)
(#11279) There should be no spaces inside this paren. (space-in-parens)
(#11279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11280) Unexpected tab character. (no-tabs)
(#11280) There should be no spaces inside this paren. (space-in-parens)
(#11280) There should be no spaces inside this paren. (space-in-parens)
(#11280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11281) Unexpected tab character. (no-tabs)
(#11281) There should be no spaces inside this paren. (space-in-parens)
(#11281) There should be no spaces inside this paren. (space-in-parens)
(#11281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11282) Unexpected tab character. (no-tabs)
(#11282) There should be no spaces inside this paren. (space-in-parens)
(#11282) There should be no spaces inside this paren. (space-in-parens)
(#11282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11283) Unexpected tab character. (no-tabs)
(#11283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11285) Unexpected tab character. (no-tabs)
(#11285) There should be no spaces inside this paren. (space-in-parens)
(#11285) There should be no spaces inside this paren. (space-in-parens)
(#11285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11286) Unexpected tab character. (no-tabs)
(#11286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11287) Unexpected tab character. (no-tabs)
(#11287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11288) Unexpected tab character. (no-tabs)
(#11288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11289) Unexpected tab character. (no-tabs)
(#11289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11291) Unexpected tab character. (no-tabs)
(#11291) There should be no spaces inside this paren. (space-in-parens)
(#11291) There should be no spaces inside this paren. (space-in-parens)
(#11291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11292) Unexpected tab character. (no-tabs)
(#11292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11293) Unexpected tab character. (no-tabs)
(#11293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11294) Unexpected tab character. (no-tabs)
(#11294) There should be no spaces inside this paren. (space-in-parens)
(#11294) There should be no spaces inside this paren. (space-in-parens)
(#11294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11295) Unexpected tab character. (no-tabs)
(#11295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11296) Unexpected tab character. (no-tabs)
(#11296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11297) Unexpected tab character. (no-tabs)
(#11297) There should be no spaces inside this paren. (space-in-parens)
(#11297) There should be no spaces inside this paren. (space-in-parens)
(#11297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11298) Unexpected tab character. (no-tabs)
(#11298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11299) Unexpected tab character. (no-tabs)
(#11299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11300) Unexpected tab character. (no-tabs)
(#11300) There should be no spaces inside this paren. (space-in-parens)
(#11300) There should be no spaces inside this paren. (space-in-parens)
(#11300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11301) Unexpected tab character. (no-tabs)
(#11301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11302) Unexpected tab character. (no-tabs)
(#11302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11303) Unexpected tab character. (no-tabs)
(#11303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11304) Unexpected tab character. (no-tabs)
(#11304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11305) Unexpected tab character. (no-tabs)
(#11305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11307) Unexpected tab character. (no-tabs)
(#11307) There should be no spaces inside this paren. (space-in-parens)
(#11307) There should be no spaces inside this paren. (space-in-parens)
(#11307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11308) Unexpected tab character. (no-tabs)
(#11308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11309) Unexpected tab character. (no-tabs)
(#11309) There should be no spaces inside this paren. (space-in-parens)
(#11309) There should be no spaces inside this paren. (space-in-parens)
(#11309) There should be no spaces inside this paren. (space-in-parens)
(#11309) There should be no spaces inside this paren. (space-in-parens)
(#11309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11310) Unexpected tab character. (no-tabs)
(#11310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11311) Unexpected tab character. (no-tabs)
(#11311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11312) Unexpected tab character. (no-tabs)
(#11312) There should be no spaces inside this paren. (space-in-parens)
(#11312) There should be no spaces inside this paren. (space-in-parens)
(#11312) There should be no spaces inside this paren. (space-in-parens)
(#11312) There should be no spaces inside this paren. (space-in-parens)
(#11312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11313) Unexpected tab character. (no-tabs)
(#11313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11314) Unexpected tab character. (no-tabs)
(#11314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11315) Unexpected tab character. (no-tabs)
(#11315) There should be no spaces inside this paren. (space-in-parens)
(#11315) There should be no spaces inside this paren. (space-in-parens)
(#11315) There should be no spaces inside this paren. (space-in-parens)
(#11315) There should be no spaces inside this paren. (space-in-parens)
(#11315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11316) Unexpected tab character. (no-tabs)
(#11316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11317) Unexpected tab character. (no-tabs)
(#11317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11318) Unexpected tab character. (no-tabs)
(#11318) There should be no spaces inside this paren. (space-in-parens)
(#11318) There should be no spaces inside this paren. (space-in-parens)
(#11318) There should be no spaces inside this paren. (space-in-parens)
(#11318) There should be no spaces inside this paren. (space-in-parens)
(#11318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11319) Unexpected tab character. (no-tabs)
(#11319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11320) Unexpected tab character. (no-tabs)
(#11320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11321) Unexpected tab character. (no-tabs)
(#11321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11323) Unexpected tab character. (no-tabs)
(#11323) There should be no spaces inside this paren. (space-in-parens)
(#11323) There should be no spaces inside this paren. (space-in-parens)
(#11323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11325) Unexpected tab character. (no-tabs)
(#11325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11326) Unexpected tab character. (no-tabs)
(#11326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11327) Unexpected tab character. (no-tabs)
(#11327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11329) Unexpected tab character. (no-tabs)
(#11329) There should be no spaces inside this paren. (space-in-parens)
(#11329) There should be no spaces inside this paren. (space-in-parens)
(#11329) There should be no spaces inside this paren. (space-in-parens)
(#11329) There should be no spaces inside this paren. (space-in-parens)
(#11329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11330) Unexpected tab character. (no-tabs)
(#11330) There should be no spaces inside this paren. (space-in-parens)
(#11330) There should be no spaces inside this paren. (space-in-parens)
(#11330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11331) Unexpected tab character. (no-tabs)
(#11331) There should be no spaces inside this paren. (space-in-parens)
(#11331) There should be no spaces inside this paren. (space-in-parens)
(#11331) There should be no spaces inside this paren. (space-in-parens)
(#11331) There should be no spaces inside this paren. (space-in-parens)
(#11331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11332) Unexpected tab character. (no-tabs)
(#11332) There should be no spaces inside this paren. (space-in-parens)
(#11332) There should be no spaces inside this paren. (space-in-parens)
(#11332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11333) Unexpected tab character. (no-tabs)
(#11333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11335) Unexpected tab character. (no-tabs)
(#11335) There should be no spaces inside this paren. (space-in-parens)
(#11335) There should be no spaces inside this paren. (space-in-parens)
(#11335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11336) Unexpected tab character. (no-tabs)
(#11336) There should be no spaces inside this paren. (space-in-parens)
(#11336) There should be no spaces inside this paren. (space-in-parens)
(#11336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11337) Unexpected tab character. (no-tabs)
(#11337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11338) Unexpected tab character. (no-tabs)
(#11338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11339) Unexpected tab character. (no-tabs)
(#11339) There should be no spaces inside this paren. (space-in-parens)
(#11339) There should be no spaces inside this paren. (space-in-parens)
(#11339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11340) Unexpected tab character. (no-tabs)
(#11340) There should be no spaces inside this paren. (space-in-parens)
(#11340) There should be no spaces inside this paren. (space-in-parens)
(#11340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11341) Unexpected tab character. (no-tabs)
(#11341) There should be no spaces inside this paren. (space-in-parens)
(#11341) There should be no spaces inside this paren. (space-in-parens)
(#11341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11342) Unexpected tab character. (no-tabs)
(#11342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11344) Unexpected tab character. (no-tabs)
(#11344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11345) Unexpected tab character. (no-tabs)
(#11345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11347) Unexpected tab character. (no-tabs)
(#11347) There should be no spaces inside this paren. (space-in-parens)
(#11347) There should be no spaces inside this paren. (space-in-parens)
(#11347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11349) Unexpected tab character. (no-tabs)
(#11349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11350) Unexpected tab character. (no-tabs)
(#11350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11351) Unexpected tab character. (no-tabs)
(#11351) There should be no spaces inside this paren. (space-in-parens)
(#11351) There should be no spaces inside this paren. (space-in-parens)
(#11351) There should be no spaces inside this paren. (space-in-parens)
(#11351) There should be no spaces inside this paren. (space-in-parens)
(#11351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11352) Unexpected tab character. (no-tabs)
(#11352) There should be no spaces inside this paren. (space-in-parens)
(#11352) There should be no spaces inside this paren. (space-in-parens)
(#11352) There should be no spaces inside this paren. (space-in-parens)
(#11352) There should be no spaces inside this paren. (space-in-parens)
(#11352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11353) Unexpected tab character. (no-tabs)
(#11353) There should be no spaces inside this paren. (space-in-parens)
(#11353) There should be no spaces inside this paren. (space-in-parens)
(#11353) There should be no spaces inside this paren. (space-in-parens)
(#11353) There should be no spaces inside this paren. (space-in-parens)
(#11353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11354) Unexpected tab character. (no-tabs)
(#11354) There should be no spaces inside this paren. (space-in-parens)
(#11354) There should be no spaces inside this paren. (space-in-parens)
(#11354) There should be no spaces inside this paren. (space-in-parens)
(#11354) There should be no spaces inside this paren. (space-in-parens)
(#11354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11355) Unexpected tab character. (no-tabs)
(#11355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11356) Unexpected tab character. (no-tabs)
(#11356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11357) Unexpected tab character. (no-tabs)
(#11357) There should be no spaces inside this paren. (space-in-parens)
(#11357) There should be no spaces inside this paren. (space-in-parens)
(#11357) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11357) There should be no spaces inside this paren. (space-in-parens)
(#11357) There should be no spaces inside this paren. (space-in-parens)
(#11357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11358) Unexpected tab character. (no-tabs)
(#11358) There should be no spaces inside this paren. (space-in-parens)
(#11358) There should be no spaces inside this paren. (space-in-parens)
(#11358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11359) Unexpected tab character. (no-tabs)
(#11359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11360) Unexpected tab character. (no-tabs)
(#11360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11361) Unexpected tab character. (no-tabs)
(#11361) There should be no spaces inside this paren. (space-in-parens)
(#11361) There should be no spaces inside this paren. (space-in-parens)
(#11361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11362) Unexpected tab character. (no-tabs)
(#11362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11363) Unexpected tab character. (no-tabs)
(#11363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11364) Unexpected tab character. (no-tabs)
(#11364) There should be no spaces inside this paren. (space-in-parens)
(#11364) There should be no spaces inside this paren. (space-in-parens)
(#11364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11365) Unexpected tab character. (no-tabs)
(#11365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11366) Unexpected tab character. (no-tabs)
(#11366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11367) Unexpected tab character. (no-tabs)
(#11367) There should be no spaces inside this paren. (space-in-parens)
(#11367) There should be no spaces inside this paren. (space-in-parens)
(#11367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11368) Unexpected tab character. (no-tabs)
(#11368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11369) Unexpected tab character. (no-tabs)
(#11369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11371) Unexpected tab character. (no-tabs)
(#11371) There should be no spaces inside this paren. (space-in-parens)
(#11371) There should be no spaces inside this paren. (space-in-parens)
(#11371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11372) Unexpected tab character. (no-tabs)
(#11372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11373) Unexpected tab character. (no-tabs)
(#11373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11374) Unexpected tab character. (no-tabs)
(#11374) There should be no spaces inside this paren. (space-in-parens)
(#11374) There should be no spaces inside this paren. (space-in-parens)
(#11374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11375) Unexpected tab character. (no-tabs)
(#11375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11376) Unexpected tab character. (no-tabs)
(#11376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11377) Unexpected tab character. (no-tabs)
(#11377) There should be no spaces inside this paren. (space-in-parens)
(#11377) There should be no spaces inside this paren. (space-in-parens)
(#11377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11378) Unexpected tab character. (no-tabs)
(#11378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11379) Unexpected tab character. (no-tabs)
(#11379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11380) Unexpected tab character. (no-tabs)
(#11380) There should be no spaces inside this paren. (space-in-parens)
(#11380) There should be no spaces inside this paren. (space-in-parens)
(#11380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11381) Unexpected tab character. (no-tabs)
(#11381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11382) Unexpected tab character. (no-tabs)
(#11382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11384) Unexpected tab character. (no-tabs)
(#11384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11385) Unexpected tab character. (no-tabs)
(#11385) There should be no spaces inside this paren. (space-in-parens)
(#11385) There should be no spaces inside this paren. (space-in-parens)
(#11385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11386) Unexpected tab character. (no-tabs)
(#11386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11387) Unexpected tab character. (no-tabs)
(#11387) There should be no spaces inside this paren. (space-in-parens)
(#11387) There should be no spaces inside this paren. (space-in-parens)
(#11387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11388) Unexpected tab character. (no-tabs)
(#11388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11389) Unexpected tab character. (no-tabs)
(#11389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11391) Unexpected tab character. (no-tabs)
(#11391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11392) Unexpected tab character. (no-tabs)
(#11392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11394) Unexpected tab character. (no-tabs)
(#11394) There should be no spaces inside this paren. (space-in-parens)
(#11394) There should be no spaces inside this paren. (space-in-parens)
(#11394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11395) Unexpected tab character. (no-tabs)
(#11395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11396) Unexpected tab character. (no-tabs)
(#11396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11397) Unexpected tab character. (no-tabs)
(#11397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11398) Unexpected tab character. (no-tabs)
(#11398) There should be no spaces inside this paren. (space-in-parens)
(#11398) There should be no spaces inside this paren. (space-in-parens)
(#11398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11399) Unexpected tab character. (no-tabs)
(#11399) There should be no spaces inside this paren. (space-in-parens)
(#11399) There should be no spaces inside this paren. (space-in-parens)
(#11399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11400) Unexpected tab character. (no-tabs)
(#11400) There should be no spaces inside this paren. (space-in-parens)
(#11400) There should be no spaces inside this paren. (space-in-parens)
(#11400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11401) Unexpected tab character. (no-tabs)
(#11401) There should be no spaces inside this paren. (space-in-parens)
(#11401) There should be no spaces inside this paren. (space-in-parens)
(#11401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11402) Unexpected tab character. (no-tabs)
(#11402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11403) Unexpected tab character. (no-tabs)
(#11403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11404) Unexpected tab character. (no-tabs)
(#11404) There should be no spaces inside this paren. (space-in-parens)
(#11404) There should be no spaces inside this paren. (space-in-parens)
(#11404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11405) Unexpected tab character. (no-tabs)
(#11405) There should be no spaces inside this paren. (space-in-parens)
(#11405) There should be no spaces inside this paren. (space-in-parens)
(#11405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11406) Unexpected tab character. (no-tabs)
(#11406) There should be no spaces inside this paren. (space-in-parens)
(#11406) There should be no spaces inside this paren. (space-in-parens)
(#11406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11407) Unexpected tab character. (no-tabs)
(#11407) There should be no spaces inside this paren. (space-in-parens)
(#11407) There should be no spaces inside this paren. (space-in-parens)
(#11407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11408) Unexpected tab character. (no-tabs)
(#11408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11410) Unexpected tab character. (no-tabs)
(#11410) There should be no spaces inside this paren. (space-in-parens)
(#11410) There should be no spaces inside this paren. (space-in-parens)
(#11410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11411) Unexpected tab character. (no-tabs)
(#11411) There should be no space after '['. (computed-property-spacing)
(#11411) There should be no space before ']'. (computed-property-spacing)
(#11411) There should be no spaces inside this paren. (space-in-parens)
(#11411) There should be no spaces inside this paren. (space-in-parens)
(#11411) There should be no space after '['. (computed-property-spacing)
(#11411) There should be no space before ']'. (computed-property-spacing)
(#11411) There should be no spaces inside this paren. (space-in-parens)
(#11411) There should be no spaces inside this paren. (space-in-parens)
(#11411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11412) Unexpected tab character. (no-tabs)
(#11412) There should be no space after '['. (computed-property-spacing)
(#11412) There should be no space before ']'. (computed-property-spacing)
(#11412) There should be no spaces inside this paren. (space-in-parens)
(#11412) There should be no spaces inside this paren. (space-in-parens)
(#11412) There should be no space after '['. (computed-property-spacing)
(#11412) There should be no space before ']'. (computed-property-spacing)
(#11412) There should be no spaces inside this paren. (space-in-parens)
(#11412) There should be no spaces inside this paren. (space-in-parens)
(#11412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11413) Unexpected tab character. (no-tabs)
(#11413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11415) Unexpected tab character. (no-tabs)
(#11415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11416) Unexpected tab character. (no-tabs)
(#11416) There should be no space after '['. (computed-property-spacing)
(#11416) There should be no space before ']'. (computed-property-spacing)
(#11416) There should be no space after '['. (computed-property-spacing)
(#11416) There should be no space before ']'. (computed-property-spacing)
(#11416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11417) Unexpected tab character. (no-tabs)
(#11417) There should be no space after '['. (computed-property-spacing)
(#11417) There should be no space before ']'. (computed-property-spacing)
(#11417) There should be no space after '['. (computed-property-spacing)
(#11417) There should be no space before ']'. (computed-property-spacing)
(#11417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11418) Unexpected tab character. (no-tabs)
(#11418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11419) Unexpected tab character. (no-tabs)
(#11419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11421) Unexpected tab character. (no-tabs)
(#11421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11423) Unexpected tab character. (no-tabs)
(#11423) There should be no spaces inside this paren. (space-in-parens)
(#11423) There should be no spaces inside this paren. (space-in-parens)
(#11423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11424) Unexpected tab character. (no-tabs)
(#11424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11425) Unexpected tab character. (no-tabs)
(#11425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11427) Unexpected tab character. (no-tabs)
(#11427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11428) Unexpected tab character. (no-tabs)
(#11428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11429) Unexpected tab character. (no-tabs)
(#11429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11431) Unexpected tab character. (no-tabs)
(#11431) There should be no spaces inside this paren. (space-in-parens)
(#11431) There should be no spaces inside this paren. (space-in-parens)
(#11431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11433) Unexpected tab character. (no-tabs)
(#11433) There should be no space after '['. (computed-property-spacing)
(#11433) There should be no space before ']'. (computed-property-spacing)
(#11433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11435) Unexpected tab character. (no-tabs)
(#11435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11436) Unexpected tab character. (no-tabs)
(#11436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11437) Unexpected tab character. (no-tabs)
(#11437) There should be no spaces inside this paren. (space-in-parens)
(#11437) There should be no spaces inside this paren. (space-in-parens)
(#11437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11438) Unexpected tab character. (no-tabs)
(#11438) There should be no spaces inside this paren. (space-in-parens)
(#11438) There should be no spaces inside this paren. (space-in-parens)
(#11438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11439) Unexpected tab character. (no-tabs)
(#11439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11441) Unexpected tab character. (no-tabs)
(#11441) There should be no spaces inside this paren. (space-in-parens)
(#11441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11442) Unexpected tab character. (no-tabs)
(#11442) There should be no spaces inside this paren. (space-in-parens)
(#11442) There should be no spaces inside this paren. (space-in-parens)
(#11442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11443) Unexpected tab character. (no-tabs)
(#11443) There should be no spaces inside this paren. (space-in-parens)
(#11443) There should be no spaces inside this paren. (space-in-parens)
(#11443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11444) Unexpected tab character. (no-tabs)
(#11444) There should be no spaces inside this paren. (space-in-parens)
(#11444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11446) Unexpected tab character. (no-tabs)
(#11446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11448) Unexpected tab character. (no-tabs)
(#11448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11450) Unexpected tab character. (no-tabs)
(#11450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11452) Unexpected tab character. (no-tabs)
(#11452) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11453) Unexpected tab character. (no-tabs)
(#11453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11455) Unexpected tab character. (no-tabs)
(#11455) There should be no spaces inside this paren. (space-in-parens)
(#11455) There should be no spaces inside this paren. (space-in-parens)
(#11455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11457) Unexpected tab character. (no-tabs)
(#11457) There should be no spaces inside this paren. (space-in-parens)
(#11457) There should be no spaces inside this paren. (space-in-parens)
(#11457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11459) Unexpected tab character. (no-tabs)
(#11459) There should be no spaces inside this paren. (space-in-parens)
(#11459) There should be no spaces inside this paren. (space-in-parens)
(#11459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11460) Unexpected tab character. (no-tabs)
(#11460) There should be no spaces inside this paren. (space-in-parens)
(#11460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11461) Unexpected tab character. (no-tabs)
(#11461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11462) Unexpected tab character. (no-tabs)
(#11462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11463) Unexpected tab character. (no-tabs)
(#11463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11464) Unexpected tab character. (no-tabs)
(#11464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11465) Unexpected tab character. (no-tabs)
(#11465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11466) Unexpected tab character. (no-tabs)
(#11466) Expected space or tab after '//' in comment. (spaced-comment)
(#11466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11467) Unexpected tab character. (no-tabs)
(#11467) There should be no spaces inside this paren. (space-in-parens)
(#11467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11469) Unexpected tab character. (no-tabs)
(#11469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11470) Unexpected tab character. (no-tabs)
(#11470) There should be no spaces inside this paren. (space-in-parens)
(#11470) There should be no spaces inside this paren. (space-in-parens)
(#11470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11471) Unexpected tab character. (no-tabs)
(#11471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11473) Unexpected tab character. (no-tabs)
(#11473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11474) Unexpected tab character. (no-tabs)
(#11474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11475) Unexpected tab character. (no-tabs)
(#11475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11477) Unexpected tab character. (no-tabs)
(#11477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11479) Unexpected tab character. (no-tabs)
(#11479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11480) Unexpected tab character. (no-tabs)
(#11480) There should be no spaces inside this paren. (space-in-parens)
(#11480) There should be no spaces inside this paren. (space-in-parens)
(#11480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11481) Unexpected tab character. (no-tabs)
(#11481) There should be no space after '{'. (object-curly-spacing)
(#11481) There should be no space before '}'. (object-curly-spacing)
(#11481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11482) Unexpected tab character. (no-tabs)
(#11482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11483) Unexpected tab character. (no-tabs)
(#11483) There should be no spaces inside this paren. (space-in-parens)
(#11483) There should be no spaces inside this paren. (space-in-parens)
(#11483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11484) Unexpected tab character. (no-tabs)
(#11484) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11485) Unexpected tab character. (no-tabs)
(#11485) There should be no space after '{'. (object-curly-spacing)
(#11485) There should be no space before '}'. (object-curly-spacing)
(#11485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11486) Unexpected tab character. (no-tabs)
(#11486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11487) Unexpected tab character. (no-tabs)
(#11487) There should be no spaces inside this paren. (space-in-parens)
(#11487) There should be no spaces inside this paren. (space-in-parens)
(#11487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11488) Unexpected tab character. (no-tabs)
(#11488) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11489) Unexpected tab character. (no-tabs)
(#11489) There should be no space after '{'. (object-curly-spacing)
(#11489) There should be no space before '}'. (object-curly-spacing)
(#11489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11490) Unexpected tab character. (no-tabs)
(#11490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11491) Unexpected tab character. (no-tabs)
(#11491) There should be no spaces inside this paren. (space-in-parens)
(#11491) There should be no spaces inside this paren. (space-in-parens)
(#11491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11492) Unexpected tab character. (no-tabs)
(#11492) There should be no space after '{'. (object-curly-spacing)
(#11492) There should be no space before '}'. (object-curly-spacing)
(#11492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11493) Unexpected tab character. (no-tabs)
(#11493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11494) Unexpected tab character. (no-tabs)
(#11494) There should be no spaces inside this paren. (space-in-parens)
(#11494) There should be no spaces inside this paren. (space-in-parens)
(#11494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11495) Unexpected tab character. (no-tabs)
(#11495) There should be no spaces inside this paren. (space-in-parens)
(#11495) There should be no spaces inside this paren. (space-in-parens)
(#11495) There should be no spaces inside this paren. (space-in-parens)
(#11495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11496) Unexpected tab character. (no-tabs)
(#11496) There should be no spaces inside this paren. (space-in-parens)
(#11496) There should be no space after '['. (array-bracket-spacing)
(#11496) There should be no space before ']'. (array-bracket-spacing)
(#11496) There should be no spaces inside this paren. (space-in-parens)
(#11496) There should be no spaces inside this paren. (space-in-parens)
(#11496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11497) Unexpected tab character. (no-tabs)
(#11497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11498) Unexpected tab character. (no-tabs)
(#11498) There should be no spaces inside this paren. (space-in-parens)
(#11498) There should be no spaces inside this paren. (space-in-parens)
(#11498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11499) Unexpected tab character. (no-tabs)
(#11499) There should be no spaces inside this paren. (space-in-parens)
(#11499) There should be no spaces inside this paren. (space-in-parens)
(#11499) There should be no spaces inside this paren. (space-in-parens)
(#11499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11500) Unexpected tab character. (no-tabs)
(#11500) There should be no spaces inside this paren. (space-in-parens)
(#11500) There should be no space after '['. (array-bracket-spacing)
(#11500) There should be no space before ']'. (array-bracket-spacing)
(#11500) There should be no spaces inside this paren. (space-in-parens)
(#11500) There should be no spaces inside this paren. (space-in-parens)
(#11500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11501) Unexpected tab character. (no-tabs)
(#11501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11502) Unexpected tab character. (no-tabs)
(#11502) There should be no spaces inside this paren. (space-in-parens)
(#11502) There should be no spaces inside this paren. (space-in-parens)
(#11502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11503) Unexpected tab character. (no-tabs)
(#11503) There should be no spaces inside this paren. (space-in-parens)
(#11503) There should be no spaces inside this paren. (space-in-parens)
(#11503) There should be no spaces inside this paren. (space-in-parens)
(#11503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11504) Unexpected tab character. (no-tabs)
(#11504) There should be no spaces inside this paren. (space-in-parens)
(#11504) There should be no space after '['. (array-bracket-spacing)
(#11504) There should be no space before ']'. (array-bracket-spacing)
(#11504) There should be no spaces inside this paren. (space-in-parens)
(#11504) There should be no spaces inside this paren. (space-in-parens)
(#11504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11505) Unexpected tab character. (no-tabs)
(#11505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11506) Unexpected tab character. (no-tabs)
(#11506) There should be no spaces inside this paren. (space-in-parens)
(#11506) There should be no spaces inside this paren. (space-in-parens)
(#11506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11507) Unexpected tab character. (no-tabs)
(#11507) There should be no spaces inside this paren. (space-in-parens)
(#11507) There should be no spaces inside this paren. (space-in-parens)
(#11507) There should be no spaces inside this paren. (space-in-parens)
(#11507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11508) Unexpected tab character. (no-tabs)
(#11508) There should be no spaces inside this paren. (space-in-parens)
(#11508) There should be no space after '['. (array-bracket-spacing)
(#11508) There should be no space before ']'. (array-bracket-spacing)
(#11508) There should be no spaces inside this paren. (space-in-parens)
(#11508) There should be no spaces inside this paren. (space-in-parens)
(#11508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11509) Unexpected tab character. (no-tabs)
(#11509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11510) Unexpected tab character. (no-tabs)
(#11510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11512) Unexpected tab character. (no-tabs)
(#11512) There should be no spaces inside this paren. (space-in-parens)
(#11512) There should be no spaces inside this paren. (space-in-parens)
(#11512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11513) Unexpected tab character. (no-tabs)
(#11513) There should be no spaces inside this paren. (space-in-parens)
(#11513) There should be no space after '['. (array-bracket-spacing)
(#11513) There should be no space before ']'. (array-bracket-spacing)
(#11513) There should be no spaces inside this paren. (space-in-parens)
(#11513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11514) Unexpected tab character. (no-tabs)
(#11514) There should be no spaces inside this paren. (space-in-parens)
(#11514) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11514) There should be no spaces inside this paren. (space-in-parens)
(#11514) There should be no spaces inside this paren. (space-in-parens)
(#11514) There should be no spaces inside this paren. (space-in-parens)
(#11514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11515) Unexpected tab character. (no-tabs)
(#11515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11517) Unexpected tab character. (no-tabs)
(#11517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11519) Unexpected tab character. (no-tabs)
(#11519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11520) Unexpected tab character. (no-tabs)
(#11520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11521) Unexpected tab character. (no-tabs)
(#11521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11522) Unexpected tab character. (no-tabs)
(#11522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11523) Unexpected tab character. (no-tabs)
(#11523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11524) Unexpected tab character. (no-tabs)
(#11524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11525) Unexpected tab character. (no-tabs)
(#11525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11526) Unexpected tab character. (no-tabs)
(#11526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11527) Unexpected tab character. (no-tabs)
(#11527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11528) Unexpected tab character. (no-tabs)
(#11528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11529) Unexpected tab character. (no-tabs)
(#11529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11531) There should be no spaces inside this paren. (space-in-parens)
(#11531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11537) There should be no spaces inside this paren. (space-in-parens)
(#11537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11539) Unexpected tab character. (no-tabs)
(#11539) There should be no spaces inside this paren. (space-in-parens)
(#11539) There should be no spaces inside this paren. (space-in-parens)
(#11539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11540) Unexpected tab character. (no-tabs)
(#11540) There should be no spaces inside this paren. (space-in-parens)
(#11540) There should be no spaces inside this paren. (space-in-parens)
(#11540) There should be no spaces inside this paren. (space-in-parens)
(#11540) There should be no spaces inside this paren. (space-in-parens)
(#11540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11541) Unexpected tab character. (no-tabs)
(#11541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11542) Unexpected tab character. (no-tabs)
(#11542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11543) Unexpected tab character. (no-tabs)
(#11543) There should be no spaces inside this paren. (space-in-parens)
(#11543) There should be no spaces inside this paren. (space-in-parens)
(#11543) There should be no spaces inside this paren. (space-in-parens)
(#11543) There should be no space after '['. (computed-property-spacing)
(#11543) There should be no space before ']'. (computed-property-spacing)
(#11543) There should be no spaces inside this paren. (space-in-parens)
(#11543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11544) Unexpected tab character. (no-tabs)
(#11544) There should be no spaces inside this paren. (space-in-parens)
(#11544) There should be no space after '['. (computed-property-spacing)
(#11544) There should be no space before ']'. (computed-property-spacing)
(#11544) There should be no spaces inside this paren. (space-in-parens)
(#11544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11545) Unexpected tab character. (no-tabs)
(#11545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11546) Unexpected tab character. (no-tabs)
(#11546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11547) Unexpected tab character. (no-tabs)
(#11547) There should be no spaces inside this paren. (space-in-parens)
(#11547) There should be no spaces inside this paren. (space-in-parens)
(#11547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11548) Unexpected tab character. (no-tabs)
(#11548) There should be no spaces inside this paren. (space-in-parens)
(#11548) There should be no spaces inside this paren. (space-in-parens)
(#11548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11549) Unexpected tab character. (no-tabs)
(#11549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11550) Unexpected tab character. (no-tabs)
(#11550) There should be no spaces inside this paren. (space-in-parens)
(#11550) There should be no spaces inside this paren. (space-in-parens)
(#11550) There should be no spaces inside this paren. (space-in-parens)
(#11550) There should be no spaces inside this paren. (space-in-parens)
(#11550) There should be no spaces inside this paren. (space-in-parens)
(#11550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11551) Unexpected tab character. (no-tabs)
(#11551) There should be no spaces inside this paren. (space-in-parens)
(#11551) There should be no spaces inside this paren. (space-in-parens)
(#11551) There should be no spaces inside this paren. (space-in-parens)
(#11551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11552) Unexpected tab character. (no-tabs)
(#11552) There should be no spaces inside this paren. (space-in-parens)
(#11552) There should be no spaces inside this paren. (space-in-parens)
(#11552) There should be no spaces inside this paren. (space-in-parens)
(#11552) There should be no spaces inside this paren. (space-in-parens)
(#11552) There should be no spaces inside this paren. (space-in-parens)
(#11552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11553) Unexpected tab character. (no-tabs)
(#11553) There should be no spaces inside this paren. (space-in-parens)
(#11553) There should be no spaces inside this paren. (space-in-parens)
(#11553) There should be no spaces inside this paren. (space-in-parens)
(#11553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11555) Unexpected tab character. (no-tabs)
(#11555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11556) Unexpected tab character. (no-tabs)
(#11556) There should be no spaces inside this paren. (space-in-parens)
(#11556) There should be no space after '{'. (object-curly-spacing)
(#11556) There should be no space before '}'. (object-curly-spacing)
(#11556) There should be no spaces inside this paren. (space-in-parens)
(#11556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11557) Unexpected tab character. (no-tabs)
(#11557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11558) Unexpected tab character. (no-tabs)
(#11558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11559) Unexpected tab character. (no-tabs)
(#11559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11561) Unexpected tab character. (no-tabs)
(#11561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11562) Unexpected tab character. (no-tabs)
(#11562) There should be no spaces inside this paren. (space-in-parens)
(#11562) There should be no spaces inside this paren. (space-in-parens)
(#11562) There should be no spaces inside this paren. (space-in-parens)
(#11562) There should be no spaces inside this paren. (space-in-parens)
(#11562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11563) Unexpected tab character. (no-tabs)
(#11563) There should be no spaces inside this paren. (space-in-parens)
(#11563) There should be no spaces inside this paren. (space-in-parens)
(#11563) There should be no spaces inside this paren. (space-in-parens)
(#11563) There should be no spaces inside this paren. (space-in-parens)
(#11563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11564) Unexpected tab character. (no-tabs)
(#11564) There should be no spaces inside this paren. (space-in-parens)
(#11564) There should be no spaces inside this paren. (space-in-parens)
(#11564) There should be no spaces inside this paren. (space-in-parens)
(#11564) There should be no spaces inside this paren. (space-in-parens)
(#11564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11565) Unexpected tab character. (no-tabs)
(#11565) There should be no spaces inside this paren. (space-in-parens)
(#11565) There should be no spaces inside this paren. (space-in-parens)
(#11565) There should be no spaces inside this paren. (space-in-parens)
(#11565) There should be no spaces inside this paren. (space-in-parens)
(#11565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11566) Unexpected tab character. (no-tabs)
(#11566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11568) Unexpected tab character. (no-tabs)
(#11568) There should be no spaces inside this paren. (space-in-parens)
(#11568) There should be no spaces inside this paren. (space-in-parens)
(#11568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11569) Unexpected tab character. (no-tabs)
(#11569) There should be no spaces inside this paren. (space-in-parens)
(#11569) There should be no space after '['. (computed-property-spacing)
(#11569) There should be no space before ']'. (computed-property-spacing)
(#11569) There should be no spaces inside this paren. (space-in-parens)
(#11569) There should be no spaces inside this paren. (space-in-parens)
(#11569) There should be no space after '{'. (object-curly-spacing)
(#11569) There should be no space before '}'. (object-curly-spacing)
(#11569) There should be no spaces inside this paren. (space-in-parens)
(#11569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11570) Unexpected tab character. (no-tabs)
(#11570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11572) Unexpected tab character. (no-tabs)
(#11572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11573) Unexpected tab character. (no-tabs)
(#11573) There should be no spaces inside this paren. (space-in-parens)
(#11573) There should be no spaces inside this paren. (space-in-parens)
(#11573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11574) Unexpected tab character. (no-tabs)
(#11574) There should be no spaces inside this paren. (space-in-parens)
(#11574) There should be no spaces inside this paren. (space-in-parens)
(#11574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11576) Unexpected tab character. (no-tabs)
(#11576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11577) Unexpected tab character. (no-tabs)
(#11577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11578) Unexpected tab character. (no-tabs)
(#11578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11579) Unexpected tab character. (no-tabs)
(#11579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11581) There should be no spaces inside this paren. (space-in-parens)
(#11581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11583) There should be no spaces inside this paren. (space-in-parens)
(#11583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11585) Unexpected tab character. (no-tabs)
(#11585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11586) Unexpected tab character. (no-tabs)
(#11586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11587) Unexpected tab character. (no-tabs)
(#11587) There should be no spaces inside this paren. (space-in-parens)
(#11587) There should be no spaces inside this paren. (space-in-parens)
(#11587) There should be no spaces inside this paren. (space-in-parens)
(#11587) There should be no spaces inside this paren. (space-in-parens)
(#11587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11588) Unexpected tab character. (no-tabs)
(#11588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11589) Unexpected tab character. (no-tabs)
(#11589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11590) Unexpected tab character. (no-tabs)
(#11590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11591) Unexpected tab character. (no-tabs)
(#11591) Do not nest ternary expressions. (no-nested-ternary)
(#11591) There should be no spaces inside this paren. (space-in-parens)
(#11591) There should be no spaces inside this paren. (space-in-parens)
(#11591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11592) Unexpected tab character. (no-tabs)
(#11592) There should be no spaces inside this paren. (space-in-parens)
(#11592) There should be no spaces inside this paren. (space-in-parens)
(#11592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11593) Unexpected tab character. (no-tabs)
(#11593) There should be no spaces inside this paren. (space-in-parens)
(#11593) There should be no spaces inside this paren. (space-in-parens)
(#11593) There should be no spaces inside this paren. (space-in-parens)
(#11593) There should be no spaces inside this paren. (space-in-parens)
(#11593) There should be no spaces inside this paren. (space-in-parens)
(#11593) There should be no spaces inside this paren. (space-in-parens)
(#11593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11595) Unexpected tab character. (no-tabs)
(#11595) There should be no spaces inside this paren. (space-in-parens)
(#11595) There should be no spaces inside this paren. (space-in-parens)
(#11595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11596) Unexpected tab character. (no-tabs)
(#11596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11597) Unexpected tab character. (no-tabs)
(#11597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11599) Unexpected tab character. (no-tabs)
(#11599) There should be no spaces inside this paren. (space-in-parens)
(#11599) There should be no spaces inside this paren. (space-in-parens)
(#11599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11601) Unexpected tab character. (no-tabs)
(#11601) There should be no spaces inside this paren. (space-in-parens)
(#11601) There should be no spaces inside this paren. (space-in-parens)
(#11601) There should be no spaces inside this paren. (space-in-parens)
(#11601) There should be no spaces inside this paren. (space-in-parens)
(#11601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11602) Unexpected tab character. (no-tabs)
(#11602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11603) Unexpected tab character. (no-tabs)
(#11603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11604) Unexpected tab character. (no-tabs)
(#11604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11605) Unexpected tab character. (no-tabs)
(#11605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11606) Unexpected tab character. (no-tabs)
(#11606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11607) Unexpected tab character. (no-tabs)
(#11607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11608) Unexpected tab character. (no-tabs)
(#11608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11609) Unexpected tab character. (no-tabs)
(#11609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11611) Unexpected tab character. (no-tabs)
(#11611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11612) Unexpected tab character. (no-tabs)
(#11612) There should be no spaces inside this paren. (space-in-parens)
(#11612) There should be no spaces inside this paren. (space-in-parens)
(#11612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11613) Unexpected tab character. (no-tabs)
(#11613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11614) Unexpected tab character. (no-tabs)
(#11614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11615) Unexpected tab character. (no-tabs)
(#11615) There should be no spaces inside this paren. (space-in-parens)
(#11615) There should be no spaces inside this paren. (space-in-parens)
(#11615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11616) Unexpected tab character. (no-tabs)
(#11616) There should be no spaces inside this paren. (space-in-parens)
(#11616) There should be no spaces inside this paren. (space-in-parens)
(#11616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11617) Unexpected tab character. (no-tabs)
(#11617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11618) Unexpected tab character. (no-tabs)
(#11618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11619) Unexpected tab character. (no-tabs)
(#11619) There should be no spaces inside this paren. (space-in-parens)
(#11619) There should be no spaces inside this paren. (space-in-parens)
(#11619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11620) Unexpected tab character. (no-tabs)
(#11620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11621) Unexpected tab character. (no-tabs)
(#11621) There should be no spaces inside this paren. (space-in-parens)
(#11621) There should be no space after '['. (array-bracket-spacing)
(#11621) There should be no space before ']'. (array-bracket-spacing)
(#11621) There should be no spaces inside this paren. (space-in-parens)
(#11621) There should be no spaces inside this paren. (space-in-parens)
(#11621) There should be no spaces inside this paren. (space-in-parens)
(#11621) There should be no spaces inside this paren. (space-in-parens)
(#11621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11622) Unexpected tab character. (no-tabs)
(#11622) There should be no space after '['. (computed-property-spacing)
(#11622) There should be no space before ']'. (computed-property-spacing)
(#11622) There should be no spaces inside this paren. (space-in-parens)
(#11622) There should be no spaces inside this paren. (space-in-parens)
(#11622) There should be no spaces inside this paren. (space-in-parens)
(#11622) There should be no spaces inside this paren. (space-in-parens)
(#11622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11623) Unexpected tab character. (no-tabs)
(#11623) There should be no spaces inside this paren. (space-in-parens)
(#11623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11625) Unexpected tab character. (no-tabs)
(#11625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11626) Unexpected tab character. (no-tabs)
(#11626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11627) Unexpected tab character. (no-tabs)
(#11627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11628) Unexpected tab character. (no-tabs)
(#11628) There should be no spaces inside this paren. (space-in-parens)
(#11628) There should be no space after '['. (computed-property-spacing)
(#11628) There should be no space before ']'. (computed-property-spacing)
(#11628) There should be no spaces inside this paren. (space-in-parens)
(#11628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11629) Unexpected tab character. (no-tabs)
(#11629) There should be no spaces inside this paren. (space-in-parens)
(#11629) There should be no space after '['. (computed-property-spacing)
(#11629) There should be no space before ']'. (computed-property-spacing)
(#11629) There should be no spaces inside this paren. (space-in-parens)
(#11629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11630) Unexpected tab character. (no-tabs)
(#11630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11632) Unexpected tab character. (no-tabs)
(#11632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11633) Unexpected tab character. (no-tabs)
(#11633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11634) Unexpected tab character. (no-tabs)
(#11634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11635) Unexpected tab character. (no-tabs)
(#11635) There should be no spaces inside this paren. (space-in-parens)
(#11635) Unexpected space between function name and paren. (func-call-spacing)
(#11635) There should be no spaces inside this paren. (space-in-parens)
(#11635) There should be no spaces inside this paren. (space-in-parens)
(#11635) There should be no spaces inside this paren. (space-in-parens)
(#11635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11636) Unexpected tab character. (no-tabs)
(#11636) There should be no spaces inside this paren. (space-in-parens)
(#11636) Unexpected space between function name and paren. (func-call-spacing)
(#11636) There should be no spaces inside this paren. (space-in-parens)
(#11636) There should be no spaces inside this paren. (space-in-parens)
(#11636) There should be no spaces inside this paren. (space-in-parens)
(#11636) Unexpected whitespace before semicolon. (semi-spacing)
(#11636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11638) Unexpected tab character. (no-tabs)
(#11638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11639) Unexpected tab character. (no-tabs)
(#11639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11640) Unexpected tab character. (no-tabs)
(#11640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11641) Unexpected tab character. (no-tabs)
(#11641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11642) Unexpected tab character. (no-tabs)
(#11642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11643) Unexpected tab character. (no-tabs)
(#11643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11644) Unexpected tab character. (no-tabs)
(#11644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11645) Unexpected tab character. (no-tabs)
(#11645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11646) Unexpected tab character. (no-tabs)
(#11646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11648) Unexpected tab character. (no-tabs)
(#11648) Method 'resize' has a complexity of 21. (complexity)
(#11648) There should be no spaces inside this paren. (space-in-parens)
(#11648) There should be no spaces inside this paren. (space-in-parens)
(#11648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11649) Unexpected tab character. (no-tabs)
(#11649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11650) Unexpected tab character. (no-tabs)
(#11650) There should be no spaces inside this paren. (space-in-parens)
(#11650) There should be no spaces inside this paren. (space-in-parens)
(#11650) There should be no spaces inside this paren. (space-in-parens)
(#11650) There should be no spaces inside this paren. (space-in-parens)
(#11650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11651) Unexpected tab character. (no-tabs)
(#11651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11652) Unexpected tab character. (no-tabs)
(#11652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11653) Unexpected tab character. (no-tabs)
(#11653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11654) Unexpected tab character. (no-tabs)
(#11654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11655) Unexpected tab character. (no-tabs)
(#11655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11656) Unexpected tab character. (no-tabs)
(#11656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11657) Unexpected tab character. (no-tabs)
(#11657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11658) Unexpected tab character. (no-tabs)
(#11658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11659) Unexpected tab character. (no-tabs)
(#11659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11660) Unexpected tab character. (no-tabs)
(#11660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11662) Unexpected tab character. (no-tabs)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no space after '['. (computed-property-spacing)
(#11662) There should be no space before ']'. (computed-property-spacing)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) There should be no spaces inside this paren. (space-in-parens)
(#11662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11663) Unexpected tab character. (no-tabs)
(#11663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11664) Unexpected tab character. (no-tabs)
(#11664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11666) Unexpected tab character. (no-tabs)
(#11666) There should be no spaces inside this paren. (space-in-parens)
(#11666) There should be no spaces inside this paren. (space-in-parens)
(#11666) There should be no spaces inside this paren. (space-in-parens)
(#11666) There should be no spaces inside this paren. (space-in-parens)
(#11666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11667) Unexpected tab character. (no-tabs)
(#11667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11668) Unexpected tab character. (no-tabs)
(#11668) There should be no spaces inside this paren. (space-in-parens)
(#11668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11669) Unexpected tab character. (no-tabs)
(#11669) There should be no spaces inside this paren. (space-in-parens)
(#11669) There should be no spaces inside this paren. (space-in-parens)
(#11669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11670) Unexpected tab character. (no-tabs)
(#11670) There should be no spaces inside this paren. (space-in-parens)
(#11670) There should be no spaces inside this paren. (space-in-parens)
(#11670) There should be no spaces inside this paren. (space-in-parens)
(#11670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11672) Unexpected tab character. (no-tabs)
(#11672) There should be no spaces inside this paren. (space-in-parens)
(#11672) There should be no spaces inside this paren. (space-in-parens)
(#11672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11673) Unexpected tab character. (no-tabs)
(#11673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11674) Unexpected tab character. (no-tabs)
(#11674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11675) Unexpected tab character. (no-tabs)
(#11675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11676) Unexpected tab character. (no-tabs)
(#11676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11677) Unexpected tab character. (no-tabs)
(#11677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11679) Unexpected tab character. (no-tabs)
(#11679) There should be no spaces inside this paren. (space-in-parens)
(#11679) There should be no spaces inside this paren. (space-in-parens)
(#11679) There should be no spaces inside this paren. (space-in-parens)
(#11679) There should be no spaces inside this paren. (space-in-parens)
(#11679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11680) Unexpected tab character. (no-tabs)
(#11680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11681) Unexpected tab character. (no-tabs)
(#11681) There should be no spaces inside this paren. (space-in-parens)
(#11681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11682) Unexpected tab character. (no-tabs)
(#11682) There should be no spaces inside this paren. (space-in-parens)
(#11682) There should be no spaces inside this paren. (space-in-parens)
(#11682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11683) Unexpected tab character. (no-tabs)
(#11683) There should be no spaces inside this paren. (space-in-parens)
(#11683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11685) Unexpected tab character. (no-tabs)
(#11685) There should be no spaces inside this paren. (space-in-parens)
(#11685) There should be no spaces inside this paren. (space-in-parens)
(#11685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11686) Unexpected tab character. (no-tabs)
(#11686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11687) Unexpected tab character. (no-tabs)
(#11687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11688) Unexpected tab character. (no-tabs)
(#11688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11689) Unexpected tab character. (no-tabs)
(#11689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11690) Unexpected tab character. (no-tabs)
(#11690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11692) Unexpected tab character. (no-tabs)
(#11692) There should be no spaces inside this paren. (space-in-parens)
(#11692) There should be no spaces inside this paren. (space-in-parens)
(#11692) There should be no spaces inside this paren. (space-in-parens)
(#11692) There should be no spaces inside this paren. (space-in-parens)
(#11692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11693) Unexpected tab character. (no-tabs)
(#11693) There should be no spaces inside this paren. (space-in-parens)
(#11693) There should be no spaces inside this paren. (space-in-parens)
(#11693) There should be no spaces inside this paren. (space-in-parens)
(#11693) There should be no spaces inside this paren. (space-in-parens)
(#11693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11695) Unexpected tab character. (no-tabs)
(#11695) There should be no spaces inside this paren. (space-in-parens)
(#11695) There should be no spaces inside this paren. (space-in-parens)
(#11695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11696) Unexpected tab character. (no-tabs)
(#11696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11697) Unexpected tab character. (no-tabs)
(#11697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11698) Unexpected tab character. (no-tabs)
(#11698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11699) Unexpected tab character. (no-tabs)
(#11699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11700) Unexpected tab character. (no-tabs)
(#11700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11701) Unexpected tab character. (no-tabs)
(#11701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11703) Unexpected tab character. (no-tabs)
(#11703) There should be no spaces inside this paren. (space-in-parens)
(#11703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11704) Unexpected tab character. (no-tabs)
(#11704) There should be no spaces inside this paren. (space-in-parens)
(#11704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11705) Unexpected tab character. (no-tabs)
(#11705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11706) Unexpected tab character. (no-tabs)
(#11706) There should be no spaces inside this paren. (space-in-parens)
(#11706) There should be no spaces inside this paren. (space-in-parens)
(#11706) There should be no spaces inside this paren. (space-in-parens)
(#11706) There should be no spaces inside this paren. (space-in-parens)
(#11706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11708) Unexpected tab character. (no-tabs)
(#11708) There should be no spaces inside this paren. (space-in-parens)
(#11708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11709) Unexpected tab character. (no-tabs)
(#11709) There should be no spaces inside this paren. (space-in-parens)
(#11709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11710) Unexpected tab character. (no-tabs)
(#11710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11711) Unexpected tab character. (no-tabs)
(#11711) There should be no spaces inside this paren. (space-in-parens)
(#11711) There should be no spaces inside this paren. (space-in-parens)
(#11711) There should be no spaces inside this paren. (space-in-parens)
(#11711) There should be no spaces inside this paren. (space-in-parens)
(#11711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11713) Unexpected tab character. (no-tabs)
(#11713) There should be no spaces inside this paren. (space-in-parens)
(#11713) There should be no spaces inside this paren. (space-in-parens)
(#11713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11714) Unexpected tab character. (no-tabs)
(#11714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11715) Unexpected tab character. (no-tabs)
(#11715) There should be no spaces inside this paren. (space-in-parens)
(#11715) There should be no spaces inside this paren. (space-in-parens)
(#11715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11716) Unexpected tab character. (no-tabs)
(#11716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11717) Unexpected tab character. (no-tabs)
(#11717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11718) Unexpected tab character. (no-tabs)
(#11718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11719) Unexpected tab character. (no-tabs)
(#11719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11721) Unexpected tab character. (no-tabs)
(#11721) There should be no spaces inside this paren. (space-in-parens)
(#11721) There should be no spaces inside this paren. (space-in-parens)
(#11721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11722) Unexpected tab character. (no-tabs)
(#11722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11723) Unexpected tab character. (no-tabs)
(#11723) There should be no spaces inside this paren. (space-in-parens)
(#11723) There should be no spaces inside this paren. (space-in-parens)
(#11723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11724) Unexpected tab character. (no-tabs)
(#11724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11725) Unexpected tab character. (no-tabs)
(#11725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11726) Unexpected tab character. (no-tabs)
(#11726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11727) Unexpected tab character. (no-tabs)
(#11727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11729) Unexpected tab character. (no-tabs)
(#11729) There should be no spaces inside this paren. (space-in-parens)
(#11729) There should be no spaces inside this paren. (space-in-parens)
(#11729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11730) Unexpected tab character. (no-tabs)
(#11730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11731) Unexpected tab character. (no-tabs)
(#11731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11732) Unexpected tab character. (no-tabs)
(#11732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11733) Unexpected tab character. (no-tabs)
(#11733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11734) Unexpected tab character. (no-tabs)
(#11734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11735) Unexpected tab character. (no-tabs)
(#11735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11737) Unexpected tab character. (no-tabs)
(#11737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11738) Unexpected tab character. (no-tabs)
(#11738) There should be no spaces inside this paren. (space-in-parens)
(#11738) There should be no spaces inside this paren. (space-in-parens)
(#11738) There should be no spaces inside this paren. (space-in-parens)
(#11738) There should be no spaces inside this paren. (space-in-parens)
(#11738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11739) Unexpected tab character. (no-tabs)
(#11739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11740) Unexpected tab character. (no-tabs)
(#11740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11741) Unexpected tab character. (no-tabs)
(#11741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11742) Unexpected tab character. (no-tabs)
(#11742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11743) Unexpected tab character. (no-tabs)
(#11743) There should be no spaces inside this paren. (space-in-parens)
(#11743) There should be no spaces inside this paren. (space-in-parens)
(#11743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11744) Unexpected tab character. (no-tabs)
(#11744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11745) Unexpected tab character. (no-tabs)
(#11745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11746) Unexpected tab character. (no-tabs)
(#11746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11748) Unexpected tab character. (no-tabs)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) There should be no spaces inside this paren. (space-in-parens)
(#11748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11749) Unexpected tab character. (no-tabs)
(#11749) There should be no spaces inside this paren. (space-in-parens)
(#11749) There should be no spaces inside this paren. (space-in-parens)
(#11749) There should be no spaces inside this paren. (space-in-parens)
(#11749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11750) Unexpected tab character. (no-tabs)
(#11750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11751) Unexpected tab character. (no-tabs)
(#11751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11752) Unexpected tab character. (no-tabs)
(#11752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11753) Unexpected tab character. (no-tabs)
(#11753) There should be no spaces inside this paren. (space-in-parens)
(#11753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11754) Unexpected tab character. (no-tabs)
(#11754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11756) Unexpected tab character. (no-tabs)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) There should be no spaces inside this paren. (space-in-parens)
(#11756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11757) Unexpected tab character. (no-tabs)
(#11757) There should be no spaces inside this paren. (space-in-parens)
(#11757) There should be no spaces inside this paren. (space-in-parens)
(#11757) There should be no spaces inside this paren. (space-in-parens)
(#11757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11758) Unexpected tab character. (no-tabs)
(#11758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11759) Unexpected tab character. (no-tabs)
(#11759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11760) Unexpected tab character. (no-tabs)
(#11760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11761) Unexpected tab character. (no-tabs)
(#11761) There should be no spaces inside this paren. (space-in-parens)
(#11761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11762) Unexpected tab character. (no-tabs)
(#11762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11763) Unexpected tab character. (no-tabs)
(#11763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11764) There should be no spaces inside this paren. (space-in-parens)
(#11764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11766) There should be no spaces inside this paren. (space-in-parens)
(#11766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11768) Unexpected tab character. (no-tabs)
(#11768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11769) Unexpected tab character. (no-tabs)
(#11769) There should be no spaces inside this paren. (space-in-parens)
(#11769) There should be no spaces inside this paren. (space-in-parens)
(#11769) There should be no spaces inside this paren. (space-in-parens)
(#11769) There should be no spaces inside this paren. (space-in-parens)
(#11769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11770) Unexpected tab character. (no-tabs)
(#11770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11772) Unexpected tab character. (no-tabs)
(#11772) There should be no spaces inside this paren. (space-in-parens)
(#11772) There should be no spaces inside this paren. (space-in-parens)
(#11772) There should be no spaces inside this paren. (space-in-parens)
(#11772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11773) Unexpected tab character. (no-tabs)
(#11773) There should be no spaces inside this paren. (space-in-parens)
(#11773) There should be no spaces inside this paren. (space-in-parens)
(#11773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11774) Unexpected tab character. (no-tabs)
(#11774) There should be no spaces inside this paren. (space-in-parens)
(#11774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11775) Unexpected tab character. (no-tabs)
(#11775) There should be no spaces inside this paren. (space-in-parens)
(#11775) There should be no spaces inside this paren. (space-in-parens)
(#11775) There should be no spaces inside this paren. (space-in-parens)
(#11775) There should be no spaces inside this paren. (space-in-parens)
(#11775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11776) Unexpected tab character. (no-tabs)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) There should be no spaces inside this paren. (space-in-parens)
(#11776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11777) Unexpected tab character. (no-tabs)
(#11777) There should be no spaces inside this paren. (space-in-parens)
(#11777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11778) Unexpected tab character. (no-tabs)
(#11778) There should be no spaces inside this paren. (space-in-parens)
(#11778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11779) Unexpected tab character. (no-tabs)
(#11779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11781) Unexpected tab character. (no-tabs)
(#11781) There should be no spaces inside this paren. (space-in-parens)
(#11781) There should be no spaces inside this paren. (space-in-parens)
(#11781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11782) Unexpected tab character. (no-tabs)
(#11782) There should be no spaces inside this paren. (space-in-parens)
(#11782) There should be no spaces inside this paren. (space-in-parens)
(#11782) There should be no spaces inside this paren. (space-in-parens)
(#11782) There should be no spaces inside this paren. (space-in-parens)
(#11782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11783) Unexpected tab character. (no-tabs)
(#11783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11784) Unexpected tab character. (no-tabs)
(#11784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11785) Unexpected tab character. (no-tabs)
(#11785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11786) Unexpected tab character. (no-tabs)
(#11786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11787) Unexpected tab character. (no-tabs)
(#11787) There should be no spaces inside this paren. (space-in-parens)
(#11787) There should be no spaces inside this paren. (space-in-parens)
(#11787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11788) Unexpected tab character. (no-tabs)
(#11788) There should be no spaces inside this paren. (space-in-parens)
(#11788) There should be no spaces inside this paren. (space-in-parens)
(#11788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11789) Unexpected tab character. (no-tabs)
(#11789) There should be no spaces inside this paren. (space-in-parens)
(#11789) There should be no spaces inside this paren. (space-in-parens)
(#11789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11790) Unexpected tab character. (no-tabs)
(#11790) There should be no spaces inside this paren. (space-in-parens)
(#11790) There should be no spaces inside this paren. (space-in-parens)
(#11790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11791) Unexpected tab character. (no-tabs)
(#11791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11793) Unexpected tab character. (no-tabs)
(#11793) There should be no spaces inside this paren. (space-in-parens)
(#11793) There should be no spaces inside this paren. (space-in-parens)
(#11793) There should be no spaces inside this paren. (space-in-parens)
(#11793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11794) Unexpected tab character. (no-tabs)
(#11794) There should be no spaces inside this paren. (space-in-parens)
(#11794) There should be no spaces inside this paren. (space-in-parens)
(#11794) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11794) There should be no spaces inside this paren. (space-in-parens)
(#11794) There should be no spaces inside this paren. (space-in-parens)
(#11794) There should be no spaces inside this paren. (space-in-parens)
(#11794) There should be no spaces inside this paren. (space-in-parens)
(#11794) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11795) Unexpected tab character. (no-tabs)
(#11795) There should be no spaces inside this paren. (space-in-parens)
(#11795) There should be no space after '['. (computed-property-spacing)
(#11795) There should be no space before ']'. (computed-property-spacing)
(#11795) There should be no spaces inside this paren. (space-in-parens)
(#11795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11796) Unexpected tab character. (no-tabs)
(#11796) There should be no space after '['. (array-bracket-spacing)
(#11796) There should be no space before ']'. (array-bracket-spacing)
(#11796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11797) Unexpected tab character. (no-tabs)
(#11797) There should be no space after '['. (array-bracket-spacing)
(#11797) There should be no space before ']'. (array-bracket-spacing)
(#11797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11799) Unexpected tab character. (no-tabs)
(#11799) There should be no spaces inside this paren. (space-in-parens)
(#11799) There should be no spaces inside this paren. (space-in-parens)
(#11799) There should be no spaces inside this paren. (space-in-parens)
(#11799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11800) Unexpected tab character. (no-tabs)
(#11800) There should be no spaces inside this paren. (space-in-parens)
(#11800) There should be no space after '['. (computed-property-spacing)
(#11800) There should be no space before ']'. (computed-property-spacing)
(#11800) There should be no spaces inside this paren. (space-in-parens)
(#11800) There should be no spaces inside this paren. (space-in-parens)
(#11800) There should be no space after '['. (computed-property-spacing)
(#11800) There should be no space before ']'. (computed-property-spacing)
(#11800) There should be no spaces inside this paren. (space-in-parens)
(#11800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11801) Unexpected tab character. (no-tabs)
(#11801) There should be no spaces inside this paren. (space-in-parens)
(#11801) There should be no spaces inside this paren. (space-in-parens)
(#11801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11802) Unexpected tab character. (no-tabs)
(#11802) There should be no space after '['. (computed-property-spacing)
(#11802) There should be no space before ']'. (computed-property-spacing)
(#11802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11803) Unexpected tab character. (no-tabs)
(#11803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11804) Unexpected tab character. (no-tabs)
(#11804) There should be no spaces inside this paren. (space-in-parens)
(#11804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11806) Unexpected tab character. (no-tabs)
(#11806) There should be no spaces inside this paren. (space-in-parens)
(#11806) There should be no spaces inside this paren. (space-in-parens)
(#11806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11807) Unexpected tab character. (no-tabs)
(#11807) There should be no spaces inside this paren. (space-in-parens)
(#11807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11808) Unexpected tab character. (no-tabs)
(#11808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11810) Unexpected tab character. (no-tabs)
(#11810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11811) Unexpected tab character. (no-tabs)
(#11811) There should be no spaces inside this paren. (space-in-parens)
(#11811) There should be no spaces inside this paren. (space-in-parens)
(#11811) There should be no spaces inside this paren. (space-in-parens)
(#11811) There should be no spaces inside this paren. (space-in-parens)
(#11811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11812) Unexpected tab character. (no-tabs)
(#11812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11813) There should be no spaces inside this paren. (space-in-parens)
(#11813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11815) There should be no spaces inside this paren. (space-in-parens)
(#11815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11817) Unexpected tab character. (no-tabs)
(#11817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11819) Unexpected tab character. (no-tabs)
(#11819) There should be no spaces inside this paren. (space-in-parens)
(#11819) There should be no spaces inside this paren. (space-in-parens)
(#11819) There should be no spaces inside this paren. (space-in-parens)
(#11819) There should be no spaces inside this paren. (space-in-parens)
(#11819) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11821) Unexpected tab character. (no-tabs)
(#11821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11822) Unexpected tab character. (no-tabs)
(#11822) There should be no spaces inside this paren. (space-in-parens)
(#11822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11823) Unexpected tab character. (no-tabs)
(#11823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11824) Unexpected tab character. (no-tabs)
(#11824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11825) Unexpected tab character. (no-tabs)
(#11825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11826) Unexpected tab character. (no-tabs)
(#11826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11827) Unexpected tab character. (no-tabs)
(#11827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11828) Unexpected tab character. (no-tabs)
(#11828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11829) Unexpected tab character. (no-tabs)
(#11829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11830) Unexpected tab character. (no-tabs)
(#11830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11831) Unexpected tab character. (no-tabs)
(#11831) There should be no spaces inside this paren. (space-in-parens)
(#11831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11833) Unexpected tab character. (no-tabs)
(#11833) There should be no spaces inside this paren. (space-in-parens)
(#11833) There should be no spaces inside this paren. (space-in-parens)
(#11833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11835) Unexpected tab character. (no-tabs)
(#11835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11836) Unexpected tab character. (no-tabs)
(#11836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11837) Unexpected tab character. (no-tabs)
(#11837) There should be no spaces inside this paren. (space-in-parens)
(#11837) There should be no spaces inside this paren. (space-in-parens)
(#11837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11839) Unexpected tab character. (no-tabs)
(#11839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11840) Unexpected tab character. (no-tabs)
(#11840) There should be no spaces inside this paren. (space-in-parens)
(#11840) There should be no spaces inside this paren. (space-in-parens)
(#11840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11841) Unexpected tab character. (no-tabs)
(#11841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11843) Unexpected tab character. (no-tabs)
(#11843) There should be no spaces inside this paren. (space-in-parens)
(#11843) There should be no spaces inside this paren. (space-in-parens)
(#11843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11845) Unexpected tab character. (no-tabs)
(#11845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11847) Unexpected tab character. (no-tabs)
(#11847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11848) Unexpected tab character. (no-tabs)
(#11848) There should be no spaces inside this paren. (space-in-parens)
(#11848) There should be no spaces inside this paren. (space-in-parens)
(#11848) There should be no spaces inside this paren. (space-in-parens)
(#11848) There should be no spaces inside this paren. (space-in-parens)
(#11848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11849) Unexpected tab character. (no-tabs)
(#11849) There should be no spaces inside this paren. (space-in-parens)
(#11849) There should be no spaces inside this paren. (space-in-parens)
(#11849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11850) Unexpected tab character. (no-tabs)
(#11850) There should be no spaces inside this paren. (space-in-parens)
(#11850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11851) Unexpected tab character. (no-tabs)
(#11851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11852) Unexpected tab character. (no-tabs)
(#11852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11853) Unexpected tab character. (no-tabs)
(#11853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11854) Unexpected tab character. (no-tabs)
(#11854) There should be no spaces inside this paren. (space-in-parens)
(#11854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11855) Unexpected tab character. (no-tabs)
(#11855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11856) Unexpected tab character. (no-tabs)
(#11856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11858) Unexpected tab character. (no-tabs)
(#11858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11859) Unexpected tab character. (no-tabs)
(#11859) There should be no spaces inside this paren. (space-in-parens)
(#11859) There should be no spaces inside this paren. (space-in-parens)
(#11859) There should be no spaces inside this paren. (space-in-parens)
(#11859) There should be no spaces inside this paren. (space-in-parens)
(#11859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11860) Unexpected tab character. (no-tabs)
(#11860) There should be no spaces inside this paren. (space-in-parens)
(#11860) There should be no spaces inside this paren. (space-in-parens)
(#11860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11861) Unexpected tab character. (no-tabs)
(#11861) There should be no spaces inside this paren. (space-in-parens)
(#11861) There should be no spaces inside this paren. (space-in-parens)
(#11861) There should be no spaces inside this paren. (space-in-parens)
(#11861) There should be no spaces inside this paren. (space-in-parens)
(#11861) There should be no spaces inside this paren. (space-in-parens)
(#11861) There should be no spaces inside this paren. (space-in-parens)
(#11861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11862) Unexpected tab character. (no-tabs)
(#11862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11863) Unexpected tab character. (no-tabs)
(#11863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11865) There should be no spaces inside this paren. (space-in-parens)
(#11865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11867) There should be no spaces inside this paren. (space-in-parens)
(#11867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11869) Unexpected tab character. (no-tabs)
(#11869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11870) Unexpected tab character. (no-tabs)
(#11870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11871) Unexpected tab character. (no-tabs)
(#11871) There should be no spaces inside this paren. (space-in-parens)
(#11871) There should be no spaces inside this paren. (space-in-parens)
(#11871) There should be no spaces inside this paren. (space-in-parens)
(#11871) There should be no spaces inside this paren. (space-in-parens)
(#11871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11872) Unexpected tab character. (no-tabs)
(#11872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11873) Unexpected tab character. (no-tabs)
(#11873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11874) Unexpected tab character. (no-tabs)
(#11874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11875) Unexpected tab character. (no-tabs)
(#11875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11876) Unexpected tab character. (no-tabs)
(#11876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11877) Unexpected tab character. (no-tabs)
(#11877) There should be no space after '['. (array-bracket-spacing)
(#11877) There should be no space before ']'. (array-bracket-spacing)
(#11877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11878) Unexpected tab character. (no-tabs)
(#11878) There should be no spaces inside this paren. (space-in-parens)
(#11878) There should be no space after '['. (computed-property-spacing)
(#11878) There should be no space before ']'. (computed-property-spacing)
(#11878) There should be no spaces inside this paren. (space-in-parens)
(#11878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11879) Unexpected tab character. (no-tabs)
(#11879) There should be no spaces inside this paren. (space-in-parens)
(#11879) There should be no space after '['. (computed-property-spacing)
(#11879) There should be no space before ']'. (computed-property-spacing)
(#11879) There should be no spaces inside this paren. (space-in-parens)
(#11879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11880) Unexpected tab character. (no-tabs)
(#11880) There should be no spaces inside this paren. (space-in-parens)
(#11880) There should be no spaces inside this paren. (space-in-parens)
(#11880) There should be no spaces inside this paren. (space-in-parens)
(#11880) There should be no spaces inside this paren. (space-in-parens)
(#11880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11881) Unexpected tab character. (no-tabs)
(#11881) There should be no spaces inside this paren. (space-in-parens)
(#11881) There should be no spaces inside this paren. (space-in-parens)
(#11881) There should be no spaces inside this paren. (space-in-parens)
(#11881) There should be no spaces inside this paren. (space-in-parens)
(#11881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11882) Unexpected tab character. (no-tabs)
(#11882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11883) Unexpected tab character. (no-tabs)
(#11883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11884) Unexpected tab character. (no-tabs)
(#11884) There should be no spaces inside this paren. (space-in-parens)
(#11884) There should be no spaces inside this paren. (space-in-parens)
(#11884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11885) Unexpected tab character. (no-tabs)
(#11885) There should be no spaces inside this paren. (space-in-parens)
(#11885) There should be no spaces inside this paren. (space-in-parens)
(#11885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11886) Unexpected tab character. (no-tabs)
(#11886) There should be no spaces inside this paren. (space-in-parens)
(#11886) There should be no spaces inside this paren. (space-in-parens)
(#11886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11887) Unexpected tab character. (no-tabs)
(#11887) There should be no spaces inside this paren. (space-in-parens)
(#11887) There should be no spaces inside this paren. (space-in-parens)
(#11887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11889) Unexpected tab character. (no-tabs)
(#11889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11891) Unexpected tab character. (no-tabs)
(#11891) There should be no spaces inside this paren. (space-in-parens)
(#11891) There should be no spaces inside this paren. (space-in-parens)
(#11891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11892) Unexpected tab character. (no-tabs)
(#11892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11893) Unexpected tab character. (no-tabs)
(#11893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11894) Unexpected tab character. (no-tabs)
(#11894) There should be no spaces inside this paren. (space-in-parens)
(#11894) There should be no spaces inside this paren. (space-in-parens)
(#11894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11895) Unexpected tab character. (no-tabs)
(#11895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11896) Unexpected tab character. (no-tabs)
(#11896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11897) Unexpected tab character. (no-tabs)
(#11897) There should be no spaces inside this paren. (space-in-parens)
(#11897) There should be no spaces inside this paren. (space-in-parens)
(#11897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11898) Unexpected tab character. (no-tabs)
(#11898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11899) Unexpected tab character. (no-tabs)
(#11899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11900) Unexpected tab character. (no-tabs)
(#11900) There should be no spaces inside this paren. (space-in-parens)
(#11900) There should be no spaces inside this paren. (space-in-parens)
(#11900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11901) Unexpected tab character. (no-tabs)
(#11901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11902) Unexpected tab character. (no-tabs)
(#11902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11904) Unexpected tab character. (no-tabs)
(#11904) There should be no spaces inside this paren. (space-in-parens)
(#11904) There should be no spaces inside this paren. (space-in-parens)
(#11904) There should be no spaces inside this paren. (space-in-parens)
(#11904) There should be no spaces inside this paren. (space-in-parens)
(#11904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11905) Unexpected tab character. (no-tabs)
(#11905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11906) Unexpected tab character. (no-tabs)
(#11906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11907) Unexpected tab character. (no-tabs)
(#11907) There should be no spaces inside this paren. (space-in-parens)
(#11907) There should be no spaces inside this paren. (space-in-parens)
(#11907) There should be no spaces inside this paren. (space-in-parens)
(#11907) There should be no spaces inside this paren. (space-in-parens)
(#11907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11908) Unexpected tab character. (no-tabs)
(#11908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11909) Unexpected tab character. (no-tabs)
(#11909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11910) Unexpected tab character. (no-tabs)
(#11910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11911) Unexpected tab character. (no-tabs)
(#11911) There should be no spaces inside this paren. (space-in-parens)
(#11911) There should be no spaces inside this paren. (space-in-parens)
(#11911) There should be no spaces inside this paren. (space-in-parens)
(#11911) There should be no spaces inside this paren. (space-in-parens)
(#11911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11912) Unexpected tab character. (no-tabs)
(#11912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11913) Unexpected tab character. (no-tabs)
(#11913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11914) Unexpected tab character. (no-tabs)
(#11914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11915) Unexpected tab character. (no-tabs)
(#11915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11916) Unexpected tab character. (no-tabs)
(#11916) There should be no spaces inside this paren. (space-in-parens)
(#11916) There should be no spaces inside this paren. (space-in-parens)
(#11916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11917) Unexpected tab character. (no-tabs)
(#11917) There should be no spaces inside this paren. (space-in-parens)
(#11917) There should be no spaces inside this paren. (space-in-parens)
(#11917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11918) Unexpected tab character. (no-tabs)
(#11918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11920) Unexpected tab character. (no-tabs)
(#11920) There should be no spaces inside this paren. (space-in-parens)
(#11920) There should be no spaces inside this paren. (space-in-parens)
(#11920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11921) Unexpected tab character. (no-tabs)
(#11921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11922) Unexpected tab character. (no-tabs)
(#11922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11923) Unexpected tab character. (no-tabs)
(#11923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11924) Unexpected tab character. (no-tabs)
(#11924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11925) Unexpected tab character. (no-tabs)
(#11925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11926) Unexpected tab character. (no-tabs)
(#11926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11927) Unexpected tab character. (no-tabs)
(#11927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11928) Unexpected tab character. (no-tabs)
(#11928) There should be no spaces inside this paren. (space-in-parens)
(#11928) There should be no spaces inside this paren. (space-in-parens)
(#11928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11929) Unexpected tab character. (no-tabs)
(#11929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11930) Unexpected tab character. (no-tabs)
(#11930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11931) Unexpected tab character. (no-tabs)
(#11931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11932) Unexpected tab character. (no-tabs)
(#11932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11933) Unexpected tab character. (no-tabs)
(#11933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11934) Unexpected tab character. (no-tabs)
(#11934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11935) Unexpected tab character. (no-tabs)
(#11935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11936) Unexpected tab character. (no-tabs)
(#11936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11937) Unexpected tab character. (no-tabs)
(#11937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11939) There should be no spaces inside this paren. (space-in-parens)
(#11939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11941) 'widgetsResizable' is assigned a value but never used. (no-unused-vars)
(#11941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11944) Expected space or tab after '/*' in comment. (spaced-comment)
(#11944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11953) Expected space or tab after '//' in comment. (spaced-comment)
(#11953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11954) Expected space or tab after '//' in comment. (spaced-comment)
(#11954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11955) Expected space or tab after '//' in comment. (spaced-comment)
(#11955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11956) Expected space or tab after '//' in comment. (spaced-comment)
(#11956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11957) Expected space or tab after '//' in comment. (spaced-comment)
(#11957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11958) Expected space or tab after '//' in comment. (spaced-comment)
(#11958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11959) Expected space or tab after '//' in comment. (spaced-comment)
(#11959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11960) Expected space or tab after '//' in comment. (spaced-comment)
(#11960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11961) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#11962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11964) There should be no spaces inside this paren. (space-in-parens)
(#11964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11965) Unexpected tab character. (no-tabs)
(#11965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11966) Unexpected tab character. (no-tabs)
(#11966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11967) Unexpected tab character. (no-tabs)
(#11967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11968) Unexpected tab character. (no-tabs)
(#11968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11969) Unexpected tab character. (no-tabs)
(#11969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11970) Unexpected tab character. (no-tabs)
(#11970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11971) Unexpected tab character. (no-tabs)
(#11971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11972) Unexpected tab character. (no-tabs)
(#11972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11973) Unexpected tab character. (no-tabs)
(#11973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11974) Unexpected tab character. (no-tabs)
(#11974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11975) Unexpected tab character. (no-tabs)
(#11975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11976) Unexpected tab character. (no-tabs)
(#11976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11977) Unexpected tab character. (no-tabs)
(#11977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11978) Unexpected tab character. (no-tabs)
(#11978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11979) Unexpected tab character. (no-tabs)
(#11979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11980) Unexpected tab character. (no-tabs)
(#11980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11981) Unexpected tab character. (no-tabs)
(#11981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11982) Unexpected tab character. (no-tabs)
(#11982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11983) Unexpected tab character. (no-tabs)
(#11983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11984) Unexpected tab character. (no-tabs)
(#11984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11985) Unexpected tab character. (no-tabs)
(#11985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11986) Unexpected tab character. (no-tabs)
(#11986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11987) Unexpected tab character. (no-tabs)
(#11987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11988) Unexpected tab character. (no-tabs)
(#11988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11990) Unexpected tab character. (no-tabs)
(#11990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11991) Unexpected tab character. (no-tabs)
(#11991) There should be no spaces inside this paren. (space-in-parens)
(#11991) There should be no spaces inside this paren. (space-in-parens)
(#11991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11992) Unexpected tab character. (no-tabs)
(#11992) There should be no spaces inside this paren. (space-in-parens)
(#11992) There should be no spaces inside this paren. (space-in-parens)
(#11992) There should be no spaces inside this paren. (space-in-parens)
(#11992) There should be no spaces inside this paren. (space-in-parens)
(#11992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11993) Unexpected tab character. (no-tabs)
(#11993) There should be no spaces inside this paren. (space-in-parens)
(#11993) There should be no spaces inside this paren. (space-in-parens)
(#11993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11994) Unexpected tab character. (no-tabs)
(#11994) There should be no spaces inside this paren. (space-in-parens)
(#11994) There should be no spaces inside this paren. (space-in-parens)
(#11994) There should be no spaces inside this paren. (space-in-parens)
(#11994) There should be no spaces inside this paren. (space-in-parens)
(#11994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11995) Unexpected tab character. (no-tabs)
(#11995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11996) Unexpected tab character. (no-tabs)
(#11996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11997) Unexpected tab character. (no-tabs)
(#11997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11998) Unexpected tab character. (no-tabs)
(#11998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11999) Unexpected tab character. (no-tabs)
(#11999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12000) Unexpected tab character. (no-tabs)
(#12000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12001) Unexpected tab character. (no-tabs)
(#12001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12003) Unexpected tab character. (no-tabs)
(#12003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12004) Unexpected tab character. (no-tabs)
(#12004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12005) Unexpected tab character. (no-tabs)
(#12005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12006) Unexpected tab character. (no-tabs)
(#12006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12007) Unexpected tab character. (no-tabs)
(#12007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12008) Unexpected tab character. (no-tabs)
(#12008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12009) Unexpected tab character. (no-tabs)
(#12009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12010) Unexpected tab character. (no-tabs)
(#12010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12011) Unexpected tab character. (no-tabs)
(#12011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12012) Unexpected tab character. (no-tabs)
(#12012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12013) Unexpected tab character. (no-tabs)
(#12013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12014) Unexpected tab character. (no-tabs)
(#12014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12016) Unexpected tab character. (no-tabs)
(#12016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12017) Unexpected tab character. (no-tabs)
(#12017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12018) Unexpected tab character. (no-tabs)
(#12018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12019) Unexpected tab character. (no-tabs)
(#12019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12020) Unexpected tab character. (no-tabs)
(#12020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12021) Unexpected tab character. (no-tabs)
(#12021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12022) Unexpected tab character. (no-tabs)
(#12022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12023) Unexpected tab character. (no-tabs)
(#12023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12024) Unexpected tab character. (no-tabs)
(#12024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12026) Unexpected tab character. (no-tabs)
(#12026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12027) Unexpected tab character. (no-tabs)
(#12027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12028) Unexpected tab character. (no-tabs)
(#12028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12029) Unexpected tab character. (no-tabs)
(#12029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12030) Unexpected tab character. (no-tabs)
(#12030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12031) Unexpected tab character. (no-tabs)
(#12031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12033) Unexpected tab character. (no-tabs)
(#12033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12034) Unexpected tab character. (no-tabs)
(#12034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12035) Unexpected tab character. (no-tabs)
(#12035) There should be no space after '['. (computed-property-spacing)
(#12035) There should be no space before ']'. (computed-property-spacing)
(#12035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12036) Unexpected tab character. (no-tabs)
(#12036) There should be no space after '['. (computed-property-spacing)
(#12036) There should be no space before ']'. (computed-property-spacing)
(#12036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12037) Unexpected tab character. (no-tabs)
(#12037) There should be no space after '['. (computed-property-spacing)
(#12037) There should be no space before ']'. (computed-property-spacing)
(#12037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12038) Unexpected tab character. (no-tabs)
(#12038) There should be no space after '['. (computed-property-spacing)
(#12038) There should be no space before ']'. (computed-property-spacing)
(#12038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12039) Unexpected tab character. (no-tabs)
(#12039) There should be no space after '['. (computed-property-spacing)
(#12039) There should be no space before ']'. (computed-property-spacing)
(#12039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12040) Unexpected tab character. (no-tabs)
(#12040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12041) Unexpected tab character. (no-tabs)
(#12041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12042) Unexpected tab character. (no-tabs)
(#12042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12043) Unexpected tab character. (no-tabs)
(#12043) There should be no spaces inside this paren. (space-in-parens)
(#12043) There should be no spaces inside this paren. (space-in-parens)
(#12043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12044) Unexpected tab character. (no-tabs)
(#12044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12045) Unexpected tab character. (no-tabs)
(#12045) There should be no spaces inside this paren. (space-in-parens)
(#12045) There should be no spaces inside this paren. (space-in-parens)
(#12045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12046) Unexpected tab character. (no-tabs)
(#12046) There should be no spaces inside this paren. (space-in-parens)
(#12046) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#12046) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#12046) There should be no spaces inside this paren. (space-in-parens)
(#12046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12047) Unexpected tab character. (no-tabs)
(#12047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12048) Unexpected tab character. (no-tabs)
(#12048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12050) Unexpected tab character. (no-tabs)
(#12050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12051) Unexpected tab character. (no-tabs)
(#12051) There should be no spaces inside this paren. (space-in-parens)
(#12051) There should be no spaces inside this paren. (space-in-parens)
(#12051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12052) Unexpected tab character. (no-tabs)
(#12052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12053) Unexpected tab character. (no-tabs)
(#12053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12055) Unexpected tab character. (no-tabs)
(#12055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12057) Unexpected tab character. (no-tabs)
(#12057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12058) Unexpected tab character. (no-tabs)
(#12058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12059) Unexpected tab character. (no-tabs)
(#12059) There should be no spaces inside this paren. (space-in-parens)
(#12059) There should be no spaces inside this paren. (space-in-parens)
(#12059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12060) Unexpected tab character. (no-tabs)
(#12060) There should be no spaces inside this paren. (space-in-parens)
(#12060) There should be no spaces inside this paren. (space-in-parens)
(#12060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12062) Unexpected tab character. (no-tabs)
(#12062) There should be no spaces inside this paren. (space-in-parens)
(#12062) There should be no spaces inside this paren. (space-in-parens)
(#12062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12064) Unexpected tab character. (no-tabs)
(#12064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12065) Unexpected tab character. (no-tabs)
(#12065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12067) Unexpected tab character. (no-tabs)
(#12067) There should be no spaces inside this paren. (space-in-parens)
(#12067) There should be no spaces inside this paren. (space-in-parens)
(#12067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12068) Unexpected tab character. (no-tabs)
(#12068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12069) Unexpected tab character. (no-tabs)
(#12069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12070) Unexpected tab character. (no-tabs)
(#12070) There should be no spaces inside this paren. (space-in-parens)
(#12070) There should be no spaces inside this paren. (space-in-parens)
(#12070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12071) Unexpected tab character. (no-tabs)
(#12071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12072) Unexpected tab character. (no-tabs)
(#12072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12074) Unexpected tab character. (no-tabs)
(#12074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12076) Unexpected tab character. (no-tabs)
(#12076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12077) Unexpected tab character. (no-tabs)
(#12077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12079) Unexpected tab character. (no-tabs)
(#12079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12080) Unexpected tab character. (no-tabs)
(#12080) There should be no spaces inside this paren. (space-in-parens)
(#12080) There should be no spaces inside this paren. (space-in-parens)
(#12080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12081) Unexpected tab character. (no-tabs)
(#12081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12082) Unexpected tab character. (no-tabs)
(#12082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12083) Unexpected tab character. (no-tabs)
(#12083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12085) Unexpected tab character. (no-tabs)
(#12085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12086) Unexpected tab character. (no-tabs)
(#12086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12087) Unexpected tab character. (no-tabs)
(#12087) There should be no spaces inside this paren. (space-in-parens)
(#12087) There should be no spaces inside this paren. (space-in-parens)
(#12087) There should be no spaces inside this paren. (space-in-parens)
(#12087) There should be no spaces inside this paren. (space-in-parens)
(#12087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12088) Unexpected tab character. (no-tabs)
(#12088) There should be no spaces inside this paren. (space-in-parens)
(#12088) There should be no spaces inside this paren. (space-in-parens)
(#12088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12089) Unexpected tab character. (no-tabs)
(#12089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12090) Unexpected tab character. (no-tabs)
(#12090) There should be no spaces inside this paren. (space-in-parens)
(#12090) There should be no spaces inside this paren. (space-in-parens)
(#12090) There should be no spaces inside this paren. (space-in-parens)
(#12090) There should be no spaces inside this paren. (space-in-parens)
(#12090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12091) Unexpected tab character. (no-tabs)
(#12091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12093) Unexpected tab character. (no-tabs)
(#12093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12094) Unexpected tab character. (no-tabs)
(#12094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12095) Unexpected tab character. (no-tabs)
(#12095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12097) Unexpected tab character. (no-tabs)
(#12097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12098) Unexpected tab character. (no-tabs)
(#12098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12100) Unexpected tab character. (no-tabs)
(#12100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12101) Unexpected tab character. (no-tabs)
(#12101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12102) Unexpected tab character. (no-tabs)
(#12102) There should be no spaces inside this paren. (space-in-parens)
(#12102) There should be no spaces inside this paren. (space-in-parens)
(#12102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12104) Unexpected tab character. (no-tabs)
(#12104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12105) Unexpected tab character. (no-tabs)
(#12105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12107) Unexpected tab character. (no-tabs)
(#12107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12109) Unexpected tab character. (no-tabs)
(#12109) There should be no spaces inside this paren. (space-in-parens)
(#12109) There should be no spaces inside this paren. (space-in-parens)
(#12109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12110) Unexpected tab character. (no-tabs)
(#12110) There should be no spaces inside this paren. (space-in-parens)
(#12110) There should be no spaces inside this paren. (space-in-parens)
(#12110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12111) Unexpected tab character. (no-tabs)
(#12111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12113) Unexpected tab character. (no-tabs)
(#12113) There should be no spaces inside this paren. (space-in-parens)
(#12113) There should be no spaces inside this paren. (space-in-parens)
(#12113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12115) Unexpected tab character. (no-tabs)
(#12115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12116) Unexpected tab character. (no-tabs)
(#12116) There should be no spaces inside this paren. (space-in-parens)
(#12116) There should be no space after '['. (computed-property-spacing)
(#12116) There should be no space before ']'. (computed-property-spacing)
(#12116) There should be no space after '['. (computed-property-spacing)
(#12116) There should be no space before ']'. (computed-property-spacing)
(#12116) There should be no spaces inside this paren. (space-in-parens)
(#12116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12117) Unexpected tab character. (no-tabs)
(#12117) There should be no spaces inside this paren. (space-in-parens)
(#12117) There should be no spaces inside this paren. (space-in-parens)
(#12117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12118) Unexpected tab character. (no-tabs)
(#12118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12119) Unexpected tab character. (no-tabs)
(#12119) There should be no spaces inside this paren. (space-in-parens)
(#12119) There should be no spaces inside this paren. (space-in-parens)
(#12119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12120) Unexpected tab character. (no-tabs)
(#12120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12121) Unexpected tab character. (no-tabs)
(#12121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12123) Unexpected tab character. (no-tabs)
(#12123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12124) Unexpected tab character. (no-tabs)
(#12124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12125) Unexpected tab character. (no-tabs)
(#12125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12127) Unexpected tab character. (no-tabs)
(#12127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12128) Unexpected tab character. (no-tabs)
(#12128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12130) Unexpected tab character. (no-tabs)
(#12130) There should be no spaces inside this paren. (space-in-parens)
(#12130) There should be no spaces inside this paren. (space-in-parens)
(#12130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12131) Unexpected tab character. (no-tabs)
(#12131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12133) Unexpected tab character. (no-tabs)
(#12133) There should be no spaces inside this paren. (space-in-parens)
(#12133) There should be no spaces inside this paren. (space-in-parens)
(#12133) There should be no spaces inside this paren. (space-in-parens)
(#12133) There should be no spaces inside this paren. (space-in-parens)
(#12133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12134) Unexpected tab character. (no-tabs)
(#12134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12135) Unexpected tab character. (no-tabs)
(#12135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12137) Unexpected tab character. (no-tabs)
(#12137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12138) Unexpected tab character. (no-tabs)
(#12138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12139) Unexpected tab character. (no-tabs)
(#12139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12140) Unexpected tab character. (no-tabs)
(#12140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12142) Unexpected tab character. (no-tabs)
(#12142) There should be no spaces inside this paren. (space-in-parens)
(#12142) There should be no spaces inside this paren. (space-in-parens)
(#12142) There should be no spaces inside this paren. (space-in-parens)
(#12142) There should be no spaces inside this paren. (space-in-parens)
(#12142) There should be no spaces inside this paren. (space-in-parens)
(#12142) There should be no spaces inside this paren. (space-in-parens)
(#12142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12144) Unexpected tab character. (no-tabs)
(#12144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12145) Unexpected tab character. (no-tabs)
(#12145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12146) Unexpected tab character. (no-tabs)
(#12146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12147) Unexpected tab character. (no-tabs)
(#12147) There should be no spaces inside this paren. (space-in-parens)
(#12147) There should be no spaces inside this paren. (space-in-parens)
(#12147) There should be no space after '['. (computed-property-spacing)
(#12147) There should be no space before ']'. (computed-property-spacing)
(#12147) There should be no spaces inside this paren. (space-in-parens)
(#12147) There should be no spaces inside this paren. (space-in-parens)
(#12147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12148) Unexpected tab character. (no-tabs)
(#12148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12150) Unexpected tab character. (no-tabs)
(#12150) There should be no spaces inside this paren. (space-in-parens)
(#12150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12151) Unexpected tab character. (no-tabs)
(#12151) There should be no spaces inside this paren. (space-in-parens)
(#12151) There should be no spaces inside this paren. (space-in-parens)
(#12151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12152) Unexpected tab character. (no-tabs)
(#12152) There should be no spaces inside this paren. (space-in-parens)
(#12152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12153) Unexpected tab character. (no-tabs)
(#12153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12155) Unexpected tab character. (no-tabs)
(#12155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12156) Unexpected tab character. (no-tabs)
(#12156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12157) Unexpected tab character. (no-tabs)
(#12157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12159) Unexpected tab character. (no-tabs)
(#12159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12160) Unexpected tab character. (no-tabs)
(#12160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12161) Unexpected tab character. (no-tabs)
(#12161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12163) Unexpected tab character. (no-tabs)
(#12163) There should be no spaces inside this paren. (space-in-parens)
(#12163) There should be no spaces inside this paren. (space-in-parens)
(#12163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12164) Unexpected tab character. (no-tabs)
(#12164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12165) Unexpected tab character. (no-tabs)
(#12165) There should be no spaces inside this paren. (space-in-parens)
(#12165) There should be no spaces inside this paren. (space-in-parens)
(#12165) There should be no spaces inside this paren. (space-in-parens)
(#12165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12166) Unexpected tab character. (no-tabs)
(#12166) There should be no spaces inside this paren. (space-in-parens)
(#12166) There should be no spaces inside this paren. (space-in-parens)
(#12166) There should be no spaces inside this paren. (space-in-parens)
(#12166) There should be no spaces inside this paren. (space-in-parens)
(#12166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12167) Unexpected tab character. (no-tabs)
(#12167) There should be no spaces inside this paren. (space-in-parens)
(#12167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12168) Unexpected tab character. (no-tabs)
(#12168) There should be no spaces inside this paren. (space-in-parens)
(#12168) There should be no spaces inside this paren. (space-in-parens)
(#12168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12170) Unexpected tab character. (no-tabs)
(#12170) There should be no spaces inside this paren. (space-in-parens)
(#12170) There should be no spaces inside this paren. (space-in-parens)
(#12170) There should be no spaces inside this paren. (space-in-parens)
(#12170) There should be no spaces inside this paren. (space-in-parens)
(#12170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12171) Unexpected tab character. (no-tabs)
(#12171) There should be no spaces inside this paren. (space-in-parens)
(#12171) There should be no spaces inside this paren. (space-in-parens)
(#12171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12172) Unexpected tab character. (no-tabs)
(#12172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12173) Unexpected tab character. (no-tabs)
(#12173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12175) Unexpected tab character. (no-tabs)
(#12175) There should be no spaces inside this paren. (space-in-parens)
(#12175) There should be no spaces inside this paren. (space-in-parens)
(#12175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12176) Unexpected tab character. (no-tabs)
(#12176) There should be no spaces inside this paren. (space-in-parens)
(#12176) There should be no spaces inside this paren. (space-in-parens)
(#12176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12177) Unexpected tab character. (no-tabs)
(#12177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12178) Unexpected tab character. (no-tabs)
(#12178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12179) Unexpected tab character. (no-tabs)
(#12179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12181) Unexpected tab character. (no-tabs)
(#12181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12182) Unexpected tab character. (no-tabs)
(#12182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12183) Unexpected tab character. (no-tabs)
(#12183) There should be no spaces inside this paren. (space-in-parens)
(#12183) There should be no spaces inside this paren. (space-in-parens)
(#12183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12184) Unexpected tab character. (no-tabs)
(#12184) There should be no spaces inside this paren. (space-in-parens)
(#12184) There should be no spaces inside this paren. (space-in-parens)
(#12184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12185) Unexpected tab character. (no-tabs)
(#12185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12186) Unexpected tab character. (no-tabs)
(#12186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12187) Unexpected tab character. (no-tabs)
(#12187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12188) Unexpected tab character. (no-tabs)
(#12188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12190) Unexpected tab character. (no-tabs)
(#12190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12191) Unexpected tab character. (no-tabs)
(#12191) There should be no spaces inside this paren. (space-in-parens)
(#12191) There should be no spaces inside this paren. (space-in-parens)
(#12191) There should be no space after '['. (computed-property-spacing)
(#12191) There should be no space before ']'. (computed-property-spacing)
(#12191) There should be no spaces inside this paren. (space-in-parens)
(#12191) There should be no spaces inside this paren. (space-in-parens)
(#12191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12193) Unexpected tab character. (no-tabs)
(#12193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12194) Unexpected tab character. (no-tabs)
(#12194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12195) Unexpected tab character. (no-tabs)
(#12195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12196) Unexpected tab character. (no-tabs)
(#12196) There should be no spaces inside this paren. (space-in-parens)
(#12196) There should be no spaces inside this paren. (space-in-parens)
(#12196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12198) Unexpected tab character. (no-tabs)
(#12198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12199) Unexpected tab character. (no-tabs)
(#12199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12200) Unexpected tab character. (no-tabs)
(#12200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12201) Unexpected tab character. (no-tabs)
(#12201) There should be no spaces inside this paren. (space-in-parens)
(#12201) There should be no spaces inside this paren. (space-in-parens)
(#12201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12202) Unexpected tab character. (no-tabs)
(#12202) There should be no spaces inside this paren. (space-in-parens)
(#12202) There should be no spaces inside this paren. (space-in-parens)
(#12202) There should be no spaces inside this paren. (space-in-parens)
(#12202) There should be no spaces inside this paren. (space-in-parens)
(#12202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12203) Unexpected tab character. (no-tabs)
(#12203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12205) Unexpected tab character. (no-tabs)
(#12205) There should be no spaces inside this paren. (space-in-parens)
(#12205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12206) Unexpected tab character. (no-tabs)
(#12206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12207) Unexpected tab character. (no-tabs)
(#12207) There should be no spaces inside this paren. (space-in-parens)
(#12207) There should be no spaces inside this paren. (space-in-parens)
(#12207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12208) Unexpected tab character. (no-tabs)
(#12208) There should be no spaces inside this paren. (space-in-parens)
(#12208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12210) Unexpected tab character. (no-tabs)
(#12210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12211) Unexpected tab character. (no-tabs)
(#12211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12212) Unexpected tab character. (no-tabs)
(#12212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12213) Unexpected tab character. (no-tabs)
(#12213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12215) Unexpected tab character. (no-tabs)
(#12215) There should be no spaces inside this paren. (space-in-parens)
(#12215) There should be no spaces inside this paren. (space-in-parens)
(#12215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12216) Unexpected tab character. (no-tabs)
(#12216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12218) Unexpected tab character. (no-tabs)
(#12218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12220) Unexpected tab character. (no-tabs)
(#12220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12221) Unexpected tab character. (no-tabs)
(#12221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12222) Unexpected tab character. (no-tabs)
(#12222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12223) Unexpected tab character. (no-tabs)
(#12223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12224) Unexpected tab character. (no-tabs)
(#12224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12225) Unexpected tab character. (no-tabs)
(#12225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12226) Unexpected tab character. (no-tabs)
(#12226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12227) Unexpected tab character. (no-tabs)
(#12227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12228) Unexpected tab character. (no-tabs)
(#12228) There should be no spaces inside this paren. (space-in-parens)
(#12228) There should be no spaces inside this paren. (space-in-parens)
(#12228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12229) Unexpected tab character. (no-tabs)
(#12229) There should be no spaces inside this paren. (space-in-parens)
(#12229) There should be no spaces inside this paren. (space-in-parens)
(#12229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12230) Unexpected tab character. (no-tabs)
(#12230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12231) Unexpected tab character. (no-tabs)
(#12231) There should be no spaces inside this paren. (space-in-parens)
(#12231) There should be no spaces inside this paren. (space-in-parens)
(#12231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12232) Unexpected tab character. (no-tabs)
(#12232) There should be no spaces inside this paren. (space-in-parens)
(#12232) There should be no spaces inside this paren. (space-in-parens)
(#12232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12233) Unexpected tab character. (no-tabs)
(#12233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12234) Unexpected tab character. (no-tabs)
(#12234) There should be no spaces inside this paren. (space-in-parens)
(#12234) There should be no spaces inside this paren. (space-in-parens)
(#12234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12235) Unexpected tab character. (no-tabs)
(#12235) There should be no spaces inside this paren. (space-in-parens)
(#12235) There should be no spaces inside this paren. (space-in-parens)
(#12235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12236) Unexpected tab character. (no-tabs)
(#12236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12237) Unexpected tab character. (no-tabs)
(#12237) There should be no spaces inside this paren. (space-in-parens)
(#12237) There should be no spaces inside this paren. (space-in-parens)
(#12237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12238) Unexpected tab character. (no-tabs)
(#12238) There should be no spaces inside this paren. (space-in-parens)
(#12238) There should be no spaces inside this paren. (space-in-parens)
(#12238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12239) Unexpected tab character. (no-tabs)
(#12239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12240) Unexpected tab character. (no-tabs)
(#12240) There should be no spaces inside this paren. (space-in-parens)
(#12240) There should be no spaces inside this paren. (space-in-parens)
(#12240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12241) Unexpected tab character. (no-tabs)
(#12241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12242) Unexpected tab character. (no-tabs)
(#12242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12243) Unexpected tab character. (no-tabs)
(#12243) There should be no spaces inside this paren. (space-in-parens)
(#12243) There should be no spaces inside this paren. (space-in-parens)
(#12243) There should be no spaces inside this paren. (space-in-parens)
(#12243) There should be no spaces inside this paren. (space-in-parens)
(#12243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12244) Unexpected tab character. (no-tabs)
(#12244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12246) Unexpected tab character. (no-tabs)
(#12246) There should be no spaces inside this paren. (space-in-parens)
(#12246) There should be no spaces inside this paren. (space-in-parens)
(#12246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12247) Unexpected tab character. (no-tabs)
(#12247) Missing JSDoc comment. (require-jsdoc)
(#12247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12248) Unexpected tab character. (no-tabs)
(#12248) There should be no spaces inside this paren. (space-in-parens)
(#12248) There should be no space after '['. (computed-property-spacing)
(#12248) There should be no space before ']'. (computed-property-spacing)
(#12248) There should be no spaces inside this paren. (space-in-parens)
(#12248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12249) Unexpected tab character. (no-tabs)
(#12249) There should be no space after '['. (computed-property-spacing)
(#12249) There should be no space before ']'. (computed-property-spacing)
(#12249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12250) Unexpected tab character. (no-tabs)
(#12250) There should be no spaces inside this paren. (space-in-parens)
(#12250) There should be no space after '['. (computed-property-spacing)
(#12250) There should be no space before ']'. (computed-property-spacing)
(#12250) There should be no spaces inside this paren. (space-in-parens)
(#12250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12251) Unexpected tab character. (no-tabs)
(#12251) There should be no spaces inside this paren. (space-in-parens)
(#12251) There should be no spaces inside this paren. (space-in-parens)
(#12251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12252) Unexpected tab character. (no-tabs)
(#12252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12253) Unexpected tab character. (no-tabs)
(#12253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12254) Unexpected tab character. (no-tabs)
(#12254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12255) Unexpected tab character. (no-tabs)
(#12255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12256) Unexpected tab character. (no-tabs)
(#12256) There should be no spaces inside this paren. (space-in-parens)
(#12256) There should be no spaces inside this paren. (space-in-parens)
(#12256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12258) Unexpected tab character. (no-tabs)
(#12258) Comments should not begin with a lowercase character (capitalized-comments)
(#12258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12259) Unexpected tab character. (no-tabs)
(#12259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12260) Unexpected tab character. (no-tabs)
(#12260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12261) Unexpected tab character. (no-tabs)
(#12261) There should be no spaces inside this paren. (space-in-parens)
(#12261) There should be no spaces inside this paren. (space-in-parens)
(#12261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12262) Unexpected tab character. (no-tabs)
(#12262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12264) Unexpected tab character. (no-tabs)
(#12264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12265) Unexpected tab character. (no-tabs)
(#12265) There should be no spaces inside this paren. (space-in-parens)
(#12265) There should be no spaces inside this paren. (space-in-parens)
(#12265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12266) Unexpected tab character. (no-tabs)
(#12266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12267) Unexpected tab character. (no-tabs)
(#12267) There should be no spaces inside this paren. (space-in-parens)
(#12267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12269) Unexpected tab character. (no-tabs)
(#12269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12270) Unexpected tab character. (no-tabs)
(#12270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12271) Unexpected tab character. (no-tabs)
(#12271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12272) Unexpected tab character. (no-tabs)
(#12272) There should be no spaces inside this paren. (space-in-parens)
(#12272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12273) Unexpected tab character. (no-tabs)
(#12273) There should be no spaces inside this paren. (space-in-parens)
(#12273) There should be no spaces inside this paren. (space-in-parens)
(#12273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12275) Unexpected tab character. (no-tabs)
(#12275) There should be no spaces inside this paren. (space-in-parens)
(#12275) There should be no spaces inside this paren. (space-in-parens)
(#12275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12276) Unexpected tab character. (no-tabs)
(#12276) There should be no spaces inside this paren. (space-in-parens)
(#12276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12277) Unexpected tab character. (no-tabs)
(#12277) There should be no spaces inside this paren. (space-in-parens)
(#12277) There should be no spaces inside this paren. (space-in-parens)
(#12277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12278) Unexpected tab character. (no-tabs)
(#12278) There should be no spaces inside this paren. (space-in-parens)
(#12278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12279) Unexpected tab character. (no-tabs)
(#12279) There should be no spaces inside this paren. (space-in-parens)
(#12279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12280) Unexpected tab character. (no-tabs)
(#12280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12281) Unexpected tab character. (no-tabs)
(#12281) There should be no spaces inside this paren. (space-in-parens)
(#12281) There should be no spaces inside this paren. (space-in-parens)
(#12281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12282) Unexpected tab character. (no-tabs)
(#12282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12283) Unexpected tab character. (no-tabs)
(#12283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12285) Unexpected tab character. (no-tabs)
(#12285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12286) Unexpected tab character. (no-tabs)
(#12286) There should be no spaces inside this paren. (space-in-parens)
(#12286) There should be no spaces inside this paren. (space-in-parens)
(#12286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12287) Unexpected tab character. (no-tabs)
(#12287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12288) Unexpected tab character. (no-tabs)
(#12288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12289) Unexpected tab character. (no-tabs)
(#12289) There should be no spaces inside this paren. (space-in-parens)
(#12289) There should be no spaces inside this paren. (space-in-parens)
(#12289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12290) Unexpected tab character. (no-tabs)
(#12290) There should be no spaces inside this paren. (space-in-parens)
(#12290) There should be no spaces inside this paren. (space-in-parens)
(#12290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12291) Unexpected tab character. (no-tabs)
(#12291) There should be no spaces inside this paren. (space-in-parens)
(#12291) There should be no spaces inside this paren. (space-in-parens)
(#12291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12293) Unexpected tab character. (no-tabs)
(#12293) There should be no spaces inside this paren. (space-in-parens)
(#12293) There should be no spaces inside this paren. (space-in-parens)
(#12293) There should be no space after '['. (computed-property-spacing)
(#12293) There should be no space before ']'. (computed-property-spacing)
(#12293) There should be no space after '['. (computed-property-spacing)
(#12293) There should be no space before ']'. (computed-property-spacing)
(#12293) There should be no spaces inside this paren. (space-in-parens)
(#12293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12294) Unexpected tab character. (no-tabs)
(#12294) There should be no spaces inside this paren. (space-in-parens)
(#12294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12295) Unexpected tab character. (no-tabs)
(#12295) There should be no spaces inside this paren. (space-in-parens)
(#12295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12296) Unexpected tab character. (no-tabs)
(#12296) There should be no spaces inside this paren. (space-in-parens)
(#12296) There should be no spaces inside this paren. (space-in-parens)
(#12296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12297) Unexpected tab character. (no-tabs)
(#12297) There should be no spaces inside this paren. (space-in-parens)
(#12297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12298) Unexpected tab character. (no-tabs)
(#12298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12299) Unexpected tab character. (no-tabs)
(#12299) There should be no spaces inside this paren. (space-in-parens)
(#12299) There should be no spaces inside this paren. (space-in-parens)
(#12299) There should be no space after '['. (computed-property-spacing)
(#12299) There should be no space before ']'. (computed-property-spacing)
(#12299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12300) Unexpected tab character. (no-tabs)
(#12300) There should be no space after '['. (computed-property-spacing)
(#12300) There should be no space before ']'. (computed-property-spacing)
(#12300) There should be no spaces inside this paren. (space-in-parens)
(#12300) There should be no spaces inside this paren. (space-in-parens)
(#12300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12301) Unexpected tab character. (no-tabs)
(#12301) There should be no spaces inside this paren. (space-in-parens)
(#12301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12302) Unexpected tab character. (no-tabs)
(#12302) There should be no spaces inside this paren. (space-in-parens)
(#12302) There should be no spaces inside this paren. (space-in-parens)
(#12302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12303) Unexpected tab character. (no-tabs)
(#12303) There should be no spaces inside this paren. (space-in-parens)
(#12303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12304) Unexpected tab character. (no-tabs)
(#12304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12305) Unexpected tab character. (no-tabs)
(#12305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12306) Unexpected tab character. (no-tabs)
(#12306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12307) Unexpected tab character. (no-tabs)
(#12307) There should be no spaces inside this paren. (space-in-parens)
(#12307) There should be no spaces inside this paren. (space-in-parens)
(#12307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12308) Unexpected tab character. (no-tabs)
(#12308) There should be no spaces inside this paren. (space-in-parens)
(#12308) There should be no spaces inside this paren. (space-in-parens)
(#12308) There should be no spaces inside this paren. (space-in-parens)
(#12308) There should be no spaces inside this paren. (space-in-parens)
(#12308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12309) Unexpected tab character. (no-tabs)
(#12309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12310) Unexpected tab character. (no-tabs)
(#12310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12311) Unexpected tab character. (no-tabs)
(#12311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12312) Unexpected tab character. (no-tabs)
(#12312) There should be no spaces inside this paren. (space-in-parens)
(#12312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12314) Unexpected tab character. (no-tabs)
(#12314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12315) Unexpected tab character. (no-tabs)
(#12315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12316) Unexpected tab character. (no-tabs)
(#12316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12317) Unexpected tab character. (no-tabs)
(#12317) There should be no spaces inside this paren. (space-in-parens)
(#12317) There should be no spaces inside this paren. (space-in-parens)
(#12317) There should be no spaces inside this paren. (space-in-parens)
(#12317) There should be no spaces inside this paren. (space-in-parens)
(#12317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12318) Unexpected tab character. (no-tabs)
(#12318) There should be no spaces inside this paren. (space-in-parens)
(#12318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12319) Unexpected tab character. (no-tabs)
(#12319) There should be no spaces inside this paren. (space-in-parens)
(#12319) There should be no spaces inside this paren. (space-in-parens)
(#12319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12320) Unexpected tab character. (no-tabs)
(#12320) There should be no spaces inside this paren. (space-in-parens)
(#12320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12321) Unexpected tab character. (no-tabs)
(#12321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12322) Unexpected tab character. (no-tabs)
(#12322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12324) Unexpected tab character. (no-tabs)
(#12324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12325) Unexpected tab character. (no-tabs)
(#12325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12327) Unexpected tab character. (no-tabs)
(#12327) There should be no spaces inside this paren. (space-in-parens)
(#12327) There should be no spaces inside this paren. (space-in-parens)
(#12327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12328) Unexpected tab character. (no-tabs)
(#12328) There should be no spaces inside this paren. (space-in-parens)
(#12328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12329) Unexpected tab character. (no-tabs)
(#12329) There should be no spaces inside this paren. (space-in-parens)
(#12329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12330) Unexpected tab character. (no-tabs)
(#12330) There should be no spaces inside this paren. (space-in-parens)
(#12330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12331) Unexpected tab character. (no-tabs)
(#12331) There should be no spaces inside this paren. (space-in-parens)
(#12331) There should be no spaces inside this paren. (space-in-parens)
(#12331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12333) Unexpected tab character. (no-tabs)
(#12333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12334) Unexpected tab character. (no-tabs)
(#12334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12335) Unexpected tab character. (no-tabs)
(#12335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12336) Unexpected tab character. (no-tabs)
(#12336) There should be no spaces inside this paren. (space-in-parens)
(#12336) There should be no spaces inside this paren. (space-in-parens)
(#12336) There should be no spaces inside this paren. (space-in-parens)
(#12336) There should be no spaces inside this paren. (space-in-parens)
(#12336) There should be no spaces inside this paren. (space-in-parens)
(#12336) There should be no spaces inside this paren. (space-in-parens)
(#12336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12338) Unexpected tab character. (no-tabs)
(#12338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12339) Unexpected tab character. (no-tabs)
(#12339) There should be no spaces inside this paren. (space-in-parens)
(#12339) There should be no spaces inside this paren. (space-in-parens)
(#12339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12340) Unexpected tab character. (no-tabs)
(#12340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12341) Unexpected tab character. (no-tabs)
(#12341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12342) Unexpected tab character. (no-tabs)
(#12342) There should be no spaces inside this paren. (space-in-parens)
(#12342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12344) Unexpected tab character. (no-tabs)
(#12344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12345) Unexpected tab character. (no-tabs)
(#12345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12346) Unexpected tab character. (no-tabs)
(#12346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12347) Unexpected tab character. (no-tabs)
(#12347) There should be no spaces inside this paren. (space-in-parens)
(#12347) There should be no spaces inside this paren. (space-in-parens)
(#12347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12348) Unexpected tab character. (no-tabs)
(#12348) There should be no spaces inside this paren. (space-in-parens)
(#12348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12349) Unexpected tab character. (no-tabs)
(#12349) There should be no spaces inside this paren. (space-in-parens)
(#12349) There should be no spaces inside this paren. (space-in-parens)
(#12349) There should be no spaces inside this paren. (space-in-parens)
(#12349) There should be no spaces inside this paren. (space-in-parens)
(#12349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12350) Unexpected tab character. (no-tabs)
(#12350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12351) Unexpected tab character. (no-tabs)
(#12351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12352) Unexpected tab character. (no-tabs)
(#12352) There should be no spaces inside this paren. (space-in-parens)
(#12352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12353) Unexpected tab character. (no-tabs)
(#12353) There should be no spaces inside this paren. (space-in-parens)
(#12353) There should be no spaces inside this paren. (space-in-parens)
(#12353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12355) Unexpected tab character. (no-tabs)
(#12355) There should be no spaces inside this paren. (space-in-parens)
(#12355) There should be no spaces inside this paren. (space-in-parens)
(#12355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12356) Unexpected tab character. (no-tabs)
(#12356) There should be no spaces inside this paren. (space-in-parens)
(#12356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12357) Unexpected tab character. (no-tabs)
(#12357) There should be no spaces inside this paren. (space-in-parens)
(#12357) There should be no spaces inside this paren. (space-in-parens)
(#12357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12358) Unexpected tab character. (no-tabs)
(#12358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12359) Unexpected tab character. (no-tabs)
(#12359) There should be no spaces inside this paren. (space-in-parens)
(#12359) There should be no spaces inside this paren. (space-in-parens)
(#12359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12360) Unexpected tab character. (no-tabs)
(#12360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12361) Unexpected tab character. (no-tabs)
(#12361) There should be no spaces inside this paren. (space-in-parens)
(#12361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12363) Unexpected tab character. (no-tabs)
(#12363) There should be no spaces inside this paren. (space-in-parens)
(#12363) There should be no spaces inside this paren. (space-in-parens)
(#12363) There should be no spaces inside this paren. (space-in-parens)
(#12363) There should be no spaces inside this paren. (space-in-parens)
(#12363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12364) Unexpected tab character. (no-tabs)
(#12364) There should be no spaces inside this paren. (space-in-parens)
(#12364) There should be no spaces inside this paren. (space-in-parens)
(#12364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12365) Unexpected tab character. (no-tabs)
(#12365) There should be no spaces inside this paren. (space-in-parens)
(#12365) There should be no spaces inside this paren. (space-in-parens)
(#12365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12367) Unexpected tab character. (no-tabs)
(#12367) There should be no spaces inside this paren. (space-in-parens)
(#12367) There should be no spaces inside this paren. (space-in-parens)
(#12367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12369) Unexpected tab character. (no-tabs)
(#12369) There should be no spaces inside this paren. (space-in-parens)
(#12369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12370) Unexpected tab character. (no-tabs)
(#12370) There should be no spaces inside this paren. (space-in-parens)
(#12370) There should be no spaces inside this paren. (space-in-parens)
(#12370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12371) Unexpected tab character. (no-tabs)
(#12371) There should be no spaces inside this paren. (space-in-parens)
(#12371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12372) Unexpected tab character. (no-tabs)
(#12372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12374) Unexpected tab character. (no-tabs)
(#12374) There should be no spaces inside this paren. (space-in-parens)
(#12374) There should be no spaces inside this paren. (space-in-parens)
(#12374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12375) Unexpected tab character. (no-tabs)
(#12375) There should be no spaces inside this paren. (space-in-parens)
(#12375) There should be no spaces inside this paren. (space-in-parens)
(#12375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12376) Unexpected tab character. (no-tabs)
(#12376) There should be no spaces inside this paren. (space-in-parens)
(#12376) There should be no spaces inside this paren. (space-in-parens)
(#12376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12377) Unexpected tab character. (no-tabs)
(#12377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12378) Unexpected tab character. (no-tabs)
(#12378) There should be no spaces inside this paren. (space-in-parens)
(#12378) There should be no spaces inside this paren. (space-in-parens)
(#12378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12379) Unexpected tab character. (no-tabs)
(#12379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12380) Unexpected tab character. (no-tabs)
(#12380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12382) Unexpected tab character. (no-tabs)
(#12382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12383) Unexpected tab character. (no-tabs)
(#12383) There should be no spaces inside this paren. (space-in-parens)
(#12383) There should be no spaces inside this paren. (space-in-parens)
(#12383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12384) Unexpected tab character. (no-tabs)
(#12384) There should be no spaces inside this paren. (space-in-parens)
(#12384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12385) Unexpected tab character. (no-tabs)
(#12385) There should be no spaces inside this paren. (space-in-parens)
(#12385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12387) Unexpected tab character. (no-tabs)
(#12387) There should be no spaces inside this paren. (space-in-parens)
(#12387) There should be no spaces inside this paren. (space-in-parens)
(#12387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12388) Unexpected tab character. (no-tabs)
(#12388) There should be no spaces inside this paren. (space-in-parens)
(#12388) There should be no spaces inside this paren. (space-in-parens)
(#12388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12389) Unexpected tab character. (no-tabs)
(#12389) There should be no spaces inside this paren. (space-in-parens)
(#12389) There should be no spaces inside this paren. (space-in-parens)
(#12389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12391) Unexpected tab character. (no-tabs)
(#12391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12392) Unexpected tab character. (no-tabs)
(#12392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12394) Unexpected tab character. (no-tabs)
(#12394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12395) Unexpected tab character. (no-tabs)
(#12395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12396) Unexpected tab character. (no-tabs)
(#12396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12398) Unexpected tab character. (no-tabs)
(#12398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12399) Unexpected tab character. (no-tabs)
(#12399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12400) Unexpected tab character. (no-tabs)
(#12400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12402) Unexpected tab character. (no-tabs)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) There should be no spaces inside this paren. (space-in-parens)
(#12402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12403) Unexpected tab character. (no-tabs)
(#12403) There should be no spaces inside this paren. (space-in-parens)
(#12403) There should be no spaces inside this paren. (space-in-parens)
(#12403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12404) Unexpected tab character. (no-tabs)
(#12404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12405) Unexpected tab character. (no-tabs)
(#12405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12407) Unexpected tab character. (no-tabs)
(#12407) There should be no spaces inside this paren. (space-in-parens)
(#12407) There should be no spaces inside this paren. (space-in-parens)
(#12407) There should be no spaces inside this paren. (space-in-parens)
(#12407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12408) Unexpected tab character. (no-tabs)
(#12408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12409) Unexpected tab character. (no-tabs)
(#12409) There should be no spaces inside this paren. (space-in-parens)
(#12409) There should be no spaces inside this paren. (space-in-parens)
(#12409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12410) Unexpected tab character. (no-tabs)
(#12410) There should be no space after '{'. (object-curly-spacing)
(#12410) There should be no space before '}'. (object-curly-spacing)
(#12410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12411) Unexpected tab character. (no-tabs)
(#12411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12413) Unexpected tab character. (no-tabs)
(#12413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12414) Unexpected tab character. (no-tabs)
(#12414) There should be no spaces inside this paren. (space-in-parens)
(#12414) There should be no space after '{'. (object-curly-spacing)
(#12414) There should be no space before '}'. (object-curly-spacing)
(#12414) There should be no spaces inside this paren. (space-in-parens)
(#12414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12416) Unexpected tab character. (no-tabs)
(#12416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12417) Unexpected tab character. (no-tabs)
(#12417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12418) Unexpected tab character. (no-tabs)
(#12418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12419) Unexpected tab character. (no-tabs)
(#12419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12420) Unexpected tab character. (no-tabs)
(#12420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12421) Unexpected tab character. (no-tabs)
(#12421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12423) Unexpected tab character. (no-tabs)
(#12423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12424) Unexpected tab character. (no-tabs)
(#12424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12425) Unexpected tab character. (no-tabs)
(#12425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12426) Unexpected tab character. (no-tabs)
(#12426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12428) Unexpected tab character. (no-tabs)
(#12428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12429) Unexpected tab character. (no-tabs)
(#12429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12430) Unexpected tab character. (no-tabs)
(#12430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12431) Unexpected tab character. (no-tabs)
(#12431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12433) Unexpected tab character. (no-tabs)
(#12433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12434) Unexpected tab character. (no-tabs)
(#12434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12435) Unexpected tab character. (no-tabs)
(#12435) There should be no spaces inside this paren. (space-in-parens)
(#12435) There should be no spaces inside this paren. (space-in-parens)
(#12435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12436) Unexpected tab character. (no-tabs)
(#12436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12437) Unexpected tab character. (no-tabs)
(#12437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12439) Unexpected tab character. (no-tabs)
(#12439) There should be no spaces inside this paren. (space-in-parens)
(#12439) There should be no spaces inside this paren. (space-in-parens)
(#12439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12440) Unexpected tab character. (no-tabs)
(#12440) There should be no spaces inside this paren. (space-in-parens)
(#12440) There should be no spaces inside this paren. (space-in-parens)
(#12440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12441) Unexpected tab character. (no-tabs)
(#12441) There should be no spaces inside this paren. (space-in-parens)
(#12441) There should be no spaces inside this paren. (space-in-parens)
(#12441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12442) Unexpected tab character. (no-tabs)
(#12442) There should be no spaces inside this paren. (space-in-parens)
(#12442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12443) Unexpected tab character. (no-tabs)
(#12443) There should be no spaces inside this paren. (space-in-parens)
(#12443) There should be no space after '['. (computed-property-spacing)
(#12443) There should be no space before ']'. (computed-property-spacing)
(#12443) There should be no spaces inside this paren. (space-in-parens)
(#12443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12444) Unexpected tab character. (no-tabs)
(#12444) There should be no spaces inside this paren. (space-in-parens)
(#12444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12445) Unexpected tab character. (no-tabs)
(#12445) There should be no spaces inside this paren. (space-in-parens)
(#12445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12446) Unexpected tab character. (no-tabs)
(#12446) There should be no spaces inside this paren. (space-in-parens)
(#12446) There should be no spaces inside this paren. (space-in-parens)
(#12446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12447) Unexpected tab character. (no-tabs)
(#12447) There should be no spaces inside this paren. (space-in-parens)
(#12447) There should be no spaces inside this paren. (space-in-parens)
(#12447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12448) Unexpected tab character. (no-tabs)
(#12448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12450) Unexpected tab character. (no-tabs)
(#12450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12451) Unexpected tab character. (no-tabs)
(#12451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12452) Unexpected tab character. (no-tabs)
(#12452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12454) Unexpected tab character. (no-tabs)
(#12454) Missing JSDoc comment. (require-jsdoc)
(#12454) There should be no spaces inside this paren. (space-in-parens)
(#12454) There should be no spaces inside this paren. (space-in-parens)
(#12454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12455) Unexpected tab character. (no-tabs)
(#12455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12456) Unexpected tab character. (no-tabs)
(#12456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12457) Unexpected tab character. (no-tabs)
(#12457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12458) Unexpected tab character. (no-tabs)
(#12458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12459) Unexpected tab character. (no-tabs)
(#12459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12461) Unexpected tab character. (no-tabs)
(#12461) There should be no spaces inside this paren. (space-in-parens)
(#12461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12462) Unexpected tab character. (no-tabs)
(#12462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12463) Unexpected tab character. (no-tabs)
(#12463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12464) Unexpected tab character. (no-tabs)
(#12464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12465) Unexpected tab character. (no-tabs)
(#12465) There should be no spaces inside this paren. (space-in-parens)
(#12465) There should be no spaces inside this paren. (space-in-parens)
(#12465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12466) Unexpected tab character. (no-tabs)
(#12466) There should be no spaces inside this paren. (space-in-parens)
(#12466) There should be no spaces inside this paren. (space-in-parens)
(#12466) There should be no spaces inside this paren. (space-in-parens)
(#12466) There should be no spaces inside this paren. (space-in-parens)
(#12466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12467) Unexpected tab character. (no-tabs)
(#12467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12468) Unexpected tab character. (no-tabs)
(#12468) There should be no spaces inside this paren. (space-in-parens)
(#12468) There should be no spaces inside this paren. (space-in-parens)
(#12468) There should be no spaces inside this paren. (space-in-parens)
(#12468) There should be no spaces inside this paren. (space-in-parens)
(#12468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12469) Unexpected tab character. (no-tabs)
(#12469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12470) Unexpected tab character. (no-tabs)
(#12470) There should be no spaces inside this paren. (space-in-parens)
(#12470) There should be no spaces inside this paren. (space-in-parens)
(#12470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12471) Unexpected tab character. (no-tabs)
(#12471) There should be no spaces inside this paren. (space-in-parens)
(#12471) There should be no spaces inside this paren. (space-in-parens)
(#12471) There should be no spaces inside this paren. (space-in-parens)
(#12471) There should be no spaces inside this paren. (space-in-parens)
(#12471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12472) Unexpected tab character. (no-tabs)
(#12472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12473) Unexpected tab character. (no-tabs)
(#12473) There should be no spaces inside this paren. (space-in-parens)
(#12473) There should be no spaces inside this paren. (space-in-parens)
(#12473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12474) Unexpected tab character. (no-tabs)
(#12474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12475) Unexpected tab character. (no-tabs)
(#12475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12477) Unexpected tab character. (no-tabs)
(#12477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12478) Unexpected tab character. (no-tabs)
(#12478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12479) Unexpected tab character. (no-tabs)
(#12479) There should be no spaces inside this paren. (space-in-parens)
(#12479) There should be no spaces inside this paren. (space-in-parens)
(#12479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12480) Unexpected tab character. (no-tabs)
(#12480) There should be no spaces inside this paren. (space-in-parens)
(#12480) There should be no spaces inside this paren. (space-in-parens)
(#12480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12481) Unexpected tab character. (no-tabs)
(#12481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12482) Unexpected tab character. (no-tabs)
(#12482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12483) Unexpected tab character. (no-tabs)
(#12483) There should be no spaces inside this paren. (space-in-parens)
(#12483) There should be no spaces inside this paren. (space-in-parens)
(#12483) There should be no spaces inside this paren. (space-in-parens)
(#12483) There should be no spaces inside this paren. (space-in-parens)
(#12483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12484) Unexpected tab character. (no-tabs)
(#12484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12485) Unexpected tab character. (no-tabs)
(#12485) There should be no spaces inside this paren. (space-in-parens)
(#12485) There should be no spaces inside this paren. (space-in-parens)
(#12485) There should be no spaces inside this paren. (space-in-parens)
(#12485) There should be no spaces inside this paren. (space-in-parens)
(#12485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12486) Unexpected tab character. (no-tabs)
(#12486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12487) Unexpected tab character. (no-tabs)
(#12487) There should be no spaces inside this paren. (space-in-parens)
(#12487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12488) Unexpected tab character. (no-tabs)
(#12488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12490) Unexpected tab character. (no-tabs)
(#12490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12491) Unexpected tab character. (no-tabs)
(#12491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12492) Unexpected tab character. (no-tabs)
(#12492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12493) Unexpected tab character. (no-tabs)
(#12493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12495) Unexpected tab character. (no-tabs)
(#12495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12496) Unexpected tab character. (no-tabs)
(#12496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12497) Unexpected tab character. (no-tabs)
(#12497) There should be no spaces inside this paren. (space-in-parens)
(#12497) There should be no spaces inside this paren. (space-in-parens)
(#12497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12498) Unexpected tab character. (no-tabs)
(#12498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12499) Unexpected tab character. (no-tabs)
(#12499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12500) Unexpected tab character. (no-tabs)
(#12500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12502) Unexpected tab character. (no-tabs)
(#12502) Missing JSDoc comment. (require-jsdoc)
(#12502) There should be no spaces inside this paren. (space-in-parens)
(#12502) There should be no spaces inside this paren. (space-in-parens)
(#12502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12503) Unexpected tab character. (no-tabs)
(#12503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12504) Unexpected tab character. (no-tabs)
(#12504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12505) Unexpected tab character. (no-tabs)
(#12505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12506) Unexpected tab character. (no-tabs)
(#12506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12507) Unexpected tab character. (no-tabs)
(#12507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12508) Unexpected tab character. (no-tabs)
(#12508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12509) Unexpected tab character. (no-tabs)
(#12509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12511) Unexpected tab character. (no-tabs)
(#12511) There should be no spaces inside this paren. (space-in-parens)
(#12511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12512) Unexpected tab character. (no-tabs)
(#12512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12513) Unexpected tab character. (no-tabs)
(#12513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12514) Unexpected tab character. (no-tabs)
(#12514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12515) Unexpected tab character. (no-tabs)
(#12515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12516) Unexpected tab character. (no-tabs)
(#12516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12517) Unexpected tab character. (no-tabs)
(#12517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12518) Unexpected tab character. (no-tabs)
(#12518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12519) Unexpected tab character. (no-tabs)
(#12519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12520) Unexpected tab character. (no-tabs)
(#12520) There should be no spaces inside this paren. (space-in-parens)
(#12520) There should be no spaces inside this paren. (space-in-parens)
(#12520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12521) Unexpected tab character. (no-tabs)
(#12521) There should be no spaces inside this paren. (space-in-parens)
(#12521) There should be no spaces inside this paren. (space-in-parens)
(#12521) There should be no spaces inside this paren. (space-in-parens)
(#12521) There should be no spaces inside this paren. (space-in-parens)
(#12521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12522) Unexpected tab character. (no-tabs)
(#12522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12523) Unexpected tab character. (no-tabs)
(#12523) There should be no spaces inside this paren. (space-in-parens)
(#12523) There should be no spaces inside this paren. (space-in-parens)
(#12523) There should be no spaces inside this paren. (space-in-parens)
(#12523) There should be no spaces inside this paren. (space-in-parens)
(#12523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12524) Unexpected tab character. (no-tabs)
(#12524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12525) Unexpected tab character. (no-tabs)
(#12525) There should be no spaces inside this paren. (space-in-parens)
(#12525) There should be no spaces inside this paren. (space-in-parens)
(#12525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12526) Unexpected tab character. (no-tabs)
(#12526) There should be no spaces inside this paren. (space-in-parens)
(#12526) There should be no spaces inside this paren. (space-in-parens)
(#12526) There should be no spaces inside this paren. (space-in-parens)
(#12526) There should be no spaces inside this paren. (space-in-parens)
(#12526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12527) Unexpected tab character. (no-tabs)
(#12527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12528) Unexpected tab character. (no-tabs)
(#12528) There should be no spaces inside this paren. (space-in-parens)
(#12528) There should be no spaces inside this paren. (space-in-parens)
(#12528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12529) Unexpected tab character. (no-tabs)
(#12529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12530) Unexpected tab character. (no-tabs)
(#12530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12531) Unexpected tab character. (no-tabs)
(#12531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12533) Unexpected tab character. (no-tabs)
(#12533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12534) Unexpected tab character. (no-tabs)
(#12534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12535) Unexpected tab character. (no-tabs)
(#12535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12536) Unexpected tab character. (no-tabs)
(#12536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12537) Unexpected tab character. (no-tabs)
(#12537) There should be no spaces inside this paren. (space-in-parens)
(#12537) There should be no spaces inside this paren. (space-in-parens)
(#12537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12538) Unexpected tab character. (no-tabs)
(#12538) There should be no spaces inside this paren. (space-in-parens)
(#12538) There should be no spaces inside this paren. (space-in-parens)
(#12538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12539) Unexpected tab character. (no-tabs)
(#12539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12540) Unexpected tab character. (no-tabs)
(#12540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12541) Unexpected tab character. (no-tabs)
(#12541) There should be no spaces inside this paren. (space-in-parens)
(#12541) There should be no spaces inside this paren. (space-in-parens)
(#12541) There should be no spaces inside this paren. (space-in-parens)
(#12541) There should be no spaces inside this paren. (space-in-parens)
(#12541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12542) Unexpected tab character. (no-tabs)
(#12542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12543) Unexpected tab character. (no-tabs)
(#12543) There should be no spaces inside this paren. (space-in-parens)
(#12543) There should be no spaces inside this paren. (space-in-parens)
(#12543) There should be no spaces inside this paren. (space-in-parens)
(#12543) There should be no spaces inside this paren. (space-in-parens)
(#12543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12544) Unexpected tab character. (no-tabs)
(#12544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12545) Unexpected tab character. (no-tabs)
(#12545) There should be no spaces inside this paren. (space-in-parens)
(#12545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12546) Unexpected tab character. (no-tabs)
(#12546) There should be no spaces inside this paren. (space-in-parens)
(#12546) There should be no spaces inside this paren. (space-in-parens)
(#12546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12547) Unexpected tab character. (no-tabs)
(#12547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12549) Unexpected tab character. (no-tabs)
(#12549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12550) Unexpected tab character. (no-tabs)
(#12550) There should be no spaces inside this paren. (space-in-parens)
(#12550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12551) Unexpected tab character. (no-tabs)
(#12551) There should be no spaces inside this paren. (space-in-parens)
(#12551) There should be no spaces inside this paren. (space-in-parens)
(#12551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12552) Unexpected tab character. (no-tabs)
(#12552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12553) Unexpected tab character. (no-tabs)
(#12553) There should be no spaces inside this paren. (space-in-parens)
(#12553) There should be no spaces inside this paren. (space-in-parens)
(#12553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12554) Unexpected tab character. (no-tabs)
(#12554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12555) Unexpected tab character. (no-tabs)
(#12555) There should be no spaces inside this paren. (space-in-parens)
(#12555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12556) Unexpected tab character. (no-tabs)
(#12556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12558) Unexpected tab character. (no-tabs)
(#12558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12559) Unexpected tab character. (no-tabs)
(#12559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12560) Unexpected tab character. (no-tabs)
(#12560) There should be no spaces inside this paren. (space-in-parens)
(#12560) There should be no spaces inside this paren. (space-in-parens)
(#12560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12561) Unexpected tab character. (no-tabs)
(#12561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12563) Unexpected tab character. (no-tabs)
(#12563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12564) Unexpected tab character. (no-tabs)
(#12564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12565) Unexpected tab character. (no-tabs)
(#12565) There should be no spaces inside this paren. (space-in-parens)
(#12565) There should be no spaces inside this paren. (space-in-parens)
(#12565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12566) Unexpected tab character. (no-tabs)
(#12566) There should be no spaces inside this paren. (space-in-parens)
(#12566) There should be no spaces inside this paren. (space-in-parens)
(#12566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12567) Unexpected tab character. (no-tabs)
(#12567) There should be no spaces inside this paren. (space-in-parens)
(#12567) There should be no spaces inside this paren. (space-in-parens)
(#12567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12568) Unexpected tab character. (no-tabs)
(#12568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12569) Unexpected tab character. (no-tabs)
(#12569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12571) Unexpected tab character. (no-tabs)
(#12571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12572) Unexpected tab character. (no-tabs)
(#12572) There should be no spaces inside this paren. (space-in-parens)
(#12572) There should be no spaces inside this paren. (space-in-parens)
(#12572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12573) Unexpected tab character. (no-tabs)
(#12573) There should be no spaces inside this paren. (space-in-parens)
(#12573) There should be no spaces inside this paren. (space-in-parens)
(#12573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12574) Unexpected tab character. (no-tabs)
(#12574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12575) Unexpected tab character. (no-tabs)
(#12575) There should be no spaces inside this paren. (space-in-parens)
(#12575) There should be no spaces inside this paren. (space-in-parens)
(#12575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12576) Unexpected tab character. (no-tabs)
(#12576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12577) Unexpected tab character. (no-tabs)
(#12577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12578) Unexpected tab character. (no-tabs)
(#12578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12580) Unexpected tab character. (no-tabs)
(#12580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12581) Unexpected tab character. (no-tabs)
(#12581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12583) Unexpected tab character. (no-tabs)
(#12583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12584) Unexpected tab character. (no-tabs)
(#12584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12585) Unexpected tab character. (no-tabs)
(#12585) There should be no spaces inside this paren. (space-in-parens)
(#12585) There should be no spaces inside this paren. (space-in-parens)
(#12585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12586) Unexpected tab character. (no-tabs)
(#12586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12588) Unexpected tab character. (no-tabs)
(#12588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12590) Unexpected tab character. (no-tabs)
(#12590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12591) Unexpected tab character. (no-tabs)
(#12591) There should be no spaces inside this paren. (space-in-parens)
(#12591) There should be no spaces inside this paren. (space-in-parens)
(#12591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12592) Unexpected tab character. (no-tabs)
(#12592) There should be no spaces inside this paren. (space-in-parens)
(#12592) There should be no spaces inside this paren. (space-in-parens)
(#12592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12593) Unexpected tab character. (no-tabs)
(#12593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12594) Unexpected tab character. (no-tabs)
(#12594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12595) Unexpected tab character. (no-tabs)
(#12595) There should be no spaces inside this paren. (space-in-parens)
(#12595) There should be no spaces inside this paren. (space-in-parens)
(#12595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12596) Unexpected tab character. (no-tabs)
(#12596) There should be no spaces inside this paren. (space-in-parens)
(#12596) There should be no spaces inside this paren. (space-in-parens)
(#12596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12597) Unexpected tab character. (no-tabs)
(#12597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12598) Unexpected tab character. (no-tabs)
(#12598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12599) Unexpected tab character. (no-tabs)
(#12599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12601) Unexpected tab character. (no-tabs)
(#12601) There should be no spaces inside this paren. (space-in-parens)
(#12601) There should be no spaces inside this paren. (space-in-parens)
(#12601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12602) Unexpected tab character. (no-tabs)
(#12602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12603) Unexpected tab character. (no-tabs)
(#12603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12604) Unexpected tab character. (no-tabs)
(#12604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12606) Unexpected tab character. (no-tabs)
(#12606) There should be no spaces inside this paren. (space-in-parens)
(#12606) There should be no spaces inside this paren. (space-in-parens)
(#12606) There should be no spaces inside this paren. (space-in-parens)
(#12606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12607) Unexpected tab character. (no-tabs)
(#12607) There should be no spaces inside this paren. (space-in-parens)
(#12607) There should be no spaces inside this paren. (space-in-parens)
(#12607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12609) Unexpected tab character. (no-tabs)
(#12609) There should be no spaces inside this paren. (space-in-parens)
(#12609) There should be no spaces inside this paren. (space-in-parens)
(#12609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12610) Unexpected tab character. (no-tabs)
(#12610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12611) Unexpected tab character. (no-tabs)
(#12611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12612) Unexpected tab character. (no-tabs)
(#12612) There should be no spaces inside this paren. (space-in-parens)
(#12612) There should be no spaces inside this paren. (space-in-parens)
(#12612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12613) Unexpected tab character. (no-tabs)
(#12613) There should be no space after '['. (computed-property-spacing)
(#12613) There should be no space before ']'. (computed-property-spacing)
(#12613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12614) Unexpected tab character. (no-tabs)
(#12614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12615) Unexpected tab character. (no-tabs)
(#12615) There should be no spaces inside this paren. (space-in-parens)
(#12615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12617) Unexpected tab character. (no-tabs)
(#12617) There should be no spaces inside this paren. (space-in-parens)
(#12617) There should be no spaces inside this paren. (space-in-parens)
(#12617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12618) Unexpected tab character. (no-tabs)
(#12618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12619) Unexpected tab character. (no-tabs)
(#12619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12620) Unexpected tab character. (no-tabs)
(#12620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12621) Unexpected tab character. (no-tabs)
(#12621) There should be no spaces inside this paren. (space-in-parens)
(#12621) There should be no spaces inside this paren. (space-in-parens)
(#12621) There should be no spaces inside this paren. (space-in-parens)
(#12621) There should be no spaces inside this paren. (space-in-parens)
(#12621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12622) Unexpected tab character. (no-tabs)
(#12622) There should be no spaces inside this paren. (space-in-parens)
(#12622) There should be no spaces inside this paren. (space-in-parens)
(#12622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12623) Unexpected tab character. (no-tabs)
(#12623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12624) Unexpected tab character. (no-tabs)
(#12624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12626) Unexpected tab character. (no-tabs)
(#12626) There should be no spaces inside this paren. (space-in-parens)
(#12626) There should be no spaces inside this paren. (space-in-parens)
(#12626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12627) Unexpected tab character. (no-tabs)
(#12627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12628) Unexpected tab character. (no-tabs)
(#12628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12630) Unexpected tab character. (no-tabs)
(#12630) There should be no spaces inside this paren. (space-in-parens)
(#12630) There should be no spaces inside this paren. (space-in-parens)
(#12630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12631) Unexpected tab character. (no-tabs)
(#12631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12632) Unexpected tab character. (no-tabs)
(#12632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12634) Unexpected tab character. (no-tabs)
(#12634) There should be no spaces inside this paren. (space-in-parens)
(#12634) There should be no spaces inside this paren. (space-in-parens)
(#12634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12636) Unexpected tab character. (no-tabs)
(#12636) There should be no spaces inside this paren. (space-in-parens)
(#12636) There should be no spaces inside this paren. (space-in-parens)
(#12636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12637) Unexpected tab character. (no-tabs)
(#12637) There should be no spaces inside this paren. (space-in-parens)
(#12637) There should be no spaces inside this paren. (space-in-parens)
(#12637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12638) Unexpected tab character. (no-tabs)
(#12638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12640) Unexpected tab character. (no-tabs)
(#12640) There should be no spaces inside this paren. (space-in-parens)
(#12640) There should be no spaces inside this paren. (space-in-parens)
(#12640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12641) Unexpected tab character. (no-tabs)
(#12641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12642) Unexpected tab character. (no-tabs)
(#12642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12644) Unexpected tab character. (no-tabs)
(#12644) There should be no spaces inside this paren. (space-in-parens)
(#12644) There should be no spaces inside this paren. (space-in-parens)
(#12644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12645) Unexpected tab character. (no-tabs)
(#12645) There should be no spaces inside this paren. (space-in-parens)
(#12645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12647) Unexpected tab character. (no-tabs)
(#12647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12648) Unexpected tab character. (no-tabs)
(#12648) There should be no spaces inside this paren. (space-in-parens)
(#12648) There should be no spaces inside this paren. (space-in-parens)
(#12648) There should be no spaces inside this paren. (space-in-parens)
(#12648) There should be no spaces inside this paren. (space-in-parens)
(#12648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12649) Unexpected tab character. (no-tabs)
(#12649) There should be no spaces inside this paren. (space-in-parens)
(#12649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12650) Unexpected tab character. (no-tabs)
(#12650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12652) Unexpected tab character. (no-tabs)
(#12652) There should be no spaces inside this paren. (space-in-parens)
(#12652) There should be no spaces inside this paren. (space-in-parens)
(#12652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12653) Unexpected tab character. (no-tabs)
(#12653) There should be no spaces inside this paren. (space-in-parens)
(#12653) There should be no spaces inside this paren. (space-in-parens)
(#12653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12654) Unexpected tab character. (no-tabs)
(#12654) There should be no spaces inside this paren. (space-in-parens)
(#12654) There should be no spaces inside this paren. (space-in-parens)
(#12654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12655) Unexpected tab character. (no-tabs)
(#12655) There should be no spaces inside this paren. (space-in-parens)
(#12655) There should be no spaces inside this paren. (space-in-parens)
(#12655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12656) Unexpected tab character. (no-tabs)
(#12656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12658) Unexpected tab character. (no-tabs)
(#12658) There should be no spaces inside this paren. (space-in-parens)
(#12658) There should be no spaces inside this paren. (space-in-parens)
(#12658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12659) Unexpected tab character. (no-tabs)
(#12659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12660) Unexpected tab character. (no-tabs)
(#12660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12661) Unexpected tab character. (no-tabs)
(#12661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12663) Unexpected tab character. (no-tabs)
(#12663) There should be no spaces inside this paren. (space-in-parens)
(#12663) There should be no spaces inside this paren. (space-in-parens)
(#12663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12664) Unexpected tab character. (no-tabs)
(#12664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12665) Unexpected tab character. (no-tabs)
(#12665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12667) Unexpected tab character. (no-tabs)
(#12667) There should be no spaces inside this paren. (space-in-parens)
(#12667) There should be no spaces inside this paren. (space-in-parens)
(#12667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12669) Unexpected tab character. (no-tabs)
(#12669) Comments should not begin with a lowercase character (capitalized-comments)
(#12669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12670) Unexpected tab character. (no-tabs)
(#12670) There should be no spaces inside this paren. (space-in-parens)
(#12670) There should be no spaces inside this paren. (space-in-parens)
(#12670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12671) Unexpected tab character. (no-tabs)
(#12671) There should be no spaces inside this paren. (space-in-parens)
(#12671) There should be no spaces inside this paren. (space-in-parens)
(#12671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12672) Unexpected tab character. (no-tabs)
(#12672) There should be no spaces inside this paren. (space-in-parens)
(#12672) There should be no spaces inside this paren. (space-in-parens)
(#12672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12673) Unexpected tab character. (no-tabs)
(#12673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12675) Unexpected tab character. (no-tabs)
(#12675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12676) Unexpected tab character. (no-tabs)
(#12676) There should be no spaces inside this paren. (space-in-parens)
(#12676) There should be no spaces inside this paren. (space-in-parens)
(#12676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12677) Unexpected tab character. (no-tabs)
(#12677) There should be no spaces inside this paren. (space-in-parens)
(#12677) There should be no spaces inside this paren. (space-in-parens)
(#12677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12678) Unexpected tab character. (no-tabs)
(#12678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12680) Unexpected tab character. (no-tabs)
(#12680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12681) Unexpected tab character. (no-tabs)
(#12681) There should be no spaces inside this paren. (space-in-parens)
(#12681) There should be no spaces inside this paren. (space-in-parens)
(#12681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12682) Unexpected tab character. (no-tabs)
(#12682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12683) Unexpected tab character. (no-tabs)
(#12683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12684) Unexpected tab character. (no-tabs)
(#12684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12686) Unexpected tab character. (no-tabs)
(#12686) There should be no spaces inside this paren. (space-in-parens)
(#12686) There should be no spaces inside this paren. (space-in-parens)
(#12686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12687) Unexpected tab character. (no-tabs)
(#12687) There should be no spaces inside this paren. (space-in-parens)
(#12687) There should be no spaces inside this paren. (space-in-parens)
(#12687) There should be no spaces inside this paren. (space-in-parens)
(#12687) There should be no spaces inside this paren. (space-in-parens)
(#12687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12688) Unexpected tab character. (no-tabs)
(#12688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12689) Unexpected tab character. (no-tabs)
(#12689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12691) Unexpected tab character. (no-tabs)
(#12691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12693) Unexpected tab character. (no-tabs)
(#12693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12694) Unexpected tab character. (no-tabs)
(#12694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12695) Unexpected tab character. (no-tabs)
(#12695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12696) Unexpected tab character. (no-tabs)
(#12696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12698) Unexpected tab character. (no-tabs)
(#12698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12699) Unexpected tab character. (no-tabs)
(#12699) There should be no spaces inside this paren. (space-in-parens)
(#12699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12700) Unexpected tab character. (no-tabs)
(#12700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12701) Unexpected tab character. (no-tabs)
(#12701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12702) Unexpected tab character. (no-tabs)
(#12702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12703) Unexpected tab character. (no-tabs)
(#12703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12704) Unexpected tab character. (no-tabs)
(#12704) There should be no spaces inside this paren. (space-in-parens)
(#12704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12706) Unexpected tab character. (no-tabs)
(#12706) There should be no spaces inside this paren. (space-in-parens)
(#12706) There should be no spaces inside this paren. (space-in-parens)
(#12706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12707) Unexpected tab character. (no-tabs)
(#12707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12708) Unexpected tab character. (no-tabs)
(#12708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12710) Unexpected tab character. (no-tabs)
(#12710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12711) Unexpected tab character. (no-tabs)
(#12711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12712) Unexpected tab character. (no-tabs)
(#12712) There should be no spaces inside this paren. (space-in-parens)
(#12712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12713) Unexpected tab character. (no-tabs)
(#12713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12714) Unexpected tab character. (no-tabs)
(#12714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12715) Unexpected tab character. (no-tabs)
(#12715) There should be no spaces inside this paren. (space-in-parens)
(#12715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12716) Unexpected tab character. (no-tabs)
(#12716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12717) Unexpected tab character. (no-tabs)
(#12717) There should be no spaces inside this paren. (space-in-parens)
(#12717) There should be no spaces inside this paren. (space-in-parens)
(#12717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12718) Unexpected tab character. (no-tabs)
(#12718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12719) Unexpected tab character. (no-tabs)
(#12719) There should be no spaces inside this paren. (space-in-parens)
(#12719) There should be no spaces inside this paren. (space-in-parens)
(#12719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12720) Unexpected tab character. (no-tabs)
(#12720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12722) Unexpected tab character. (no-tabs)
(#12722) There should be no spaces inside this paren. (space-in-parens)
(#12722) There should be no spaces inside this paren. (space-in-parens)
(#12722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12723) Unexpected tab character. (no-tabs)
(#12723) There should be no spaces inside this paren. (space-in-parens)
(#12723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12724) Unexpected tab character. (no-tabs)
(#12724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12725) Unexpected tab character. (no-tabs)
(#12725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12726) Unexpected tab character. (no-tabs)
(#12726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12727) Unexpected tab character. (no-tabs)
(#12727) There should be no spaces inside this paren. (space-in-parens)
(#12727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12728) Unexpected tab character. (no-tabs)
(#12728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12729) Unexpected tab character. (no-tabs)
(#12729) There should be no spaces inside this paren. (space-in-parens)
(#12729) There should be no spaces inside this paren. (space-in-parens)
(#12729) There should be no spaces inside this paren. (space-in-parens)
(#12729) There should be no spaces inside this paren. (space-in-parens)
(#12729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12730) Unexpected tab character. (no-tabs)
(#12730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12732) Unexpected tab character. (no-tabs)
(#12732) There should be no spaces inside this paren. (space-in-parens)
(#12732) There should be no spaces inside this paren. (space-in-parens)
(#12732) There should be no spaces inside this paren. (space-in-parens)
(#12732) There should be no spaces inside this paren. (space-in-parens)
(#12732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12733) Unexpected tab character. (no-tabs)
(#12733) There should be no spaces inside this paren. (space-in-parens)
(#12733) There should be no spaces inside this paren. (space-in-parens)
(#12733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12734) Unexpected tab character. (no-tabs)
(#12734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12735) Unexpected tab character. (no-tabs)
(#12735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12737) Unexpected tab character. (no-tabs)
(#12737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12738) Unexpected tab character. (no-tabs)
(#12738) There should be no spaces inside this paren. (space-in-parens)
(#12738) There should be no spaces inside this paren. (space-in-parens)
(#12738) There should be no spaces inside this paren. (space-in-parens)
(#12738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12739) Unexpected tab character. (no-tabs)
(#12739) There should be no spaces inside this paren. (space-in-parens)
(#12739) There should be no spaces inside this paren. (space-in-parens)
(#12739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12741) Unexpected tab character. (no-tabs)
(#12741) There should be no spaces inside this paren. (space-in-parens)
(#12741) There should be no spaces inside this paren. (space-in-parens)
(#12741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12742) Unexpected tab character. (no-tabs)
(#12742) There should be no spaces inside this paren. (space-in-parens)
(#12742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12743) Unexpected tab character. (no-tabs)
(#12743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12744) Unexpected tab character. (no-tabs)
(#12744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12745) Unexpected tab character. (no-tabs)
(#12745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12746) Unexpected tab character. (no-tabs)
(#12746) There should be no spaces inside this paren. (space-in-parens)
(#12746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12747) Unexpected tab character. (no-tabs)
(#12747) There should be no spaces inside this paren. (space-in-parens)
(#12747) There should be no spaces inside this paren. (space-in-parens)
(#12747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12748) Unexpected tab character. (no-tabs)
(#12748) There should be no spaces inside this paren. (space-in-parens)
(#12748) There should be no spaces inside this paren. (space-in-parens)
(#12748) There should be no space after '['. (computed-property-spacing)
(#12748) There should be no space before ']'. (computed-property-spacing)
(#12748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12749) Unexpected tab character. (no-tabs)
(#12749) There should be no spaces inside this paren. (space-in-parens)
(#12749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12750) Unexpected tab character. (no-tabs)
(#12750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12752) Unexpected tab character. (no-tabs)
(#12752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12753) Unexpected tab character. (no-tabs)
(#12753) There should be no spaces inside this paren. (space-in-parens)
(#12753) There should be no spaces inside this paren. (space-in-parens)
(#12753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12754) Unexpected tab character. (no-tabs)
(#12754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12755) Unexpected tab character. (no-tabs)
(#12755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12756) Unexpected tab character. (no-tabs)
(#12756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12757) Unexpected tab character. (no-tabs)
(#12757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12759) Unexpected tab character. (no-tabs)
(#12759) There should be no spaces inside this paren. (space-in-parens)
(#12759) There should be no spaces inside this paren. (space-in-parens)
(#12759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12760) Unexpected tab character. (no-tabs)
(#12760) There should be no spaces inside this paren. (space-in-parens)
(#12760) There should be no spaces inside this paren. (space-in-parens)
(#12760) There should be no spaces inside this paren. (space-in-parens)
(#12760) There should be no spaces inside this paren. (space-in-parens)
(#12760) There should be no spaces inside this paren. (space-in-parens)
(#12760) There should be no spaces inside this paren. (space-in-parens)
(#12760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12761) Unexpected tab character. (no-tabs)
(#12761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12762) Unexpected tab character. (no-tabs)
(#12762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12764) Unexpected tab character. (no-tabs)
(#12764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12765) Unexpected tab character. (no-tabs)
(#12765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12766) Unexpected tab character. (no-tabs)
(#12766) There should be no spaces inside this paren. (space-in-parens)
(#12766) There should be no spaces inside this paren. (space-in-parens)
(#12766) There should be no spaces inside this paren. (space-in-parens)
(#12766) There should be no spaces inside this paren. (space-in-parens)
(#12766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12767) Unexpected tab character. (no-tabs)
(#12767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12769) Unexpected tab character. (no-tabs)
(#12769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12770) Unexpected tab character. (no-tabs)
(#12770) There should be no spaces inside this paren. (space-in-parens)
(#12770) There should be no spaces inside this paren. (space-in-parens)
(#12770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12771) Unexpected tab character. (no-tabs)
(#12771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12772) Unexpected tab character. (no-tabs)
(#12772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12774) Unexpected tab character. (no-tabs)
(#12774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12775) Unexpected tab character. (no-tabs)
(#12775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12776) Unexpected tab character. (no-tabs)
(#12776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12777) Unexpected tab character. (no-tabs)
(#12777) There should be no spaces inside this paren. (space-in-parens)
(#12777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12778) Unexpected tab character. (no-tabs)
(#12778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12779) Unexpected tab character. (no-tabs)
(#12779) There should be no spaces inside this paren. (space-in-parens)
(#12779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12781) Unexpected tab character. (no-tabs)
(#12781) There should be no spaces inside this paren. (space-in-parens)
(#12781) There should be no spaces inside this paren. (space-in-parens)
(#12781) There should be no spaces inside this paren. (space-in-parens)
(#12781) There should be no spaces inside this paren. (space-in-parens)
(#12781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12783) Unexpected tab character. (no-tabs)
(#12783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12784) Unexpected tab character. (no-tabs)
(#12784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12785) Unexpected tab character. (no-tabs)
(#12785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12786) Unexpected tab character. (no-tabs)
(#12786) There should be no spaces inside this paren. (space-in-parens)
(#12786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12787) Unexpected tab character. (no-tabs)
(#12787) There should be no spaces inside this paren. (space-in-parens)
(#12787) There should be no spaces inside this paren. (space-in-parens)
(#12787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12788) Unexpected tab character. (no-tabs)
(#12788) There should be no spaces inside this paren. (space-in-parens)
(#12788) There should be no spaces inside this paren. (space-in-parens)
(#12788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12789) Unexpected tab character. (no-tabs)
(#12789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12790) Unexpected tab character. (no-tabs)
(#12790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12792) Unexpected tab character. (no-tabs)
(#12792) There should be no spaces inside this paren. (space-in-parens)
(#12792) There should be no spaces inside this paren. (space-in-parens)
(#12792) There should be no spaces inside this paren. (space-in-parens)
(#12792) There should be no spaces inside this paren. (space-in-parens)
(#12792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12793) Unexpected tab character. (no-tabs)
(#12793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12794) Unexpected tab character. (no-tabs)
(#12794) There should be no space after '['. (computed-property-spacing)
(#12794) There should be no space before ']'. (computed-property-spacing)
(#12794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12795) Unexpected tab character. (no-tabs)
(#12795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12796) Unexpected tab character. (no-tabs)
(#12796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12797) Unexpected tab character. (no-tabs)
(#12797) There should be no spaces inside this paren. (space-in-parens)
(#12797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12798) Unexpected tab character. (no-tabs)
(#12798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12800) Unexpected tab character. (no-tabs)
(#12800) There should be no spaces inside this paren. (space-in-parens)
(#12800) There should be no spaces inside this paren. (space-in-parens)
(#12800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12801) Unexpected tab character. (no-tabs)
(#12801) There should be no spaces inside this paren. (space-in-parens)
(#12801) There should be no spaces inside this paren. (space-in-parens)
(#12801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12803) Unexpected tab character. (no-tabs)
(#12803) There should be no spaces inside this paren. (space-in-parens)
(#12803) There should be no spaces inside this paren. (space-in-parens)
(#12803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12804) Unexpected tab character. (no-tabs)
(#12804) There should be no spaces inside this paren. (space-in-parens)
(#12804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12805) Unexpected tab character. (no-tabs)
(#12805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12806) Unexpected tab character. (no-tabs)
(#12806) There should be no spaces inside this paren. (space-in-parens)
(#12806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12807) Unexpected tab character. (no-tabs)
(#12807) There should be no spaces inside this paren. (space-in-parens)
(#12807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12808) Unexpected tab character. (no-tabs)
(#12808) There should be no spaces inside this paren. (space-in-parens)
(#12808) There should be no spaces inside this paren. (space-in-parens)
(#12808) There should be no spaces inside this paren. (space-in-parens)
(#12808) There should be no spaces inside this paren. (space-in-parens)
(#12808) There should be no spaces inside this paren. (space-in-parens)
(#12808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12809) Unexpected tab character. (no-tabs)
(#12809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12811) Unexpected tab character. (no-tabs)
(#12811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12812) Unexpected tab character. (no-tabs)
(#12812) There should be no spaces inside this paren. (space-in-parens)
(#12812) There should be no spaces inside this paren. (space-in-parens)
(#12812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12813) Unexpected tab character. (no-tabs)
(#12813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12814) Unexpected tab character. (no-tabs)
(#12814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12816) Unexpected tab character. (no-tabs)
(#12816) There should be no spaces inside this paren. (space-in-parens)
(#12816) There should be no spaces inside this paren. (space-in-parens)
(#12816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12817) Unexpected tab character. (no-tabs)
(#12817) There should be no spaces inside this paren. (space-in-parens)
(#12817) There should be no spaces inside this paren. (space-in-parens)
(#12817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12819) Unexpected tab character. (no-tabs)
(#12819) There should be no spaces inside this paren. (space-in-parens)
(#12819) There should be no spaces inside this paren. (space-in-parens)
(#12819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12820) Unexpected tab character. (no-tabs)
(#12820) There should be no spaces inside this paren. (space-in-parens)
(#12820) There should be no spaces inside this paren. (space-in-parens)
(#12820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12821) Unexpected tab character. (no-tabs)
(#12821) There should be no spaces inside this paren. (space-in-parens)
(#12821) There should be no spaces inside this paren. (space-in-parens)
(#12821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12822) Unexpected tab character. (no-tabs)
(#12822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12823) Unexpected tab character. (no-tabs)
(#12823) There should be no spaces inside this paren. (space-in-parens)
(#12823) There should be no spaces inside this paren. (space-in-parens)
(#12823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12824) Unexpected tab character. (no-tabs)
(#12824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12826) Unexpected tab character. (no-tabs)
(#12826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12827) Unexpected tab character. (no-tabs)
(#12827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12828) Unexpected tab character. (no-tabs)
(#12828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12829) Unexpected tab character. (no-tabs)
(#12829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12830) There should be no spaces inside this paren. (space-in-parens)
(#12830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12834) There should be no spaces inside this paren. (space-in-parens)
(#12834) There should be no spaces inside this paren. (space-in-parens)
(#12834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12836) Unexpected tab character. (no-tabs)
(#12836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12837) Unexpected tab character. (no-tabs)
(#12837) There should be no spaces inside this paren. (space-in-parens)
(#12837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12838) Unexpected tab character. (no-tabs)
(#12838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12839) Unexpected tab character. (no-tabs)
(#12839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12840) Unexpected tab character. (no-tabs)
(#12840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12841) Unexpected tab character. (no-tabs)
(#12841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12842) Unexpected tab character. (no-tabs)
(#12842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12843) Unexpected tab character. (no-tabs)
(#12843) There should be no spaces inside this paren. (space-in-parens)
(#12843) There should be no spaces inside this paren. (space-in-parens)
(#12843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12844) Unexpected tab character. (no-tabs)
(#12844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12845) Unexpected tab character. (no-tabs)
(#12845) There should be no spaces inside this paren. (space-in-parens)
(#12845) There should be no spaces inside this paren. (space-in-parens)
(#12845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12846) Unexpected tab character. (no-tabs)
(#12846) There should be no spaces inside this paren. (space-in-parens)
(#12846) There should be no spaces inside this paren. (space-in-parens)
(#12846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12847) Unexpected tab character. (no-tabs)
(#12847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12848) Unexpected tab character. (no-tabs)
(#12848) There should be no spaces inside this paren. (space-in-parens)
(#12848) There should be no spaces inside this paren. (space-in-parens)
(#12848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12849) Unexpected tab character. (no-tabs)
(#12849) There should be no spaces inside this paren. (space-in-parens)
(#12849) There should be no spaces inside this paren. (space-in-parens)
(#12849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12850) Unexpected tab character. (no-tabs)
(#12850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12851) Unexpected tab character. (no-tabs)
(#12851) There should be no spaces inside this paren. (space-in-parens)
(#12851) There should be no spaces inside this paren. (space-in-parens)
(#12851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12852) Unexpected tab character. (no-tabs)
(#12852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12853) Unexpected tab character. (no-tabs)
(#12853) There should be no spaces inside this paren. (space-in-parens)
(#12853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12856) 'widgetsDialog' is assigned a value but never used. (no-unused-vars)
(#12856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12859) Expected space or tab after '/*' in comment. (spaced-comment)
(#12859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12868) Expected space or tab after '//' in comment. (spaced-comment)
(#12868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12869) Expected space or tab after '//' in comment. (spaced-comment)
(#12869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12870) Expected space or tab after '//' in comment. (spaced-comment)
(#12870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12871) Expected space or tab after '//' in comment. (spaced-comment)
(#12871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12872) Expected space or tab after '//' in comment. (spaced-comment)
(#12872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12873) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#12874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12876) There should be no spaces inside this paren. (space-in-parens)
(#12876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12877) Unexpected tab character. (no-tabs)
(#12877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12878) Unexpected tab character. (no-tabs)
(#12878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12879) Unexpected tab character. (no-tabs)
(#12879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12880) Unexpected tab character. (no-tabs)
(#12880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12881) Unexpected tab character. (no-tabs)
(#12881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12882) Unexpected tab character. (no-tabs)
(#12882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12883) Unexpected tab character. (no-tabs)
(#12883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12884) Unexpected tab character. (no-tabs)
(#12884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12886) Unexpected tab character. (no-tabs)
(#12886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12887) Unexpected tab character. (no-tabs)
(#12887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12888) Unexpected tab character. (no-tabs)
(#12888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12889) Unexpected tab character. (no-tabs)
(#12889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12890) Unexpected tab character. (no-tabs)
(#12890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12891) Unexpected tab character. (no-tabs)
(#12891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12892) Unexpected tab character. (no-tabs)
(#12892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12893) Unexpected tab character. (no-tabs)
(#12893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12895) Unexpected tab character. (no-tabs)
(#12895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12896) Unexpected tab character. (no-tabs)
(#12896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12897) Unexpected tab character. (no-tabs)
(#12897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12899) Unexpected tab character. (no-tabs)
(#12899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12900) Unexpected tab character. (no-tabs)
(#12900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12902) Unexpected tab character. (no-tabs)
(#12902) There should be no spaces inside this paren. (space-in-parens)
(#12902) There should be no spaces inside this paren. (space-in-parens)
(#12902) There should be no spaces inside this paren. (space-in-parens)
(#12902) There should be no spaces inside this paren. (space-in-parens)
(#12902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12903) Unexpected tab character. (no-tabs)
(#12903) There should be no spaces inside this paren. (space-in-parens)
(#12903) There should be no spaces inside this paren. (space-in-parens)
(#12903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12904) Unexpected tab character. (no-tabs)
(#12904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12906) Unexpected tab character. (no-tabs)
(#12906) Expected to return a value at the end of function. (consistent-return)
(#12906) There should be no spaces inside this paren. (space-in-parens)
(#12906) Comments should not begin with a lowercase character (capitalized-comments)
(#12906) There should be no spaces inside this paren. (space-in-parens)
(#12906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12907) Unexpected tab character. (no-tabs)
(#12907) There should be no spaces inside this paren. (space-in-parens)
(#12907) There should be no spaces inside this paren. (space-in-parens)
(#12907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12909) Unexpected tab character. (no-tabs)
(#12909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12910) Unexpected tab character. (no-tabs)
(#12910) There should be no space after '['. (computed-property-spacing)
(#12910) There should be no space before ']'. (computed-property-spacing)
(#12910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12911) Unexpected tab character. (no-tabs)
(#12911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12913) Unexpected tab character. (no-tabs)
(#12913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12914) Unexpected tab character. (no-tabs)
(#12914) Return statement should not contain assignment. (no-return-assign)
(#12914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12915) Unexpected tab character. (no-tabs)
(#12915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12916) Unexpected tab character. (no-tabs)
(#12916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12917) Unexpected tab character. (no-tabs)
(#12917) There should be no space after '['. (computed-property-spacing)
(#12917) There should be no space before ']'. (computed-property-spacing)
(#12917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12918) Unexpected tab character. (no-tabs)
(#12918) There should be no space after '['. (computed-property-spacing)
(#12918) There should be no space before ']'. (computed-property-spacing)
(#12918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12919) Unexpected tab character. (no-tabs)
(#12919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12920) Unexpected tab character. (no-tabs)
(#12920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12921) Unexpected tab character. (no-tabs)
(#12921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12923) Unexpected tab character. (no-tabs)
(#12923) There should be no spaces inside this paren. (space-in-parens)
(#12923) There should be no spaces inside this paren. (space-in-parens)
(#12923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12925) Unexpected tab character. (no-tabs)
(#12925) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12925) There should be no spaces inside this paren. (space-in-parens)
(#12925) There should be no spaces inside this paren. (space-in-parens)
(#12925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12927) Unexpected tab character. (no-tabs)
(#12927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12929) Unexpected tab character. (no-tabs)
(#12929) There should be no spaces inside this paren. (space-in-parens)
(#12929) There should be no spaces inside this paren. (space-in-parens)
(#12929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12931) Unexpected tab character. (no-tabs)
(#12931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12932) Unexpected tab character. (no-tabs)
(#12932) There should be no space after '['. (computed-property-spacing)
(#12932) There should be no space before ']'. (computed-property-spacing)
(#12932) There should be no space after '['. (computed-property-spacing)
(#12932) There should be no space before ']'. (computed-property-spacing)
(#12932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12933) Unexpected tab character. (no-tabs)
(#12933) There should be no space after '['. (computed-property-spacing)
(#12933) There should be no space before ']'. (computed-property-spacing)
(#12933) There should be no spaces inside this paren. (space-in-parens)
(#12933) There should be no spaces inside this paren. (space-in-parens)
(#12933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12934) Unexpected tab character. (no-tabs)
(#12934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12936) Unexpected tab character. (no-tabs)
(#12936) There should be no spaces inside this paren. (space-in-parens)
(#12936) There should be no spaces inside this paren. (space-in-parens)
(#12936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12937) Unexpected tab character. (no-tabs)
(#12937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12938) Unexpected tab character. (no-tabs)
(#12938) There should be no spaces inside this paren. (space-in-parens)
(#12938) There should be no spaces inside this paren. (space-in-parens)
(#12938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12939) Unexpected tab character. (no-tabs)
(#12939) There should be no spaces inside this paren. (space-in-parens)
(#12939) There should be no space after '['. (computed-property-spacing)
(#12939) There should be no space before ']'. (computed-property-spacing)
(#12939) There should be no spaces inside this paren. (space-in-parens)
(#12939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12940) Unexpected tab character. (no-tabs)
(#12940) There should be no spaces inside this paren. (space-in-parens)
(#12940) There should be no spaces inside this paren. (space-in-parens)
(#12940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12941) Unexpected tab character. (no-tabs)
(#12941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12942) Unexpected tab character. (no-tabs)
(#12942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12943) Unexpected tab character. (no-tabs)
(#12943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12945) Unexpected tab character. (no-tabs)
(#12945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12946) Unexpected tab character. (no-tabs)
(#12946) There should be no space after '['. (computed-property-spacing)
(#12946) There should be no space before ']'. (computed-property-spacing)
(#12946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12948) Unexpected tab character. (no-tabs)
(#12948) There should be no spaces inside this paren. (space-in-parens)
(#12948) There should be no spaces inside this paren. (space-in-parens)
(#12948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12949) Unexpected tab character. (no-tabs)
(#12949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12951) Unexpected tab character. (no-tabs)
(#12951) There should be no spaces inside this paren. (space-in-parens)
(#12951) There should be no spaces inside this paren. (space-in-parens)
(#12951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12953) Unexpected tab character. (no-tabs)
(#12953) There should be no spaces inside this paren. (space-in-parens)
(#12953) There should be no spaces inside this paren. (space-in-parens)
(#12953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12954) Unexpected tab character. (no-tabs)
(#12954) There should be no spaces inside this paren. (space-in-parens)
(#12954) There should be no spaces inside this paren. (space-in-parens)
(#12954) There should be no spaces inside this paren. (space-in-parens)
(#12954) There should be no spaces inside this paren. (space-in-parens)
(#12954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12955) Unexpected tab character. (no-tabs)
(#12955) There should be no spaces inside this paren. (space-in-parens)
(#12955) There should be no spaces inside this paren. (space-in-parens)
(#12955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12956) Unexpected tab character. (no-tabs)
(#12956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12957) Unexpected tab character. (no-tabs)
(#12957) There should be no spaces inside this paren. (space-in-parens)
(#12957) There should be no spaces inside this paren. (space-in-parens)
(#12957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12958) Unexpected tab character. (no-tabs)
(#12958) There should be no space after '['. (computed-property-spacing)
(#12958) There should be no space before ']'. (computed-property-spacing)
(#12958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12960) Unexpected tab character. (no-tabs)
(#12960) There should be no spaces inside this paren. (space-in-parens)
(#12960) There should be no spaces inside this paren. (space-in-parens)
(#12960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12961) Unexpected tab character. (no-tabs)
(#12961) There should be no spaces inside this paren. (space-in-parens)
(#12961) There should be no spaces inside this paren. (space-in-parens)
(#12961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12962) Unexpected tab character. (no-tabs)
(#12962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12964) Unexpected tab character. (no-tabs)
(#12964) There should be no spaces inside this paren. (space-in-parens)
(#12964) There should be no spaces inside this paren. (space-in-parens)
(#12964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12965) Unexpected tab character. (no-tabs)
(#12965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12967) Unexpected tab character. (no-tabs)
(#12967) There should be no spaces inside this paren. (space-in-parens)
(#12967) There should be no spaces inside this paren. (space-in-parens)
(#12967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12968) Unexpected tab character. (no-tabs)
(#12968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12970) Unexpected tab character. (no-tabs)
(#12970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12971) Unexpected tab character. (no-tabs)
(#12971) There should be no spaces inside this paren. (space-in-parens)
(#12971) There should be no spaces inside this paren. (space-in-parens)
(#12971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12972) Unexpected tab character. (no-tabs)
(#12972) There should be no spaces inside this paren. (space-in-parens)
(#12972) There should be no spaces inside this paren. (space-in-parens)
(#12972) There should be no spaces inside this paren. (space-in-parens)
(#12972) There should be no spaces inside this paren. (space-in-parens)
(#12972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12973) Unexpected tab character. (no-tabs)
(#12973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12974) Unexpected tab character. (no-tabs)
(#12974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12976) Unexpected tab character. (no-tabs)
(#12976) There should be no spaces inside this paren. (space-in-parens)
(#12976) There should be no spaces inside this paren. (space-in-parens)
(#12976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12977) Unexpected tab character. (no-tabs)
(#12977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12979) Unexpected tab character. (no-tabs)
(#12979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12980) Unexpected tab character. (no-tabs)
(#12980) There should be no spaces inside this paren. (space-in-parens)
(#12980) There should be no spaces inside this paren. (space-in-parens)
(#12980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12981) Unexpected tab character. (no-tabs)
(#12981) There should be no spaces inside this paren. (space-in-parens)
(#12981) There should be no spaces inside this paren. (space-in-parens)
(#12981) There should be no spaces inside this paren. (space-in-parens)
(#12981) There should be no spaces inside this paren. (space-in-parens)
(#12981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12982) Unexpected tab character. (no-tabs)
(#12982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12983) Unexpected tab character. (no-tabs)
(#12983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12985) Unexpected tab character. (no-tabs)
(#12985) There should be no spaces inside this paren. (space-in-parens)
(#12985) There should be no spaces inside this paren. (space-in-parens)
(#12985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12987) Unexpected tab character. (no-tabs)
(#12987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12989) Unexpected tab character. (no-tabs)
(#12989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12990) Unexpected tab character. (no-tabs)
(#12990) There should be no spaces inside this paren. (space-in-parens)
(#12990) There should be no spaces inside this paren. (space-in-parens)
(#12990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12991) Unexpected tab character. (no-tabs)
(#12991) There should be no spaces inside this paren. (space-in-parens)
(#12991) There should be no space after '['. (computed-property-spacing)
(#12991) There should be no space before ']'. (computed-property-spacing)
(#12991) There should be no space after '['. (computed-property-spacing)
(#12991) There should be no space before ']'. (computed-property-spacing)
(#12991) There should be no spaces inside this paren. (space-in-parens)
(#12991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12992) Unexpected tab character. (no-tabs)
(#12992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12993) Unexpected tab character. (no-tabs)
(#12993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12995) Unexpected tab character. (no-tabs)
(#12995) There should be no spaces inside this paren. (space-in-parens)
(#12995) There should be no spaces inside this paren. (space-in-parens)
(#12995) There should be no space after '['. (computed-property-spacing)
(#12995) There should be no space before ']'. (computed-property-spacing)
(#12995) There should be no spaces inside this paren. (space-in-parens)
(#12995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12996) Unexpected tab character. (no-tabs)
(#12996) There should be no spaces inside this paren. (space-in-parens)
(#12996) There should be no spaces inside this paren. (space-in-parens)
(#12996) There should be no spaces inside this paren. (space-in-parens)
(#12996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12997) Unexpected tab character. (no-tabs)
(#12997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12998) Unexpected tab character. (no-tabs)
(#12998) There should be no spaces inside this paren. (space-in-parens)
(#12998) There should be no spaces inside this paren. (space-in-parens)
(#12998) There should be no spaces inside this paren. (space-in-parens)
(#12998) There should be no spaces inside this paren. (space-in-parens)
(#12998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12999) Unexpected tab character. (no-tabs)
(#12999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13001) Unexpected tab character. (no-tabs)
(#13001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13003) Unexpected tab character. (no-tabs)
(#13003) There should be no spaces inside this paren. (space-in-parens)
(#13003) There should be no spaces inside this paren. (space-in-parens)
(#13003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13005) Unexpected tab character. (no-tabs)
(#13005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13007) Unexpected tab character. (no-tabs)
(#13007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13008) Unexpected tab character. (no-tabs)
(#13008) There should be no spaces inside this paren. (space-in-parens)
(#13008) There should be no spaces inside this paren. (space-in-parens)
(#13008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13009) Unexpected tab character. (no-tabs)
(#13009) There should be no spaces inside this paren. (space-in-parens)
(#13009) There should be no space after '['. (computed-property-spacing)
(#13009) There should be no space before ']'. (computed-property-spacing)
(#13009) There should be no space after '['. (computed-property-spacing)
(#13009) There should be no space before ']'. (computed-property-spacing)
(#13009) There should be no spaces inside this paren. (space-in-parens)
(#13009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13010) Unexpected tab character. (no-tabs)
(#13010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13011) Unexpected tab character. (no-tabs)
(#13011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13013) Unexpected tab character. (no-tabs)
(#13013) There should be no spaces inside this paren. (space-in-parens)
(#13013) There should be no spaces inside this paren. (space-in-parens)
(#13013) There should be no space after '['. (computed-property-spacing)
(#13013) There should be no space before ']'. (computed-property-spacing)
(#13013) There should be no spaces inside this paren. (space-in-parens)
(#13013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13014) Unexpected tab character. (no-tabs)
(#13014) There should be no spaces inside this paren. (space-in-parens)
(#13014) There should be no spaces inside this paren. (space-in-parens)
(#13014) There should be no spaces inside this paren. (space-in-parens)
(#13014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13015) Unexpected tab character. (no-tabs)
(#13015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13016) Unexpected tab character. (no-tabs)
(#13016) There should be no spaces inside this paren. (space-in-parens)
(#13016) There should be no spaces inside this paren. (space-in-parens)
(#13016) There should be no spaces inside this paren. (space-in-parens)
(#13016) There should be no spaces inside this paren. (space-in-parens)
(#13016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13017) Unexpected tab character. (no-tabs)
(#13017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13019) Unexpected tab character. (no-tabs)
(#13019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13021) Unexpected tab character. (no-tabs)
(#13021) There should be no spaces inside this paren. (space-in-parens)
(#13021) There should be no spaces inside this paren. (space-in-parens)
(#13021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13023) Unexpected tab character. (no-tabs)
(#13023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13024) Unexpected tab character. (no-tabs)
(#13024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13026) Unexpected tab character. (no-tabs)
(#13026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13027) Unexpected tab character. (no-tabs)
(#13027) There should be no spaces inside this paren. (space-in-parens)
(#13027) There should be no spaces inside this paren. (space-in-parens)
(#13027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13028) Unexpected tab character. (no-tabs)
(#13028) There should be no spaces inside this paren. (space-in-parens)
(#13028) There should be no space after '['. (computed-property-spacing)
(#13028) There should be no space before ']'. (computed-property-spacing)
(#13028) There should be no space after '['. (computed-property-spacing)
(#13028) There should be no space before ']'. (computed-property-spacing)
(#13028) There should be no spaces inside this paren. (space-in-parens)
(#13028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13029) Unexpected tab character. (no-tabs)
(#13029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13030) Unexpected tab character. (no-tabs)
(#13030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13032) Unexpected tab character. (no-tabs)
(#13032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13033) Unexpected tab character. (no-tabs)
(#13033) There should be no spaces inside this paren. (space-in-parens)
(#13033) There should be no spaces inside this paren. (space-in-parens)
(#13033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13034) Unexpected tab character. (no-tabs)
(#13034) There should be no spaces inside this paren. (space-in-parens)
(#13034) There should be no spaces inside this paren. (space-in-parens)
(#13034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13035) Unexpected tab character. (no-tabs)
(#13035) There should be no spaces inside this paren. (space-in-parens)
(#13035) Expected to return a value at the end of function. (consistent-return)
(#13035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13036) Unexpected tab character. (no-tabs)
(#13036) There should be no spaces inside this paren. (space-in-parens)
(#13036) There should be no spaces inside this paren. (space-in-parens)
(#13036) There should be no spaces inside this paren. (space-in-parens)
(#13036) There should be no spaces inside this paren. (space-in-parens)
(#13036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13037) Unexpected tab character. (no-tabs)
(#13037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13038) Unexpected tab character. (no-tabs)
(#13038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13039) Unexpected tab character. (no-tabs)
(#13039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13040) Unexpected tab character. (no-tabs)
(#13040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13041) Unexpected tab character. (no-tabs)
(#13041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13042) Unexpected tab character. (no-tabs)
(#13042) There should be no space after '['. (computed-property-spacing)
(#13042) There should be no space before ']'. (computed-property-spacing)
(#13042) There should be no spaces inside this paren. (space-in-parens)
(#13042) There should be no spaces inside this paren. (space-in-parens)
(#13042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13043) Unexpected tab character. (no-tabs)
(#13043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13044) Unexpected tab character. (no-tabs)
(#13044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13045) Unexpected tab character. (no-tabs)
(#13045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13046) Unexpected tab character. (no-tabs)
(#13046) There should be no spaces inside this paren. (space-in-parens)
(#13046) There should be no space after '{'. (object-curly-spacing)
(#13046) There should be no space before '}'. (object-curly-spacing)
(#13046) There should be no spaces inside this paren. (space-in-parens)
(#13046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13047) Unexpected tab character. (no-tabs)
(#13047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13048) Unexpected tab character. (no-tabs)
(#13048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13049) Unexpected tab character. (no-tabs)
(#13049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13050) Unexpected tab character. (no-tabs)
(#13050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13051) Unexpected tab character. (no-tabs)
(#13051) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13052) Unexpected tab character. (no-tabs)
(#13052) There should be no spaces inside this paren. (space-in-parens)
(#13052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13053) Unexpected tab character. (no-tabs)
(#13053) There should be no spaces inside this paren. (space-in-parens)
(#13053) There should be no spaces inside this paren. (space-in-parens)
(#13053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13054) Unexpected tab character. (no-tabs)
(#13054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13055) Unexpected tab character. (no-tabs)
(#13055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13057) Unexpected tab character. (no-tabs)
(#13057) There should be no spaces inside this paren. (space-in-parens)
(#13057) There should be no spaces inside this paren. (space-in-parens)
(#13057) There should be no space after '['. (computed-property-spacing)
(#13057) There should be no space before ']'. (computed-property-spacing)
(#13057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13058) Unexpected tab character. (no-tabs)
(#13058) There should be no spaces inside this paren. (space-in-parens)
(#13058) There should be no spaces inside this paren. (space-in-parens)
(#13058) There should be no spaces inside this paren. (space-in-parens)
(#13058) There should be no spaces inside this paren. (space-in-parens)
(#13058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13059) Unexpected tab character. (no-tabs)
(#13059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13060) Unexpected tab character. (no-tabs)
(#13060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13062) Unexpected tab character. (no-tabs)
(#13062) There should be no spaces inside this paren. (space-in-parens)
(#13062) There should be no spaces inside this paren. (space-in-parens)
(#13062) There should be no spaces inside this paren. (space-in-parens)
(#13062) There should be no spaces inside this paren. (space-in-parens)
(#13062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13063) Unexpected tab character. (no-tabs)
(#13063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13064) Unexpected tab character. (no-tabs)
(#13064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13066) Unexpected tab character. (no-tabs)
(#13066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13068) Unexpected tab character. (no-tabs)
(#13068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13070) Unexpected tab character. (no-tabs)
(#13070) There should be no spaces inside this paren. (space-in-parens)
(#13070) There should be no spaces inside this paren. (space-in-parens)
(#13070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13071) Unexpected tab character. (no-tabs)
(#13071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13072) Unexpected tab character. (no-tabs)
(#13072) There should be no spaces inside this paren. (space-in-parens)
(#13072) There should be no spaces inside this paren. (space-in-parens)
(#13072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13073) Unexpected tab character. (no-tabs)
(#13073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13074) Unexpected tab character. (no-tabs)
(#13074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13075) Unexpected tab character. (no-tabs)
(#13075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13076) Unexpected tab character. (no-tabs)
(#13076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13077) Unexpected tab character. (no-tabs)
(#13077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13079) Unexpected tab character. (no-tabs)
(#13079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13080) Unexpected tab character. (no-tabs)
(#13080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13081) Unexpected tab character. (no-tabs)
(#13081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13082) Unexpected tab character. (no-tabs)
(#13082) There should be no spaces inside this paren. (space-in-parens)
(#13082) There should be no spaces inside this paren. (space-in-parens)
(#13082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13083) Unexpected tab character. (no-tabs)
(#13083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13085) Unexpected tab character. (no-tabs)
(#13085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13086) Unexpected tab character. (no-tabs)
(#13086) There should be no spaces inside this paren. (space-in-parens)
(#13086) There should be no spaces inside this paren. (space-in-parens)
(#13086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13087) Unexpected tab character. (no-tabs)
(#13087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13089) Unexpected tab character. (no-tabs)
(#13089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13090) Unexpected tab character. (no-tabs)
(#13090) There should be no spaces inside this paren. (space-in-parens)
(#13090) There should be no spaces inside this paren. (space-in-parens)
(#13090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13091) Unexpected tab character. (no-tabs)
(#13091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13093) Unexpected tab character. (no-tabs)
(#13093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13094) Unexpected tab character. (no-tabs)
(#13094) There should be no spaces inside this paren. (space-in-parens)
(#13094) There should be no spaces inside this paren. (space-in-parens)
(#13094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13095) Unexpected tab character. (no-tabs)
(#13095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13096) There should be no spaces inside this paren. (space-in-parens)
(#13096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13098) There should be no spaces inside this paren. (space-in-parens)
(#13098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13099) Unexpected tab character. (no-tabs)
(#13099) Missing JSDoc comment. (require-jsdoc)
(#13099) There should be no spaces inside this paren. (space-in-parens)
(#13099) There should be no spaces inside this paren. (space-in-parens)
(#13099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13100) Unexpected tab character. (no-tabs)
(#13100) There should be no spaces inside this paren. (space-in-parens)
(#13100) There should be no spaces inside this paren. (space-in-parens)
(#13100) There should be no spaces inside this paren. (space-in-parens)
(#13100) There should be no spaces inside this paren. (space-in-parens)
(#13100) There should be no spaces inside this paren. (space-in-parens)
(#13100) There should be no spaces inside this paren. (space-in-parens)
(#13100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13101) Unexpected tab character. (no-tabs)
(#13101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13103) Unexpected tab character. (no-tabs)
(#13103) There should be no spaces inside this paren. (space-in-parens)
(#13103) There should be no spaces inside this paren. (space-in-parens)
(#13103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13105) Unexpected tab character. (no-tabs)
(#13105) There should be no spaces inside this paren. (space-in-parens)
(#13105) There should be no spaces inside this paren. (space-in-parens)
(#13105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13106) Unexpected tab character. (no-tabs)
(#13106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13107) Unexpected tab character. (no-tabs)
(#13107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13109) Unexpected tab character. (no-tabs)
(#13109) There should be no spaces inside this paren. (space-in-parens)
(#13109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13110) Unexpected tab character. (no-tabs)
(#13110) There should be no spaces inside this paren. (space-in-parens)
(#13110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13111) Unexpected tab character. (no-tabs)
(#13111) There should be no spaces inside this paren. (space-in-parens)
(#13111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13112) Unexpected tab character. (no-tabs)
(#13112) There should be no spaces inside this paren. (space-in-parens)
(#13112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13113) Unexpected tab character. (no-tabs)
(#13113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13114) Unexpected tab character. (no-tabs)
(#13114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13115) Unexpected tab character. (no-tabs)
(#13115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13116) Unexpected tab character. (no-tabs)
(#13116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13117) Unexpected tab character. (no-tabs)
(#13117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13118) Unexpected tab character. (no-tabs)
(#13118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13120) Unexpected tab character. (no-tabs)
(#13120) There should be no spaces inside this paren. (space-in-parens)
(#13120) There should be no spaces inside this paren. (space-in-parens)
(#13120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13121) Unexpected tab character. (no-tabs)
(#13121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13122) Unexpected tab character. (no-tabs)
(#13122) There should be no spaces inside this paren. (space-in-parens)
(#13122) There should be no spaces inside this paren. (space-in-parens)
(#13122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13123) Unexpected tab character. (no-tabs)
(#13123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13124) Unexpected tab character. (no-tabs)
(#13124) There should be no spaces inside this paren. (space-in-parens)
(#13124) There should be no spaces inside this paren. (space-in-parens)
(#13124) There should be no spaces inside this paren. (space-in-parens)
(#13124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13125) Unexpected tab character. (no-tabs)
(#13125) There should be no spaces inside this paren. (space-in-parens)
(#13125) There should be no spaces inside this paren. (space-in-parens)
(#13125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13126) Unexpected tab character. (no-tabs)
(#13126) There should be no spaces inside this paren. (space-in-parens)
(#13126) There should be no spaces inside this paren. (space-in-parens)
(#13126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13127) Unexpected tab character. (no-tabs)
(#13127) There should be no spaces inside this paren. (space-in-parens)
(#13127) There should be no spaces inside this paren. (space-in-parens)
(#13127) There should be no spaces inside this paren. (space-in-parens)
(#13127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13128) Unexpected tab character. (no-tabs)
(#13128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13129) Unexpected tab character. (no-tabs)
(#13129) There should be no spaces inside this paren. (space-in-parens)
(#13129) There should be no spaces inside this paren. (space-in-parens)
(#13129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13130) Unexpected tab character. (no-tabs)
(#13130) There should be no spaces inside this paren. (space-in-parens)
(#13130) There should be no spaces inside this paren. (space-in-parens)
(#13130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13131) Unexpected tab character. (no-tabs)
(#13131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13132) Unexpected tab character. (no-tabs)
(#13132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13133) Unexpected tab character. (no-tabs)
(#13133) There should be no spaces inside this paren. (space-in-parens)
(#13133) There should be no spaces inside this paren. (space-in-parens)
(#13133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13134) Unexpected tab character. (no-tabs)
(#13134) There should be no spaces inside this paren. (space-in-parens)
(#13134) There should be no spaces inside this paren. (space-in-parens)
(#13134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13135) Unexpected tab character. (no-tabs)
(#13135) There should be no spaces inside this paren. (space-in-parens)
(#13135) There should be no spaces inside this paren. (space-in-parens)
(#13135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13136) Unexpected tab character. (no-tabs)
(#13136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13137) Unexpected tab character. (no-tabs)
(#13137) There should be no spaces inside this paren. (space-in-parens)
(#13137) There should be no spaces inside this paren. (space-in-parens)
(#13137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13138) Unexpected tab character. (no-tabs)
(#13138) There should be no spaces inside this paren. (space-in-parens)
(#13138) There should be no spaces inside this paren. (space-in-parens)
(#13138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13139) Unexpected tab character. (no-tabs)
(#13139) There should be no spaces inside this paren. (space-in-parens)
(#13139) There should be no spaces inside this paren. (space-in-parens)
(#13139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13140) Unexpected tab character. (no-tabs)
(#13140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13141) Unexpected tab character. (no-tabs)
(#13141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13142) Unexpected tab character. (no-tabs)
(#13142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13143) Unexpected tab character. (no-tabs)
(#13143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13144) Unexpected tab character. (no-tabs)
(#13144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13145) There should be no spaces inside this paren. (space-in-parens)
(#13145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13148) Unexpected tab character. (no-tabs)
(#13148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13151) Unexpected tab character. (no-tabs)
(#13151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13152) Unexpected tab character. (no-tabs)
(#13152) There should be no space after '{'. (object-curly-spacing)
(#13152) There should be no space before '}'. (object-curly-spacing)
(#13152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13153) Unexpected tab character. (no-tabs)
(#13153) There should be no spaces inside this paren. (space-in-parens)
(#13153) There should be no spaces inside this paren. (space-in-parens)
(#13153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13155) Unexpected tab character. (no-tabs)
(#13155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13156) Unexpected tab character. (no-tabs)
(#13156) There should be no space after '['. (computed-property-spacing)
(#13156) There should be no space before ']'. (computed-property-spacing)
(#13156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13157) Unexpected tab character. (no-tabs)
(#13157) Comments should not begin with a lowercase character (capitalized-comments)
(#13157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13158) Unexpected tab character. (no-tabs)
(#13158) There should be no spaces inside this paren. (space-in-parens)
(#13158) There should be no spaces inside this paren. (space-in-parens)
(#13158) There should be no spaces inside this paren. (space-in-parens)
(#13158) There should be no spaces inside this paren. (space-in-parens)
(#13158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13160) Unexpected tab character. (no-tabs)
(#13160) Unexpected labeled statement. (no-labels)
(#13160) There should be no spaces inside this paren. (space-in-parens)
(#13160) There should be no spaces inside this paren. (space-in-parens)
(#13160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13162) Unexpected tab character. (no-tabs)
(#13162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13163) Unexpected tab character. (no-tabs)
(#13163) There should be no spaces inside this paren. (space-in-parens)
(#13163) There should be no space after '['. (computed-property-spacing)
(#13163) There should be no space before ']'. (computed-property-spacing)
(#13163) There should be no spaces inside this paren. (space-in-parens)
(#13163) There should be no space after '['. (computed-property-spacing)
(#13163) There should be no space before ']'. (computed-property-spacing)
(#13163) There should be no spaces inside this paren. (space-in-parens)
(#13163) There should be no space after '['. (computed-property-spacing)
(#13163) There should be no space before ']'. (computed-property-spacing)
(#13163) There should be no space after '['. (computed-property-spacing)
(#13163) There should be no space before ']'. (computed-property-spacing)
(#13163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13164) Unexpected tab character. (no-tabs)
(#13164) There should be no spaces inside this paren. (space-in-parens)
(#13164) There should be no spaces inside this paren. (space-in-parens)
(#13164) There should be no spaces inside this paren. (space-in-parens)
(#13164) There should be no spaces inside this paren. (space-in-parens)
(#13164) There should be no spaces inside this paren. (space-in-parens)
(#13164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13165) Unexpected tab character. (no-tabs)
(#13165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13166) Unexpected tab character. (no-tabs)
(#13166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13168) Unexpected tab character. (no-tabs)
(#13168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13169) Unexpected tab character. (no-tabs)
(#13169) There should be no spaces inside this paren. (space-in-parens)
(#13169) There should be no spaces inside this paren. (space-in-parens)
(#13169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13170) Unexpected tab character. (no-tabs)
(#13170) There should be no spaces inside this paren. (space-in-parens)
(#13170) There should be no space after '['. (computed-property-spacing)
(#13170) There should be no space before ']'. (computed-property-spacing)
(#13170) There should be no space after '['. (computed-property-spacing)
(#13170) There should be no space before ']'. (computed-property-spacing)
(#13170) There should be no space after '['. (computed-property-spacing)
(#13170) There should be no space before ']'. (computed-property-spacing)
(#13170) There should be no spaces inside this paren. (space-in-parens)
(#13170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13171) Unexpected tab character. (no-tabs)
(#13171) There should be no space after '['. (computed-property-spacing)
(#13171) There should be no space before ']'. (computed-property-spacing)
(#13171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13172) Unexpected tab character. (no-tabs)
(#13172) Unexpected label in continue statement. (no-labels)
(#13172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13173) Unexpected tab character. (no-tabs)
(#13173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13174) Unexpected tab character. (no-tabs)
(#13174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13176) Unexpected tab character. (no-tabs)
(#13176) There should be no space after '['. (computed-property-spacing)
(#13176) There should be no space before ']'. (computed-property-spacing)
(#13176) There should be no space after '['. (computed-property-spacing)
(#13176) There should be no space before ']'. (computed-property-spacing)
(#13176) There should be no spaces inside this paren. (space-in-parens)
(#13176) There should be no spaces inside this paren. (space-in-parens)
(#13176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13177) Unexpected tab character. (no-tabs)
(#13177) There should be no spaces inside this paren. (space-in-parens)
(#13177) There should be no space after '['. (computed-property-spacing)
(#13177) There should be no space before ']'. (computed-property-spacing)
(#13177) There should be no spaces inside this paren. (space-in-parens)
(#13177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13178) Unexpected tab character. (no-tabs)
(#13178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13179) Unexpected tab character. (no-tabs)
(#13179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13181) Unexpected tab character. (no-tabs)
(#13181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13182) Unexpected tab character. (no-tabs)
(#13182) There should be no spaces inside this paren. (space-in-parens)
(#13182) There should be no spaces inside this paren. (space-in-parens)
(#13182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13183) Unexpected tab character. (no-tabs)
(#13183) unnecessary '.call()'. (no-useless-call)
(#13183) There should be no space after '['. (computed-property-spacing)
(#13183) There should be no space before ']'. (computed-property-spacing)
(#13183) There should be no spaces inside this paren. (space-in-parens)
(#13183) There should be no space after '['. (computed-property-spacing)
(#13183) There should be no space before ']'. (computed-property-spacing)
(#13183) There should be no spaces inside this paren. (space-in-parens)
(#13183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13184) Unexpected tab character. (no-tabs)
(#13184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13186) Unexpected tab character. (no-tabs)
(#13186) There should be no space after '['. (computed-property-spacing)
(#13186) There should be no space before ']'. (computed-property-spacing)
(#13186) There should be no space after '['. (computed-property-spacing)
(#13186) There should be no space before ']'. (computed-property-spacing)
(#13186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13187) Unexpected tab character. (no-tabs)
(#13187) There should be no space after '['. (computed-property-spacing)
(#13187) There should be no space before ']'. (computed-property-spacing)
(#13187) There should be no spaces inside this paren. (space-in-parens)
(#13187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13188) Unexpected tab character. (no-tabs)
(#13188) There should be no space after '['. (computed-property-spacing)
(#13188) There should be no space before ']'. (computed-property-spacing)
(#13188) There should be no space after '['. (computed-property-spacing)
(#13188) There should be no space before ']'. (computed-property-spacing)
(#13188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13189) Unexpected tab character. (no-tabs)
(#13189) There should be no space after '['. (computed-property-spacing)
(#13189) There should be no space before ']'. (computed-property-spacing)
(#13189) There should be no space after '['. (computed-property-spacing)
(#13189) There should be no space before ']'. (computed-property-spacing)
(#13189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13190) Unexpected tab character. (no-tabs)
(#13190) There should be no spaces inside this paren. (space-in-parens)
(#13190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13192) Unexpected tab character. (no-tabs)
(#13192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13194) Unexpected tab character. (no-tabs)
(#13194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13195) Unexpected tab character. (no-tabs)
(#13195) There should be no spaces inside this paren. (space-in-parens)
(#13195) There should be no spaces inside this paren. (space-in-parens)
(#13195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13197) Unexpected tab character. (no-tabs)
(#13197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13199) Unexpected tab character. (no-tabs)
(#13199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13200) Unexpected tab character. (no-tabs)
(#13200) There should be no spaces inside this paren. (space-in-parens)
(#13200) There should be no spaces inside this paren. (space-in-parens)
(#13200) There should be no space after '['. (computed-property-spacing)
(#13200) There should be no space before ']'. (computed-property-spacing)
(#13200) There should be no spaces inside this paren. (space-in-parens)
(#13200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13202) Unexpected tab character. (no-tabs)
(#13202) There should be no spaces inside this paren. (space-in-parens)
(#13202) There should be no spaces inside this paren. (space-in-parens)
(#13202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13203) Unexpected tab character. (no-tabs)
(#13203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13204) Unexpected tab character. (no-tabs)
(#13204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13205) Unexpected tab character. (no-tabs)
(#13205) There should be no spaces inside this paren. (space-in-parens)
(#13205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13206) Unexpected tab character. (no-tabs)
(#13206) There should be no spaces inside this paren. (space-in-parens)
(#13206) There should be no spaces inside this paren. (space-in-parens)
(#13206) There should be no spaces inside this paren. (space-in-parens)
(#13206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13207) Unexpected tab character. (no-tabs)
(#13207) unnecessary '.call()'. (no-useless-call)
(#13207) There should be no spaces inside this paren. (space-in-parens)
(#13207) There should be no spaces inside this paren. (space-in-parens)
(#13207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13208) Unexpected tab character. (no-tabs)
(#13208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13210) Unexpected tab character. (no-tabs)
(#13210) There should be no spaces inside this paren. (space-in-parens)
(#13210) There should be no spaces inside this paren. (space-in-parens)
(#13210) There should be no space after '['. (computed-property-spacing)
(#13210) There should be no space before ']'. (computed-property-spacing)
(#13210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13211) Unexpected tab character. (no-tabs)
(#13211) There should be no spaces inside this paren. (space-in-parens)
(#13211) There should be no spaces inside this paren. (space-in-parens)
(#13211) There should be no spaces inside this paren. (space-in-parens)
(#13211) There should be no spaces inside this paren. (space-in-parens)
(#13211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13212) Unexpected tab character. (no-tabs)
(#13212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13213) Unexpected tab character. (no-tabs)
(#13213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13214) Unexpected tab character. (no-tabs)
(#13214) unnecessary '.call()'. (no-useless-call)
(#13214) There should be no spaces inside this paren. (space-in-parens)
(#13214) There should be no spaces inside this paren. (space-in-parens)
(#13214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13215) Unexpected tab character. (no-tabs)
(#13215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13217) Unexpected tab character. (no-tabs)
(#13217) There should be no spaces inside this paren. (space-in-parens)
(#13217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13218) Unexpected tab character. (no-tabs)
(#13218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13220) Unexpected tab character. (no-tabs)
(#13220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13221) Unexpected tab character. (no-tabs)
(#13221) There should be no spaces inside this paren. (space-in-parens)
(#13221) There should be no spaces inside this paren. (space-in-parens)
(#13221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13223) Unexpected tab character. (no-tabs)
(#13223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13224) Unexpected tab character. (no-tabs)
(#13224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13225) Unexpected tab character. (no-tabs)
(#13225) There should be no spaces inside this paren. (space-in-parens)
(#13225) There should be no spaces inside this paren. (space-in-parens)
(#13225) There should be no spaces inside this paren. (space-in-parens)
(#13225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13226) Unexpected tab character. (no-tabs)
(#13226) There should be no spaces inside this paren. (space-in-parens)
(#13226) There should be no spaces inside this paren. (space-in-parens)
(#13226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13227) Unexpected tab character. (no-tabs)
(#13227) There should be no spaces inside this paren. (space-in-parens)
(#13227) There should be no spaces inside this paren. (space-in-parens)
(#13227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13228) Unexpected tab character. (no-tabs)
(#13228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13229) Unexpected tab character. (no-tabs)
(#13229) There should be no spaces inside this paren. (space-in-parens)
(#13229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13230) Unexpected tab character. (no-tabs)
(#13230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13231) Unexpected tab character. (no-tabs)
(#13231) There should be no spaces inside this paren. (space-in-parens)
(#13231) There should be no spaces inside this paren. (space-in-parens)
(#13231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13233) Unexpected tab character. (no-tabs)
(#13233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13234) Unexpected tab character. (no-tabs)
(#13234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13235) Unexpected tab character. (no-tabs)
(#13235) There should be no spaces inside this paren. (space-in-parens)
(#13235) There should be no spaces inside this paren. (space-in-parens)
(#13235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13236) Unexpected tab character. (no-tabs)
(#13236) There should be no spaces inside this paren. (space-in-parens)
(#13236) There should be no spaces inside this paren. (space-in-parens)
(#13236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13237) Unexpected tab character. (no-tabs)
(#13237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13239) Unexpected tab character. (no-tabs)
(#13239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13240) Unexpected tab character. (no-tabs)
(#13240) There should be no spaces inside this paren. (space-in-parens)
(#13240) There should be no space after '['. (computed-property-spacing)
(#13240) There should be no space before ']'. (computed-property-spacing)
(#13240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13242) Unexpected tab character. (no-tabs)
(#13242) There should be no spaces inside this paren. (space-in-parens)
(#13242) There should be no spaces inside this paren. (space-in-parens)
(#13242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13243) Unexpected tab character. (no-tabs)
(#13243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13244) Unexpected tab character. (no-tabs)
(#13244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13246) Unexpected tab character. (no-tabs)
(#13246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13247) Unexpected tab character. (no-tabs)
(#13247) There should be no spaces inside this paren. (space-in-parens)
(#13247) There should be no spaces inside this paren. (space-in-parens)
(#13247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13248) Unexpected tab character. (no-tabs)
(#13248) Do not nest ternary expressions. (no-nested-ternary)
(#13248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13249) Unexpected tab character. (no-tabs)
(#13249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13250) Unexpected tab character. (no-tabs)
(#13250) There should be no spaces inside this paren. (space-in-parens)
(#13250) There should be no spaces inside this paren. (space-in-parens)
(#13250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13251) Unexpected tab character. (no-tabs)
(#13251) There should be no spaces inside this paren. (space-in-parens)
(#13251) There should be no spaces inside this paren. (space-in-parens)
(#13251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13252) Unexpected tab character. (no-tabs)
(#13252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13253) Unexpected tab character. (no-tabs)
(#13253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13255) Unexpected tab character. (no-tabs)
(#13255) There should be no spaces inside this paren. (space-in-parens)
(#13255) There should be no spaces inside this paren. (space-in-parens)
(#13255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13257) Unexpected tab character. (no-tabs)
(#13257) Comments should not begin with a lowercase character (capitalized-comments)
(#13257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13258) Unexpected tab character. (no-tabs)
(#13258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13259) Unexpected tab character. (no-tabs)
(#13259) There should be no spaces inside this paren. (space-in-parens)
(#13259) There should be no spaces inside this paren. (space-in-parens)
(#13259) There should be no spaces inside this paren. (space-in-parens)
(#13259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13260) Unexpected tab character. (no-tabs)
(#13260) There should be no spaces inside this paren. (space-in-parens)
(#13260) There should be no spaces inside this paren. (space-in-parens)
(#13260) There should be no spaces inside this paren. (space-in-parens)
(#13260) There should be no spaces inside this paren. (space-in-parens)
(#13260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13261) Unexpected tab character. (no-tabs)
(#13261) There should be no spaces inside this paren. (space-in-parens)
(#13261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13263) Unexpected tab character. (no-tabs)
(#13263) There should be no spaces inside this paren. (space-in-parens)
(#13263) There should be no spaces inside this paren. (space-in-parens)
(#13263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13264) Unexpected tab character. (no-tabs)
(#13264) There should be no spaces inside this paren. (space-in-parens)
(#13264) There should be no space after '['. (computed-property-spacing)
(#13264) There should be no space before ']'. (computed-property-spacing)
(#13264) There should be no spaces inside this paren. (space-in-parens)
(#13264) There should be no spaces inside this paren. (space-in-parens)
(#13264) There should be no spaces inside this paren. (space-in-parens)
(#13264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13265) Unexpected tab character. (no-tabs)
(#13265) There should be no spaces inside this paren. (space-in-parens)
(#13265) There should be no spaces inside this paren. (space-in-parens)
(#13265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13266) Unexpected tab character. (no-tabs)
(#13266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13267) Unexpected tab character. (no-tabs)
(#13267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13269) Unexpected tab character. (no-tabs)
(#13269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13270) Unexpected tab character. (no-tabs)
(#13270) There should be no spaces inside this paren. (space-in-parens)
(#13270) There should be no spaces inside this paren. (space-in-parens)
(#13270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13271) Unexpected tab character. (no-tabs)
(#13271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13272) Unexpected tab character. (no-tabs)
(#13272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13273) Unexpected tab character. (no-tabs)
(#13273) unnecessary '.call()'. (no-useless-call)
(#13273) There should be no spaces inside this paren. (space-in-parens)
(#13273) There should be no spaces inside this paren. (space-in-parens)
(#13273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13274) Unexpected tab character. (no-tabs)
(#13274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13276) Unexpected tab character. (no-tabs)
(#13276) There should be no space after '['. (computed-property-spacing)
(#13276) There should be no space before ']'. (computed-property-spacing)
(#13276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13277) Unexpected tab character. (no-tabs)
(#13277) There should be no space after '['. (computed-property-spacing)
(#13277) There should be no space before ']'. (computed-property-spacing)
(#13277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13278) Unexpected tab character. (no-tabs)
(#13278) unnecessary '.call()'. (no-useless-call)
(#13278) There should be no space after '['. (computed-property-spacing)
(#13278) There should be no space before ']'. (computed-property-spacing)
(#13278) There should be no spaces inside this paren. (space-in-parens)
(#13278) There should be no spaces inside this paren. (space-in-parens)
(#13278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13280) Unexpected tab character. (no-tabs)
(#13280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13281) Unexpected tab character. (no-tabs)
(#13281) There should be no spaces inside this paren. (space-in-parens)
(#13281) There should be no spaces inside this paren. (space-in-parens)
(#13281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13282) Unexpected tab character. (no-tabs)
(#13282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13283) Unexpected tab character. (no-tabs)
(#13283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13284) Unexpected tab character. (no-tabs)
(#13284) unnecessary '.call()'. (no-useless-call)
(#13284) There should be no spaces inside this paren. (space-in-parens)
(#13284) There should be no spaces inside this paren. (space-in-parens)
(#13284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13285) Unexpected tab character. (no-tabs)
(#13285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13286) Unexpected tab character. (no-tabs)
(#13286) There should be no spaces inside this paren. (space-in-parens)
(#13286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13288) Unexpected tab character. (no-tabs)
(#13288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13289) Unexpected tab character. (no-tabs)
(#13289) There should be no spaces inside this paren. (space-in-parens)
(#13289) There should be no spaces inside this paren. (space-in-parens)
(#13289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13290) Unexpected tab character. (no-tabs)
(#13290) There should be no spaces inside this paren. (space-in-parens)
(#13290) There should be no spaces inside this paren. (space-in-parens)
(#13290) There should be no spaces inside this paren. (space-in-parens)
(#13290) There should be no spaces inside this paren. (space-in-parens)
(#13290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13292) Unexpected tab character. (no-tabs)
(#13292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13293) Unexpected tab character. (no-tabs)
(#13293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13294) Unexpected tab character. (no-tabs)
(#13294) There should be no spaces inside this paren. (space-in-parens)
(#13294) There should be no spaces inside this paren. (space-in-parens)
(#13294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13295) Unexpected tab character. (no-tabs)
(#13295) There should be no spaces inside this paren. (space-in-parens)
(#13295) There should be no spaces inside this paren. (space-in-parens)
(#13295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13296) Unexpected tab character. (no-tabs)
(#13296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13297) Unexpected tab character. (no-tabs)
(#13297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13302) There should be no spaces inside this paren. (space-in-parens)
(#13302) There should be no spaces inside this paren. (space-in-parens)
(#13302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13304) Unexpected tab character. (no-tabs)
(#13304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13305) Unexpected tab character. (no-tabs)
(#13305) There should be no spaces inside this paren. (space-in-parens)
(#13305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13306) Unexpected tab character. (no-tabs)
(#13306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13307) Unexpected tab character. (no-tabs)
(#13307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13308) Unexpected tab character. (no-tabs)
(#13308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13309) Unexpected tab character. (no-tabs)
(#13309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13310) Unexpected tab character. (no-tabs)
(#13310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13311) Unexpected tab character. (no-tabs)
(#13311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13312) Unexpected tab character. (no-tabs)
(#13312) There should be no spaces inside this paren. (space-in-parens)
(#13312) There should be no spaces inside this paren. (space-in-parens)
(#13312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13313) Unexpected tab character. (no-tabs)
(#13313) There should be no spaces inside this paren. (space-in-parens)
(#13313) There should be no spaces inside this paren. (space-in-parens)
(#13313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13314) Unexpected tab character. (no-tabs)
(#13314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13315) Unexpected tab character. (no-tabs)
(#13315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13316) Unexpected tab character. (no-tabs)
(#13316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13317) Unexpected tab character. (no-tabs)
(#13317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13318) Unexpected tab character. (no-tabs)
(#13318) There should be no spaces inside this paren. (space-in-parens)
(#13318) There should be no spaces inside this paren. (space-in-parens)
(#13318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13319) Unexpected tab character. (no-tabs)
(#13319) There should be no spaces inside this paren. (space-in-parens)
(#13319) There should be no spaces inside this paren. (space-in-parens)
(#13319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13320) Unexpected tab character. (no-tabs)
(#13320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13321) Unexpected tab character. (no-tabs)
(#13321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13322) Unexpected tab character. (no-tabs)
(#13322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13323) Unexpected tab character. (no-tabs)
(#13323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13324) Unexpected tab character. (no-tabs)
(#13324) There should be no spaces inside this paren. (space-in-parens)
(#13324) There should be no spaces inside this paren. (space-in-parens)
(#13324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13325) Unexpected tab character. (no-tabs)
(#13325) There should be no spaces inside this paren. (space-in-parens)
(#13325) There should be no spaces inside this paren. (space-in-parens)
(#13325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13326) Unexpected tab character. (no-tabs)
(#13326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13327) Unexpected tab character. (no-tabs)
(#13327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13328) Unexpected tab character. (no-tabs)
(#13328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13329) Unexpected tab character. (no-tabs)
(#13329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13330) Unexpected tab character. (no-tabs)
(#13330) There should be no spaces inside this paren. (space-in-parens)
(#13330) There should be no spaces inside this paren. (space-in-parens)
(#13330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13331) Unexpected tab character. (no-tabs)
(#13331) There should be no spaces inside this paren. (space-in-parens)
(#13331) There should be no spaces inside this paren. (space-in-parens)
(#13331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13332) Unexpected tab character. (no-tabs)
(#13332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13333) Unexpected tab character. (no-tabs)
(#13333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13334) Unexpected tab character. (no-tabs)
(#13334) There should be no spaces inside this paren. (space-in-parens)
(#13334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13337) 'widgetsDroppable' is assigned a value but never used. (no-unused-vars)
(#13337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13340) Expected space or tab after '/*' in comment. (spaced-comment)
(#13340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13349) Expected space or tab after '//' in comment. (spaced-comment)
(#13349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13350) Expected space or tab after '//' in comment. (spaced-comment)
(#13350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13352) Expected space or tab after '//' in comment. (spaced-comment)
(#13352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13354) Expected space or tab after '//' in comment. (spaced-comment)
(#13354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13355) Expected space or tab after '//' in comment. (spaced-comment)
(#13355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13356) Expected space or tab after '//' in comment. (spaced-comment)
(#13356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13357) Expected space or tab after '//' in comment. (spaced-comment)
(#13357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13358) Expected space or tab after '//' in comment. (spaced-comment)
(#13358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13359) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#13359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13362) 'widgetsProgressbar' is assigned a value but never used. (no-unused-vars)
(#13362) There should be no spaces inside this paren. (space-in-parens)
(#13362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13363) Unexpected tab character. (no-tabs)
(#13363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13364) Unexpected tab character. (no-tabs)
(#13364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13365) Unexpected tab character. (no-tabs)
(#13365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13366) Unexpected tab character. (no-tabs)
(#13366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13367) Unexpected tab character. (no-tabs)
(#13367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13368) Unexpected tab character. (no-tabs)
(#13368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13369) Unexpected tab character. (no-tabs)
(#13369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13370) Unexpected tab character. (no-tabs)
(#13370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13371) Unexpected tab character. (no-tabs)
(#13371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13373) Unexpected tab character. (no-tabs)
(#13373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13374) Unexpected tab character. (no-tabs)
(#13374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13375) Unexpected tab character. (no-tabs)
(#13375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13377) Unexpected tab character. (no-tabs)
(#13377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13379) Unexpected tab character. (no-tabs)
(#13379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13381) Unexpected tab character. (no-tabs)
(#13381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13382) Unexpected tab character. (no-tabs)
(#13382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13384) Unexpected tab character. (no-tabs)
(#13384) There should be no spaces inside this paren. (space-in-parens)
(#13384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13386) Unexpected tab character. (no-tabs)
(#13386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13387) Unexpected tab character. (no-tabs)
(#13387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13388) Unexpected tab character. (no-tabs)
(#13388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13389) Unexpected tab character. (no-tabs)
(#13389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13390) Unexpected tab character. (no-tabs)
(#13390) There should be no spaces inside this paren. (space-in-parens)
(#13390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13391) Unexpected tab character. (no-tabs)
(#13391) There should be no spaces inside this paren. (space-in-parens)
(#13391) There should be no spaces inside this paren. (space-in-parens)
(#13391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13393) Unexpected tab character. (no-tabs)
(#13393) There should be no spaces inside this paren. (space-in-parens)
(#13393) There should be no spaces inside this paren. (space-in-parens)
(#13393) There should be no spaces inside this paren. (space-in-parens)
(#13393) There should be no spaces inside this paren. (space-in-parens)
(#13393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13394) Unexpected tab character. (no-tabs)
(#13394) There should be no spaces inside this paren. (space-in-parens)
(#13394) There should be no spaces inside this paren. (space-in-parens)
(#13394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13395) Unexpected tab character. (no-tabs)
(#13395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13396) Unexpected tab character. (no-tabs)
(#13396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13398) Unexpected tab character. (no-tabs)
(#13398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13399) Unexpected tab character. (no-tabs)
(#13399) There should be no spaces inside this paren. (space-in-parens)
(#13399) There should be no spaces inside this paren. (space-in-parens)
(#13399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13401) Unexpected tab character. (no-tabs)
(#13401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13402) Unexpected tab character. (no-tabs)
(#13402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13404) Unexpected tab character. (no-tabs)
(#13404) Expected to return a value at the end of method 'value'. (consistent-return)
(#13404) There should be no spaces inside this paren. (space-in-parens)
(#13404) There should be no spaces inside this paren. (space-in-parens)
(#13404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13405) Unexpected tab character. (no-tabs)
(#13405) There should be no spaces inside this paren. (space-in-parens)
(#13405) There should be no spaces inside this paren. (space-in-parens)
(#13405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13406) Unexpected tab character. (no-tabs)
(#13406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13407) Unexpected tab character. (no-tabs)
(#13407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13409) Unexpected tab character. (no-tabs)
(#13409) There should be no spaces inside this paren. (space-in-parens)
(#13409) There should be no spaces inside this paren. (space-in-parens)
(#13409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13410) Unexpected tab character. (no-tabs)
(#13410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13411) Unexpected tab character. (no-tabs)
(#13411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13413) Unexpected tab character. (no-tabs)
(#13413) There should be no spaces inside this paren. (space-in-parens)
(#13413) There should be no spaces inside this paren. (space-in-parens)
(#13413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13414) Unexpected tab character. (no-tabs)
(#13414) There should be no spaces inside this paren. (space-in-parens)
(#13414) There should be no spaces inside this paren. (space-in-parens)
(#13414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13415) Unexpected tab character. (no-tabs)
(#13415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13416) Unexpected tab character. (no-tabs)
(#13416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13418) Unexpected tab character. (no-tabs)
(#13418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13420) Unexpected tab character. (no-tabs)
(#13420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13421) Unexpected tab character. (no-tabs)
(#13421) There should be no spaces inside this paren. (space-in-parens)
(#13421) There should be no spaces inside this paren. (space-in-parens)
(#13421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13422) Unexpected tab character. (no-tabs)
(#13422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13423) Unexpected tab character. (no-tabs)
(#13423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13425) Unexpected tab character. (no-tabs)
(#13425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13426) Unexpected tab character. (no-tabs)
(#13426) There should be no spaces inside this paren. (space-in-parens)
(#13426) There should be no spaces inside this paren. (space-in-parens)
(#13426) There should be no spaces inside this paren. (space-in-parens)
(#13426) There should be no spaces inside this paren. (space-in-parens)
(#13426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13427) Unexpected tab character. (no-tabs)
(#13427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13429) Unexpected tab character. (no-tabs)
(#13429) There should be no spaces inside this paren. (space-in-parens)
(#13429) There should be no spaces inside this paren. (space-in-parens)
(#13429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13431) Unexpected tab character. (no-tabs)
(#13431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13432) Unexpected tab character. (no-tabs)
(#13432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13433) Unexpected tab character. (no-tabs)
(#13433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13435) Unexpected tab character. (no-tabs)
(#13435) There should be no spaces inside this paren. (space-in-parens)
(#13435) There should be no spaces inside this paren. (space-in-parens)
(#13435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13437) Unexpected tab character. (no-tabs)
(#13437) There should be no spaces inside this paren. (space-in-parens)
(#13437) There should be no spaces inside this paren. (space-in-parens)
(#13437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13438) Unexpected tab character. (no-tabs)
(#13438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13439) Unexpected tab character. (no-tabs)
(#13439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13441) Unexpected tab character. (no-tabs)
(#13441) There should be no spaces inside this paren. (space-in-parens)
(#13441) There should be no spaces inside this paren. (space-in-parens)
(#13441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13442) Unexpected tab character. (no-tabs)
(#13442) There should be no spaces inside this paren. (space-in-parens)
(#13442) There should be no spaces inside this paren. (space-in-parens)
(#13442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13444) Unexpected tab character. (no-tabs)
(#13444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13445) Unexpected tab character. (no-tabs)
(#13445) There should be no spaces inside this paren. (space-in-parens)
(#13445) There should be no spaces inside this paren. (space-in-parens)
(#13445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13446) Unexpected tab character. (no-tabs)
(#13446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13447) Unexpected tab character. (no-tabs)
(#13447) There should be no spaces inside this paren. (space-in-parens)
(#13447) There should be no spaces inside this paren. (space-in-parens)
(#13447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13448) Unexpected tab character. (no-tabs)
(#13448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13450) Unexpected tab character. (no-tabs)
(#13450) There should be no spaces inside this paren. (space-in-parens)
(#13450) There should be no spaces inside this paren. (space-in-parens)
(#13450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13451) Unexpected tab character. (no-tabs)
(#13451) There should be no spaces inside this paren. (space-in-parens)
(#13451) There should be no spaces inside this paren. (space-in-parens)
(#13451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13453) Unexpected tab character. (no-tabs)
(#13453) There should be no spaces inside this paren. (space-in-parens)
(#13453) There should be no spaces inside this paren. (space-in-parens)
(#13453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13454) Unexpected tab character. (no-tabs)
(#13454) There should be no spaces inside this paren. (space-in-parens)
(#13454) There should be no spaces inside this paren. (space-in-parens)
(#13454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13455) Unexpected tab character. (no-tabs)
(#13455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13457) Unexpected tab character. (no-tabs)
(#13457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13458) Unexpected tab character. (no-tabs)
(#13458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13459) Unexpected tab character. (no-tabs)
(#13459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13460) Unexpected tab character. (no-tabs)
(#13460) There should be no spaces inside this paren. (space-in-parens)
(#13460) There should be no spaces inside this paren. (space-in-parens)
(#13460) There should be no spaces inside this paren. (space-in-parens)
(#13460) There should be no spaces inside this paren. (space-in-parens)
(#13460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13461) Unexpected tab character. (no-tabs)
(#13461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13463) Unexpected tab character. (no-tabs)
(#13463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13464) Unexpected tab character. (no-tabs)
(#13464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13465) Unexpected tab character. (no-tabs)
(#13465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13467) Unexpected tab character. (no-tabs)
(#13467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13468) Unexpected tab character. (no-tabs)
(#13468) There should be no spaces inside this paren. (space-in-parens)
(#13468) There should be no spaces inside this paren. (space-in-parens)
(#13468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13469) Unexpected tab character. (no-tabs)
(#13469) There should be no spaces inside this paren. (space-in-parens)
(#13469) There should be no spaces inside this paren. (space-in-parens)
(#13469) There should be no spaces inside this paren. (space-in-parens)
(#13469) There should be no spaces inside this paren. (space-in-parens)
(#13469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13471) Unexpected tab character. (no-tabs)
(#13471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13472) Unexpected tab character. (no-tabs)
(#13472) There should be no spaces inside this paren. (space-in-parens)
(#13472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13473) Unexpected tab character. (no-tabs)
(#13473) There should be no spaces inside this paren. (space-in-parens)
(#13473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13474) Unexpected tab character. (no-tabs)
(#13474) There should be no spaces inside this paren. (space-in-parens)
(#13474) There should be no spaces inside this paren. (space-in-parens)
(#13474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13476) Unexpected tab character. (no-tabs)
(#13476) There should be no spaces inside this paren. (space-in-parens)
(#13476) There should be no spaces inside this paren. (space-in-parens)
(#13476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13477) Unexpected tab character. (no-tabs)
(#13477) There should be no spaces inside this paren. (space-in-parens)
(#13477) There should be no spaces inside this paren. (space-in-parens)
(#13477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13478) Unexpected tab character. (no-tabs)
(#13478) There should be no spaces inside this paren. (space-in-parens)
(#13478) There should be no spaces inside this paren. (space-in-parens)
(#13478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13479) Unexpected tab character. (no-tabs)
(#13479) There should be no spaces inside this paren. (space-in-parens)
(#13479) There should be no spaces inside this paren. (space-in-parens)
(#13479) There should be no spaces inside this paren. (space-in-parens)
(#13479) There should be no spaces inside this paren. (space-in-parens)
(#13479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13480) Unexpected tab character. (no-tabs)
(#13480) There should be no spaces inside this paren. (space-in-parens)
(#13480) There should be no spaces inside this paren. (space-in-parens)
(#13480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13481) Unexpected tab character. (no-tabs)
(#13481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13482) Unexpected tab character. (no-tabs)
(#13482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13483) Unexpected tab character. (no-tabs)
(#13483) There should be no spaces inside this paren. (space-in-parens)
(#13483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13484) Unexpected tab character. (no-tabs)
(#13484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13485) Unexpected tab character. (no-tabs)
(#13485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13486) Unexpected tab character. (no-tabs)
(#13486) There should be no spaces inside this paren. (space-in-parens)
(#13486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13487) Unexpected tab character. (no-tabs)
(#13487) There should be no spaces inside this paren. (space-in-parens)
(#13487) There should be no spaces inside this paren. (space-in-parens)
(#13487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13488) Unexpected tab character. (no-tabs)
(#13488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13489) Unexpected tab character. (no-tabs)
(#13489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13490) Unexpected tab character. (no-tabs)
(#13490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13491) Unexpected tab character. (no-tabs)
(#13491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13493) Unexpected tab character. (no-tabs)
(#13493) There should be no spaces inside this paren. (space-in-parens)
(#13493) There should be no spaces inside this paren. (space-in-parens)
(#13493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13494) Unexpected tab character. (no-tabs)
(#13494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13495) Unexpected tab character. (no-tabs)
(#13495) There should be no spaces inside this paren. (space-in-parens)
(#13495) There should be no spaces inside this paren. (space-in-parens)
(#13495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13496) Unexpected tab character. (no-tabs)
(#13496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13497) Unexpected tab character. (no-tabs)
(#13497) There should be no spaces inside this paren. (space-in-parens)
(#13497) There should be no spaces inside this paren. (space-in-parens)
(#13497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13498) Unexpected tab character. (no-tabs)
(#13498) There should be no spaces inside this paren. (space-in-parens)
(#13498) There should be no spaces inside this paren. (space-in-parens)
(#13498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13499) Unexpected tab character. (no-tabs)
(#13499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13500) Unexpected tab character. (no-tabs)
(#13500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13501) There should be no spaces inside this paren. (space-in-parens)
(#13501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13504) Expected space or tab after '/*' in comment. (spaced-comment)
(#13504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13513) Expected space or tab after '//' in comment. (spaced-comment)
(#13513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13514) Expected space or tab after '//' in comment. (spaced-comment)
(#13514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13515) Expected space or tab after '//' in comment. (spaced-comment)
(#13515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13516) Expected space or tab after '//' in comment. (spaced-comment)
(#13516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13517) Expected space or tab after '//' in comment. (spaced-comment)
(#13517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13518) Expected space or tab after '//' in comment. (spaced-comment)
(#13518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13519) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#13519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13522) 'widgetsSelectable' is assigned a value but never used. (no-unused-vars)
(#13522) There should be no spaces inside this paren. (space-in-parens)
(#13522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13523) Unexpected tab character. (no-tabs)
(#13523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13524) Unexpected tab character. (no-tabs)
(#13524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13525) Unexpected tab character. (no-tabs)
(#13525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13526) Unexpected tab character. (no-tabs)
(#13526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13527) Unexpected tab character. (no-tabs)
(#13527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13528) Unexpected tab character. (no-tabs)
(#13528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13529) Unexpected tab character. (no-tabs)
(#13529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13531) Unexpected tab character. (no-tabs)
(#13531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13532) Unexpected tab character. (no-tabs)
(#13532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13533) Unexpected tab character. (no-tabs)
(#13533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13534) Unexpected tab character. (no-tabs)
(#13534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13535) Unexpected tab character. (no-tabs)
(#13535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13536) Unexpected tab character. (no-tabs)
(#13536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13537) Unexpected tab character. (no-tabs)
(#13537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13538) Unexpected tab character. (no-tabs)
(#13538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13539) Unexpected tab character. (no-tabs)
(#13539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13540) Unexpected tab character. (no-tabs)
(#13540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13542) Unexpected tab character. (no-tabs)
(#13542) There should be no spaces inside this paren. (space-in-parens)
(#13542) There should be no spaces inside this paren. (space-in-parens)
(#13542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13544) Unexpected tab character. (no-tabs)
(#13544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13546) Unexpected tab character. (no-tabs)
(#13546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13547) Unexpected tab character. (no-tabs)
(#13547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13548) Unexpected tab character. (no-tabs)
(#13548) There should be no spaces inside this paren. (space-in-parens)
(#13548) There should be no space after '['. (computed-property-spacing)
(#13548) There should be no space before ']'. (computed-property-spacing)
(#13548) There should be no spaces inside this paren. (space-in-parens)
(#13548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13549) Unexpected tab character. (no-tabs)
(#13549) There should be no spaces inside this paren. (space-in-parens)
(#13549) There should be no space after '['. (computed-property-spacing)
(#13549) There should be no space before ']'. (computed-property-spacing)
(#13549) There should be no spaces inside this paren. (space-in-parens)
(#13549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13550) Unexpected tab character. (no-tabs)
(#13550) There should be no spaces inside this paren. (space-in-parens)
(#13550) There should be no spaces inside this paren. (space-in-parens)
(#13550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13551) Unexpected tab character. (no-tabs)
(#13551) There should be no spaces inside this paren. (space-in-parens)
(#13551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13552) Unexpected tab character. (no-tabs)
(#13552) There should be no spaces inside this paren. (space-in-parens)
(#13552) There should be no spaces inside this paren. (space-in-parens)
(#13552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13553) Unexpected tab character. (no-tabs)
(#13553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13554) Unexpected tab character. (no-tabs)
(#13554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13555) Unexpected tab character. (no-tabs)
(#13555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13556) Unexpected tab character. (no-tabs)
(#13556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13557) Unexpected tab character. (no-tabs)
(#13557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13558) Unexpected tab character. (no-tabs)
(#13558) There should be no spaces inside this paren. (space-in-parens)
(#13558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13559) Unexpected tab character. (no-tabs)
(#13559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13560) Unexpected tab character. (no-tabs)
(#13560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13561) Unexpected tab character. (no-tabs)
(#13561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13562) Unexpected tab character. (no-tabs)
(#13562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13563) Unexpected tab character. (no-tabs)
(#13563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13564) Unexpected tab character. (no-tabs)
(#13564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13565) Unexpected tab character. (no-tabs)
(#13565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13566) Unexpected tab character. (no-tabs)
(#13566) There should be no spaces inside this paren. (space-in-parens)
(#13566) There should be no spaces inside this paren. (space-in-parens)
(#13566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13567) Unexpected tab character. (no-tabs)
(#13567) There should be no spaces inside this paren. (space-in-parens)
(#13567) There should be no spaces inside this paren. (space-in-parens)
(#13567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13568) Unexpected tab character. (no-tabs)
(#13568) There should be no spaces inside this paren. (space-in-parens)
(#13568) There should be no spaces inside this paren. (space-in-parens)
(#13568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13569) Unexpected tab character. (no-tabs)
(#13569) There should be no spaces inside this paren. (space-in-parens)
(#13569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13570) Unexpected tab character. (no-tabs)
(#13570) There should be no spaces inside this paren. (space-in-parens)
(#13570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13571) Unexpected tab character. (no-tabs)
(#13571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13572) Unexpected tab character. (no-tabs)
(#13572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13574) Unexpected tab character. (no-tabs)
(#13574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13576) Unexpected tab character. (no-tabs)
(#13576) There should be no spaces inside this paren. (space-in-parens)
(#13576) There should be no spaces inside this paren. (space-in-parens)
(#13576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13577) Unexpected tab character. (no-tabs)
(#13577) There should be no spaces inside this paren. (space-in-parens)
(#13577) There should be no spaces inside this paren. (space-in-parens)
(#13577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13578) Unexpected tab character. (no-tabs)
(#13578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13580) Unexpected tab character. (no-tabs)
(#13580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13581) Unexpected tab character. (no-tabs)
(#13581) There should be no spaces inside this paren. (space-in-parens)
(#13581) There should be no spaces inside this paren. (space-in-parens)
(#13581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13582) Unexpected tab character. (no-tabs)
(#13582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13583) Unexpected tab character. (no-tabs)
(#13583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13585) Unexpected tab character. (no-tabs)
(#13585) There should be no spaces inside this paren. (space-in-parens)
(#13585) There should be no spaces inside this paren. (space-in-parens)
(#13585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13586) Unexpected tab character. (no-tabs)
(#13586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13587) Unexpected tab character. (no-tabs)
(#13587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13589) Unexpected tab character. (no-tabs)
(#13589) There should be no space after '['. (array-bracket-spacing)
(#13589) There should be no space before ']'. (array-bracket-spacing)
(#13589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13590) Unexpected tab character. (no-tabs)
(#13590) There should be no spaces inside this paren. (space-in-parens)
(#13590) There should be no space after '['. (computed-property-spacing)
(#13590) There should be no space before ']'. (computed-property-spacing)
(#13590) There should be no spaces inside this paren. (space-in-parens)
(#13590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13592) Unexpected tab character. (no-tabs)
(#13592) There should be no spaces inside this paren. (space-in-parens)
(#13592) There should be no spaces inside this paren. (space-in-parens)
(#13592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13593) Unexpected tab character. (no-tabs)
(#13593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13594) Unexpected tab character. (no-tabs)
(#13594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13596) Unexpected tab character. (no-tabs)
(#13596) There should be no spaces inside this paren. (space-in-parens)
(#13596) There should be no space after '['. (computed-property-spacing)
(#13596) There should be no space before ']'. (computed-property-spacing)
(#13596) There should be no spaces inside this paren. (space-in-parens)
(#13596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13598) Unexpected tab character. (no-tabs)
(#13598) There should be no spaces inside this paren. (space-in-parens)
(#13598) There should be no spaces inside this paren. (space-in-parens)
(#13598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13600) Unexpected tab character. (no-tabs)
(#13600) There should be no spaces inside this paren. (space-in-parens)
(#13600) There should be no spaces inside this paren. (space-in-parens)
(#13600) There should be no spaces inside this paren. (space-in-parens)
(#13600) There should be no spaces inside this paren. (space-in-parens)
(#13600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13602) Unexpected tab character. (no-tabs)
(#13602) Comments should not begin with a lowercase character (capitalized-comments)
(#13602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13603) Unexpected tab character. (no-tabs)
(#13603) There should be no spaces inside this paren. (space-in-parens)
(#13603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13604) Unexpected tab character. (no-tabs)
(#13604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13605) Unexpected tab character. (no-tabs)
(#13605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13606) Unexpected tab character. (no-tabs)
(#13606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13607) Unexpected tab character. (no-tabs)
(#13607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13608) Unexpected tab character. (no-tabs)
(#13608) There should be no spaces inside this paren. (space-in-parens)
(#13608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13610) Unexpected tab character. (no-tabs)
(#13610) There should be no spaces inside this paren. (space-in-parens)
(#13610) There should be no spaces inside this paren. (space-in-parens)
(#13610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13611) Unexpected tab character. (no-tabs)
(#13611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13612) Unexpected tab character. (no-tabs)
(#13612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13614) Unexpected tab character. (no-tabs)
(#13614) There should be no spaces inside this paren. (space-in-parens)
(#13614) There should be no spaces inside this paren. (space-in-parens)
(#13614) There should be no spaces inside this paren. (space-in-parens)
(#13614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13615) Unexpected tab character. (no-tabs)
(#13615) There should be no spaces inside this paren. (space-in-parens)
(#13615) There should be no spaces inside this paren. (space-in-parens)
(#13615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13616) Unexpected tab character. (no-tabs)
(#13616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13617) Unexpected tab character. (no-tabs)
(#13617) There should be no spaces inside this paren. (space-in-parens)
(#13617) There should be no spaces inside this paren. (space-in-parens)
(#13617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13618) Unexpected tab character. (no-tabs)
(#13618) There should be no spaces inside this paren. (space-in-parens)
(#13618) There should be no spaces inside this paren. (space-in-parens)
(#13618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13619) Unexpected tab character. (no-tabs)
(#13619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13620) Unexpected tab character. (no-tabs)
(#13620) There should be no spaces inside this paren. (space-in-parens)
(#13620) There should be no spaces inside this paren. (space-in-parens)
(#13620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13621) Unexpected tab character. (no-tabs)
(#13621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13623) Unexpected tab character. (no-tabs)
(#13623) Comments should not begin with a lowercase character (capitalized-comments)
(#13623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13624) Unexpected tab character. (no-tabs)
(#13624) There should be no spaces inside this paren. (space-in-parens)
(#13624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13625) Unexpected tab character. (no-tabs)
(#13625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13626) Unexpected tab character. (no-tabs)
(#13626) There should be no spaces inside this paren. (space-in-parens)
(#13626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13627) Unexpected tab character. (no-tabs)
(#13627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13628) Unexpected tab character. (no-tabs)
(#13628) There should be no spaces inside this paren. (space-in-parens)
(#13628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13630) Unexpected tab character. (no-tabs)
(#13630) There should be no spaces inside this paren. (space-in-parens)
(#13630) There should be no spaces inside this paren. (space-in-parens)
(#13630) There should be no spaces inside this paren. (space-in-parens)
(#13630) Expected to return a value at the end of function. (consistent-return)
(#13630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13631) Unexpected tab character. (no-tabs)
(#13631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13632) Unexpected tab character. (no-tabs)
(#13632) There should be no spaces inside this paren. (space-in-parens)
(#13632) There should be no spaces inside this paren. (space-in-parens)
(#13632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13633) Unexpected tab character. (no-tabs)
(#13633) There should be no spaces inside this paren. (space-in-parens)
(#13633) There should be no spaces inside this paren. (space-in-parens)
(#13633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13634) Unexpected tab character. (no-tabs)
(#13634) There should be no spaces inside this paren. (space-in-parens)
(#13634) There should be no spaces inside this paren. (space-in-parens)
(#13634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13635) Unexpected tab character. (no-tabs)
(#13635) There should be no spaces inside this paren. (space-in-parens)
(#13635) There should be no spaces inside this paren. (space-in-parens)
(#13635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13636) Unexpected tab character. (no-tabs)
(#13636) There should be no spaces inside this paren. (space-in-parens)
(#13636) There should be no spaces inside this paren. (space-in-parens)
(#13636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13637) Unexpected tab character. (no-tabs)
(#13637) There should be no spaces inside this paren. (space-in-parens)
(#13637) There should be no spaces inside this paren. (space-in-parens)
(#13637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13638) Unexpected tab character. (no-tabs)
(#13638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13639) Unexpected tab character. (no-tabs)
(#13639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13640) Unexpected tab character. (no-tabs)
(#13640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13642) Unexpected tab character. (no-tabs)
(#13642) Comments should not begin with a lowercase character (capitalized-comments)
(#13642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13643) Unexpected tab character. (no-tabs)
(#13643) There should be no spaces inside this paren. (space-in-parens)
(#13643) There should be no spaces inside this paren. (space-in-parens)
(#13643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13644) Unexpected tab character. (no-tabs)
(#13644) There should be no spaces inside this paren. (space-in-parens)
(#13644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13645) Unexpected tab character. (no-tabs)
(#13645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13646) Unexpected tab character. (no-tabs)
(#13646) There should be no spaces inside this paren. (space-in-parens)
(#13646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13647) Unexpected tab character. (no-tabs)
(#13647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13648) Unexpected tab character. (no-tabs)
(#13648) There should be no spaces inside this paren. (space-in-parens)
(#13648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13649) Unexpected tab character. (no-tabs)
(#13649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13650) Unexpected tab character. (no-tabs)
(#13650) There should be no spaces inside this paren. (space-in-parens)
(#13650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13651) Unexpected tab character. (no-tabs)
(#13651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13652) Unexpected tab character. (no-tabs)
(#13652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13653) Unexpected tab character. (no-tabs)
(#13653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13654) Unexpected tab character. (no-tabs)
(#13654) There should be no spaces inside this paren. (space-in-parens)
(#13654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13656) Unexpected tab character. (no-tabs)
(#13656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13658) Unexpected tab character. (no-tabs)
(#13658) There should be no spaces inside this paren. (space-in-parens)
(#13658) There should be no spaces inside this paren. (space-in-parens)
(#13658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13660) Unexpected tab character. (no-tabs)
(#13660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13662) Unexpected tab character. (no-tabs)
(#13662) There should be no spaces inside this paren. (space-in-parens)
(#13662) There should be no spaces inside this paren. (space-in-parens)
(#13662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13663) Unexpected tab character. (no-tabs)
(#13663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13664) Unexpected tab character. (no-tabs)
(#13664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13666) Unexpected tab character. (no-tabs)
(#13666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13667) Unexpected tab character. (no-tabs)
(#13667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13668) Unexpected tab character. (no-tabs)
(#13668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13669) Unexpected tab character. (no-tabs)
(#13669) There should be no space after '['. (computed-property-spacing)
(#13669) There should be no space before ']'. (computed-property-spacing)
(#13669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13670) Unexpected tab character. (no-tabs)
(#13670) There should be no space after '['. (computed-property-spacing)
(#13670) There should be no space before ']'. (computed-property-spacing)
(#13670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13671) Unexpected tab character. (no-tabs)
(#13671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13672) Unexpected tab character. (no-tabs)
(#13672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13674) Unexpected tab character. (no-tabs)
(#13674) There should be no spaces inside this paren. (space-in-parens)
(#13674) There should be no spaces inside this paren. (space-in-parens)
(#13674) Statement inside of curly braces should be on next line. (brace-style)
(#13674) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#13674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13675) Unexpected tab character. (no-tabs)
(#13675) There should be no spaces inside this paren. (space-in-parens)
(#13675) There should be no spaces inside this paren. (space-in-parens)
(#13675) Statement inside of curly braces should be on next line. (brace-style)
(#13675) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#13675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13676) Unexpected tab character. (no-tabs)
(#13676) There should be no spaces inside this paren. (space-in-parens)
(#13676) There should be no space after '{'. (object-curly-spacing)
(#13676) There should be no space before '}'. (object-curly-spacing)
(#13676) There should be no spaces inside this paren. (space-in-parens)
(#13676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13678) Unexpected tab character. (no-tabs)
(#13678) There should be no spaces inside this paren. (space-in-parens)
(#13678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13679) Unexpected tab character. (no-tabs)
(#13679) There should be no spaces inside this paren. (space-in-parens)
(#13679) There should be no spaces inside this paren. (space-in-parens)
(#13679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13680) Unexpected tab character. (no-tabs)
(#13680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13681) Unexpected tab character. (no-tabs)
(#13681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13683) Unexpected tab character. (no-tabs)
(#13683) Comments should not begin with a lowercase character (capitalized-comments)
(#13683) Expected space or tab after '//' in comment. (spaced-comment)
(#13683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13684) Unexpected tab character. (no-tabs)
(#13684) There should be no spaces inside this paren. (space-in-parens)
(#13684) There should be no space after '['. (computed-property-spacing)
(#13684) There should be no space before ']'. (computed-property-spacing)
(#13684) There should be no spaces inside this paren. (space-in-parens)
(#13684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13685) Unexpected tab character. (no-tabs)
(#13685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13686) Unexpected tab character. (no-tabs)
(#13686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13688) Unexpected tab character. (no-tabs)
(#13688) Multiple spaces found before '='. (no-multi-spaces)
(#13688) Multiple spaces found before '+'. (no-multi-spaces)
(#13688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13689) Unexpected tab character. (no-tabs)
(#13689) Multiple spaces found before '='. (no-multi-spaces)
(#13689) Multiple spaces found before '+'. (no-multi-spaces)
(#13689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13690) Unexpected tab character. (no-tabs)
(#13690) Multiple spaces found before '='. (no-multi-spaces)
(#13690) Multiple spaces found before '+'. (no-multi-spaces)
(#13690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13691) Unexpected tab character. (no-tabs)
(#13691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13693) Unexpected tab character. (no-tabs)
(#13693) There should be no spaces inside this paren. (space-in-parens)
(#13693) There should be no spaces inside this paren. (space-in-parens)
(#13693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13694) Unexpected tab character. (no-tabs)
(#13694) There should be no spaces inside this paren. (space-in-parens)
(#13694) There should be no spaces inside this paren. (space-in-parens)
(#13694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13695) There should be no spaces inside this paren. (space-in-parens)
(#13695) There should be no spaces inside this paren. (space-in-parens)
(#13695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13696) Unexpected tab character. (no-tabs)
(#13696) There should be no spaces inside this paren. (space-in-parens)
(#13696) There should be no spaces inside this paren. (space-in-parens)
(#13696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13697) Unexpected tab character. (no-tabs)
(#13697) There should be no spaces inside this paren. (space-in-parens)
(#13697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13698) There should be no spaces inside this paren. (space-in-parens)
(#13698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13699) Unexpected tab character. (no-tabs)
(#13699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13701) Unexpected tab character. (no-tabs)
(#13701) There should be no spaces inside this paren. (space-in-parens)
(#13701) There should be no spaces inside this paren. (space-in-parens)
(#13701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13703) Unexpected tab character. (no-tabs)
(#13703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13704) Unexpected tab character. (no-tabs)
(#13704) There should be no spaces inside this paren. (space-in-parens)
(#13704) There should be no spaces inside this paren. (space-in-parens)
(#13704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13705) Unexpected tab character. (no-tabs)
(#13705) There should be no spaces inside this paren. (space-in-parens)
(#13705) There should be no spaces inside this paren. (space-in-parens)
(#13705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13706) Unexpected tab character. (no-tabs)
(#13706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13707) Unexpected tab character. (no-tabs)
(#13707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13708) Unexpected tab character. (no-tabs)
(#13708) There should be no spaces inside this paren. (space-in-parens)
(#13708) There should be no spaces inside this paren. (space-in-parens)
(#13708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13709) Unexpected tab character. (no-tabs)
(#13709) There should be no spaces inside this paren. (space-in-parens)
(#13709) There should be no spaces inside this paren. (space-in-parens)
(#13709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13710) Unexpected tab character. (no-tabs)
(#13710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13711) Unexpected tab character. (no-tabs)
(#13711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13712) Unexpected tab character. (no-tabs)
(#13712) There should be no spaces inside this paren. (space-in-parens)
(#13712) There should be no spaces inside this paren. (space-in-parens)
(#13712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13713) Unexpected tab character. (no-tabs)
(#13713) There should be no spaces inside this paren. (space-in-parens)
(#13713) There should be no spaces inside this paren. (space-in-parens)
(#13713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13714) Unexpected tab character. (no-tabs)
(#13714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13716) Unexpected tab character. (no-tabs)
(#13716) Comments should not begin with a lowercase character (capitalized-comments)
(#13716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13717) Unexpected tab character. (no-tabs)
(#13717) There should be no spaces inside this paren. (space-in-parens)
(#13717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13718) Unexpected tab character. (no-tabs)
(#13718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13719) Unexpected tab character. (no-tabs)
(#13719) There should be no spaces inside this paren. (space-in-parens)
(#13719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13720) Unexpected tab character. (no-tabs)
(#13720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13721) Unexpected tab character. (no-tabs)
(#13721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13723) Unexpected tab character. (no-tabs)
(#13723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13724) Unexpected tab character. (no-tabs)
(#13724) There should be no spaces inside this paren. (space-in-parens)
(#13724) There should be no spaces inside this paren. (space-in-parens)
(#13724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13725) Unexpected tab character. (no-tabs)
(#13725) There should be no spaces inside this paren. (space-in-parens)
(#13725) There should be no spaces inside this paren. (space-in-parens)
(#13725) There should be no spaces inside this paren. (space-in-parens)
(#13725) There should be no spaces inside this paren. (space-in-parens)
(#13725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13726) Unexpected tab character. (no-tabs)
(#13726) There should be no spaces inside this paren. (space-in-parens)
(#13726) There should be no spaces inside this paren. (space-in-parens)
(#13726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13727) Unexpected tab character. (no-tabs)
(#13727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13728) Unexpected tab character. (no-tabs)
(#13728) There should be no spaces inside this paren. (space-in-parens)
(#13728) There should be no spaces inside this paren. (space-in-parens)
(#13728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13729) Unexpected tab character. (no-tabs)
(#13729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13730) Unexpected tab character. (no-tabs)
(#13730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13731) Unexpected tab character. (no-tabs)
(#13731) There should be no spaces inside this paren. (space-in-parens)
(#13731) There should be no spaces inside this paren. (space-in-parens)
(#13731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13732) Unexpected tab character. (no-tabs)
(#13732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13733) Unexpected tab character. (no-tabs)
(#13733) There should be no spaces inside this paren. (space-in-parens)
(#13733) There should be no spaces inside this paren. (space-in-parens)
(#13733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13734) Unexpected tab character. (no-tabs)
(#13734) There should be no spaces inside this paren. (space-in-parens)
(#13734) There should be no spaces inside this paren. (space-in-parens)
(#13734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13735) Unexpected tab character. (no-tabs)
(#13735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13736) Unexpected tab character. (no-tabs)
(#13736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13738) Unexpected tab character. (no-tabs)
(#13738) Comments should not begin with a lowercase character (capitalized-comments)
(#13738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13739) Unexpected tab character. (no-tabs)
(#13739) There should be no spaces inside this paren. (space-in-parens)
(#13739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13740) Unexpected tab character. (no-tabs)
(#13740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13741) Unexpected tab character. (no-tabs)
(#13741) There should be no spaces inside this paren. (space-in-parens)
(#13741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13742) Unexpected tab character. (no-tabs)
(#13742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13743) Unexpected tab character. (no-tabs)
(#13743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13744) Unexpected tab character. (no-tabs)
(#13744) There should be no spaces inside this paren. (space-in-parens)
(#13744) There should be no spaces inside this paren. (space-in-parens)
(#13744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13745) Unexpected tab character. (no-tabs)
(#13745) There should be no spaces inside this paren. (space-in-parens)
(#13745) There should be no spaces inside this paren. (space-in-parens)
(#13745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13746) Unexpected tab character. (no-tabs)
(#13746) There should be no spaces inside this paren. (space-in-parens)
(#13746) There should be no spaces inside this paren. (space-in-parens)
(#13746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13747) Unexpected tab character. (no-tabs)
(#13747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13749) Unexpected tab character. (no-tabs)
(#13749) There should be no spaces inside this paren. (space-in-parens)
(#13749) There should be no spaces inside this paren. (space-in-parens)
(#13749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13750) Unexpected tab character. (no-tabs)
(#13750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13752) Unexpected tab character. (no-tabs)
(#13752) Comments should not begin with a lowercase character (capitalized-comments)
(#13752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13753) Unexpected tab character. (no-tabs)
(#13753) There should be no spaces inside this paren. (space-in-parens)
(#13753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13754) Unexpected tab character. (no-tabs)
(#13754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13755) Unexpected tab character. (no-tabs)
(#13755) There should be no spaces inside this paren. (space-in-parens)
(#13755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13756) Unexpected tab character. (no-tabs)
(#13756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13757) Unexpected tab character. (no-tabs)
(#13757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13758) Unexpected tab character. (no-tabs)
(#13758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13759) Unexpected tab character. (no-tabs)
(#13759) There should be no spaces inside this paren. (space-in-parens)
(#13759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13761) Unexpected tab character. (no-tabs)
(#13761) Method '_mouseDrag' expected no return value. (consistent-return)
(#13761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13762) Unexpected tab character. (no-tabs)
(#13762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13764) Unexpected tab character. (no-tabs)
(#13764) There should be no spaces inside this paren. (space-in-parens)
(#13764) There should be no spaces inside this paren. (space-in-parens)
(#13764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13765) Unexpected tab character. (no-tabs)
(#13765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13767) Unexpected tab character. (no-tabs)
(#13767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13769) Unexpected tab character. (no-tabs)
(#13769) There should be no spaces inside this paren. (space-in-parens)
(#13769) There should be no space after '['. (computed-property-spacing)
(#13769) There should be no space before ']'. (computed-property-spacing)
(#13769) There should be no spaces inside this paren. (space-in-parens)
(#13769) There should be no spaces inside this paren. (space-in-parens)
(#13769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13770) Unexpected tab character. (no-tabs)
(#13770) There should be no spaces inside this paren. (space-in-parens)
(#13770) There should be no spaces inside this paren. (space-in-parens)
(#13770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13771) Unexpected tab character. (no-tabs)
(#13771) There should be no spaces inside this paren. (space-in-parens)
(#13771) There should be no spaces inside this paren. (space-in-parens)
(#13771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13772) Unexpected tab character. (no-tabs)
(#13772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13773) Unexpected tab character. (no-tabs)
(#13773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13774) Unexpected tab character. (no-tabs)
(#13774) There should be no spaces inside this paren. (space-in-parens)
(#13774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13775) Unexpected tab character. (no-tabs)
(#13775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13776) Unexpected tab character. (no-tabs)
(#13776) There should be no spaces inside this paren. (space-in-parens)
(#13776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13777) Unexpected tab character. (no-tabs)
(#13777) There should be no spaces inside this paren. (space-in-parens)
(#13777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13778) Unexpected tab character. (no-tabs)
(#13778) There should be no spaces inside this paren. (space-in-parens)
(#13778) There should be no space after '['. (computed-property-spacing)
(#13778) There should be no space before ']'. (computed-property-spacing)
(#13778) There should be no spaces inside this paren. (space-in-parens)
(#13778) There should be no spaces inside this paren. (space-in-parens)
(#13778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13779) Unexpected tab character. (no-tabs)
(#13779) There should be no spaces inside this paren. (space-in-parens)
(#13779) There should be no spaces inside this paren. (space-in-parens)
(#13779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13780) Unexpected tab character. (no-tabs)
(#13780) There should be no spaces inside this paren. (space-in-parens)
(#13780) There should be no spaces inside this paren. (space-in-parens)
(#13780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13781) Unexpected tab character. (no-tabs)
(#13781) There should be no spaces inside this paren. (space-in-parens)
(#13781) There should be no spaces inside this paren. (space-in-parens)
(#13781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13782) Unexpected tab character. (no-tabs)
(#13782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13783) Unexpected tab character. (no-tabs)
(#13783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13784) Unexpected tab character. (no-tabs)
(#13784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13785) Unexpected tab character. (no-tabs)
(#13785) There should be no spaces inside this paren. (space-in-parens)
(#13785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13786) Unexpected tab character. (no-tabs)
(#13786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13787) Unexpected tab character. (no-tabs)
(#13787) There should be no spaces inside this paren. (space-in-parens)
(#13787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13788) Unexpected tab character. (no-tabs)
(#13788) There should be no spaces inside this paren. (space-in-parens)
(#13788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13789) Unexpected tab character. (no-tabs)
(#13789) There should be no spaces inside this paren. (space-in-parens)
(#13789) There should be no spaces inside this paren. (space-in-parens)
(#13789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13791) Unexpected tab character. (no-tabs)
(#13791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13793) Unexpected tab character. (no-tabs)
(#13793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13794) Unexpected tab character. (no-tabs)
(#13794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13796) There should be no spaces inside this paren. (space-in-parens)
(#13796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13799) Expected space or tab after '/*' in comment. (spaced-comment)
(#13799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13808) Expected space or tab after '//' in comment. (spaced-comment)
(#13808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13809) Expected space or tab after '//' in comment. (spaced-comment)
(#13809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13811) Expected space or tab after '//' in comment. (spaced-comment)
(#13811) Line 13811 exceeds the maximum line length of 132. (max-len)
(#13811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13813) Expected space or tab after '//' in comment. (spaced-comment)
(#13813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13814) Expected space or tab after '//' in comment. (spaced-comment)
(#13814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13815) Expected space or tab after '//' in comment. (spaced-comment)
(#13815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13816) Expected space or tab after '//' in comment. (spaced-comment)
(#13816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13817) Expected space or tab after '//' in comment. (spaced-comment)
(#13817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13818) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#13819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13821) 'widgetsSelectmenu' is assigned a value but never used. (no-unused-vars)
(#13821) There should be no spaces inside this paren. (space-in-parens)
(#13821) There should be no space after '['. (array-bracket-spacing)
(#13821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13822) Unexpected tab character. (no-tabs)
(#13822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13823) Unexpected tab character. (no-tabs)
(#13823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13824) Unexpected tab character. (no-tabs)
(#13824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13825) Unexpected tab character. (no-tabs)
(#13825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13826) Unexpected tab character. (no-tabs)
(#13826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13827) Unexpected tab character. (no-tabs)
(#13827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13828) Unexpected tab character. (no-tabs)
(#13828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13829) Unexpected tab character. (no-tabs)
(#13829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13830) Unexpected tab character. (no-tabs)
(#13830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13831) Unexpected tab character. (no-tabs)
(#13831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13832) Unexpected tab character. (no-tabs)
(#13832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13833) Unexpected tab character. (no-tabs)
(#13833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13834) Unexpected tab character. (no-tabs)
(#13834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13835) Unexpected tab character. (no-tabs)
(#13835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13836) Unexpected tab character. (no-tabs)
(#13836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13837) Unexpected tab character. (no-tabs)
(#13837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13838) Unexpected tab character. (no-tabs)
(#13838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13839) Unexpected tab character. (no-tabs)
(#13839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13841) Unexpected tab character. (no-tabs)
(#13841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13842) Unexpected tab character. (no-tabs)
(#13842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13843) Unexpected tab character. (no-tabs)
(#13843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13844) Unexpected tab character. (no-tabs)
(#13844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13845) Unexpected tab character. (no-tabs)
(#13845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13846) Unexpected tab character. (no-tabs)
(#13846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13847) Unexpected tab character. (no-tabs)
(#13847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13849) Unexpected tab character. (no-tabs)
(#13849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13850) Unexpected tab character. (no-tabs)
(#13850) There should be no spaces inside this paren. (space-in-parens)
(#13850) There should be no spaces inside this paren. (space-in-parens)
(#13850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13851) Unexpected tab character. (no-tabs)
(#13851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13852) Unexpected tab character. (no-tabs)
(#13852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13853) Unexpected tab character. (no-tabs)
(#13853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13854) Unexpected tab character. (no-tabs)
(#13854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13855) Unexpected tab character. (no-tabs)
(#13855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13857) Unexpected tab character. (no-tabs)
(#13857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13858) Unexpected tab character. (no-tabs)
(#13858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13859) Unexpected tab character. (no-tabs)
(#13859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13861) Unexpected tab character. (no-tabs)
(#13861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13862) Unexpected tab character. (no-tabs)
(#13862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13863) Unexpected tab character. (no-tabs)
(#13863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13865) Unexpected tab character. (no-tabs)
(#13865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13866) Unexpected tab character. (no-tabs)
(#13866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13867) Unexpected tab character. (no-tabs)
(#13867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13868) Unexpected tab character. (no-tabs)
(#13868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13869) Unexpected tab character. (no-tabs)
(#13869) There should be no spaces inside this paren. (space-in-parens)
(#13869) There should be no spaces inside this paren. (space-in-parens)
(#13869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13870) Unexpected tab character. (no-tabs)
(#13870) There should be no space after '['. (computed-property-spacing)
(#13870) There should be no space before ']'. (computed-property-spacing)
(#13870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13871) Unexpected tab character. (no-tabs)
(#13871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13873) Unexpected tab character. (no-tabs)
(#13873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13874) Unexpected tab character. (no-tabs)
(#13874) There should be no spaces inside this paren. (space-in-parens)
(#13874) There should be no spaces inside this paren. (space-in-parens)
(#13874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13875) Unexpected tab character. (no-tabs)
(#13875) There should be no spaces inside this paren. (space-in-parens)
(#13875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13876) Unexpected tab character. (no-tabs)
(#13876) There should be no spaces inside this paren. (space-in-parens)
(#13876) There should be no spaces inside this paren. (space-in-parens)
(#13876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13877) Unexpected tab character. (no-tabs)
(#13877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13878) Unexpected tab character. (no-tabs)
(#13878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13879) Unexpected tab character. (no-tabs)
(#13879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13880) Unexpected tab character. (no-tabs)
(#13880) There should be no spaces inside this paren. (space-in-parens)
(#13880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13882) Unexpected tab character. (no-tabs)
(#13882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13883) Unexpected tab character. (no-tabs)
(#13883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13885) Unexpected tab character. (no-tabs)
(#13885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13886) Unexpected tab character. (no-tabs)
(#13886) There should be no spaces inside this paren. (space-in-parens)
(#13886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13887) Unexpected tab character. (no-tabs)
(#13887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13888) Unexpected tab character. (no-tabs)
(#13888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13889) Unexpected tab character. (no-tabs)
(#13889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13890) Unexpected tab character. (no-tabs)
(#13890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13891) Unexpected tab character. (no-tabs)
(#13891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13892) Unexpected tab character. (no-tabs)
(#13892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13893) Unexpected tab character. (no-tabs)
(#13893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13894) Unexpected tab character. (no-tabs)
(#13894) There should be no spaces inside this paren. (space-in-parens)
(#13894) There should be no spaces inside this paren. (space-in-parens)
(#13894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13895) Unexpected tab character. (no-tabs)
(#13895) There should be no spaces inside this paren. (space-in-parens)
(#13895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13896) Unexpected tab character. (no-tabs)
(#13896) There should be no spaces inside this paren. (space-in-parens)
(#13896) There should be no spaces inside this paren. (space-in-parens)
(#13896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13898) Unexpected tab character. (no-tabs)
(#13898) There should be no spaces inside this paren. (space-in-parens)
(#13898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13899) Unexpected tab character. (no-tabs)
(#13899) There should be no spaces inside this paren. (space-in-parens)
(#13899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13901) Unexpected tab character. (no-tabs)
(#13901) There should be no spaces inside this paren. (space-in-parens)
(#13901) There should be no spaces inside this paren. (space-in-parens)
(#13901) There should be no spaces inside this paren. (space-in-parens)
(#13901) There should be no spaces inside this paren. (space-in-parens)
(#13901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13902) Unexpected tab character. (no-tabs)
(#13902) There should be no spaces inside this paren. (space-in-parens)
(#13902) There should be no spaces inside this paren. (space-in-parens)
(#13902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13903) Unexpected tab character. (no-tabs)
(#13903) There should be no spaces inside this paren. (space-in-parens)
(#13903) There should be no spaces inside this paren. (space-in-parens)
(#13903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13904) Unexpected tab character. (no-tabs)
(#13904) There should be no spaces inside this paren. (space-in-parens)
(#13904) There should be no spaces inside this paren. (space-in-parens)
(#13904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13906) Unexpected tab character. (no-tabs)
(#13906) There should be no spaces inside this paren. (space-in-parens)
(#13906) There should be no spaces inside this paren. (space-in-parens)
(#13906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13907) Unexpected tab character. (no-tabs)
(#13907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13908) Unexpected tab character. (no-tabs)
(#13908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13910) Unexpected tab character. (no-tabs)
(#13910) There should be no spaces inside this paren. (space-in-parens)
(#13910) There should be no spaces inside this paren. (space-in-parens)
(#13910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13911) Unexpected tab character. (no-tabs)
(#13911) There should be no spaces inside this paren. (space-in-parens)
(#13911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13913) Unexpected tab character. (no-tabs)
(#13913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13914) Unexpected tab character. (no-tabs)
(#13914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13915) Unexpected tab character. (no-tabs)
(#13915) There should be no spaces inside this paren. (space-in-parens)
(#13915) There should be no spaces inside this paren. (space-in-parens)
(#13915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13916) Unexpected tab character. (no-tabs)
(#13916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13917) Unexpected tab character. (no-tabs)
(#13917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13918) Unexpected tab character. (no-tabs)
(#13918) There should be no spaces inside this paren. (space-in-parens)
(#13918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13919) Unexpected tab character. (no-tabs)
(#13919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13921) Unexpected tab character. (no-tabs)
(#13921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13922) Unexpected tab character. (no-tabs)
(#13922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13924) Unexpected tab character. (no-tabs)
(#13924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13925) Unexpected tab character. (no-tabs)
(#13925) There should be no spaces inside this paren. (space-in-parens)
(#13925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13926) Unexpected tab character. (no-tabs)
(#13926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13927) Unexpected tab character. (no-tabs)
(#13927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13928) Unexpected tab character. (no-tabs)
(#13928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13929) Unexpected tab character. (no-tabs)
(#13929) There should be no spaces inside this paren. (space-in-parens)
(#13929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13931) Unexpected tab character. (no-tabs)
(#13931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13932) Unexpected tab character. (no-tabs)
(#13932) There should be no spaces inside this paren. (space-in-parens)
(#13932) There should be no spaces inside this paren. (space-in-parens)
(#13932) There should be no spaces inside this paren. (space-in-parens)
(#13932) There should be no spaces inside this paren. (space-in-parens)
(#13932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13933) Unexpected tab character. (no-tabs)
(#13933) There should be no spaces inside this paren. (space-in-parens)
(#13933) There should be no spaces inside this paren. (space-in-parens)
(#13933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13934) Unexpected tab character. (no-tabs)
(#13934) There should be no spaces inside this paren. (space-in-parens)
(#13934) There should be no spaces inside this paren. (space-in-parens)
(#13934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13936) Unexpected tab character. (no-tabs)
(#13936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13937) Unexpected tab character. (no-tabs)
(#13937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13938) Unexpected tab character. (no-tabs)
(#13938) There should be no spaces inside this paren. (space-in-parens)
(#13938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13939) Unexpected tab character. (no-tabs)
(#13939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13940) Unexpected tab character. (no-tabs)
(#13940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13941) Unexpected tab character. (no-tabs)
(#13941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13942) Unexpected tab character. (no-tabs)
(#13942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13943) Unexpected tab character. (no-tabs)
(#13943) There should be no spaces inside this paren. (space-in-parens)
(#13943) There should be no spaces inside this paren. (space-in-parens)
(#13943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13944) Unexpected tab character. (no-tabs)
(#13944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13946) Unexpected tab character. (no-tabs)
(#13946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13947) Unexpected tab character. (no-tabs)
(#13947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13948) Unexpected tab character. (no-tabs)
(#13948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13949) Unexpected tab character. (no-tabs)
(#13949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13951) Unexpected tab character. (no-tabs)
(#13951) There should be no spaces inside this paren. (space-in-parens)
(#13951) There should be no spaces inside this paren. (space-in-parens)
(#13951) There should be no spaces inside this paren. (space-in-parens)
(#13951) There should be no spaces inside this paren. (space-in-parens)
(#13951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13952) Unexpected tab character. (no-tabs)
(#13952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13953) Unexpected tab character. (no-tabs)
(#13953) There should be no spaces inside this paren. (space-in-parens)
(#13953) There should be no spaces inside this paren. (space-in-parens)
(#13953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13954) Unexpected tab character. (no-tabs)
(#13954) There should be no spaces inside this paren. (space-in-parens)
(#13954) There should be no spaces inside this paren. (space-in-parens)
(#13954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13956) Unexpected tab character. (no-tabs)
(#13956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13957) Unexpected tab character. (no-tabs)
(#13957) There should be no spaces inside this paren. (space-in-parens)
(#13957) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#13957) There should be no spaces inside this paren. (space-in-parens)
(#13957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13958) Unexpected tab character. (no-tabs)
(#13958) There should be no spaces inside this paren. (space-in-parens)
(#13958) There should be no space after '{'. (object-curly-spacing)
(#13958) There should be no space before '}'. (object-curly-spacing)
(#13958) There should be no spaces inside this paren. (space-in-parens)
(#13958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13959) Unexpected tab character. (no-tabs)
(#13959) There should be no spaces inside this paren. (space-in-parens)
(#13959) There should be no spaces inside this paren. (space-in-parens)
(#13959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13960) Unexpected tab character. (no-tabs)
(#13960) There should be no spaces inside this paren. (space-in-parens)
(#13960) There should be no spaces inside this paren. (space-in-parens)
(#13960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13961) Unexpected tab character. (no-tabs)
(#13961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13962) Unexpected tab character. (no-tabs)
(#13962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13963) Unexpected tab character. (no-tabs)
(#13963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13965) Unexpected tab character. (no-tabs)
(#13965) There should be no spaces inside this paren. (space-in-parens)
(#13965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13966) Unexpected tab character. (no-tabs)
(#13966) There should be no spaces inside this paren. (space-in-parens)
(#13966) There should be no spaces inside this paren. (space-in-parens)
(#13966) There should be no spaces inside this paren. (space-in-parens)
(#13966) There should be no spaces inside this paren. (space-in-parens)
(#13966) There should be no spaces inside this paren. (space-in-parens)
(#13966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13967) Unexpected tab character. (no-tabs)
(#13967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13968) Unexpected tab character. (no-tabs)
(#13968) There should be no spaces inside this paren. (space-in-parens)
(#13968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13969) Unexpected tab character. (no-tabs)
(#13969) There should be no spaces inside this paren. (space-in-parens)
(#13969) There should be no spaces inside this paren. (space-in-parens)
(#13969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13971) Unexpected tab character. (no-tabs)
(#13971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13972) Unexpected tab character. (no-tabs)
(#13972) There should be no spaces inside this paren. (space-in-parens)
(#13972) There should be no spaces inside this paren. (space-in-parens)
(#13972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13974) Unexpected tab character. (no-tabs)
(#13974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13975) Unexpected tab character. (no-tabs)
(#13975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13976) Unexpected tab character. (no-tabs)
(#13976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13977) Unexpected tab character. (no-tabs)
(#13977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13979) Unexpected tab character. (no-tabs)
(#13979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13980) Unexpected tab character. (no-tabs)
(#13980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13981) Unexpected tab character. (no-tabs)
(#13981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13982) Unexpected tab character. (no-tabs)
(#13982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13983) Unexpected tab character. (no-tabs)
(#13983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13985) Unexpected tab character. (no-tabs)
(#13985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13986) Unexpected tab character. (no-tabs)
(#13986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13987) Unexpected tab character. (no-tabs)
(#13987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13988) Unexpected tab character. (no-tabs)
(#13988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13990) Unexpected tab character. (no-tabs)
(#13990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13991) Unexpected tab character. (no-tabs)
(#13991) There should be no spaces inside this paren. (space-in-parens)
(#13991) There should be no spaces inside this paren. (space-in-parens)
(#13991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13992) Unexpected tab character. (no-tabs)
(#13992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13993) Unexpected tab character. (no-tabs)
(#13993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13994) Unexpected tab character. (no-tabs)
(#13994) There should be no spaces inside this paren. (space-in-parens)
(#13994) There should be no spaces inside this paren. (space-in-parens)
(#13994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13995) Unexpected tab character. (no-tabs)
(#13995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13996) Unexpected tab character. (no-tabs)
(#13996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13997) Unexpected tab character. (no-tabs)
(#13997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13999) Unexpected tab character. (no-tabs)
(#13999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14000) Unexpected tab character. (no-tabs)
(#14000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14001) Unexpected tab character. (no-tabs)
(#14001) There should be no spaces inside this paren. (space-in-parens)
(#14001) There should be no spaces inside this paren. (space-in-parens)
(#14001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14003) Unexpected tab character. (no-tabs)
(#14003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14005) Unexpected tab character. (no-tabs)
(#14005) There should be no spaces inside this paren. (space-in-parens)
(#14005) There should be no spaces inside this paren. (space-in-parens)
(#14005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14006) Unexpected tab character. (no-tabs)
(#14006) There should be no spaces inside this paren. (space-in-parens)
(#14006) There should be no spaces inside this paren. (space-in-parens)
(#14006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14008) Unexpected tab character. (no-tabs)
(#14008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14009) Unexpected tab character. (no-tabs)
(#14009) There should be no spaces inside this paren. (space-in-parens)
(#14009) There should be no spaces inside this paren. (space-in-parens)
(#14009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14010) Unexpected tab character. (no-tabs)
(#14010) There should be no spaces inside this paren. (space-in-parens)
(#14010) There should be no spaces inside this paren. (space-in-parens)
(#14010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14011) Unexpected tab character. (no-tabs)
(#14011) There should be no spaces inside this paren. (space-in-parens)
(#14011) There should be no spaces inside this paren. (space-in-parens)
(#14011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14013) Unexpected tab character. (no-tabs)
(#14013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14015) Unexpected tab character. (no-tabs)
(#14015) There should be no spaces inside this paren. (space-in-parens)
(#14015) There should be no spaces inside this paren. (space-in-parens)
(#14015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14016) Unexpected tab character. (no-tabs)
(#14016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14017) Unexpected tab character. (no-tabs)
(#14017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14019) Unexpected tab character. (no-tabs)
(#14019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14021) Unexpected tab character. (no-tabs)
(#14021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14022) Unexpected tab character. (no-tabs)
(#14022) There should be no spaces inside this paren. (space-in-parens)
(#14022) There should be no spaces inside this paren. (space-in-parens)
(#14022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14023) Unexpected tab character. (no-tabs)
(#14023) There should be no spaces inside this paren. (space-in-parens)
(#14023) There should be no spaces inside this paren. (space-in-parens)
(#14023) There should be no spaces inside this paren. (space-in-parens)
(#14023) There should be no spaces inside this paren. (space-in-parens)
(#14023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14025) Unexpected tab character. (no-tabs)
(#14025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14026) Unexpected tab character. (no-tabs)
(#14026) There should be no spaces inside this paren. (space-in-parens)
(#14026) There should be no spaces inside this paren. (space-in-parens)
(#14026) There should be no spaces inside this paren. (space-in-parens)
(#14026) There should be no spaces inside this paren. (space-in-parens)
(#14026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14027) Unexpected tab character. (no-tabs)
(#14027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14029) Unexpected tab character. (no-tabs)
(#14029) There should be no spaces inside this paren. (space-in-parens)
(#14029) There should be no spaces inside this paren. (space-in-parens)
(#14029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14030) Unexpected tab character. (no-tabs)
(#14030) There should be no spaces inside this paren. (space-in-parens)
(#14030) There should be no spaces inside this paren. (space-in-parens)
(#14030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14031) Unexpected tab character. (no-tabs)
(#14031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14032) Unexpected tab character. (no-tabs)
(#14032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14034) Unexpected tab character. (no-tabs)
(#14034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14035) Unexpected tab character. (no-tabs)
(#14035) There should be no spaces inside this paren. (space-in-parens)
(#14035) There should be no spaces inside this paren. (space-in-parens)
(#14035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14036) Unexpected tab character. (no-tabs)
(#14036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14037) Unexpected tab character. (no-tabs)
(#14037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14039) Unexpected tab character. (no-tabs)
(#14039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14040) Unexpected tab character. (no-tabs)
(#14040) There should be no spaces inside this paren. (space-in-parens)
(#14040) There should be no spaces inside this paren. (space-in-parens)
(#14040) There should be no spaces inside this paren. (space-in-parens)
(#14040) There should be no spaces inside this paren. (space-in-parens)
(#14040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14041) Unexpected tab character. (no-tabs)
(#14041) There should be no spaces inside this paren. (space-in-parens)
(#14041) There should be no spaces inside this paren. (space-in-parens)
(#14041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14042) Unexpected tab character. (no-tabs)
(#14042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14044) Unexpected tab character. (no-tabs)
(#14044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14045) Unexpected tab character. (no-tabs)
(#14045) There should be no spaces inside this paren. (space-in-parens)
(#14045) There should be no spaces inside this paren. (space-in-parens)
(#14045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14046) Unexpected tab character. (no-tabs)
(#14046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14047) Unexpected tab character. (no-tabs)
(#14047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14049) Unexpected tab character. (no-tabs)
(#14049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14050) Unexpected tab character. (no-tabs)
(#14050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14051) Unexpected tab character. (no-tabs)
(#14051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14052) Unexpected tab character. (no-tabs)
(#14052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14054) Unexpected tab character. (no-tabs)
(#14054) There should be no spaces inside this paren. (space-in-parens)
(#14054) There should be no spaces inside this paren. (space-in-parens)
(#14054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14056) Unexpected tab character. (no-tabs)
(#14056) There should be no spaces inside this paren. (space-in-parens)
(#14056) There should be no spaces inside this paren. (space-in-parens)
(#14056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14057) Unexpected tab character. (no-tabs)
(#14057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14059) Unexpected tab character. (no-tabs)
(#14059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14060) Unexpected tab character. (no-tabs)
(#14060) There should be no spaces inside this paren. (space-in-parens)
(#14060) There should be no spaces inside this paren. (space-in-parens)
(#14060) There should be no space after '{'. (object-curly-spacing)
(#14060) There should be no space before '}'. (object-curly-spacing)
(#14060) There should be no spaces inside this paren. (space-in-parens)
(#14060) There should be no spaces inside this paren. (space-in-parens)
(#14060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14061) Unexpected tab character. (no-tabs)
(#14061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14063) Unexpected tab character. (no-tabs)
(#14063) There should be no spaces inside this paren. (space-in-parens)
(#14063) There should be no spaces inside this paren. (space-in-parens)
(#14063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14064) Unexpected tab character. (no-tabs)
(#14064) There should be no spaces inside this paren. (space-in-parens)
(#14064) There should be no spaces inside this paren. (space-in-parens)
(#14064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14065) Unexpected tab character. (no-tabs)
(#14065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14066) Unexpected tab character. (no-tabs)
(#14066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14068) Unexpected tab character. (no-tabs)
(#14068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14069) Unexpected tab character. (no-tabs)
(#14069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14071) Unexpected tab character. (no-tabs)
(#14071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14072) Unexpected tab character. (no-tabs)
(#14072) There should be no spaces inside this paren. (space-in-parens)
(#14072) There should be no spaces inside this paren. (space-in-parens)
(#14072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14074) Unexpected tab character. (no-tabs)
(#14074) There should be no spaces inside this paren. (space-in-parens)
(#14074) There should be no spaces inside this paren. (space-in-parens)
(#14074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14075) Unexpected tab character. (no-tabs)
(#14075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14077) Unexpected tab character. (no-tabs)
(#14077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14078) Unexpected tab character. (no-tabs)
(#14078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14079) Unexpected tab character. (no-tabs)
(#14079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14081) Unexpected tab character. (no-tabs)
(#14081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14082) Unexpected tab character. (no-tabs)
(#14082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14083) Unexpected tab character. (no-tabs)
(#14083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14085) Unexpected tab character. (no-tabs)
(#14085) There should be no spaces inside this paren. (space-in-parens)
(#14085) There should be no spaces inside this paren. (space-in-parens)
(#14085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14086) Unexpected tab character. (no-tabs)
(#14086) There should be no spaces inside this paren. (space-in-parens)
(#14086) There should be no spaces inside this paren. (space-in-parens)
(#14086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14088) Unexpected tab character. (no-tabs)
(#14088) There should be no spaces inside this paren. (space-in-parens)
(#14088) There should be no spaces inside this paren. (space-in-parens)
(#14088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14089) Unexpected tab character. (no-tabs)
(#14089) There should be no spaces inside this paren. (space-in-parens)
(#14089) There should be no spaces inside this paren. (space-in-parens)
(#14089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14091) Unexpected tab character. (no-tabs)
(#14091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14092) Unexpected tab character. (no-tabs)
(#14092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14094) Unexpected tab character. (no-tabs)
(#14094) There should be no spaces inside this paren. (space-in-parens)
(#14094) There should be no spaces inside this paren. (space-in-parens)
(#14094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14095) Unexpected tab character. (no-tabs)
(#14095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14096) Unexpected tab character. (no-tabs)
(#14096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14098) Unexpected tab character. (no-tabs)
(#14098) There should be no spaces inside this paren. (space-in-parens)
(#14098) There should be no spaces inside this paren. (space-in-parens)
(#14098) There should be no spaces inside this paren. (space-in-parens)
(#14098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14099) Unexpected tab character. (no-tabs)
(#14099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14101) Unexpected tab character. (no-tabs)
(#14101) There should be no spaces inside this paren. (space-in-parens)
(#14101) There should be no spaces inside this paren. (space-in-parens)
(#14101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14102) Unexpected tab character. (no-tabs)
(#14102) There should be no spaces inside this paren. (space-in-parens)
(#14102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14103) Unexpected tab character. (no-tabs)
(#14103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14104) Unexpected tab character. (no-tabs)
(#14104) There should be no spaces inside this paren. (space-in-parens)
(#14104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14105) Unexpected tab character. (no-tabs)
(#14105) There should be no spaces inside this paren. (space-in-parens)
(#14105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14106) Unexpected tab character. (no-tabs)
(#14106) There should be no spaces inside this paren. (space-in-parens)
(#14106) There should be no spaces inside this paren. (space-in-parens)
(#14106) There should be no spaces inside this paren. (space-in-parens)
(#14106) There should be no spaces inside this paren. (space-in-parens)
(#14106) There should be no spaces inside this paren. (space-in-parens)
(#14106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14107) Unexpected tab character. (no-tabs)
(#14107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14108) Unexpected tab character. (no-tabs)
(#14108) There should be no spaces inside this paren. (space-in-parens)
(#14108) There should be no spaces inside this paren. (space-in-parens)
(#14108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14110) Unexpected tab character. (no-tabs)
(#14110) There should be no spaces inside this paren. (space-in-parens)
(#14110) There should be no spaces inside this paren. (space-in-parens)
(#14110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14112) Unexpected tab character. (no-tabs)
(#14112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14113) Unexpected tab character. (no-tabs)
(#14113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14115) Unexpected tab character. (no-tabs)
(#14115) There should be no spaces inside this paren. (space-in-parens)
(#14115) There should be no spaces inside this paren. (space-in-parens)
(#14115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14116) Unexpected tab character. (no-tabs)
(#14116) There should be no spaces inside this paren. (space-in-parens)
(#14116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14117) Unexpected tab character. (no-tabs)
(#14117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14119) Unexpected tab character. (no-tabs)
(#14119) There should be no spaces inside this paren. (space-in-parens)
(#14119) There should be no spaces inside this paren. (space-in-parens)
(#14119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14120) Unexpected tab character. (no-tabs)
(#14120) There should be no spaces inside this paren. (space-in-parens)
(#14120) There should be no spaces inside this paren. (space-in-parens)
(#14120) There should be no spaces inside this paren. (space-in-parens)
(#14120) There should be no spaces inside this paren. (space-in-parens)
(#14120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14121) Unexpected tab character. (no-tabs)
(#14121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14123) Unexpected tab character. (no-tabs)
(#14123) There should be no spaces inside this paren. (space-in-parens)
(#14123) There should be no spaces inside this paren. (space-in-parens)
(#14123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14124) Unexpected tab character. (no-tabs)
(#14124) There should be no spaces inside this paren. (space-in-parens)
(#14124) There should be no spaces inside this paren. (space-in-parens)
(#14124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14125) Unexpected tab character. (no-tabs)
(#14125) There should be no spaces inside this paren. (space-in-parens)
(#14125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14126) Unexpected tab character. (no-tabs)
(#14126) There should be no spaces inside this paren. (space-in-parens)
(#14126) There should be no spaces inside this paren. (space-in-parens)
(#14126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14127) Unexpected tab character. (no-tabs)
(#14127) There should be no spaces inside this paren. (space-in-parens)
(#14127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14129) Unexpected tab character. (no-tabs)
(#14129) There should be no spaces inside this paren. (space-in-parens)
(#14129) There should be no spaces inside this paren. (space-in-parens)
(#14129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14130) Unexpected tab character. (no-tabs)
(#14130) There should be no spaces inside this paren. (space-in-parens)
(#14130) There should be no spaces inside this paren. (space-in-parens)
(#14130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14131) Unexpected tab character. (no-tabs)
(#14131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14132) Unexpected tab character. (no-tabs)
(#14132) There should be no spaces inside this paren. (space-in-parens)
(#14132) There should be no spaces inside this paren. (space-in-parens)
(#14132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14134) Unexpected tab character. (no-tabs)
(#14134) There should be no spaces inside this paren. (space-in-parens)
(#14134) There should be no spaces inside this paren. (space-in-parens)
(#14134) There should be no spaces inside this paren. (space-in-parens)
(#14134) There should be no spaces inside this paren. (space-in-parens)
(#14134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14135) Unexpected tab character. (no-tabs)
(#14135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14137) Unexpected tab character. (no-tabs)
(#14137) There should be no spaces inside this paren. (space-in-parens)
(#14137) There should be no spaces inside this paren. (space-in-parens)
(#14137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14138) Unexpected tab character. (no-tabs)
(#14138) There should be no spaces inside this paren. (space-in-parens)
(#14138) There should be no spaces inside this paren. (space-in-parens)
(#14138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14139) Unexpected tab character. (no-tabs)
(#14139) There should be no spaces inside this paren. (space-in-parens)
(#14139) There should be no spaces inside this paren. (space-in-parens)
(#14139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14140) Unexpected tab character. (no-tabs)
(#14140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14141) Unexpected tab character. (no-tabs)
(#14141) There should be no spaces inside this paren. (space-in-parens)
(#14141) There should be no spaces inside this paren. (space-in-parens)
(#14141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14142) Unexpected tab character. (no-tabs)
(#14142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14143) Unexpected tab character. (no-tabs)
(#14143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14145) Unexpected tab character. (no-tabs)
(#14145) There should be no spaces inside this paren. (space-in-parens)
(#14145) There should be no spaces inside this paren. (space-in-parens)
(#14145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14146) Unexpected tab character. (no-tabs)
(#14146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14147) Unexpected tab character. (no-tabs)
(#14147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14149) Unexpected tab character. (no-tabs)
(#14149) There should be no spaces inside this paren. (space-in-parens)
(#14149) There should be no spaces inside this paren. (space-in-parens)
(#14149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14150) Unexpected tab character. (no-tabs)
(#14150) There should be no spaces inside this paren. (space-in-parens)
(#14150) There should be no spaces inside this paren. (space-in-parens)
(#14150) There should be no spaces inside this paren. (space-in-parens)
(#14150) There should be no spaces inside this paren. (space-in-parens)
(#14150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14151) Unexpected tab character. (no-tabs)
(#14151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14152) Unexpected tab character. (no-tabs)
(#14152) There should be no spaces inside this paren. (space-in-parens)
(#14152) There should be no space after '['. (computed-property-spacing)
(#14152) There should be no space before ']'. (computed-property-spacing)
(#14152) There should be no spaces inside this paren. (space-in-parens)
(#14152) There should be no spaces inside this paren. (space-in-parens)
(#14152) There should be no spaces inside this paren. (space-in-parens)
(#14152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14153) Unexpected tab character. (no-tabs)
(#14153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14154) Unexpected tab character. (no-tabs)
(#14154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14156) Unexpected tab character. (no-tabs)
(#14156) There should be no spaces inside this paren. (space-in-parens)
(#14156) There should be no spaces inside this paren. (space-in-parens)
(#14156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14157) Unexpected tab character. (no-tabs)
(#14157) There should be no space after '['. (computed-property-spacing)
(#14157) There should be no space before ']'. (computed-property-spacing)
(#14157) There should be no spaces inside this paren. (space-in-parens)
(#14157) There should be no spaces inside this paren. (space-in-parens)
(#14157) There should be no spaces inside this paren. (space-in-parens)
(#14157) There should be no spaces inside this paren. (space-in-parens)
(#14157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14158) Unexpected tab character. (no-tabs)
(#14158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14159) Unexpected tab character. (no-tabs)
(#14159) There should be no space after '['. (computed-property-spacing)
(#14159) There should be no space before ']'. (computed-property-spacing)
(#14159) There should be no spaces inside this paren. (space-in-parens)
(#14159) There should be no spaces inside this paren. (space-in-parens)
(#14159) There should be no spaces inside this paren. (space-in-parens)
(#14159) There should be no spaces inside this paren. (space-in-parens)
(#14159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14160) Unexpected tab character. (no-tabs)
(#14160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14162) Unexpected tab character. (no-tabs)
(#14162) There should be no spaces inside this paren. (space-in-parens)
(#14162) There should be no spaces inside this paren. (space-in-parens)
(#14162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14163) Unexpected tab character. (no-tabs)
(#14163) There should be no spaces inside this paren. (space-in-parens)
(#14163) There should be no spaces inside this paren. (space-in-parens)
(#14163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14164) Unexpected tab character. (no-tabs)
(#14164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14165) Unexpected tab character. (no-tabs)
(#14165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14167) Unexpected tab character. (no-tabs)
(#14167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14168) Unexpected tab character. (no-tabs)
(#14168) There should be no spaces inside this paren. (space-in-parens)
(#14168) There should be no space after '['. (computed-property-spacing)
(#14168) There should be no space before ']'. (computed-property-spacing)
(#14168) There should be no spaces inside this paren. (space-in-parens)
(#14168) There should be no spaces inside this paren. (space-in-parens)
(#14168) There should be no spaces inside this paren. (space-in-parens)
(#14168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14169) Unexpected tab character. (no-tabs)
(#14169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14171) Unexpected tab character. (no-tabs)
(#14171) There should be no spaces inside this paren. (space-in-parens)
(#14171) There should be no spaces inside this paren. (space-in-parens)
(#14171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14172) Unexpected tab character. (no-tabs)
(#14172) There should be no space after '['. (computed-property-spacing)
(#14172) There should be no space before ']'. (computed-property-spacing)
(#14172) There should be no spaces inside this paren. (space-in-parens)
(#14172) There should be no spaces inside this paren. (space-in-parens)
(#14172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14173) Unexpected tab character. (no-tabs)
(#14173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14175) Unexpected tab character. (no-tabs)
(#14175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14176) Unexpected tab character. (no-tabs)
(#14176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14178) Unexpected tab character. (no-tabs)
(#14178) There should be no spaces inside this paren. (space-in-parens)
(#14178) There should be no spaces inside this paren. (space-in-parens)
(#14178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14179) Unexpected tab character. (no-tabs)
(#14179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14180) Unexpected tab character. (no-tabs)
(#14180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14182) Unexpected tab character. (no-tabs)
(#14182) There should be no spaces inside this paren. (space-in-parens)
(#14182) There should be no spaces inside this paren. (space-in-parens)
(#14182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14183) Unexpected tab character. (no-tabs)
(#14183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14184) Unexpected tab character. (no-tabs)
(#14184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14185) Unexpected tab character. (no-tabs)
(#14185) There should be no spaces inside this paren. (space-in-parens)
(#14185) There should be no spaces inside this paren. (space-in-parens)
(#14185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14187) Unexpected tab character. (no-tabs)
(#14187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14188) Unexpected tab character. (no-tabs)
(#14188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14189) Unexpected tab character. (no-tabs)
(#14189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14190) Unexpected tab character. (no-tabs)
(#14190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14192) Unexpected tab character. (no-tabs)
(#14192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14193) Unexpected tab character. (no-tabs)
(#14193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14194) Unexpected tab character. (no-tabs)
(#14194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14195) Unexpected tab character. (no-tabs)
(#14195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14196) Unexpected tab character. (no-tabs)
(#14196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14198) Unexpected tab character. (no-tabs)
(#14198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14199) Unexpected tab character. (no-tabs)
(#14199) There should be no spaces inside this paren. (space-in-parens)
(#14199) There should be no spaces inside this paren. (space-in-parens)
(#14199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14200) Unexpected tab character. (no-tabs)
(#14200) There should be no spaces inside this paren. (space-in-parens)
(#14200) There should be no spaces inside this paren. (space-in-parens)
(#14200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14201) Unexpected tab character. (no-tabs)
(#14201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14202) Unexpected tab character. (no-tabs)
(#14202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14204) Unexpected tab character. (no-tabs)
(#14204) There should be no spaces inside this paren. (space-in-parens)
(#14204) There should be no spaces inside this paren. (space-in-parens)
(#14204) There should be no spaces inside this paren. (space-in-parens)
(#14204) There should be no spaces inside this paren. (space-in-parens)
(#14204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14205) Unexpected tab character. (no-tabs)
(#14205) There should be no spaces inside this paren. (space-in-parens)
(#14205) There should be no spaces inside this paren. (space-in-parens)
(#14205) There should be no spaces inside this paren. (space-in-parens)
(#14205) There should be no spaces inside this paren. (space-in-parens)
(#14205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14206) Unexpected tab character. (no-tabs)
(#14206) There should be no spaces inside this paren. (space-in-parens)
(#14206) There should be no spaces inside this paren. (space-in-parens)
(#14206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14207) Unexpected tab character. (no-tabs)
(#14207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14208) Unexpected tab character. (no-tabs)
(#14208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14209) Unexpected tab character. (no-tabs)
(#14209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14211) Unexpected tab character. (no-tabs)
(#14211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14213) Unexpected tab character. (no-tabs)
(#14213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14214) Unexpected tab character. (no-tabs)
(#14214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14215) Unexpected tab character. (no-tabs)
(#14215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14217) Unexpected tab character. (no-tabs)
(#14217) There should be no spaces inside this paren. (space-in-parens)
(#14217) There should be no spaces inside this paren. (space-in-parens)
(#14217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14218) Unexpected tab character. (no-tabs)
(#14218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14219) Unexpected tab character. (no-tabs)
(#14219) There should be no spaces inside this paren. (space-in-parens)
(#14219) There should be no spaces inside this paren. (space-in-parens)
(#14219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14220) Unexpected tab character. (no-tabs)
(#14220) There should be no spaces inside this paren. (space-in-parens)
(#14220) There should be no spaces inside this paren. (space-in-parens)
(#14220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14221) Unexpected tab character. (no-tabs)
(#14221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14223) Unexpected tab character. (no-tabs)
(#14223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14224) Unexpected tab character. (no-tabs)
(#14224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14225) Unexpected tab character. (no-tabs)
(#14225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14226) Unexpected tab character. (no-tabs)
(#14226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14227) Unexpected tab character. (no-tabs)
(#14227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14229) Unexpected tab character. (no-tabs)
(#14229) There should be no spaces inside this paren. (space-in-parens)
(#14229) There should be no spaces inside this paren. (space-in-parens)
(#14229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14230) Unexpected tab character. (no-tabs)
(#14230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14231) Unexpected tab character. (no-tabs)
(#14231) There should be no spaces inside this paren. (space-in-parens)
(#14231) There should be no spaces inside this paren. (space-in-parens)
(#14231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14232) Unexpected tab character. (no-tabs)
(#14232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14234) Unexpected tab character. (no-tabs)
(#14234) There should be no spaces inside this paren. (space-in-parens)
(#14234) There should be no spaces inside this paren. (space-in-parens)
(#14234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14235) Unexpected tab character. (no-tabs)
(#14235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14236) Unexpected tab character. (no-tabs)
(#14236) There should be no spaces inside this paren. (space-in-parens)
(#14236) There should be no spaces inside this paren. (space-in-parens)
(#14236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14237) Unexpected tab character. (no-tabs)
(#14237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14238) Unexpected tab character. (no-tabs)
(#14238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14239) Unexpected tab character. (no-tabs)
(#14239) There should be no spaces inside this paren. (space-in-parens)
(#14239) There should be no spaces inside this paren. (space-in-parens)
(#14239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14240) Unexpected tab character. (no-tabs)
(#14240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14241) Unexpected tab character. (no-tabs)
(#14241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14242) Unexpected tab character. (no-tabs)
(#14242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14243) Unexpected tab character. (no-tabs)
(#14243) There should be no spaces inside this paren. (space-in-parens)
(#14243) There should be no spaces inside this paren. (space-in-parens)
(#14243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14244) Unexpected tab character. (no-tabs)
(#14244) There should be no spaces inside this paren. (space-in-parens)
(#14244) There should be no spaces inside this paren. (space-in-parens)
(#14244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14245) Unexpected tab character. (no-tabs)
(#14245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14246) Unexpected tab character. (no-tabs)
(#14246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14247) Unexpected tab character. (no-tabs)
(#14247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14248) Unexpected tab character. (no-tabs)
(#14248) There should be no spaces inside this paren. (space-in-parens)
(#14248) There should be no spaces inside this paren. (space-in-parens)
(#14248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14249) Unexpected tab character. (no-tabs)
(#14249) There should be no spaces inside this paren. (space-in-parens)
(#14249) There should be no spaces inside this paren. (space-in-parens)
(#14249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14250) Unexpected tab character. (no-tabs)
(#14250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14251) Unexpected tab character. (no-tabs)
(#14251) There should be no spaces inside this paren. (space-in-parens)
(#14251) There should be no spaces inside this paren. (space-in-parens)
(#14251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14252) Unexpected tab character. (no-tabs)
(#14252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14253) Unexpected tab character. (no-tabs)
(#14253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14254) Unexpected tab character. (no-tabs)
(#14254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14255) Unexpected tab character. (no-tabs)
(#14255) There should be no spaces inside this paren. (space-in-parens)
(#14255) There should be no spaces inside this paren. (space-in-parens)
(#14255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14256) Unexpected tab character. (no-tabs)
(#14256) There should be no spaces inside this paren. (space-in-parens)
(#14256) There should be no spaces inside this paren. (space-in-parens)
(#14256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14257) Unexpected tab character. (no-tabs)
(#14257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14258) Unexpected tab character. (no-tabs)
(#14258) There should be no spaces inside this paren. (space-in-parens)
(#14258) There should be no spaces inside this paren. (space-in-parens)
(#14258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14259) Unexpected tab character. (no-tabs)
(#14259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14260) Unexpected tab character. (no-tabs)
(#14260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14261) Unexpected tab character. (no-tabs)
(#14261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14262) Unexpected tab character. (no-tabs)
(#14262) There should be no spaces inside this paren. (space-in-parens)
(#14262) There should be no spaces inside this paren. (space-in-parens)
(#14262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14263) Unexpected tab character. (no-tabs)
(#14263) There should be no spaces inside this paren. (space-in-parens)
(#14263) There should be no spaces inside this paren. (space-in-parens)
(#14263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14264) Unexpected tab character. (no-tabs)
(#14264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14265) Unexpected tab character. (no-tabs)
(#14265) There should be no spaces inside this paren. (space-in-parens)
(#14265) There should be no spaces inside this paren. (space-in-parens)
(#14265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14266) Unexpected tab character. (no-tabs)
(#14266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14267) Unexpected tab character. (no-tabs)
(#14267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14268) Unexpected tab character. (no-tabs)
(#14268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14269) Unexpected tab character. (no-tabs)
(#14269) There should be no spaces inside this paren. (space-in-parens)
(#14269) There should be no spaces inside this paren. (space-in-parens)
(#14269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14270) Unexpected tab character. (no-tabs)
(#14270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14271) Unexpected tab character. (no-tabs)
(#14271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14272) Unexpected tab character. (no-tabs)
(#14272) There should be no spaces inside this paren. (space-in-parens)
(#14272) There should be no spaces inside this paren. (space-in-parens)
(#14272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14273) Unexpected tab character. (no-tabs)
(#14273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14274) Unexpected tab character. (no-tabs)
(#14274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14275) Unexpected tab character. (no-tabs)
(#14275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14276) Unexpected tab character. (no-tabs)
(#14276) There should be no spaces inside this paren. (space-in-parens)
(#14276) There should be no spaces inside this paren. (space-in-parens)
(#14276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14277) Unexpected tab character. (no-tabs)
(#14277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14278) Unexpected tab character. (no-tabs)
(#14278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14279) Unexpected tab character. (no-tabs)
(#14279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14280) Unexpected tab character. (no-tabs)
(#14280) There should be no spaces inside this paren. (space-in-parens)
(#14280) There should be no spaces inside this paren. (space-in-parens)
(#14280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14281) Unexpected tab character. (no-tabs)
(#14281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14282) Unexpected tab character. (no-tabs)
(#14282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14283) Unexpected tab character. (no-tabs)
(#14283) There should be no spaces inside this paren. (space-in-parens)
(#14283) There should be no spaces inside this paren. (space-in-parens)
(#14283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14284) Unexpected tab character. (no-tabs)
(#14284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14285) Unexpected tab character. (no-tabs)
(#14285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14287) Unexpected tab character. (no-tabs)
(#14287) There should be no spaces inside this paren. (space-in-parens)
(#14287) There should be no spaces inside this paren. (space-in-parens)
(#14287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14288) Unexpected tab character. (no-tabs)
(#14288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14289) Unexpected tab character. (no-tabs)
(#14289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14290) Unexpected tab character. (no-tabs)
(#14290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14291) Unexpected tab character. (no-tabs)
(#14291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14293) Unexpected tab character. (no-tabs)
(#14293) There should be no spaces inside this paren. (space-in-parens)
(#14293) There should be no spaces inside this paren. (space-in-parens)
(#14293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14294) Unexpected tab character. (no-tabs)
(#14294) There should be no spaces inside this paren. (space-in-parens)
(#14294) There should be no spaces inside this paren. (space-in-parens)
(#14294) There should be no spaces inside this paren. (space-in-parens)
(#14294) There should be no spaces inside this paren. (space-in-parens)
(#14294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14295) Unexpected tab character. (no-tabs)
(#14295) There should be no spaces inside this paren. (space-in-parens)
(#14295) There should be no spaces inside this paren. (space-in-parens)
(#14295) There should be no spaces inside this paren. (space-in-parens)
(#14295) There should be no spaces inside this paren. (space-in-parens)
(#14295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14296) Unexpected tab character. (no-tabs)
(#14296) There should be no spaces inside this paren. (space-in-parens)
(#14296) There should be no spaces inside this paren. (space-in-parens)
(#14296) There should be no spaces inside this paren. (space-in-parens)
(#14296) There should be no spaces inside this paren. (space-in-parens)
(#14296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14297) Unexpected tab character. (no-tabs)
(#14297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14298) Unexpected tab character. (no-tabs)
(#14298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14300) Unexpected tab character. (no-tabs)
(#14300) There should be no spaces inside this paren. (space-in-parens)
(#14300) There should be no spaces inside this paren. (space-in-parens)
(#14300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14301) Unexpected tab character. (no-tabs)
(#14301) There should be no space after '['. (computed-property-spacing)
(#14301) There should be no space before ']'. (computed-property-spacing)
(#14301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14303) Unexpected tab character. (no-tabs)
(#14303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14304) Unexpected tab character. (no-tabs)
(#14304) There should be no space after '['. (computed-property-spacing)
(#14304) There should be no space before ']'. (computed-property-spacing)
(#14304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14305) Unexpected tab character. (no-tabs)
(#14305) There should be no spaces inside this paren. (space-in-parens)
(#14305) There should be no spaces inside this paren. (space-in-parens)
(#14305) There should be no spaces inside this paren. (space-in-parens)
(#14305) There should be no spaces inside this paren. (space-in-parens)
(#14305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14306) Unexpected tab character. (no-tabs)
(#14306) There should be no spaces inside this paren. (space-in-parens)
(#14306) There should be no spaces inside this paren. (space-in-parens)
(#14306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14307) Unexpected tab character. (no-tabs)
(#14307) There should be no spaces inside this paren. (space-in-parens)
(#14307) There should be no space after '{'. (object-curly-spacing)
(#14307) There should be no space before '}'. (object-curly-spacing)
(#14307) There should be no spaces inside this paren. (space-in-parens)
(#14307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14309) Unexpected tab character. (no-tabs)
(#14309) There should be no spaces inside this paren. (space-in-parens)
(#14309) There should be no spaces inside this paren. (space-in-parens)
(#14309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14310) Unexpected tab character. (no-tabs)
(#14310) There should be no spaces inside this paren. (space-in-parens)
(#14310) There should be no space after '{'. (object-curly-spacing)
(#14310) There should be no space before '}'. (object-curly-spacing)
(#14310) There should be no spaces inside this paren. (space-in-parens)
(#14310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14311) Unexpected tab character. (no-tabs)
(#14311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14313) Unexpected tab character. (no-tabs)
(#14313) There should be no spaces inside this paren. (space-in-parens)
(#14313) There should be no spaces inside this paren. (space-in-parens)
(#14313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14314) Unexpected tab character. (no-tabs)
(#14314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14316) Unexpected tab character. (no-tabs)
(#14316) There should be no spaces inside this paren. (space-in-parens)
(#14316) There should be no spaces inside this paren. (space-in-parens)
(#14316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14317) Unexpected tab character. (no-tabs)
(#14317) There should be no spaces inside this paren. (space-in-parens)
(#14317) There should be no spaces inside this paren. (space-in-parens)
(#14317) There should be no spaces inside this paren. (space-in-parens)
(#14317) There should be no spaces inside this paren. (space-in-parens)
(#14317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14319) Unexpected tab character. (no-tabs)
(#14319) There should be no spaces inside this paren. (space-in-parens)
(#14319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14320) Unexpected tab character. (no-tabs)
(#14320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14321) Unexpected tab character. (no-tabs)
(#14321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14322) Unexpected tab character. (no-tabs)
(#14322) There should be no spaces inside this paren. (space-in-parens)
(#14322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14323) Unexpected tab character. (no-tabs)
(#14323) There should be no spaces inside this paren. (space-in-parens)
(#14323) There should be no spaces inside this paren. (space-in-parens)
(#14323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14324) Unexpected tab character. (no-tabs)
(#14324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14326) Unexpected tab character. (no-tabs)
(#14326) There should be no spaces inside this paren. (space-in-parens)
(#14326) There should be no spaces inside this paren. (space-in-parens)
(#14326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14327) Unexpected tab character. (no-tabs)
(#14327) There should be no spaces inside this paren. (space-in-parens)
(#14327) There should be no spaces inside this paren. (space-in-parens)
(#14327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14328) Unexpected tab character. (no-tabs)
(#14328) There should be no spaces inside this paren. (space-in-parens)
(#14328) There should be no spaces inside this paren. (space-in-parens)
(#14328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14329) Unexpected tab character. (no-tabs)
(#14329) There should be no spaces inside this paren. (space-in-parens)
(#14329) There should be no spaces inside this paren. (space-in-parens)
(#14329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14330) Unexpected tab character. (no-tabs)
(#14330) There should be no spaces inside this paren. (space-in-parens)
(#14330) There should be no spaces inside this paren. (space-in-parens)
(#14330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14331) Unexpected tab character. (no-tabs)
(#14331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14333) Unexpected tab character. (no-tabs)
(#14333) There should be no spaces inside this paren. (space-in-parens)
(#14333) There should be no spaces inside this paren. (space-in-parens)
(#14333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14335) Unexpected tab character. (no-tabs)
(#14335) There should be no spaces inside this paren. (space-in-parens)
(#14335) There should be no spaces inside this paren. (space-in-parens)
(#14335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14336) Unexpected tab character. (no-tabs)
(#14336) There should be no spaces inside this paren. (space-in-parens)
(#14336) There should be no spaces inside this paren. (space-in-parens)
(#14336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14337) Unexpected tab character. (no-tabs)
(#14337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14339) Unexpected tab character. (no-tabs)
(#14339) There should be no spaces inside this paren. (space-in-parens)
(#14339) There should be no spaces inside this paren. (space-in-parens)
(#14339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14340) Unexpected tab character. (no-tabs)
(#14340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14341) Unexpected tab character. (no-tabs)
(#14341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14342) Unexpected tab character. (no-tabs)
(#14342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14344) Unexpected tab character. (no-tabs)
(#14344) There should be no spaces inside this paren. (space-in-parens)
(#14344) There should be no spaces inside this paren. (space-in-parens)
(#14344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14345) Unexpected tab character. (no-tabs)
(#14345) There should be no spaces inside this paren. (space-in-parens)
(#14345) There should be no spaces inside this paren. (space-in-parens)
(#14345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14347) Unexpected tab character. (no-tabs)
(#14347) There should be no spaces inside this paren. (space-in-parens)
(#14347) There should be no spaces inside this paren. (space-in-parens)
(#14347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14348) Unexpected tab character. (no-tabs)
(#14348) There should be no spaces inside this paren. (space-in-parens)
(#14348) There should be no spaces inside this paren. (space-in-parens)
(#14348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14349) Unexpected tab character. (no-tabs)
(#14349) There should be no spaces inside this paren. (space-in-parens)
(#14349) There should be no spaces inside this paren. (space-in-parens)
(#14349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14351) Unexpected tab character. (no-tabs)
(#14351) There should be no spaces inside this paren. (space-in-parens)
(#14351) There should be no spaces inside this paren. (space-in-parens)
(#14351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14352) Unexpected tab character. (no-tabs)
(#14352) There should be no spaces inside this paren. (space-in-parens)
(#14352) There should be no spaces inside this paren. (space-in-parens)
(#14352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14353) Unexpected tab character. (no-tabs)
(#14353) There should be no spaces inside this paren. (space-in-parens)
(#14353) There should be no spaces inside this paren. (space-in-parens)
(#14353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14354) Unexpected tab character. (no-tabs)
(#14354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14355) Unexpected tab character. (no-tabs)
(#14355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14356) Unexpected tab character. (no-tabs)
(#14356) There should be no spaces inside this paren. (space-in-parens)
(#14356) There should be no spaces inside this paren. (space-in-parens)
(#14356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14357) Unexpected tab character. (no-tabs)
(#14357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14358) Unexpected tab character. (no-tabs)
(#14358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14360) Unexpected tab character. (no-tabs)
(#14360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14361) Unexpected tab character. (no-tabs)
(#14361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14363) Unexpected tab character. (no-tabs)
(#14363) There should be no spaces inside this paren. (space-in-parens)
(#14363) There should be no spaces inside this paren. (space-in-parens)
(#14363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14364) Unexpected tab character. (no-tabs)
(#14364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14365) Unexpected tab character. (no-tabs)
(#14365) There should be no spaces inside this paren. (space-in-parens)
(#14365) There should be no spaces inside this paren. (space-in-parens)
(#14365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14366) Unexpected tab character. (no-tabs)
(#14366) There should be no spaces inside this paren. (space-in-parens)
(#14366) There should be no spaces inside this paren. (space-in-parens)
(#14366) There should be no spaces inside this paren. (space-in-parens)
(#14366) There should be no spaces inside this paren. (space-in-parens)
(#14366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14367) Unexpected tab character. (no-tabs)
(#14367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14369) Unexpected tab character. (no-tabs)
(#14369) There should be no spaces inside this paren. (space-in-parens)
(#14369) There should be no space after '['. (computed-property-spacing)
(#14369) There should be no space before ']'. (computed-property-spacing)
(#14369) There should be no spaces inside this paren. (space-in-parens)
(#14369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14370) Unexpected tab character. (no-tabs)
(#14370) There should be no spaces inside this paren. (space-in-parens)
(#14370) There should be no spaces inside this paren. (space-in-parens)
(#14370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14371) Unexpected tab character. (no-tabs)
(#14371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14373) Unexpected tab character. (no-tabs)
(#14373) There should be no spaces inside this paren. (space-in-parens)
(#14373) There should be no spaces inside this paren. (space-in-parens)
(#14373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14374) Unexpected tab character. (no-tabs)
(#14374) There should be no space after '['. (computed-property-spacing)
(#14374) There should be no space before ']'. (computed-property-spacing)
(#14374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14375) Unexpected tab character. (no-tabs)
(#14375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14377) Unexpected tab character. (no-tabs)
(#14377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14378) Unexpected tab character. (no-tabs)
(#14378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14380) Unexpected tab character. (no-tabs)
(#14380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14381) Unexpected tab character. (no-tabs)
(#14381) There should be no spaces inside this paren. (space-in-parens)
(#14381) There should be no spaces inside this paren. (space-in-parens)
(#14381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14383) Unexpected tab character. (no-tabs)
(#14383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14384) Unexpected tab character. (no-tabs)
(#14384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14385) Unexpected tab character. (no-tabs)
(#14385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14386) Unexpected tab character. (no-tabs)
(#14386) There should be no spaces inside this paren. (space-in-parens)
(#14386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14387) Unexpected tab character. (no-tabs)
(#14387) There should be no spaces inside this paren. (space-in-parens)
(#14387) There should be no spaces inside this paren. (space-in-parens)
(#14387) There should be no spaces inside this paren. (space-in-parens)
(#14387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14388) Unexpected tab character. (no-tabs)
(#14388) There should be no spaces inside this paren. (space-in-parens)
(#14388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14389) Unexpected tab character. (no-tabs)
(#14389) There should be no spaces inside this paren. (space-in-parens)
(#14389) There should be no spaces inside this paren. (space-in-parens)
(#14389) There should be no spaces inside this paren. (space-in-parens)
(#14389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14390) Unexpected tab character. (no-tabs)
(#14390) There should be no spaces inside this paren. (space-in-parens)
(#14390) There should be no spaces inside this paren. (space-in-parens)
(#14390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14392) Unexpected tab character. (no-tabs)
(#14392) There should be no spaces inside this paren. (space-in-parens)
(#14392) There should be no spaces inside this paren. (space-in-parens)
(#14392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14393) Unexpected tab character. (no-tabs)
(#14393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14395) Unexpected tab character. (no-tabs)
(#14395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14396) Unexpected tab character. (no-tabs)
(#14396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14398) Unexpected tab character. (no-tabs)
(#14398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14399) Unexpected tab character. (no-tabs)
(#14399) There should be no spaces inside this paren. (space-in-parens)
(#14399) There should be no spaces inside this paren. (space-in-parens)
(#14399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14400) Unexpected tab character. (no-tabs)
(#14400) There should be no spaces inside this paren. (space-in-parens)
(#14400) There should be no spaces inside this paren. (space-in-parens)
(#14400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14401) Unexpected tab character. (no-tabs)
(#14401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14402) Unexpected tab character. (no-tabs)
(#14402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14404) Unexpected tab character. (no-tabs)
(#14404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14405) Unexpected tab character. (no-tabs)
(#14405) There should be no spaces inside this paren. (space-in-parens)
(#14405) There should be no spaces inside this paren. (space-in-parens)
(#14405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14406) Unexpected tab character. (no-tabs)
(#14406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14407) Unexpected tab character. (no-tabs)
(#14407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14408) Unexpected tab character. (no-tabs)
(#14408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14410) Unexpected tab character. (no-tabs)
(#14410) There should be no spaces inside this paren. (space-in-parens)
(#14410) There should be no spaces inside this paren. (space-in-parens)
(#14410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14411) Unexpected tab character. (no-tabs)
(#14411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14413) Unexpected tab character. (no-tabs)
(#14413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14414) Unexpected tab character. (no-tabs)
(#14414) There should be no spaces inside this paren. (space-in-parens)
(#14414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14415) Unexpected tab character. (no-tabs)
(#14415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14417) Unexpected tab character. (no-tabs)
(#14417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14418) Unexpected tab character. (no-tabs)
(#14418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14419) Unexpected tab character. (no-tabs)
(#14419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14420) Unexpected tab character. (no-tabs)
(#14420) There should be no spaces inside this paren. (space-in-parens)
(#14420) There should be no spaces inside this paren. (space-in-parens)
(#14420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14421) Unexpected tab character. (no-tabs)
(#14421) There should be no spaces inside this paren. (space-in-parens)
(#14421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14422) Unexpected tab character. (no-tabs)
(#14422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14424) Unexpected tab character. (no-tabs)
(#14424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14425) Unexpected tab character. (no-tabs)
(#14425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14427) Unexpected tab character. (no-tabs)
(#14427) There should be no spaces inside this paren. (space-in-parens)
(#14427) There should be no spaces inside this paren. (space-in-parens)
(#14427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14429) Unexpected tab character. (no-tabs)
(#14429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14430) Unexpected tab character. (no-tabs)
(#14430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14432) Unexpected tab character. (no-tabs)
(#14432) There should be no spaces inside this paren. (space-in-parens)
(#14432) There should be no spaces inside this paren. (space-in-parens)
(#14432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14433) Unexpected tab character. (no-tabs)
(#14433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14434) Unexpected tab character. (no-tabs)
(#14434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14435) Unexpected tab character. (no-tabs)
(#14435) There should be no spaces inside this paren. (space-in-parens)
(#14435) There should be no spaces inside this paren. (space-in-parens)
(#14435) There should be no spaces inside this paren. (space-in-parens)
(#14435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14436) Unexpected tab character. (no-tabs)
(#14436) There should be no spaces inside this paren. (space-in-parens)
(#14436) There should be no spaces inside this paren. (space-in-parens)
(#14436) There should be no spaces inside this paren. (space-in-parens)
(#14436) There should be no spaces inside this paren. (space-in-parens)
(#14436) There should be no spaces inside this paren. (space-in-parens)
(#14436) There should be no spaces inside this paren. (space-in-parens)
(#14436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14437) Unexpected tab character. (no-tabs)
(#14437) There should be no spaces inside this paren. (space-in-parens)
(#14437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14438) Unexpected tab character. (no-tabs)
(#14438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14439) Unexpected tab character. (no-tabs)
(#14439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14441) Unexpected tab character. (no-tabs)
(#14441) There should be no spaces inside this paren. (space-in-parens)
(#14441) There should be no spaces inside this paren. (space-in-parens)
(#14441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14442) Unexpected tab character. (no-tabs)
(#14442) There should be no spaces inside this paren. (space-in-parens)
(#14442) There should be no spaces inside this paren. (space-in-parens)
(#14442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14444) Unexpected tab character. (no-tabs)
(#14444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14445) Unexpected tab character. (no-tabs)
(#14445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14446) Unexpected tab character. (no-tabs)
(#14446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14447) Unexpected tab character. (no-tabs)
(#14447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14448) Unexpected tab character. (no-tabs)
(#14448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14449) Unexpected tab character. (no-tabs)
(#14449) There should be no spaces inside this paren. (space-in-parens)
(#14449) There should be no spaces inside this paren. (space-in-parens)
(#14449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14450) Unexpected tab character. (no-tabs)
(#14450) There should be no spaces inside this paren. (space-in-parens)
(#14450) There should be no spaces inside this paren. (space-in-parens)
(#14450) There should be no spaces inside this paren. (space-in-parens)
(#14450) There should be no spaces inside this paren. (space-in-parens)
(#14450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14451) Unexpected tab character. (no-tabs)
(#14451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14452) Unexpected tab character. (no-tabs)
(#14452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14454) Unexpected tab character. (no-tabs)
(#14454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14455) Unexpected tab character. (no-tabs)
(#14455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14456) Unexpected tab character. (no-tabs)
(#14456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14457) Unexpected tab character. (no-tabs)
(#14457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14458) Unexpected tab character. (no-tabs)
(#14458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14459) Unexpected tab character. (no-tabs)
(#14459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14460) Unexpected tab character. (no-tabs)
(#14460) There should be no spaces inside this paren. (space-in-parens)
(#14460) There should be no spaces inside this paren. (space-in-parens)
(#14460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14461) Unexpected tab character. (no-tabs)
(#14461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14462) There should be no space before ']'. (array-bracket-spacing)
(#14462) There should be no spaces inside this paren. (space-in-parens)
(#14462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14465) Expected space or tab after '/*' in comment. (spaced-comment)
(#14465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14474) Expected space or tab after '//' in comment. (spaced-comment)
(#14474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14475) Expected space or tab after '//' in comment. (spaced-comment)
(#14475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14476) Expected space or tab after '//' in comment. (spaced-comment)
(#14476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14477) Expected space or tab after '//' in comment. (spaced-comment)
(#14477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14478) Expected space or tab after '//' in comment. (spaced-comment)
(#14478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14479) Expected space or tab after '//' in comment. (spaced-comment)
(#14479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14480) Expected space or tab after '//' in comment. (spaced-comment)
(#14480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14481) Expected space or tab after '//' in comment. (spaced-comment)
(#14481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14482) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#14483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14485) 'widgetsSlider' is assigned a value but never used. (no-unused-vars)
(#14485) There should be no spaces inside this paren. (space-in-parens)
(#14485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14486) Unexpected tab character. (no-tabs)
(#14486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14487) Unexpected tab character. (no-tabs)
(#14487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14489) Unexpected tab character. (no-tabs)
(#14489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14490) Unexpected tab character. (no-tabs)
(#14490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14491) Unexpected tab character. (no-tabs)
(#14491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14492) Unexpected tab character. (no-tabs)
(#14492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14493) Unexpected tab character. (no-tabs)
(#14493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14495) Unexpected tab character. (no-tabs)
(#14495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14496) Unexpected tab character. (no-tabs)
(#14496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14497) Unexpected tab character. (no-tabs)
(#14497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14498) Unexpected tab character. (no-tabs)
(#14498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14499) Unexpected tab character. (no-tabs)
(#14499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14500) Unexpected tab character. (no-tabs)
(#14500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14501) Unexpected tab character. (no-tabs)
(#14501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14502) Unexpected tab character. (no-tabs)
(#14502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14503) Unexpected tab character. (no-tabs)
(#14503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14504) Unexpected tab character. (no-tabs)
(#14504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14505) Unexpected tab character. (no-tabs)
(#14505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14506) Unexpected tab character. (no-tabs)
(#14506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14508) Unexpected tab character. (no-tabs)
(#14508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14509) Unexpected tab character. (no-tabs)
(#14509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14510) Unexpected tab character. (no-tabs)
(#14510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14511) Unexpected tab character. (no-tabs)
(#14511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14512) Unexpected tab character. (no-tabs)
(#14512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14513) Unexpected tab character. (no-tabs)
(#14513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14515) Unexpected tab character. (no-tabs)
(#14515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14516) Unexpected tab character. (no-tabs)
(#14516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14517) Unexpected tab character. (no-tabs)
(#14517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14519) Unexpected tab character. (no-tabs)
(#14519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14520) Unexpected tab character. (no-tabs)
(#14520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14521) Unexpected tab character. (no-tabs)
(#14521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14522) Unexpected tab character. (no-tabs)
(#14522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14523) Unexpected tab character. (no-tabs)
(#14523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14524) Unexpected tab character. (no-tabs)
(#14524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14525) Unexpected tab character. (no-tabs)
(#14525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14526) Unexpected tab character. (no-tabs)
(#14526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14528) Unexpected tab character. (no-tabs)
(#14528) There should be no spaces inside this paren. (space-in-parens)
(#14528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14529) Unexpected tab character. (no-tabs)
(#14529) There should be no spaces inside this paren. (space-in-parens)
(#14529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14531) Unexpected tab character. (no-tabs)
(#14531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14533) Unexpected tab character. (no-tabs)
(#14533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14534) Unexpected tab character. (no-tabs)
(#14534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14536) Unexpected tab character. (no-tabs)
(#14536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14537) Unexpected tab character. (no-tabs)
(#14537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14538) Unexpected tab character. (no-tabs)
(#14538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14539) Unexpected tab character. (no-tabs)
(#14539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14540) Unexpected tab character. (no-tabs)
(#14540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14541) Unexpected tab character. (no-tabs)
(#14541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14543) Unexpected tab character. (no-tabs)
(#14543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14544) Unexpected tab character. (no-tabs)
(#14544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14545) Unexpected tab character. (no-tabs)
(#14545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14546) Unexpected tab character. (no-tabs)
(#14546) There should be no spaces inside this paren. (space-in-parens)
(#14546) There should be no spaces inside this paren. (space-in-parens)
(#14546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14547) Unexpected tab character. (no-tabs)
(#14547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14548) Unexpected tab character. (no-tabs)
(#14548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14550) Unexpected tab character. (no-tabs)
(#14550) There should be no spaces inside this paren. (space-in-parens)
(#14550) There should be no spaces inside this paren. (space-in-parens)
(#14550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14552) Unexpected tab character. (no-tabs)
(#14552) There should be no spaces inside this paren. (space-in-parens)
(#14552) There should be no spaces inside this paren. (space-in-parens)
(#14552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14553) Unexpected tab character. (no-tabs)
(#14553) There should be no spaces inside this paren. (space-in-parens)
(#14553) There should be no spaces inside this paren. (space-in-parens)
(#14553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14554) Unexpected tab character. (no-tabs)
(#14554) There should be no spaces inside this paren. (space-in-parens)
(#14554) There should be no spaces inside this paren. (space-in-parens)
(#14554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14555) Unexpected tab character. (no-tabs)
(#14555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14557) Unexpected tab character. (no-tabs)
(#14557) There should be no spaces inside this paren. (space-in-parens)
(#14557) There should be no spaces inside this paren. (space-in-parens)
(#14557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14558) Unexpected tab character. (no-tabs)
(#14558) There should be no spaces inside this paren. (space-in-parens)
(#14558) There should be no spaces inside this paren. (space-in-parens)
(#14558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14559) Unexpected tab character. (no-tabs)
(#14559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14561) Unexpected tab character. (no-tabs)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) There should be no spaces inside this paren. (space-in-parens)
(#14561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14563) Unexpected tab character. (no-tabs)
(#14563) There should be no spaces inside this paren. (space-in-parens)
(#14563) There should be no spaces inside this paren. (space-in-parens)
(#14563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14565) Unexpected tab character. (no-tabs)
(#14565) There should be no spaces inside this paren. (space-in-parens)
(#14565) There should be no spaces inside this paren. (space-in-parens)
(#14565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14567) Unexpected tab character. (no-tabs)
(#14567) There should be no spaces inside this paren. (space-in-parens)
(#14567) There should be no spaces inside this paren. (space-in-parens)
(#14567) There should be no spaces inside this paren. (space-in-parens)
(#14567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14568) Unexpected tab character. (no-tabs)
(#14568) There should be no spaces inside this paren. (space-in-parens)
(#14568) There should be no spaces inside this paren. (space-in-parens)
(#14568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14569) Unexpected tab character. (no-tabs)
(#14569) There should be no spaces inside this paren. (space-in-parens)
(#14569) There should be no spaces inside this paren. (space-in-parens)
(#14569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14570) Unexpected tab character. (no-tabs)
(#14570) There should be no spaces inside this paren. (space-in-parens)
(#14570) There should be no spaces inside this paren. (space-in-parens)
(#14570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14571) Unexpected tab character. (no-tabs)
(#14571) There should be no spaces inside this paren. (space-in-parens)
(#14571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14572) Unexpected tab character. (no-tabs)
(#14572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14574) Unexpected tab character. (no-tabs)
(#14574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14575) Unexpected tab character. (no-tabs)
(#14575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14577) Unexpected tab character. (no-tabs)
(#14577) There should be no spaces inside this paren. (space-in-parens)
(#14577) There should be no spaces inside this paren. (space-in-parens)
(#14577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14578) Unexpected tab character. (no-tabs)
(#14578) There should be no spaces inside this paren. (space-in-parens)
(#14578) There should be no spaces inside this paren. (space-in-parens)
(#14578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14579) Unexpected tab character. (no-tabs)
(#14579) There should be no spaces inside this paren. (space-in-parens)
(#14579) There should be no spaces inside this paren. (space-in-parens)
(#14579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14580) Unexpected tab character. (no-tabs)
(#14580) There should be no space after '['. (array-bracket-spacing)
(#14580) There should be no space before ']'. (array-bracket-spacing)
(#14580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14581) Unexpected tab character. (no-tabs)
(#14581) There should be no spaces inside this paren. (space-in-parens)
(#14581) There should be no spaces inside this paren. (space-in-parens)
(#14581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14582) Unexpected tab character. (no-tabs)
(#14582) There should be no space after '['. (array-bracket-spacing)
(#14582) There should be no space after '['. (computed-property-spacing)
(#14582) There should be no space before ']'. (computed-property-spacing)
(#14582) There should be no space after '['. (computed-property-spacing)
(#14582) There should be no space before ']'. (computed-property-spacing)
(#14582) There should be no space before ']'. (array-bracket-spacing)
(#14582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14583) Unexpected tab character. (no-tabs)
(#14583) There should be no spaces inside this paren. (space-in-parens)
(#14583) There should be no spaces inside this paren. (space-in-parens)
(#14583) There should be no spaces inside this paren. (space-in-parens)
(#14583) There should be no spaces inside this paren. (space-in-parens)
(#14583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14584) Unexpected tab character. (no-tabs)
(#14584) There should be no spaces inside this paren. (space-in-parens)
(#14584) There should be no spaces inside this paren. (space-in-parens)
(#14584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14585) Unexpected tab character. (no-tabs)
(#14585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14586) Unexpected tab character. (no-tabs)
(#14586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14588) Unexpected tab character. (no-tabs)
(#14588) There should be no spaces inside this paren. (space-in-parens)
(#14588) There should be no spaces inside this paren. (space-in-parens)
(#14588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14589) Unexpected tab character. (no-tabs)
(#14589) There should be no spaces inside this paren. (space-in-parens)
(#14589) There should be no spaces inside this paren. (space-in-parens)
(#14589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14590) Unexpected tab character. (no-tabs)
(#14590) There should be no spaces inside this paren. (space-in-parens)
(#14590) There should be no spaces inside this paren. (space-in-parens)
(#14590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14592) Unexpected tab character. (no-tabs)
(#14592) There should be no spaces inside this paren. (space-in-parens)
(#14592) There should be no spaces inside this paren. (space-in-parens)
(#14592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14593) Unexpected tab character. (no-tabs)
(#14593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14594) Unexpected tab character. (no-tabs)
(#14594) There should be no spaces inside this paren. (space-in-parens)
(#14594) There should be no spaces inside this paren. (space-in-parens)
(#14594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14596) Unexpected tab character. (no-tabs)
(#14596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14597) Unexpected tab character. (no-tabs)
(#14597) There should be no spaces inside this paren. (space-in-parens)
(#14597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14598) Unexpected tab character. (no-tabs)
(#14598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14599) Unexpected tab character. (no-tabs)
(#14599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14600) Unexpected tab character. (no-tabs)
(#14600) There should be no spaces inside this paren. (space-in-parens)
(#14600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14601) Unexpected tab character. (no-tabs)
(#14601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14602) Unexpected tab character. (no-tabs)
(#14602) There should be no spaces inside this paren. (space-in-parens)
(#14602) There should be no spaces inside this paren. (space-in-parens)
(#14602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14603) Unexpected tab character. (no-tabs)
(#14603) There should be no spaces inside this paren. (space-in-parens)
(#14603) There should be no spaces inside this paren. (space-in-parens)
(#14603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14604) Unexpected tab character. (no-tabs)
(#14604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14605) Unexpected tab character. (no-tabs)
(#14605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14606) Unexpected tab character. (no-tabs)
(#14606) There should be no spaces inside this paren. (space-in-parens)
(#14606) There should be no spaces inside this paren. (space-in-parens)
(#14606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14607) Unexpected tab character. (no-tabs)
(#14607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14608) Unexpected tab character. (no-tabs)
(#14608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14609) Unexpected tab character. (no-tabs)
(#14609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14610) Unexpected tab character. (no-tabs)
(#14610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14611) Unexpected tab character. (no-tabs)
(#14611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14613) Unexpected tab character. (no-tabs)
(#14613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14614) Unexpected tab character. (no-tabs)
(#14614) There should be no spaces inside this paren. (space-in-parens)
(#14614) There should be no spaces inside this paren. (space-in-parens)
(#14614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14615) Unexpected tab character. (no-tabs)
(#14615) There should be no spaces inside this paren. (space-in-parens)
(#14615) There should be no spaces inside this paren. (space-in-parens)
(#14615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14616) Unexpected tab character. (no-tabs)
(#14616) There should be no spaces inside this paren. (space-in-parens)
(#14616) There should be no spaces inside this paren. (space-in-parens)
(#14616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14617) Unexpected tab character. (no-tabs)
(#14617) There should be no spaces inside this paren. (space-in-parens)
(#14617) There should be no spaces inside this paren. (space-in-parens)
(#14617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14618) Unexpected tab character. (no-tabs)
(#14618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14620) Unexpected tab character. (no-tabs)
(#14620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14621) Unexpected tab character. (no-tabs)
(#14621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14622) Unexpected tab character. (no-tabs)
(#14622) There should be no spaces inside this paren. (space-in-parens)
(#14622) There should be no spaces inside this paren. (space-in-parens)
(#14622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14623) Unexpected tab character. (no-tabs)
(#14623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14624) Unexpected tab character. (no-tabs)
(#14624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14626) Unexpected tab character. (no-tabs)
(#14626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14627) Unexpected tab character. (no-tabs)
(#14627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14629) Unexpected tab character. (no-tabs)
(#14629) There should be no spaces inside this paren. (space-in-parens)
(#14629) There should be no spaces inside this paren. (space-in-parens)
(#14629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14630) Unexpected tab character. (no-tabs)
(#14630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14631) Unexpected tab character. (no-tabs)
(#14631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14632) Unexpected tab character. (no-tabs)
(#14632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14634) Unexpected tab character. (no-tabs)
(#14634) There should be no spaces inside this paren. (space-in-parens)
(#14634) There should be no spaces inside this paren. (space-in-parens)
(#14634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14635) Unexpected tab character. (no-tabs)
(#14635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14636) Unexpected tab character. (no-tabs)
(#14636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14638) Unexpected tab character. (no-tabs)
(#14638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14639) Unexpected tab character. (no-tabs)
(#14639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14640) Unexpected tab character. (no-tabs)
(#14640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14641) Unexpected tab character. (no-tabs)
(#14641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14642) Unexpected tab character. (no-tabs)
(#14642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14644) Unexpected tab character. (no-tabs)
(#14644) There should be no space after '{'. (object-curly-spacing)
(#14644) There should be no space before '}'. (object-curly-spacing)
(#14644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14645) Unexpected tab character. (no-tabs)
(#14645) There should be no spaces inside this paren. (space-in-parens)
(#14645) There should be no spaces inside this paren. (space-in-parens)
(#14645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14646) Unexpected tab character. (no-tabs)
(#14646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14647) Unexpected tab character. (no-tabs)
(#14647) There should be no spaces inside this paren. (space-in-parens)
(#14647) There should be no spaces inside this paren. (space-in-parens)
(#14647) There should be no spaces inside this paren. (space-in-parens)
(#14647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14648) Unexpected tab character. (no-tabs)
(#14648) There should be no spaces inside this paren. (space-in-parens)
(#14648) There should be no spaces inside this paren. (space-in-parens)
(#14648) There should be no spaces inside this paren. (space-in-parens)
(#14648) There should be no spaces inside this paren. (space-in-parens)
(#14648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14649) Unexpected tab character. (no-tabs)
(#14649) There should be no spaces inside this paren. (space-in-parens)
(#14649) There should be no spaces inside this paren. (space-in-parens)
(#14649) There should be no spaces inside this paren. (space-in-parens)
(#14649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14650) Unexpected tab character. (no-tabs)
(#14650) There should be no spaces inside this paren. (space-in-parens)
(#14650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14651) Unexpected tab character. (no-tabs)
(#14651) There should be no spaces inside this paren. (space-in-parens)
(#14651) There should be no spaces inside this paren. (space-in-parens)
(#14651) There should be no spaces inside this paren. (space-in-parens)
(#14651) There should be no spaces inside this paren. (space-in-parens)
(#14651) There should be no spaces inside this paren. (space-in-parens)
(#14651) There should be no spaces inside this paren. (space-in-parens)
(#14651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14652) Unexpected tab character. (no-tabs)
(#14652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14653) Unexpected tab character. (no-tabs)
(#14653) There should be no spaces inside this paren. (space-in-parens)
(#14653) There should be no spaces inside this paren. (space-in-parens)
(#14653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14654) Unexpected tab character. (no-tabs)
(#14654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14655) Unexpected tab character. (no-tabs)
(#14655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14656) Unexpected tab character. (no-tabs)
(#14656) There should be no spaces inside this paren. (space-in-parens)
(#14656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14658) Unexpected tab character. (no-tabs)
(#14658) There should be no spaces inside this paren. (space-in-parens)
(#14658) There should be no spaces inside this paren. (space-in-parens)
(#14658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14659) Unexpected tab character. (no-tabs)
(#14659) There should be no spaces inside this paren. (space-in-parens)
(#14659) There should be no spaces inside this paren. (space-in-parens)
(#14659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14660) Unexpected tab character. (no-tabs)
(#14660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14661) Unexpected tab character. (no-tabs)
(#14661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14662) Unexpected tab character. (no-tabs)
(#14662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14664) Unexpected tab character. (no-tabs)
(#14664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14666) Unexpected tab character. (no-tabs)
(#14666) There should be no spaces inside this paren. (space-in-parens)
(#14666) There should be no spaces inside this paren. (space-in-parens)
(#14666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14667) Unexpected tab character. (no-tabs)
(#14667) There should be no spaces inside this paren. (space-in-parens)
(#14667) There should be no spaces inside this paren. (space-in-parens)
(#14667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14669) Unexpected tab character. (no-tabs)
(#14669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14670) Unexpected tab character. (no-tabs)
(#14670) There should be no spaces inside this paren. (space-in-parens)
(#14670) There should be no spaces inside this paren. (space-in-parens)
(#14670) There should be no spaces inside this paren. (space-in-parens)
(#14670) There should be no spaces inside this paren. (space-in-parens)
(#14670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14671) Unexpected tab character. (no-tabs)
(#14671) There should be no space after '{'. (object-curly-spacing)
(#14671) There should be no space before '}'. (object-curly-spacing)
(#14671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14672) Unexpected tab character. (no-tabs)
(#14672) There should be no spaces inside this paren. (space-in-parens)
(#14672) There should be no spaces inside this paren. (space-in-parens)
(#14672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14673) Unexpected tab character. (no-tabs)
(#14673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14674) Unexpected tab character. (no-tabs)
(#14674) There should be no spaces inside this paren. (space-in-parens)
(#14674) There should be no spaces inside this paren. (space-in-parens)
(#14674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14675) Unexpected tab character. (no-tabs)
(#14675) There should be no spaces inside this paren. (space-in-parens)
(#14675) There should be no spaces inside this paren. (space-in-parens)
(#14675) There should be no spaces inside this paren. (space-in-parens)
(#14675) There should be no spaces inside this paren. (space-in-parens)
(#14675) There should be no spaces inside this paren. (space-in-parens)
(#14675) There should be no spaces inside this paren. (space-in-parens)
(#14675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14676) Unexpected tab character. (no-tabs)
(#14676) There should be no spaces inside this paren. (space-in-parens)
(#14676) There should be no spaces inside this paren. (space-in-parens)
(#14676) There should be no spaces inside this paren. (space-in-parens)
(#14676) There should be no spaces inside this paren. (space-in-parens)
(#14676) There should be no spaces inside this paren. (space-in-parens)
(#14676) There should be no spaces inside this paren. (space-in-parens)
(#14676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14677) Unexpected tab character. (no-tabs)
(#14677) There should be no spaces inside this paren. (space-in-parens)
(#14677) There should be no spaces inside this paren. (space-in-parens)
(#14677) There should be no spaces inside this paren. (space-in-parens)
(#14677) There should be no spaces inside this paren. (space-in-parens)
(#14677) There should be no spaces inside this paren. (space-in-parens)
(#14677) There should be no spaces inside this paren. (space-in-parens)
(#14677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14678) Unexpected tab character. (no-tabs)
(#14678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14680) Unexpected tab character. (no-tabs)
(#14680) There should be no spaces inside this paren. (space-in-parens)
(#14680) There should be no spaces inside this paren. (space-in-parens)
(#14680) There should be no spaces inside this paren. (space-in-parens)
(#14680) There should be no spaces inside this paren. (space-in-parens)
(#14680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14681) Unexpected tab character. (no-tabs)
(#14681) There should be no spaces inside this paren. (space-in-parens)
(#14681) There should be no spaces inside this paren. (space-in-parens)
(#14681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14682) Unexpected tab character. (no-tabs)
(#14682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14683) Unexpected tab character. (no-tabs)
(#14683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14684) Unexpected tab character. (no-tabs)
(#14684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14685) Unexpected tab character. (no-tabs)
(#14685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14687) Unexpected tab character. (no-tabs)
(#14687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14688) Unexpected tab character. (no-tabs)
(#14688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14689) Unexpected tab character. (no-tabs)
(#14689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14691) Unexpected tab character. (no-tabs)
(#14691) There should be no spaces inside this paren. (space-in-parens)
(#14691) There should be no spaces inside this paren. (space-in-parens)
(#14691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14692) Unexpected tab character. (no-tabs)
(#14692) There should be no space after '{'. (object-curly-spacing)
(#14692) There should be no space before '}'. (object-curly-spacing)
(#14692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14693) Unexpected tab character. (no-tabs)
(#14693) There should be no spaces inside this paren. (space-in-parens)
(#14693) There should be no spaces inside this paren. (space-in-parens)
(#14693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14695) Unexpected tab character. (no-tabs)
(#14695) There should be no spaces inside this paren. (space-in-parens)
(#14695) There should be no spaces inside this paren. (space-in-parens)
(#14695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14697) Unexpected tab character. (no-tabs)
(#14697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14698) Unexpected tab character. (no-tabs)
(#14698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14700) Unexpected tab character. (no-tabs)
(#14700) There should be no spaces inside this paren. (space-in-parens)
(#14700) There should be no spaces inside this paren. (space-in-parens)
(#14700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14701) Unexpected tab character. (no-tabs)
(#14701) There should be no spaces inside this paren. (space-in-parens)
(#14701) There should be no spaces inside this paren. (space-in-parens)
(#14701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14702) Unexpected tab character. (no-tabs)
(#14702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14704) Unexpected tab character. (no-tabs)
(#14704) There should be no spaces inside this paren. (space-in-parens)
(#14704) There should be no spaces inside this paren. (space-in-parens)
(#14704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14705) Unexpected tab character. (no-tabs)
(#14705) There should be no spaces inside this paren. (space-in-parens)
(#14705) There should be no spaces inside this paren. (space-in-parens)
(#14705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14707) Unexpected tab character. (no-tabs)
(#14707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14708) Unexpected tab character. (no-tabs)
(#14708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14709) Unexpected tab character. (no-tabs)
(#14709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14711) Unexpected tab character. (no-tabs)
(#14711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14712) Unexpected tab character. (no-tabs)
(#14712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14714) Unexpected tab character. (no-tabs)
(#14714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14715) Unexpected tab character. (no-tabs)
(#14715) There should be no spaces inside this paren. (space-in-parens)
(#14715) There should be no spaces inside this paren. (space-in-parens)
(#14715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14716) Unexpected tab character. (no-tabs)
(#14716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14718) Unexpected tab character. (no-tabs)
(#14718) There should be no spaces inside this paren. (space-in-parens)
(#14718) There should be no spaces inside this paren. (space-in-parens)
(#14718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14719) Unexpected tab character. (no-tabs)
(#14719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14720) Unexpected tab character. (no-tabs)
(#14720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14721) Unexpected tab character. (no-tabs)
(#14721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14722) Unexpected tab character. (no-tabs)
(#14722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14723) Unexpected tab character. (no-tabs)
(#14723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14725) Unexpected tab character. (no-tabs)
(#14725) There should be no spaces inside this paren. (space-in-parens)
(#14725) There should be no spaces inside this paren. (space-in-parens)
(#14725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14726) Unexpected tab character. (no-tabs)
(#14726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14727) Unexpected tab character. (no-tabs)
(#14727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14728) Unexpected tab character. (no-tabs)
(#14728) There should be no spaces inside this paren. (space-in-parens)
(#14728) There should be no spaces inside this paren. (space-in-parens)
(#14728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14729) Unexpected tab character. (no-tabs)
(#14729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14730) Unexpected tab character. (no-tabs)
(#14730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14731) Unexpected tab character. (no-tabs)
(#14731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14732) Unexpected tab character. (no-tabs)
(#14732) There should be no spaces inside this paren. (space-in-parens)
(#14732) There should be no spaces inside this paren. (space-in-parens)
(#14732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14733) Unexpected tab character. (no-tabs)
(#14733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14735) Unexpected tab character. (no-tabs)
(#14735) There should be no spaces inside this paren. (space-in-parens)
(#14735) There should be no spaces inside this paren. (space-in-parens)
(#14735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14736) Unexpected tab character. (no-tabs)
(#14736) There should be no spaces inside this paren. (space-in-parens)
(#14736) There should be no spaces inside this paren. (space-in-parens)
(#14736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14737) Unexpected tab character. (no-tabs)
(#14737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14738) Unexpected tab character. (no-tabs)
(#14738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14739) Unexpected tab character. (no-tabs)
(#14739) There should be no spaces inside this paren. (space-in-parens)
(#14739) There should be no spaces inside this paren. (space-in-parens)
(#14739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14740) Unexpected tab character. (no-tabs)
(#14740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14741) Unexpected tab character. (no-tabs)
(#14741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14742) Unexpected tab character. (no-tabs)
(#14742) There should be no spaces inside this paren. (space-in-parens)
(#14742) There should be no spaces inside this paren. (space-in-parens)
(#14742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14743) Unexpected tab character. (no-tabs)
(#14743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14744) Unexpected tab character. (no-tabs)
(#14744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14746) Unexpected tab character. (no-tabs)
(#14746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14747) Unexpected tab character. (no-tabs)
(#14747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14749) Unexpected tab character. (no-tabs)
(#14749) There should be no spaces inside this paren. (space-in-parens)
(#14749) There should be no spaces inside this paren. (space-in-parens)
(#14749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14750) Unexpected tab character. (no-tabs)
(#14750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14752) Unexpected tab character. (no-tabs)
(#14752) There should be no spaces inside this paren. (space-in-parens)
(#14752) There should be no spaces inside this paren. (space-in-parens)
(#14752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14753) Unexpected tab character. (no-tabs)
(#14753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14754) Unexpected tab character. (no-tabs)
(#14754) There should be no space after '['. (computed-property-spacing)
(#14754) There should be no space before ']'. (computed-property-spacing)
(#14754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14755) Unexpected tab character. (no-tabs)
(#14755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14756) Unexpected tab character. (no-tabs)
(#14756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14757) Unexpected tab character. (no-tabs)
(#14757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14759) Unexpected tab character. (no-tabs)
(#14759) There should be no spaces inside this paren. (space-in-parens)
(#14759) There should be no spaces inside this paren. (space-in-parens)
(#14759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14760) Unexpected tab character. (no-tabs)
(#14760) There should be no spaces inside this paren. (space-in-parens)
(#14760) There should be no spaces inside this paren. (space-in-parens)
(#14760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14761) Unexpected tab character. (no-tabs)
(#14761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14762) Unexpected tab character. (no-tabs)
(#14762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14764) Unexpected tab character. (no-tabs)
(#14764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14765) Unexpected tab character. (no-tabs)
(#14765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14767) Unexpected tab character. (no-tabs)
(#14767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14768) Unexpected tab character. (no-tabs)
(#14768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14769) Unexpected tab character. (no-tabs)
(#14769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14771) Unexpected tab character. (no-tabs)
(#14771) There should be no spaces inside this paren. (space-in-parens)
(#14771) There should be no spaces inside this paren. (space-in-parens)
(#14771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14772) Unexpected tab character. (no-tabs)
(#14772) There should be no spaces inside this paren. (space-in-parens)
(#14772) There should be no spaces inside this paren. (space-in-parens)
(#14772) There should be no spaces inside this paren. (space-in-parens)
(#14772) There should be no spaces inside this paren. (space-in-parens)
(#14772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14773) Unexpected tab character. (no-tabs)
(#14773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14775) Unexpected tab character. (no-tabs)
(#14775) There should be no spaces inside this paren. (space-in-parens)
(#14775) There should be no spaces inside this paren. (space-in-parens)
(#14775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14776) Unexpected tab character. (no-tabs)
(#14776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14777) Unexpected tab character. (no-tabs)
(#14777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14778) Unexpected tab character. (no-tabs)
(#14778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14780) Unexpected tab character. (no-tabs)
(#14780) There should be no spaces inside this paren. (space-in-parens)
(#14780) There should be no spaces inside this paren. (space-in-parens)
(#14780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14781) Unexpected tab character. (no-tabs)
(#14781) There should be no spaces inside this paren. (space-in-parens)
(#14781) There should be no spaces inside this paren. (space-in-parens)
(#14781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14782) Unexpected tab character. (no-tabs)
(#14782) There should be no spaces inside this paren. (space-in-parens)
(#14782) There should be no spaces inside this paren. (space-in-parens)
(#14782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14784) Unexpected tab character. (no-tabs)
(#14784) There should be no spaces inside this paren. (space-in-parens)
(#14784) There should be no spaces inside this paren. (space-in-parens)
(#14784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14785) Unexpected tab character. (no-tabs)
(#14785) Multiple spaces found before 'index'. (no-multi-spaces)
(#14785) There should be no spaces inside this paren. (space-in-parens)
(#14785) There should be no spaces inside this paren. (space-in-parens)
(#14785) There should be no spaces inside this paren. (space-in-parens)
(#14785) There should be no spaces inside this paren. (space-in-parens)
(#14785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14786) Unexpected tab character. (no-tabs)
(#14786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14788) Unexpected tab character. (no-tabs)
(#14788) There should be no space after '['. (computed-property-spacing)
(#14788) There should be no space before ']'. (computed-property-spacing)
(#14788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14789) Unexpected tab character. (no-tabs)
(#14789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14791) Unexpected tab character. (no-tabs)
(#14791) There should be no spaces inside this paren. (space-in-parens)
(#14791) There should be no spaces inside this paren. (space-in-parens)
(#14791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14792) Unexpected tab character. (no-tabs)
(#14792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14793) Unexpected tab character. (no-tabs)
(#14793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14795) Unexpected tab character. (no-tabs)
(#14795) There should be no spaces inside this paren. (space-in-parens)
(#14795) There should be no spaces inside this paren. (space-in-parens)
(#14795) There should be no spaces inside this paren. (space-in-parens)
(#14795) There should be no spaces inside this paren. (space-in-parens)
(#14795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14797) Unexpected tab character. (no-tabs)
(#14797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14798) Unexpected tab character. (no-tabs)
(#14798) There should be no spaces inside this paren. (space-in-parens)
(#14798) There should be no spaces inside this paren. (space-in-parens)
(#14798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14799) Unexpected tab character. (no-tabs)
(#14799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14800) Unexpected tab character. (no-tabs)
(#14800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14802) Unexpected tab character. (no-tabs)
(#14802) There should be no spaces inside this paren. (space-in-parens)
(#14802) There should be no spaces inside this paren. (space-in-parens)
(#14802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14803) Unexpected tab character. (no-tabs)
(#14803) There should be no spaces inside this paren. (space-in-parens)
(#14803) There should be no spaces inside this paren. (space-in-parens)
(#14803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14804) Unexpected tab character. (no-tabs)
(#14804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14805) Unexpected tab character. (no-tabs)
(#14805) There should be no spaces inside this paren. (space-in-parens)
(#14805) There should be no spaces inside this paren. (space-in-parens)
(#14805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14806) Unexpected tab character. (no-tabs)
(#14806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14807) Unexpected tab character. (no-tabs)
(#14807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14809) Unexpected tab character. (no-tabs)
(#14809) There should be no spaces inside this paren. (space-in-parens)
(#14809) There should be no spaces inside this paren. (space-in-parens)
(#14809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14810) Unexpected tab character. (no-tabs)
(#14810) There should be no spaces inside this paren. (space-in-parens)
(#14810) There should be no spaces inside this paren. (space-in-parens)
(#14810) There should be no spaces inside this paren. (space-in-parens)
(#14810) There should be no spaces inside this paren. (space-in-parens)
(#14810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14811) Unexpected tab character. (no-tabs)
(#14811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14813) Unexpected tab character. (no-tabs)
(#14813) There should be no spaces inside this paren. (space-in-parens)
(#14813) There should be no spaces inside this paren. (space-in-parens)
(#14813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14814) Unexpected tab character. (no-tabs)
(#14814) There should be no spaces inside this paren. (space-in-parens)
(#14814) There should be no spaces inside this paren. (space-in-parens)
(#14814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14816) Unexpected tab character. (no-tabs)
(#14816) Expected space or tab after '//' in comment. (spaced-comment)
(#14816) Comments should not begin with a lowercase character (capitalized-comments)
(#14816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14817) Unexpected tab character. (no-tabs)
(#14817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14818) Unexpected tab character. (no-tabs)
(#14818) There should be no spaces inside this paren. (space-in-parens)
(#14818) There should be no spaces inside this paren. (space-in-parens)
(#14818) There should be no spaces inside this paren. (space-in-parens)
(#14818) There should be no spaces inside this paren. (space-in-parens)
(#14818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14819) Unexpected tab character. (no-tabs)
(#14819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14820) Unexpected tab character. (no-tabs)
(#14820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14822) Unexpected tab character. (no-tabs)
(#14822) There should be no spaces inside this paren. (space-in-parens)
(#14822) There should be no spaces inside this paren. (space-in-parens)
(#14822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14823) Unexpected tab character. (no-tabs)
(#14823) There should be no spaces inside this paren. (space-in-parens)
(#14823) There should be no spaces inside this paren. (space-in-parens)
(#14823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14824) Unexpected tab character. (no-tabs)
(#14824) There should be no spaces inside this paren. (space-in-parens)
(#14824) There should be no spaces inside this paren. (space-in-parens)
(#14824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14825) Unexpected tab character. (no-tabs)
(#14825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14826) Unexpected tab character. (no-tabs)
(#14826) There should be no spaces inside this paren. (space-in-parens)
(#14826) There should be no spaces inside this paren. (space-in-parens)
(#14826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14827) Unexpected tab character. (no-tabs)
(#14827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14828) Unexpected tab character. (no-tabs)
(#14828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14830) Unexpected tab character. (no-tabs)
(#14830) Method 'value' expected no return value. (consistent-return)
(#14830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14831) Unexpected tab character. (no-tabs)
(#14831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14833) Unexpected tab character. (no-tabs)
(#14833) There should be no spaces inside this paren. (space-in-parens)
(#14833) There should be no spaces inside this paren. (space-in-parens)
(#14833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14834) Unexpected tab character. (no-tabs)
(#14834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14835) Unexpected tab character. (no-tabs)
(#14835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14836) Unexpected tab character. (no-tabs)
(#14836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14838) Unexpected tab character. (no-tabs)
(#14838) There should be no spaces inside this paren. (space-in-parens)
(#14838) There should be no spaces inside this paren. (space-in-parens)
(#14838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14839) Unexpected tab character. (no-tabs)
(#14839) There should be no space after '['. (computed-property-spacing)
(#14839) There should be no space before ']'. (computed-property-spacing)
(#14839) There should be no spaces inside this paren. (space-in-parens)
(#14839) There should be no spaces inside this paren. (space-in-parens)
(#14839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14840) Unexpected tab character. (no-tabs)
(#14840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14841) Unexpected tab character. (no-tabs)
(#14841) There should be no spaces inside this paren. (space-in-parens)
(#14841) There should be no spaces inside this paren. (space-in-parens)
(#14841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14842) Unexpected tab character. (no-tabs)
(#14842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14843) Unexpected tab character. (no-tabs)
(#14843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14845) Unexpected tab character. (no-tabs)
(#14845) There should be no spaces inside this paren. (space-in-parens)
(#14845) There should be no spaces inside this paren. (space-in-parens)
(#14845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14846) Unexpected tab character. (no-tabs)
(#14846) There should be no spaces inside this paren. (space-in-parens)
(#14846) There should be no spaces inside this paren. (space-in-parens)
(#14846) There should be no space after '['. (computed-property-spacing)
(#14846) There should be no space before ']'. (computed-property-spacing)
(#14846) There should be no spaces inside this paren. (space-in-parens)
(#14846) There should be no spaces inside this paren. (space-in-parens)
(#14846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14847) Unexpected tab character. (no-tabs)
(#14847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14848) Unexpected tab character. (no-tabs)
(#14848) There should be no space after '['. (computed-property-spacing)
(#14848) There should be no space before ']'. (computed-property-spacing)
(#14848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14849) Unexpected tab character. (no-tabs)
(#14849) There should be no spaces inside this paren. (space-in-parens)
(#14849) There should be no spaces inside this paren. (space-in-parens)
(#14849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14850) Unexpected tab character. (no-tabs)
(#14850) There should be no space after '['. (computed-property-spacing)
(#14850) There should be no space before ']'. (computed-property-spacing)
(#14850) There should be no spaces inside this paren. (space-in-parens)
(#14850) There should be no space after '['. (computed-property-spacing)
(#14850) There should be no space before ']'. (computed-property-spacing)
(#14850) There should be no spaces inside this paren. (space-in-parens)
(#14850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14851) Unexpected tab character. (no-tabs)
(#14851) There should be no spaces inside this paren. (space-in-parens)
(#14851) There should be no spaces inside this paren. (space-in-parens)
(#14851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14852) Unexpected tab character. (no-tabs)
(#14852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14853) Unexpected tab character. (no-tabs)
(#14853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14854) Unexpected tab character. (no-tabs)
(#14854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14855) Unexpected tab character. (no-tabs)
(#14855) There should be no spaces inside this paren. (space-in-parens)
(#14855) There should be no spaces inside this paren. (space-in-parens)
(#14855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14856) Unexpected tab character. (no-tabs)
(#14856) Method 'values' expected no return value. (consistent-return)
(#14856) There should be no spaces inside this paren. (space-in-parens)
(#14856) There should be no spaces inside this paren. (space-in-parens)
(#14856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14857) Unexpected tab character. (no-tabs)
(#14857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14858) Unexpected tab character. (no-tabs)
(#14858) Method 'values' expected no return value. (consistent-return)
(#14858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14859) Unexpected tab character. (no-tabs)
(#14859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14860) Unexpected tab character. (no-tabs)
(#14860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14861) Unexpected tab character. (no-tabs)
(#14861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14862) Unexpected tab character. (no-tabs)
(#14862) Method 'values' expected no return value. (consistent-return)
(#14862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14863) Unexpected tab character. (no-tabs)
(#14863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14864) Unexpected tab character. (no-tabs)
(#14864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14866) Unexpected tab character. (no-tabs)
(#14866) There should be no spaces inside this paren. (space-in-parens)
(#14866) There should be no spaces inside this paren. (space-in-parens)
(#14866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14867) Unexpected tab character. (no-tabs)
(#14867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14868) Unexpected tab character. (no-tabs)
(#14868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14870) Unexpected tab character. (no-tabs)
(#14870) There should be no spaces inside this paren. (space-in-parens)
(#14870) There should be no spaces inside this paren. (space-in-parens)
(#14870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14871) Unexpected tab character. (no-tabs)
(#14871) There should be no spaces inside this paren. (space-in-parens)
(#14871) There should be no spaces inside this paren. (space-in-parens)
(#14871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14872) Unexpected tab character. (no-tabs)
(#14872) There should be no spaces inside this paren. (space-in-parens)
(#14872) There should be no spaces inside this paren. (space-in-parens)
(#14872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14873) Unexpected tab character. (no-tabs)
(#14873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14874) Unexpected tab character. (no-tabs)
(#14874) There should be no spaces inside this paren. (space-in-parens)
(#14874) There should be no spaces inside this paren. (space-in-parens)
(#14874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14875) Unexpected tab character. (no-tabs)
(#14875) There should be no spaces inside this paren. (space-in-parens)
(#14875) There should be no spaces inside this paren. (space-in-parens)
(#14875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14876) Unexpected tab character. (no-tabs)
(#14876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14877) Unexpected tab character. (no-tabs)
(#14877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14878) Unexpected tab character. (no-tabs)
(#14878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14880) Unexpected tab character. (no-tabs)
(#14880) There should be no spaces inside this paren. (space-in-parens)
(#14880) There should be no spaces inside this paren. (space-in-parens)
(#14880) There should be no spaces inside this paren. (space-in-parens)
(#14880) There should be no spaces inside this paren. (space-in-parens)
(#14880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14881) Unexpected tab character. (no-tabs)
(#14881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14882) Unexpected tab character. (no-tabs)
(#14882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14884) Unexpected tab character. (no-tabs)
(#14884) There should be no spaces inside this paren. (space-in-parens)
(#14884) There should be no spaces inside this paren. (space-in-parens)
(#14884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14886) Unexpected tab character. (no-tabs)
(#14886) There should be no spaces inside this paren. (space-in-parens)
(#14886) There should be no spaces inside this paren. (space-in-parens)
(#14886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14887) Unexpected tab character. (no-tabs)
(#14887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14888) Unexpected tab character. (no-tabs)
(#14888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14889) Unexpected tab character. (no-tabs)
(#14889) There should be no spaces inside this paren. (space-in-parens)
(#14889) There should be no spaces inside this paren. (space-in-parens)
(#14889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14890) Unexpected tab character. (no-tabs)
(#14890) There should be no spaces inside this paren. (space-in-parens)
(#14890) There should be no spaces inside this paren. (space-in-parens)
(#14890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14891) Unexpected tab character. (no-tabs)
(#14891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14892) Unexpected tab character. (no-tabs)
(#14892) There should be no spaces inside this paren. (space-in-parens)
(#14892) There should be no spaces inside this paren. (space-in-parens)
(#14892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14893) Unexpected tab character. (no-tabs)
(#14893) There should be no spaces inside this paren. (space-in-parens)
(#14893) There should be no spaces inside this paren. (space-in-parens)
(#14893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14894) Unexpected tab character. (no-tabs)
(#14894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14896) Unexpected tab character. (no-tabs)
(#14896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14897) Unexpected tab character. (no-tabs)
(#14897) There should be no spaces inside this paren. (space-in-parens)
(#14897) There should be no spaces inside this paren. (space-in-parens)
(#14897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14898) Unexpected tab character. (no-tabs)
(#14898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14899) Unexpected tab character. (no-tabs)
(#14899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14900) Unexpected tab character. (no-tabs)
(#14900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14901) Unexpected tab character. (no-tabs)
(#14901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14902) Unexpected tab character. (no-tabs)
(#14902) There should be no spaces inside this paren. (space-in-parens)
(#14902) There should be no spaces inside this paren. (space-in-parens)
(#14902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14903) Unexpected tab character. (no-tabs)
(#14903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14904) Unexpected tab character. (no-tabs)
(#14904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14905) Unexpected tab character. (no-tabs)
(#14905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14906) Unexpected tab character. (no-tabs)
(#14906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14907) Unexpected tab character. (no-tabs)
(#14907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14909) Unexpected tab character. (no-tabs)
(#14909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14910) Unexpected tab character. (no-tabs)
(#14910) There should be no spaces inside this paren. (space-in-parens)
(#14910) There should be no spaces inside this paren. (space-in-parens)
(#14910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14911) Unexpected tab character. (no-tabs)
(#14911) There should be no spaces inside this paren. (space-in-parens)
(#14911) There should be no spaces inside this paren. (space-in-parens)
(#14911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14912) Unexpected tab character. (no-tabs)
(#14912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14913) Unexpected tab character. (no-tabs)
(#14913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14914) Unexpected tab character. (no-tabs)
(#14914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14915) Unexpected tab character. (no-tabs)
(#14915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14916) Unexpected tab character. (no-tabs)
(#14916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14917) Unexpected tab character. (no-tabs)
(#14917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14918) Unexpected tab character. (no-tabs)
(#14918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14919) Unexpected tab character. (no-tabs)
(#14919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14920) Unexpected tab character. (no-tabs)
(#14920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14921) Unexpected tab character. (no-tabs)
(#14921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14922) Unexpected tab character. (no-tabs)
(#14922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14923) Unexpected tab character. (no-tabs)
(#14923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14924) Unexpected tab character. (no-tabs)
(#14924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14925) Unexpected tab character. (no-tabs)
(#14925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14926) Unexpected tab character. (no-tabs)
(#14926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14927) Unexpected tab character. (no-tabs)
(#14927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14928) Unexpected tab character. (no-tabs)
(#14928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14929) Unexpected tab character. (no-tabs)
(#14929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14931) Unexpected tab character. (no-tabs)
(#14931) There should be no spaces inside this paren. (space-in-parens)
(#14931) There should be no spaces inside this paren. (space-in-parens)
(#14931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14932) Unexpected tab character. (no-tabs)
(#14932) There should be no spaces inside this paren. (space-in-parens)
(#14932) There should be no spaces inside this paren. (space-in-parens)
(#14932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14934) Unexpected tab character. (no-tabs)
(#14934) There should be no spaces inside this paren. (space-in-parens)
(#14934) There should be no spaces inside this paren. (space-in-parens)
(#14934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14935) Unexpected tab character. (no-tabs)
(#14935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14937) Unexpected tab character. (no-tabs)
(#14937) Expected space or tab after '//' in comment. (spaced-comment)
(#14937) Comments should not begin with a lowercase character (capitalized-comments)
(#14937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14938) Unexpected tab character. (no-tabs)
(#14938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14939) Unexpected tab character. (no-tabs)
(#14939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14940) Unexpected tab character. (no-tabs)
(#14940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14941) Unexpected tab character. (no-tabs)
(#14941) There should be no spaces inside this paren. (space-in-parens)
(#14941) There should be no spaces inside this paren. (space-in-parens)
(#14941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14943) Unexpected tab character. (no-tabs)
(#14943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14944) Unexpected tab character. (no-tabs)
(#14944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14946) Unexpected tab character. (no-tabs)
(#14946) Expected space or tab after '//' in comment. (spaced-comment)
(#14946) Comments should not begin with a lowercase character (capitalized-comments)
(#14946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14947) Unexpected tab character. (no-tabs)
(#14947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14948) Unexpected tab character. (no-tabs)
(#14948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14949) Unexpected tab character. (no-tabs)
(#14949) There should be no spaces inside this paren. (space-in-parens)
(#14949) There should be no spaces inside this paren. (space-in-parens)
(#14949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14950) Unexpected tab character. (no-tabs)
(#14950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14951) Unexpected tab character. (no-tabs)
(#14951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14952) Unexpected tab character. (no-tabs)
(#14952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14954) Unexpected tab character. (no-tabs)
(#14954) There should be no spaces inside this paren. (space-in-parens)
(#14954) There should be no spaces inside this paren. (space-in-parens)
(#14954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14955) Unexpected tab character. (no-tabs)
(#14955) There should be no space after '['. (computed-property-spacing)
(#14955) There should be no space before ']'. (computed-property-spacing)
(#14955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14956) Unexpected tab character. (no-tabs)
(#14956) There should be no spaces inside this paren. (space-in-parens)
(#14956) There should be no spaces inside this paren. (space-in-parens)
(#14956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14958) Unexpected tab character. (no-tabs)
(#14958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14959) Unexpected tab character. (no-tabs)
(#14959) There should be no spaces inside this paren. (space-in-parens)
(#14959) There should be no spaces inside this paren. (space-in-parens)
(#14959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14961) Unexpected tab character. (no-tabs)
(#14961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14962) Unexpected tab character. (no-tabs)
(#14962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14963) Unexpected tab character. (no-tabs)
(#14963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14964) Unexpected tab character. (no-tabs)
(#14964) There should be no spaces inside this paren. (space-in-parens)
(#14964) There should be no spaces inside this paren. (space-in-parens)
(#14964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14965) Unexpected tab character. (no-tabs)
(#14965) There should be no space after '['. (computed-property-spacing)
(#14965) There should be no space before ']'. (computed-property-spacing)
(#14965) There should be no spaces inside this paren. (space-in-parens)
(#14965) There should be no space after '['. (computed-property-spacing)
(#14965) There should be no space before ']'. (computed-property-spacing)
(#14965) There should be no spaces inside this paren. (space-in-parens)
(#14965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14966) Unexpected tab character. (no-tabs)
(#14966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14968) Unexpected tab character. (no-tabs)
(#14968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14969) Unexpected tab character. (no-tabs)
(#14969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14970) Unexpected tab character. (no-tabs)
(#14970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14971) Unexpected tab character. (no-tabs)
(#14971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14972) Unexpected tab character. (no-tabs)
(#14972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14974) Unexpected tab character. (no-tabs)
(#14974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14975) Unexpected tab character. (no-tabs)
(#14975) There should be no spaces inside this paren. (space-in-parens)
(#14975) There should be no spaces inside this paren. (space-in-parens)
(#14975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14976) Unexpected tab character. (no-tabs)
(#14976) There should be no spaces inside this paren. (space-in-parens)
(#14976) There should be no spaces inside this paren. (space-in-parens)
(#14976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14977) Unexpected tab character. (no-tabs)
(#14977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14978) Unexpected tab character. (no-tabs)
(#14978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14979) Unexpected tab character. (no-tabs)
(#14979) There should be no spaces inside this paren. (space-in-parens)
(#14979) There should be no spaces inside this paren. (space-in-parens)
(#14979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14980) Unexpected tab character. (no-tabs)
(#14980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14981) Unexpected tab character. (no-tabs)
(#14981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14982) Unexpected tab character. (no-tabs)
(#14982) There should be no spaces inside this paren. (space-in-parens)
(#14982) There should be no spaces inside this paren. (space-in-parens)
(#14982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14983) Unexpected tab character. (no-tabs)
(#14983) There should be no spaces inside this paren. (space-in-parens)
(#14983) There should be no spaces inside this paren. (space-in-parens)
(#14983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14984) Unexpected tab character. (no-tabs)
(#14984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14986) Unexpected tab character. (no-tabs)
(#14986) There should be no spaces inside this paren. (space-in-parens)
(#14986) There should be no spaces inside this paren. (space-in-parens)
(#14986) There should be no spaces inside this paren. (space-in-parens)
(#14986) There should be no spaces inside this paren. (space-in-parens)
(#14986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14987) Unexpected tab character. (no-tabs)
(#14987) There should be no spaces inside this paren. (space-in-parens)
(#14987) There should be no spaces inside this paren. (space-in-parens)
(#14987) There should be no spaces inside this paren. (space-in-parens)
(#14987) There should be no spaces inside this paren. (space-in-parens)
(#14987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14988) Unexpected tab character. (no-tabs)
(#14988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14990) Unexpected tab character. (no-tabs)
(#14990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14991) Unexpected tab character. (no-tabs)
(#14991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14992) Unexpected tab character. (no-tabs)
(#14992) There should be no spaces inside this paren. (space-in-parens)
(#14992) There should be no spaces inside this paren. (space-in-parens)
(#14992) There should be no spaces inside this paren. (space-in-parens)
(#14992) There should be no spaces inside this paren. (space-in-parens)
(#14992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14993) Unexpected tab character. (no-tabs)
(#14993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14995) Unexpected tab character. (no-tabs)
(#14995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14996) Unexpected tab character. (no-tabs)
(#14996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14997) Unexpected tab character. (no-tabs)
(#14997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14998) Unexpected tab character. (no-tabs)
(#14998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14999) Unexpected tab character. (no-tabs)
(#14999) There should be no spaces inside this paren. (space-in-parens)
(#14999) There should be no spaces inside this paren. (space-in-parens)
(#14999) There should be no spaces inside this paren. (space-in-parens)
(#14999) There should be no spaces inside this paren. (space-in-parens)
(#14999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15000) Unexpected tab character. (no-tabs)
(#15000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15001) Unexpected tab character. (no-tabs)
(#15001) There should be no spaces inside this paren. (space-in-parens)
(#15001) There should be no spaces inside this paren. (space-in-parens)
(#15001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15003) Unexpected tab character. (no-tabs)
(#15003) Expected space or tab after '//' in comment. (spaced-comment)
(#15003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15004) Unexpected tab character. (no-tabs)
(#15004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15005) Unexpected tab character. (no-tabs)
(#15005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15006) Unexpected tab character. (no-tabs)
(#15006) There should be no spaces inside this paren. (space-in-parens)
(#15006) There should be no spaces inside this paren. (space-in-parens)
(#15006) There should be no spaces inside this paren. (space-in-parens)
(#15006) There should be no spaces inside this paren. (space-in-parens)
(#15006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15007) Unexpected tab character. (no-tabs)
(#15007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15009) Unexpected tab character. (no-tabs)
(#15009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15010) Unexpected tab character. (no-tabs)
(#15010) There should be no spaces inside this paren. (space-in-parens)
(#15010) There should be no spaces inside this paren. (space-in-parens)
(#15010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15011) Unexpected tab character. (no-tabs)
(#15011) There should be no spaces inside this paren. (space-in-parens)
(#15011) There should be no spaces inside this paren. (space-in-parens)
(#15011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15012) Unexpected tab character. (no-tabs)
(#15012) There should be no spaces inside this paren. (space-in-parens)
(#15012) There should be no spaces inside this paren. (space-in-parens)
(#15012) There should be no spaces inside this paren. (space-in-parens)
(#15012) There should be no spaces inside this paren. (space-in-parens)
(#15012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15013) Unexpected tab character. (no-tabs)
(#15013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15014) Unexpected tab character. (no-tabs)
(#15014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15015) Unexpected tab character. (no-tabs)
(#15015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15017) Unexpected tab character. (no-tabs)
(#15017) There should be no spaces inside this paren. (space-in-parens)
(#15017) There should be no spaces inside this paren. (space-in-parens)
(#15017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15018) Unexpected tab character. (no-tabs)
(#15018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15019) Unexpected tab character. (no-tabs)
(#15019) There should be no spaces inside this paren. (space-in-parens)
(#15019) There should be no spaces inside this paren. (space-in-parens)
(#15019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15020) Unexpected tab character. (no-tabs)
(#15020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15021) Unexpected tab character. (no-tabs)
(#15021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15023) Unexpected tab character. (no-tabs)
(#15023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15024) Unexpected tab character. (no-tabs)
(#15024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15025) Unexpected tab character. (no-tabs)
(#15025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15027) Unexpected tab character. (no-tabs)
(#15027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15028) Unexpected tab character. (no-tabs)
(#15028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15029) Unexpected tab character. (no-tabs)
(#15029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15031) Unexpected tab character. (no-tabs)
(#15031) There should be no spaces inside this paren. (space-in-parens)
(#15031) There should be no spaces inside this paren. (space-in-parens)
(#15031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15032) Unexpected tab character. (no-tabs)
(#15032) There should be no spaces inside this paren. (space-in-parens)
(#15032) There should be no spaces inside this paren. (space-in-parens)
(#15032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15033) Unexpected tab character. (no-tabs)
(#15033) There should be no spaces inside this paren. (space-in-parens)
(#15033) There should be no space after '{'. (object-curly-spacing)
(#15033) There should be no space before '}'. (object-curly-spacing)
(#15033) There should be no spaces inside this paren. (space-in-parens)
(#15033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15034) Unexpected tab character. (no-tabs)
(#15034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15035) Unexpected tab character. (no-tabs)
(#15035) There should be no spaces inside this paren. (space-in-parens)
(#15035) There should be no spaces inside this paren. (space-in-parens)
(#15035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15036) Unexpected tab character. (no-tabs)
(#15036) There should be no spaces inside this paren. (space-in-parens)
(#15036) There should be no space after '{'. (object-curly-spacing)
(#15036) There should be no space before '}'. (object-curly-spacing)
(#15036) There should be no spaces inside this paren. (space-in-parens)
(#15036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15037) Unexpected tab character. (no-tabs)
(#15037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15038) Unexpected tab character. (no-tabs)
(#15038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15040) Unexpected tab character. (no-tabs)
(#15040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15041) Unexpected tab character. (no-tabs)
(#15041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15042) Unexpected tab character. (no-tabs)
(#15042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15043) Unexpected tab character. (no-tabs)
(#15043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15044) Unexpected tab character. (no-tabs)
(#15044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15045) Unexpected tab character. (no-tabs)
(#15045) There should be no spaces inside this paren. (space-in-parens)
(#15045) There should be no spaces inside this paren. (space-in-parens)
(#15045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15046) Unexpected tab character. (no-tabs)
(#15046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15048) Unexpected tab character. (no-tabs)
(#15048) There should be no spaces inside this paren. (space-in-parens)
(#15048) There should be no spaces inside this paren. (space-in-parens)
(#15048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15049) Unexpected tab character. (no-tabs)
(#15049) There should be no spaces inside this paren. (space-in-parens)
(#15049) There should be no spaces inside this paren. (space-in-parens)
(#15049) There should be no spaces inside this paren. (space-in-parens)
(#15049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15050) Unexpected tab character. (no-tabs)
(#15050) There should be no spaces inside this paren. (space-in-parens)
(#15050) There should be no spaces inside this paren. (space-in-parens)
(#15050) There should be no spaces inside this paren. (space-in-parens)
(#15050) There should be no spaces inside this paren. (space-in-parens)
(#15050) There should be no spaces inside this paren. (space-in-parens)
(#15050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15051) Unexpected tab character. (no-tabs)
(#15051) There should be no spaces inside this paren. (space-in-parens)
(#15051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15052) Unexpected tab character. (no-tabs)
(#15052) There should be no space after '['. (computed-property-spacing)
(#15052) There should be no space before ']'. (computed-property-spacing)
(#15052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15053) Unexpected tab character. (no-tabs)
(#15053) There should be no spaces inside this paren. (space-in-parens)
(#15053) There should be no spaces inside this paren. (space-in-parens)
(#15053) There should be no spaces inside this paren. (space-in-parens)
(#15053) There should be no spaces inside this paren. (space-in-parens)
(#15053) There should be no space after '['. (computed-property-spacing)
(#15053) There should be no space before ']'. (computed-property-spacing)
(#15053) There should be no spaces inside this paren. (space-in-parens)
(#15053) There should be no spaces inside this paren. (space-in-parens)
(#15053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15054) Unexpected tab character. (no-tabs)
(#15054) There should be no spaces inside this paren. (space-in-parens)
(#15054) There should be no spaces inside this paren. (space-in-parens)
(#15054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15055) Unexpected tab character. (no-tabs)
(#15055) There should be no spaces inside this paren. (space-in-parens)
(#15055) There should be no spaces inside this paren. (space-in-parens)
(#15055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15056) Unexpected tab character. (no-tabs)
(#15056) There should be no spaces inside this paren. (space-in-parens)
(#15056) There should be no spaces inside this paren. (space-in-parens)
(#15056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15057) Unexpected tab character. (no-tabs)
(#15057) There should be no spaces inside this paren. (space-in-parens)
(#15057) There should be no spaces inside this paren. (space-in-parens)
(#15057) There should be no space after '['. (computed-property-spacing)
(#15057) There should be no space before ']'. (computed-property-spacing)
(#15057) There should be no spaces inside this paren. (space-in-parens)
(#15057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15058) Unexpected tab character. (no-tabs)
(#15058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15059) Unexpected tab character. (no-tabs)
(#15059) There should be no spaces inside this paren. (space-in-parens)
(#15059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15060) Unexpected tab character. (no-tabs)
(#15060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15061) Unexpected tab character. (no-tabs)
(#15061) There should be no spaces inside this paren. (space-in-parens)
(#15061) There should be no spaces inside this paren. (space-in-parens)
(#15061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15062) Unexpected tab character. (no-tabs)
(#15062) There should be no space after '['. (computed-property-spacing)
(#15062) There should be no space before ']'. (computed-property-spacing)
(#15062) There should be no spaces inside this paren. (space-in-parens)
(#15062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15063) Unexpected tab character. (no-tabs)
(#15063) There should be no spaces inside this paren. (space-in-parens)
(#15063) There should be no spaces inside this paren. (space-in-parens)
(#15063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15064) Unexpected tab character. (no-tabs)
(#15064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15065) Unexpected tab character. (no-tabs)
(#15065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15066) Unexpected tab character. (no-tabs)
(#15066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15067) Unexpected tab character. (no-tabs)
(#15067) There should be no spaces inside this paren. (space-in-parens)
(#15067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15068) Unexpected tab character. (no-tabs)
(#15068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15069) Unexpected tab character. (no-tabs)
(#15069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15070) Unexpected tab character. (no-tabs)
(#15070) There should be no spaces inside this paren. (space-in-parens)
(#15070) There should be no spaces inside this paren. (space-in-parens)
(#15070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15071) Unexpected tab character. (no-tabs)
(#15071) There should be no spaces inside this paren. (space-in-parens)
(#15071) There should be no spaces inside this paren. (space-in-parens)
(#15071) There should be no space after '['. (computed-property-spacing)
(#15071) There should be no space before ']'. (computed-property-spacing)
(#15071) There should be no spaces inside this paren. (space-in-parens)
(#15071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15072) Unexpected tab character. (no-tabs)
(#15072) There should be no spaces inside this paren. (space-in-parens)
(#15072) There should be no spaces inside this paren. (space-in-parens)
(#15072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15073) Unexpected tab character. (no-tabs)
(#15073) There should be no spaces inside this paren. (space-in-parens)
(#15073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15074) Unexpected tab character. (no-tabs)
(#15074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15075) Unexpected tab character. (no-tabs)
(#15075) There should be no spaces inside this paren. (space-in-parens)
(#15075) There should be no spaces inside this paren. (space-in-parens)
(#15075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15076) Unexpected tab character. (no-tabs)
(#15076) There should be no space after '['. (computed-property-spacing)
(#15076) There should be no space before ']'. (computed-property-spacing)
(#15076) There should be no spaces inside this paren. (space-in-parens)
(#15076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15077) Unexpected tab character. (no-tabs)
(#15077) There should be no spaces inside this paren. (space-in-parens)
(#15077) There should be no spaces inside this paren. (space-in-parens)
(#15077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15078) Unexpected tab character. (no-tabs)
(#15078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15079) Unexpected tab character. (no-tabs)
(#15079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15080) Unexpected tab character. (no-tabs)
(#15080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15081) Unexpected tab character. (no-tabs)
(#15081) There should be no spaces inside this paren. (space-in-parens)
(#15081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15082) Unexpected tab character. (no-tabs)
(#15082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15083) Unexpected tab character. (no-tabs)
(#15083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15084) Unexpected tab character. (no-tabs)
(#15084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15085) Unexpected tab character. (no-tabs)
(#15085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15086) Unexpected tab character. (no-tabs)
(#15086) There should be no spaces inside this paren. (space-in-parens)
(#15086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15087) Unexpected tab character. (no-tabs)
(#15087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15088) Unexpected tab character. (no-tabs)
(#15088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15089) Unexpected tab character. (no-tabs)
(#15089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15090) Unexpected tab character. (no-tabs)
(#15090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15091) Unexpected tab character. (no-tabs)
(#15091) There should be no spaces inside this paren. (space-in-parens)
(#15091) There should be no spaces inside this paren. (space-in-parens)
(#15091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15092) Unexpected tab character. (no-tabs)
(#15092) There should be no spaces inside this paren. (space-in-parens)
(#15092) There should be no spaces inside this paren. (space-in-parens)
(#15092) There should be no spaces inside this paren. (space-in-parens)
(#15092) There should be no spaces inside this paren. (space-in-parens)
(#15092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15093) Unexpected tab character. (no-tabs)
(#15093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15094) Unexpected tab character. (no-tabs)
(#15094) There should be no space after '['. (computed-property-spacing)
(#15094) There should be no space before ']'. (computed-property-spacing)
(#15094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15095) Unexpected tab character. (no-tabs)
(#15095) There should be no spaces inside this paren. (space-in-parens)
(#15095) There should be no spaces inside this paren. (space-in-parens)
(#15095) There should be no space after '['. (computed-property-spacing)
(#15095) There should be no space before ']'. (computed-property-spacing)
(#15095) There should be no spaces inside this paren. (space-in-parens)
(#15095) There should be no spaces inside this paren. (space-in-parens)
(#15095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15097) Unexpected tab character. (no-tabs)
(#15097) There should be no spaces inside this paren. (space-in-parens)
(#15097) There should be no spaces inside this paren. (space-in-parens)
(#15097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15098) Unexpected tab character. (no-tabs)
(#15098) There should be no spaces inside this paren. (space-in-parens)
(#15098) There should be no spaces inside this paren. (space-in-parens)
(#15098) There should be no space after '['. (computed-property-spacing)
(#15098) There should be no space before ']'. (computed-property-spacing)
(#15098) There should be no spaces inside this paren. (space-in-parens)
(#15098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15099) Unexpected tab character. (no-tabs)
(#15099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15100) Unexpected tab character. (no-tabs)
(#15100) There should be no spaces inside this paren. (space-in-parens)
(#15100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15101) Unexpected tab character. (no-tabs)
(#15101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15102) Unexpected tab character. (no-tabs)
(#15102) There should be no spaces inside this paren. (space-in-parens)
(#15102) There should be no spaces inside this paren. (space-in-parens)
(#15102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15103) Unexpected tab character. (no-tabs)
(#15103) There should be no spaces inside this paren. (space-in-parens)
(#15103) There should be no spaces inside this paren. (space-in-parens)
(#15103) There should be no space after '['. (computed-property-spacing)
(#15103) There should be no space before ']'. (computed-property-spacing)
(#15103) There should be no spaces inside this paren. (space-in-parens)
(#15103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15104) Unexpected tab character. (no-tabs)
(#15104) There should be no spaces inside this paren. (space-in-parens)
(#15104) There should be no spaces inside this paren. (space-in-parens)
(#15104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15105) Unexpected tab character. (no-tabs)
(#15105) There should be no spaces inside this paren. (space-in-parens)
(#15105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15106) Unexpected tab character. (no-tabs)
(#15106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15107) Unexpected tab character. (no-tabs)
(#15107) There should be no spaces inside this paren. (space-in-parens)
(#15107) There should be no spaces inside this paren. (space-in-parens)
(#15107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15108) Unexpected tab character. (no-tabs)
(#15108) There should be no spaces inside this paren. (space-in-parens)
(#15108) There should be no spaces inside this paren. (space-in-parens)
(#15108) There should be no space after '['. (computed-property-spacing)
(#15108) There should be no space before ']'. (computed-property-spacing)
(#15108) There should be no spaces inside this paren. (space-in-parens)
(#15108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15109) Unexpected tab character. (no-tabs)
(#15109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15110) Unexpected tab character. (no-tabs)
(#15110) There should be no spaces inside this paren. (space-in-parens)
(#15110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15111) Unexpected tab character. (no-tabs)
(#15111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15112) Unexpected tab character. (no-tabs)
(#15112) There should be no spaces inside this paren. (space-in-parens)
(#15112) There should be no spaces inside this paren. (space-in-parens)
(#15112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15113) Unexpected tab character. (no-tabs)
(#15113) There should be no spaces inside this paren. (space-in-parens)
(#15113) There should be no spaces inside this paren. (space-in-parens)
(#15113) There should be no space after '['. (computed-property-spacing)
(#15113) There should be no space before ']'. (computed-property-spacing)
(#15113) There should be no spaces inside this paren. (space-in-parens)
(#15113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15114) Unexpected tab character. (no-tabs)
(#15114) There should be no spaces inside this paren. (space-in-parens)
(#15114) There should be no spaces inside this paren. (space-in-parens)
(#15114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15115) Unexpected tab character. (no-tabs)
(#15115) There should be no spaces inside this paren. (space-in-parens)
(#15115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15116) Unexpected tab character. (no-tabs)
(#15116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15117) Unexpected tab character. (no-tabs)
(#15117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15118) Unexpected tab character. (no-tabs)
(#15118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15120) Unexpected tab character. (no-tabs)
(#15120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15121) Unexpected tab character. (no-tabs)
(#15121) Method 'keydown' has a complexity of 22. (complexity)
(#15121) There should be no spaces inside this paren. (space-in-parens)
(#15121) There should be no spaces inside this paren. (space-in-parens)
(#15121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15122) Unexpected tab character. (no-tabs)
(#15122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15123) Unexpected tab character. (no-tabs)
(#15123) There should be no spaces inside this paren. (space-in-parens)
(#15123) There should be no spaces inside this paren. (space-in-parens)
(#15123) There should be no spaces inside this paren. (space-in-parens)
(#15123) There should be no spaces inside this paren. (space-in-parens)
(#15123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15125) Unexpected tab character. (no-tabs)
(#15125) There should be no spaces inside this paren. (space-in-parens)
(#15125) There should be no spaces inside this paren. (space-in-parens)
(#15125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15126) Unexpected tab character. (no-tabs)
(#15126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15127) Unexpected tab character. (no-tabs)
(#15127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15128) Unexpected tab character. (no-tabs)
(#15128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15129) Unexpected tab character. (no-tabs)
(#15129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15130) Unexpected tab character. (no-tabs)
(#15130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15131) Unexpected tab character. (no-tabs)
(#15131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15132) Unexpected tab character. (no-tabs)
(#15132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15133) Unexpected tab character. (no-tabs)
(#15133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15134) Unexpected tab character. (no-tabs)
(#15134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15135) Unexpected tab character. (no-tabs)
(#15135) There should be no spaces inside this paren. (space-in-parens)
(#15135) There should be no spaces inside this paren. (space-in-parens)
(#15135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15136) Unexpected tab character. (no-tabs)
(#15136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15137) Unexpected tab character. (no-tabs)
(#15137) There should be no spaces inside this paren. (space-in-parens)
(#15137) There should be no spaces inside this paren. (space-in-parens)
(#15137) There should be no spaces inside this paren. (space-in-parens)
(#15137) There should be no spaces inside this paren. (space-in-parens)
(#15137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15138) Unexpected tab character. (no-tabs)
(#15138) There should be no spaces inside this paren. (space-in-parens)
(#15138) There should be no spaces inside this paren. (space-in-parens)
(#15138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15139) Unexpected tab character. (no-tabs)
(#15139) There should be no spaces inside this paren. (space-in-parens)
(#15139) There should be no spaces inside this paren. (space-in-parens)
(#15139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15140) Unexpected tab character. (no-tabs)
(#15140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15141) Unexpected tab character. (no-tabs)
(#15141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15142) Unexpected tab character. (no-tabs)
(#15142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15143) Unexpected tab character. (no-tabs)
(#15143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15144) Unexpected tab character. (no-tabs)
(#15144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15146) Unexpected tab character. (no-tabs)
(#15146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15147) Unexpected tab character. (no-tabs)
(#15147) There should be no spaces inside this paren. (space-in-parens)
(#15147) There should be no spaces inside this paren. (space-in-parens)
(#15147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15148) Unexpected tab character. (no-tabs)
(#15148) There should be no spaces inside this paren. (space-in-parens)
(#15148) There should be no spaces inside this paren. (space-in-parens)
(#15148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15149) Unexpected tab character. (no-tabs)
(#15149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15150) Unexpected tab character. (no-tabs)
(#15150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15151) Unexpected tab character. (no-tabs)
(#15151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15153) Unexpected tab character. (no-tabs)
(#15153) There should be no spaces inside this paren. (space-in-parens)
(#15153) There should be no spaces inside this paren. (space-in-parens)
(#15153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15154) Unexpected tab character. (no-tabs)
(#15154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15155) Unexpected tab character. (no-tabs)
(#15155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15156) Unexpected tab character. (no-tabs)
(#15156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15157) Unexpected tab character. (no-tabs)
(#15157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15158) Unexpected tab character. (no-tabs)
(#15158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15159) Unexpected tab character. (no-tabs)
(#15159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15160) Unexpected tab character. (no-tabs)
(#15160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15161) Unexpected tab character. (no-tabs)
(#15161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15162) Unexpected tab character. (no-tabs)
(#15162) There should be no spaces inside this paren. (space-in-parens)
(#15162) There should be no spaces inside this paren. (space-in-parens)
(#15162) There should be no spaces inside this paren. (space-in-parens)
(#15162) There should be no spaces inside this paren. (space-in-parens)
(#15162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15163) Unexpected tab character. (no-tabs)
(#15163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15164) Unexpected tab character. (no-tabs)
(#15164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15165) Unexpected tab character. (no-tabs)
(#15165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15166) Unexpected tab character. (no-tabs)
(#15166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15167) Unexpected tab character. (no-tabs)
(#15167) There should be no spaces inside this paren. (space-in-parens)
(#15167) There should be no spaces inside this paren. (space-in-parens)
(#15167) There should be no spaces inside this paren. (space-in-parens)
(#15167) There should be no spaces inside this paren. (space-in-parens)
(#15167) There should be no spaces inside this paren. (space-in-parens)
(#15167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15168) Unexpected tab character. (no-tabs)
(#15168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15169) Unexpected tab character. (no-tabs)
(#15169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15170) Unexpected tab character. (no-tabs)
(#15170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15171) Unexpected tab character. (no-tabs)
(#15171) There should be no spaces inside this paren. (space-in-parens)
(#15171) There should be no spaces inside this paren. (space-in-parens)
(#15171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15172) Unexpected tab character. (no-tabs)
(#15172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15173) Unexpected tab character. (no-tabs)
(#15173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15174) Unexpected tab character. (no-tabs)
(#15174) There should be no spaces inside this paren. (space-in-parens)
(#15174) There should be no spaces inside this paren. (space-in-parens)
(#15174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15175) Unexpected tab character. (no-tabs)
(#15175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15176) Unexpected tab character. (no-tabs)
(#15176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15177) Unexpected tab character. (no-tabs)
(#15177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15178) Unexpected tab character. (no-tabs)
(#15178) There should be no spaces inside this paren. (space-in-parens)
(#15178) There should be no spaces inside this paren. (space-in-parens)
(#15178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15179) Unexpected tab character. (no-tabs)
(#15179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15180) Unexpected tab character. (no-tabs)
(#15180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15181) Unexpected tab character. (no-tabs)
(#15181) There should be no spaces inside this paren. (space-in-parens)
(#15181) There should be no spaces inside this paren. (space-in-parens)
(#15181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15182) Unexpected tab character. (no-tabs)
(#15182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15183) Unexpected tab character. (no-tabs)
(#15183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15185) Unexpected tab character. (no-tabs)
(#15185) There should be no spaces inside this paren. (space-in-parens)
(#15185) There should be no spaces inside this paren. (space-in-parens)
(#15185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15186) Unexpected tab character. (no-tabs)
(#15186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15187) Unexpected tab character. (no-tabs)
(#15187) There should be no spaces inside this paren. (space-in-parens)
(#15187) There should be no spaces inside this paren. (space-in-parens)
(#15187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15188) Unexpected tab character. (no-tabs)
(#15188) There should be no spaces inside this paren. (space-in-parens)
(#15188) There should be no spaces inside this paren. (space-in-parens)
(#15188) There should be no spaces inside this paren. (space-in-parens)
(#15188) There should be no spaces inside this paren. (space-in-parens)
(#15188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15190) Unexpected tab character. (no-tabs)
(#15190) There should be no spaces inside this paren. (space-in-parens)
(#15190) There should be no spaces inside this paren. (space-in-parens)
(#15190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15191) Unexpected tab character. (no-tabs)
(#15191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15192) Unexpected tab character. (no-tabs)
(#15192) There should be no spaces inside this paren. (space-in-parens)
(#15192) There should be no spaces inside this paren. (space-in-parens)
(#15192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15193) Unexpected tab character. (no-tabs)
(#15193) There should be no spaces inside this paren. (space-in-parens)
(#15193) There should be no spaces inside this paren. (space-in-parens)
(#15193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15194) Unexpected tab character. (no-tabs)
(#15194) There should be no spaces inside this paren. (space-in-parens)
(#15194) There should be no spaces inside this paren. (space-in-parens)
(#15194) There should be no spaces inside this paren. (space-in-parens)
(#15194) There should be no spaces inside this paren. (space-in-parens)
(#15194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15195) Unexpected tab character. (no-tabs)
(#15195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15196) Unexpected tab character. (no-tabs)
(#15196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15197) Unexpected tab character. (no-tabs)
(#15197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15198) There should be no spaces inside this paren. (space-in-parens)
(#15198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15201) Expected space or tab after '/*' in comment. (spaced-comment)
(#15201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15210) Expected space or tab after '//' in comment. (spaced-comment)
(#15210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15211) Expected space or tab after '//' in comment. (spaced-comment)
(#15211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15212) Expected space or tab after '//' in comment. (spaced-comment)
(#15212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15213) Expected space or tab after '//' in comment. (spaced-comment)
(#15213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15214) Expected space or tab after '//' in comment. (spaced-comment)
(#15214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15215) Expected space or tab after '//' in comment. (spaced-comment)
(#15215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15216) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#15217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15219) 'widgetsSortable' is assigned a value but never used. (no-unused-vars)
(#15219) There should be no spaces inside this paren. (space-in-parens)
(#15219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15220) Unexpected tab character. (no-tabs)
(#15220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15221) Unexpected tab character. (no-tabs)
(#15221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15222) Unexpected tab character. (no-tabs)
(#15222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15223) Unexpected tab character. (no-tabs)
(#15223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15224) Unexpected tab character. (no-tabs)
(#15224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15225) Unexpected tab character. (no-tabs)
(#15225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15226) Unexpected tab character. (no-tabs)
(#15226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15227) Unexpected tab character. (no-tabs)
(#15227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15228) Unexpected tab character. (no-tabs)
(#15228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15229) Unexpected tab character. (no-tabs)
(#15229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15230) Unexpected tab character. (no-tabs)
(#15230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15231) Unexpected tab character. (no-tabs)
(#15231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15232) Unexpected tab character. (no-tabs)
(#15232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15233) Unexpected tab character. (no-tabs)
(#15233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15234) Unexpected tab character. (no-tabs)
(#15234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15235) Unexpected tab character. (no-tabs)
(#15235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15236) Unexpected tab character. (no-tabs)
(#15236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15237) Unexpected tab character. (no-tabs)
(#15237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15238) Unexpected tab character. (no-tabs)
(#15238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15239) Unexpected tab character. (no-tabs)
(#15239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15240) Unexpected tab character. (no-tabs)
(#15240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15241) Unexpected tab character. (no-tabs)
(#15241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15242) Unexpected tab character. (no-tabs)
(#15242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15243) Unexpected tab character. (no-tabs)
(#15243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15244) Unexpected tab character. (no-tabs)
(#15244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15245) Unexpected tab character. (no-tabs)
(#15245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15247) Unexpected tab character. (no-tabs)
(#15247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15248) Unexpected tab character. (no-tabs)
(#15248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15249) Unexpected tab character. (no-tabs)
(#15249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15250) Unexpected tab character. (no-tabs)
(#15250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15251) Unexpected tab character. (no-tabs)
(#15251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15252) Unexpected tab character. (no-tabs)
(#15252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15253) Unexpected tab character. (no-tabs)
(#15253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15254) Unexpected tab character. (no-tabs)
(#15254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15255) Unexpected tab character. (no-tabs)
(#15255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15256) Unexpected tab character. (no-tabs)
(#15256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15257) Unexpected tab character. (no-tabs)
(#15257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15258) Unexpected tab character. (no-tabs)
(#15258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15259) Unexpected tab character. (no-tabs)
(#15259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15260) Unexpected tab character. (no-tabs)
(#15260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15262) Unexpected tab character. (no-tabs)
(#15262) There should be no spaces inside this paren. (space-in-parens)
(#15262) There should be no spaces inside this paren. (space-in-parens)
(#15262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15263) Unexpected tab character. (no-tabs)
(#15263) There should be no spaces inside this paren. (space-in-parens)
(#15263) There should be no spaces inside this paren. (space-in-parens)
(#15263) There should be no spaces inside this paren. (space-in-parens)
(#15263) There should be no spaces inside this paren. (space-in-parens)
(#15263) There should be no spaces inside this paren. (space-in-parens)
(#15263) There should be no spaces inside this paren. (space-in-parens)
(#15263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15264) Unexpected tab character. (no-tabs)
(#15264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15266) Unexpected tab character. (no-tabs)
(#15266) There should be no spaces inside this paren. (space-in-parens)
(#15266) There should be no spaces inside this paren. (space-in-parens)
(#15266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15267) Unexpected tab character. (no-tabs)
(#15267) There should be no spaces inside this paren. (space-in-parens)
(#15267) There should be no spaces inside this paren. (space-in-parens)
(#15267) There should be no spaces inside this paren. (space-in-parens)
(#15267) There should be no spaces inside this paren. (space-in-parens)
(#15267) There should be no spaces inside this paren. (space-in-parens)
(#15267) There should be no spaces inside this paren. (space-in-parens)
(#15267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15268) Unexpected tab character. (no-tabs)
(#15268) There should be no spaces inside this paren. (space-in-parens)
(#15268) There should be no spaces inside this paren. (space-in-parens)
(#15268) There should be no spaces inside this paren. (space-in-parens)
(#15268) There should be no spaces inside this paren. (space-in-parens)
(#15268) There should be no spaces inside this paren. (space-in-parens)
(#15268) There should be no spaces inside this paren. (space-in-parens)
(#15268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15269) Unexpected tab character. (no-tabs)
(#15269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15271) Unexpected tab character. (no-tabs)
(#15271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15272) Unexpected tab character. (no-tabs)
(#15272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15273) Unexpected tab character. (no-tabs)
(#15273) There should be no spaces inside this paren. (space-in-parens)
(#15273) There should be no spaces inside this paren. (space-in-parens)
(#15273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15275) Unexpected tab character. (no-tabs)
(#15275) Expected space or tab after '//' in comment. (spaced-comment)
(#15275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15276) Unexpected tab character. (no-tabs)
(#15276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15278) Unexpected tab character. (no-tabs)
(#15278) Expected space or tab after '//' in comment. (spaced-comment)
(#15278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15279) Unexpected tab character. (no-tabs)
(#15279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15281) Unexpected tab character. (no-tabs)
(#15281) Expected space or tab after '//' in comment. (spaced-comment)
(#15281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15282) Unexpected tab character. (no-tabs)
(#15282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15284) Unexpected tab character. (no-tabs)
(#15284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15286) Unexpected tab character. (no-tabs)
(#15286) Expected space or tab after '//' in comment. (spaced-comment)
(#15286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15287) Unexpected tab character. (no-tabs)
(#15287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15289) Unexpected tab character. (no-tabs)
(#15289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15291) Unexpected tab character. (no-tabs)
(#15291) There should be no spaces inside this paren. (space-in-parens)
(#15291) There should be no spaces inside this paren. (space-in-parens)
(#15291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15292) Unexpected tab character. (no-tabs)
(#15292) There should be no spaces inside this paren. (space-in-parens)
(#15292) There should be no spaces inside this paren. (space-in-parens)
(#15292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15294) Unexpected tab character. (no-tabs)
(#15294) There should be no spaces inside this paren. (space-in-parens)
(#15294) There should be no spaces inside this paren. (space-in-parens)
(#15294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15295) Unexpected tab character. (no-tabs)
(#15295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15296) Unexpected tab character. (no-tabs)
(#15296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15297) Unexpected tab character. (no-tabs)
(#15297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15299) Unexpected tab character. (no-tabs)
(#15299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15300) Unexpected tab character. (no-tabs)
(#15300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15301) Unexpected tab character. (no-tabs)
(#15301) There should be no spaces inside this paren. (space-in-parens)
(#15301) There should be no spaces inside this paren. (space-in-parens)
(#15301) There should be no spaces inside this paren. (space-in-parens)
(#15301) There should be no spaces inside this paren. (space-in-parens)
(#15301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15302) Unexpected tab character. (no-tabs)
(#15302) There should be no spaces inside this paren. (space-in-parens)
(#15302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15303) Unexpected tab character. (no-tabs)
(#15303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15304) Unexpected tab character. (no-tabs)
(#15304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15305) Unexpected tab character. (no-tabs)
(#15305) There should be no spaces inside this paren. (space-in-parens)
(#15305) There should be no spaces inside this paren. (space-in-parens)
(#15305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15306) Unexpected tab character. (no-tabs)
(#15306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15307) Unexpected tab character. (no-tabs)
(#15307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15308) Unexpected tab character. (no-tabs)
(#15308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15309) Unexpected tab character. (no-tabs)
(#15309) There should be no spaces inside this paren. (space-in-parens)
(#15309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15310) Unexpected tab character. (no-tabs)
(#15310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15312) Unexpected tab character. (no-tabs)
(#15312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15313) Unexpected tab character. (no-tabs)
(#15313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15315) Unexpected tab character. (no-tabs)
(#15315) There should be no spaces inside this paren. (space-in-parens)
(#15315) There should be no spaces inside this paren. (space-in-parens)
(#15315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15316) Unexpected tab character. (no-tabs)
(#15316) There should be no space after '['. (computed-property-spacing)
(#15316) There should be no space before ']'. (computed-property-spacing)
(#15316) There should be no spaces inside this paren. (space-in-parens)
(#15316) There should be no spaces inside this paren. (space-in-parens)
(#15316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15317) Unexpected tab character. (no-tabs)
(#15317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15319) Unexpected tab character. (no-tabs)
(#15319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15320) Unexpected tab character. (no-tabs)
(#15320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15322) Unexpected tab character. (no-tabs)
(#15322) There should be no spaces inside this paren. (space-in-parens)
(#15322) There should be no spaces inside this paren. (space-in-parens)
(#15322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15323) Unexpected tab character. (no-tabs)
(#15323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15324) Unexpected tab character. (no-tabs)
(#15324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15325) Unexpected tab character. (no-tabs)
(#15325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15327) Unexpected tab character. (no-tabs)
(#15327) There should be no spaces inside this paren. (space-in-parens)
(#15327) There should be no spaces inside this paren. (space-in-parens)
(#15327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15328) Unexpected tab character. (no-tabs)
(#15328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15329) Unexpected tab character. (no-tabs)
(#15329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15331) Unexpected tab character. (no-tabs)
(#15331) There should be no spaces inside this paren. (space-in-parens)
(#15331) There should be no spaces inside this paren. (space-in-parens)
(#15331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15332) Unexpected tab character. (no-tabs)
(#15332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15333) Unexpected tab character. (no-tabs)
(#15333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15335) Unexpected tab character. (no-tabs)
(#15335) Expected space or tab after '//' in comment. (spaced-comment)
(#15335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15336) Unexpected tab character. (no-tabs)
(#15336) There should be no spaces inside this paren. (space-in-parens)
(#15336) There should be no spaces inside this paren. (space-in-parens)
(#15336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15338) Unexpected tab character. (no-tabs)
(#15338) Expected space or tab after '//' in comment. (spaced-comment)
(#15338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15339) Unexpected tab character. (no-tabs)
(#15339) There should be no spaces inside this paren. (space-in-parens)
(#15339) There should be no spaces inside this paren. (space-in-parens)
(#15339) There should be no spaces inside this paren. (space-in-parens)
(#15339) Expected to return a value at the end of function. (consistent-return)
(#15339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15340) Unexpected tab character. (no-tabs)
(#15340) There should be no spaces inside this paren. (space-in-parens)
(#15340) There should be no spaces inside this paren. (space-in-parens)
(#15340) There should be no spaces inside this paren. (space-in-parens)
(#15340) There should be no spaces inside this paren. (space-in-parens)
(#15340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15341) Unexpected tab character. (no-tabs)
(#15341) There should be no spaces inside this paren. (space-in-parens)
(#15341) There should be no spaces inside this paren. (space-in-parens)
(#15341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15342) Unexpected tab character. (no-tabs)
(#15342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15343) Unexpected tab character. (no-tabs)
(#15343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15344) Unexpected tab character. (no-tabs)
(#15344) There should be no spaces inside this paren. (space-in-parens)
(#15344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15345) Unexpected tab character. (no-tabs)
(#15345) There should be no spaces inside this paren. (space-in-parens)
(#15345) There should be no spaces inside this paren. (space-in-parens)
(#15345) There should be no spaces inside this paren. (space-in-parens)
(#15345) There should be no spaces inside this paren. (space-in-parens)
(#15345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15346) Unexpected tab character. (no-tabs)
(#15346) There should be no spaces inside this paren. (space-in-parens)
(#15346) There should be no spaces inside this paren. (space-in-parens)
(#15346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15347) Unexpected tab character. (no-tabs)
(#15347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15349) Unexpected tab character. (no-tabs)
(#15349) There should be no spaces inside this paren. (space-in-parens)
(#15349) There should be no spaces inside this paren. (space-in-parens)
(#15349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15350) Unexpected tab character. (no-tabs)
(#15350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15351) Unexpected tab character. (no-tabs)
(#15351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15352) Unexpected tab character. (no-tabs)
(#15352) There should be no spaces inside this paren. (space-in-parens)
(#15352) There should be no spaces inside this paren. (space-in-parens)
(#15352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15353) Unexpected tab character. (no-tabs)
(#15353) There should be no spaces inside this paren. (space-in-parens)
(#15353) There should be no spaces inside this paren. (space-in-parens)
(#15353) There should be no spaces inside this paren. (space-in-parens)
(#15353) There should be no spaces inside this paren. (space-in-parens)
(#15353) There should be no spaces inside this paren. (space-in-parens)
(#15353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15354) Unexpected tab character. (no-tabs)
(#15354) There should be no spaces inside this paren. (space-in-parens)
(#15354) There should be no spaces inside this paren. (space-in-parens)
(#15354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15355) Unexpected tab character. (no-tabs)
(#15355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15356) Unexpected tab character. (no-tabs)
(#15356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15357) Unexpected tab character. (no-tabs)
(#15357) There should be no spaces inside this paren. (space-in-parens)
(#15357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15358) Unexpected tab character. (no-tabs)
(#15358) There should be no spaces inside this paren. (space-in-parens)
(#15358) There should be no spaces inside this paren. (space-in-parens)
(#15358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15359) Unexpected tab character. (no-tabs)
(#15359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15360) Unexpected tab character. (no-tabs)
(#15360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15361) Unexpected tab character. (no-tabs)
(#15361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15363) Unexpected tab character. (no-tabs)
(#15363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15364) Unexpected tab character. (no-tabs)
(#15364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15365) Unexpected tab character. (no-tabs)
(#15365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15367) Unexpected tab character. (no-tabs)
(#15367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15369) Unexpected tab character. (no-tabs)
(#15369) There should be no spaces inside this paren. (space-in-parens)
(#15369) There should be no spaces inside this paren. (space-in-parens)
(#15369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15371) Unexpected tab character. (no-tabs)
(#15371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15372) Unexpected tab character. (no-tabs)
(#15372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15374) Unexpected tab character. (no-tabs)
(#15374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15376) Unexpected tab character. (no-tabs)
(#15376) Expected space or tab after '//' in comment. (spaced-comment)
(#15376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15377) Unexpected tab character. (no-tabs)
(#15377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15378) Unexpected tab character. (no-tabs)
(#15378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15380) Unexpected tab character. (no-tabs)
(#15380) Expected space or tab after '//' in comment. (spaced-comment)
(#15380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15381) Unexpected tab character. (no-tabs)
(#15381) There should be no spaces inside this paren. (space-in-parens)
(#15381) There should be no spaces inside this paren. (space-in-parens)
(#15381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15383) Unexpected tab character. (no-tabs)
(#15383) Expected space or tab after '//' in comment. (spaced-comment)
(#15383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15384) Unexpected tab character. (no-tabs)
(#15384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15386) Unexpected tab character. (no-tabs)
(#15386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15387) Unexpected tab character. (no-tabs)
(#15387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15388) Unexpected tab character. (no-tabs)
(#15388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15389) Unexpected tab character. (no-tabs)
(#15389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15391) Unexpected tab character. (no-tabs)
(#15391) Expected space or tab after '//' in comment. (spaced-comment)
(#15391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15392) Unexpected tab character. (no-tabs)
(#15392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15394) Unexpected tab character. (no-tabs)
(#15394) Expected space or tab after '//' in comment. (spaced-comment)
(#15394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15395) Unexpected tab character. (no-tabs)
(#15395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15397) Unexpected tab character. (no-tabs)
(#15397) Expected space or tab after '//' in comment. (spaced-comment)
(#15397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15398) Unexpected tab character. (no-tabs)
(#15398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15399) Unexpected tab character. (no-tabs)
(#15399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15400) Unexpected tab character. (no-tabs)
(#15400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15401) Unexpected tab character. (no-tabs)
(#15401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15402) Unexpected tab character. (no-tabs)
(#15402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15404) Unexpected tab character. (no-tabs)
(#15404) There should be no spaces inside this paren. (space-in-parens)
(#15404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15405) Unexpected tab character. (no-tabs)
(#15405) Expected space or tab after '//' in comment. (spaced-comment)
(#15405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15406) Unexpected tab character. (no-tabs)
(#15406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15407) Unexpected tab character. (no-tabs)
(#15407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15408) Unexpected tab character. (no-tabs)
(#15408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15409) Unexpected tab character. (no-tabs)
(#15409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15411) Unexpected tab character. (no-tabs)
(#15411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15412) Unexpected tab character. (no-tabs)
(#15412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15413) Unexpected tab character. (no-tabs)
(#15413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15414) Unexpected tab character. (no-tabs)
(#15414) There should be no spaces inside this paren. (space-in-parens)
(#15414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15416) Unexpected tab character. (no-tabs)
(#15416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15417) Unexpected tab character. (no-tabs)
(#15417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15418) Unexpected tab character. (no-tabs)
(#15418) There should be no spaces inside this paren. (space-in-parens)
(#15418) There should be no spaces inside this paren. (space-in-parens)
(#15418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15419) Unexpected tab character. (no-tabs)
(#15419) There should be no spaces inside this paren. (space-in-parens)
(#15419) There should be no spaces inside this paren. (space-in-parens)
(#15419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15421) Unexpected tab character. (no-tabs)
(#15421) Expected space or tab after '//' in comment. (spaced-comment)
(#15421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15422) Unexpected tab character. (no-tabs)
(#15422) There should be no spaces inside this paren. (space-in-parens)
(#15422) There should be no spaces inside this paren. (space-in-parens)
(#15422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15423) Unexpected tab character. (no-tabs)
(#15423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15424) Unexpected tab character. (no-tabs)
(#15424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15426) Unexpected tab character. (no-tabs)
(#15426) Expected space or tab after '//' in comment. (spaced-comment)
(#15426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15427) Unexpected tab character. (no-tabs)
(#15427) There should be no spaces inside this paren. (space-in-parens)
(#15427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15427) There should be no spaces inside this paren. (space-in-parens)
(#15427) There should be no spaces inside this paren. (space-in-parens)
(#15427) There should be no spaces inside this paren. (space-in-parens)
(#15427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15429) Unexpected tab character. (no-tabs)
(#15429) Expected space or tab after '//' in comment. (spaced-comment)
(#15429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15430) Unexpected tab character. (no-tabs)
(#15430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15431) Unexpected tab character. (no-tabs)
(#15431) There should be no space after '['. (computed-property-spacing)
(#15431) There should be no space before ']'. (computed-property-spacing)
(#15431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15432) Unexpected tab character. (no-tabs)
(#15432) There should be no space after '['. (computed-property-spacing)
(#15432) There should be no space before ']'. (computed-property-spacing)
(#15432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15433) Unexpected tab character. (no-tabs)
(#15433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15435) Unexpected tab character. (no-tabs)
(#15435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15436) Unexpected tab character. (no-tabs)
(#15436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15437) Unexpected tab character. (no-tabs)
(#15437) There should be no spaces inside this paren. (space-in-parens)
(#15437) There should be no space after '['. (computed-property-spacing)
(#15437) There should be no space before ']'. (computed-property-spacing)
(#15437) There should be no space after '['. (computed-property-spacing)
(#15437) There should be no space before ']'. (computed-property-spacing)
(#15437) There should be no spaces inside this paren. (space-in-parens)
(#15437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15438) Unexpected tab character. (no-tabs)
(#15438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15439) Unexpected tab character. (no-tabs)
(#15439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15441) Unexpected tab character. (no-tabs)
(#15441) Expected space or tab after '//' in comment. (spaced-comment)
(#15441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15442) Unexpected tab character. (no-tabs)
(#15442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15444) Unexpected tab character. (no-tabs)
(#15444) Expected space or tab after '//' in comment. (spaced-comment)
(#15444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15445) Unexpected tab character. (no-tabs)
(#15445) There should be no spaces inside this paren. (space-in-parens)
(#15445) There should be no spaces inside this paren. (space-in-parens)
(#15445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15446) Unexpected tab character. (no-tabs)
(#15446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15447) Unexpected tab character. (no-tabs)
(#15447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15449) Unexpected tab character. (no-tabs)
(#15449) There should be no spaces inside this paren. (space-in-parens)
(#15449) There should be no spaces inside this paren. (space-in-parens)
(#15449) Comments should not begin with a lowercase character (capitalized-comments)
(#15449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15450) Unexpected tab character. (no-tabs)
(#15450) There should be no spaces inside this paren. (space-in-parens)
(#15450) There should be no spaces inside this paren. (space-in-parens)
(#15450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15452) Unexpected tab character. (no-tabs)
(#15452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15453) Unexpected tab character. (no-tabs)
(#15453) There should be no spaces inside this paren. (space-in-parens)
(#15453) There should be no spaces inside this paren. (space-in-parens)
(#15453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15454) Unexpected tab character. (no-tabs)
(#15454) There should be no spaces inside this paren. (space-in-parens)
(#15454) There should be no spaces inside this paren. (space-in-parens)
(#15454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15456) Unexpected tab character. (no-tabs)
(#15456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15457) Unexpected tab character. (no-tabs)
(#15457) There should be no spaces inside this paren. (space-in-parens)
(#15457) There should be no spaces inside this paren. (space-in-parens)
(#15457) There should be no spaces inside this paren. (space-in-parens)
(#15457) There should be no spaces inside this paren. (space-in-parens)
(#15457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15458) Unexpected tab character. (no-tabs)
(#15458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15460) Unexpected tab character. (no-tabs)
(#15460) There should be no spaces inside this paren. (space-in-parens)
(#15460) There should be no spaces inside this paren. (space-in-parens)
(#15460) Comments should not begin with a lowercase character (capitalized-comments)
(#15460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15461) Unexpected tab character. (no-tabs)
(#15461) There should be no spaces inside this paren. (space-in-parens)
(#15461) There should be no spaces inside this paren. (space-in-parens)
(#15461) There should be no spaces inside this paren. (space-in-parens)
(#15461) There should be no spaces inside this paren. (space-in-parens)
(#15461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15462) Unexpected tab character. (no-tabs)
(#15462) There should be no spaces inside this paren. (space-in-parens)
(#15462) There should be no spaces inside this paren. (space-in-parens)
(#15462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15463) Unexpected tab character. (no-tabs)
(#15463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15464) Unexpected tab character. (no-tabs)
(#15464) There should be no spaces inside this paren. (space-in-parens)
(#15464) There should be no spaces inside this paren. (space-in-parens)
(#15464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15465) Unexpected tab character. (no-tabs)
(#15465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15467) Unexpected tab character. (no-tabs)
(#15467) There should be no spaces inside this paren. (space-in-parens)
(#15467) There should be no spaces inside this paren. (space-in-parens)
(#15467) Comments should not begin with a lowercase character (capitalized-comments)
(#15467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15468) Unexpected tab character. (no-tabs)
(#15468) There should be no spaces inside this paren. (space-in-parens)
(#15468) There should be no spaces inside this paren. (space-in-parens)
(#15468) There should be no spaces inside this paren. (space-in-parens)
(#15468) There should be no spaces inside this paren. (space-in-parens)
(#15468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15469) Unexpected tab character. (no-tabs)
(#15469) There should be no spaces inside this paren. (space-in-parens)
(#15469) There should be no spaces inside this paren. (space-in-parens)
(#15469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15470) Unexpected tab character. (no-tabs)
(#15470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15471) Unexpected tab character. (no-tabs)
(#15471) There should be no spaces inside this paren. (space-in-parens)
(#15471) There should be no spaces inside this paren. (space-in-parens)
(#15471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15472) Unexpected tab character. (no-tabs)
(#15472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15474) Unexpected tab character. (no-tabs)
(#15474) Expected space or tab after '//' in comment. (spaced-comment)
(#15474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15475) Unexpected tab character. (no-tabs)
(#15475) There should be no spaces inside this paren. (space-in-parens)
(#15475) There should be no space after '['. (computed-property-spacing)
(#15475) There should be no space before ']'. (computed-property-spacing)
(#15475) There should be no space after '['. (computed-property-spacing)
(#15475) There should be no space before ']'. (computed-property-spacing)
(#15475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15476) Unexpected tab character. (no-tabs)
(#15476) There should be no space after '['. (computed-property-spacing)
(#15476) There should be no space before ']'. (computed-property-spacing)
(#15476) There should be no spaces inside this paren. (space-in-parens)
(#15476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15477) Unexpected tab character. (no-tabs)
(#15477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15478) Unexpected tab character. (no-tabs)
(#15478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15480) Unexpected tab character. (no-tabs)
(#15480) Expected space or tab after '//' in comment. (spaced-comment)
(#15480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15481) Unexpected tab character. (no-tabs)
(#15481) There should be no spaces inside this paren. (space-in-parens)
(#15481) There should be no spaces inside this paren. (space-in-parens)
(#15481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15483) Unexpected tab character. (no-tabs)
(#15483) Expected space or tab after '//' in comment. (spaced-comment)
(#15483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15484) Unexpected tab character. (no-tabs)
(#15484) There should be no spaces inside this paren. (space-in-parens)
(#15484) There should be no spaces inside this paren. (space-in-parens)
(#15484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15485) Unexpected tab character. (no-tabs)
(#15485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15486) Unexpected tab character. (no-tabs)
(#15486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15488) Unexpected tab character. (no-tabs)
(#15488) Expected space or tab after '//' in comment. (spaced-comment)
(#15488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15489) Unexpected tab character. (no-tabs)
(#15489) There should be no spaces inside this paren. (space-in-parens)
(#15489) There should be no spaces inside this paren. (space-in-parens)
(#15489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15490) Unexpected tab character. (no-tabs)
(#15490) There should be no spaces inside this paren. (space-in-parens)
(#15490) There should be no spaces inside this paren. (space-in-parens)
(#15490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15491) Unexpected tab character. (no-tabs)
(#15491) There should be no space after '['. (computed-property-spacing)
(#15491) There should be no space before ']'. (computed-property-spacing)
(#15491) There should be no spaces inside this paren. (space-in-parens)
(#15491) There should be no spaces inside this paren. (space-in-parens)
(#15491) There should be no spaces inside this paren. (space-in-parens)
(#15491) There should be no spaces inside this paren. (space-in-parens)
(#15491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15492) Unexpected tab character. (no-tabs)
(#15492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15493) Unexpected tab character. (no-tabs)
(#15493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15495) Unexpected tab character. (no-tabs)
(#15495) Expected space or tab after '//' in comment. (spaced-comment)
(#15495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15496) Unexpected tab character. (no-tabs)
(#15496) There should be no spaces inside this paren. (space-in-parens)
(#15496) There should be no spaces inside this paren. (space-in-parens)
(#15496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15497) Unexpected tab character. (no-tabs)
(#15497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15498) Unexpected tab character. (no-tabs)
(#15498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15500) Unexpected tab character. (no-tabs)
(#15500) There should be no spaces inside this paren. (space-in-parens)
(#15500) There should be no spaces inside this paren. (space-in-parens)
(#15500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15501) Unexpected tab character. (no-tabs)
(#15501) There should be no spaces inside this paren. (space-in-parens)
(#15501) There should be no spaces inside this paren. (space-in-parens)
(#15501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15502) Unexpected tab character. (no-tabs)
(#15502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15504) Unexpected tab character. (no-tabs)
(#15504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15506) Unexpected tab character. (no-tabs)
(#15506) There should be no spaces inside this paren. (space-in-parens)
(#15506) There should be no spaces inside this paren. (space-in-parens)
(#15506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15508) Unexpected tab character. (no-tabs)
(#15508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15509) Unexpected tab character. (no-tabs)
(#15509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15510) Unexpected tab character. (no-tabs)
(#15510) There should be no spaces inside this paren. (space-in-parens)
(#15510) There should be no spaces inside this paren. (space-in-parens)
(#15510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15511) Unexpected tab character. (no-tabs)
(#15511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15513) Unexpected tab character. (no-tabs)
(#15513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15515) Unexpected tab character. (no-tabs)
(#15515) Method '_mouseDrag' has a complexity of 27. (complexity)
(#15515) There should be no spaces inside this paren. (space-in-parens)
(#15515) There should be no spaces inside this paren. (space-in-parens)
(#15515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15516) Unexpected tab character. (no-tabs)
(#15516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15517) Unexpected tab character. (no-tabs)
(#15517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15518) Unexpected tab character. (no-tabs)
(#15518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15520) Unexpected tab character. (no-tabs)
(#15520) Expected space or tab after '//' in comment. (spaced-comment)
(#15520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15521) Unexpected tab character. (no-tabs)
(#15521) There should be no spaces inside this paren. (space-in-parens)
(#15521) There should be no spaces inside this paren. (space-in-parens)
(#15521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15522) Unexpected tab character. (no-tabs)
(#15522) There should be no spaces inside this paren. (space-in-parens)
(#15522) There should be no spaces inside this paren. (space-in-parens)
(#15522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15524) Unexpected tab character. (no-tabs)
(#15524) There should be no spaces inside this paren. (space-in-parens)
(#15524) There should be no spaces inside this paren. (space-in-parens)
(#15524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15525) Unexpected tab character. (no-tabs)
(#15525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15526) Unexpected tab character. (no-tabs)
(#15526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15528) Unexpected tab character. (no-tabs)
(#15528) Expected space or tab after '//' in comment. (spaced-comment)
(#15528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15529) Unexpected tab character. (no-tabs)
(#15529) There should be no spaces inside this paren. (space-in-parens)
(#15529) There should be no spaces inside this paren. (space-in-parens)
(#15529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15530) Unexpected tab character. (no-tabs)
(#15530) There should be no spaces inside this paren. (space-in-parens)
(#15530) There should be no space after '['. (computed-property-spacing)
(#15530) There should be no space before ']'. (computed-property-spacing)
(#15530) There should be no space after '['. (computed-property-spacing)
(#15530) There should be no space before ']'. (computed-property-spacing)
(#15530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15531) Unexpected tab character. (no-tabs)
(#15531) There should be no space after '['. (computed-property-spacing)
(#15531) There should be no space before ']'. (computed-property-spacing)
(#15531) There should be no spaces inside this paren. (space-in-parens)
(#15531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15533) Unexpected tab character. (no-tabs)
(#15533) There should be no spaces inside this paren. (space-in-parens)
(#15533) There should be no spaces inside this paren. (space-in-parens)
(#15533) There should be no space after '['. (computed-property-spacing)
(#15533) There should be no space before ']'. (computed-property-spacing)
(#15533) There should be no spaces inside this paren. (space-in-parens)
(#15533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15534) Unexpected tab character. (no-tabs)
(#15534) There should be no spaces inside this paren. (space-in-parens)
(#15534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15535) Unexpected tab character. (no-tabs)
(#15535) There should be no space after '['. (computed-property-spacing)
(#15535) There should be no space before ']'. (computed-property-spacing)
(#15535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15536) Unexpected tab character. (no-tabs)
(#15536) There should be no space after '['. (computed-property-spacing)
(#15536) There should be no space before ']'. (computed-property-spacing)
(#15536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15537) Unexpected tab character. (no-tabs)
(#15537) There should be no spaces inside this paren. (space-in-parens)
(#15537) There should be no spaces inside this paren. (space-in-parens)
(#15537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15538) Unexpected tab character. (no-tabs)
(#15538) There should be no space after '['. (computed-property-spacing)
(#15538) There should be no space before ']'. (computed-property-spacing)
(#15538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15539) Unexpected tab character. (no-tabs)
(#15539) There should be no space after '['. (computed-property-spacing)
(#15539) There should be no space before ']'. (computed-property-spacing)
(#15539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15540) Unexpected tab character. (no-tabs)
(#15540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15542) Unexpected tab character. (no-tabs)
(#15542) There should be no spaces inside this paren. (space-in-parens)
(#15542) There should be no spaces inside this paren. (space-in-parens)
(#15542) There should be no space after '['. (computed-property-spacing)
(#15542) There should be no space before ']'. (computed-property-spacing)
(#15542) There should be no spaces inside this paren. (space-in-parens)
(#15542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15543) Unexpected tab character. (no-tabs)
(#15543) There should be no spaces inside this paren. (space-in-parens)
(#15543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15544) Unexpected tab character. (no-tabs)
(#15544) There should be no space after '['. (computed-property-spacing)
(#15544) There should be no space before ']'. (computed-property-spacing)
(#15544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15545) Unexpected tab character. (no-tabs)
(#15545) There should be no space after '['. (computed-property-spacing)
(#15545) There should be no space before ']'. (computed-property-spacing)
(#15545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15546) Unexpected tab character. (no-tabs)
(#15546) There should be no spaces inside this paren. (space-in-parens)
(#15546) There should be no spaces inside this paren. (space-in-parens)
(#15546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15547) Unexpected tab character. (no-tabs)
(#15547) There should be no space after '['. (computed-property-spacing)
(#15547) There should be no space before ']'. (computed-property-spacing)
(#15547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15548) Unexpected tab character. (no-tabs)
(#15548) There should be no space after '['. (computed-property-spacing)
(#15548) There should be no space before ']'. (computed-property-spacing)
(#15548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15549) Unexpected tab character. (no-tabs)
(#15549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15551) Unexpected tab character. (no-tabs)
(#15551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15553) Unexpected tab character. (no-tabs)
(#15553) There should be no spaces inside this paren. (space-in-parens)
(#15553) There should be no spaces inside this paren. (space-in-parens)
(#15553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15554) Unexpected tab character. (no-tabs)
(#15554) There should be no spaces inside this paren. (space-in-parens)
(#15554) There should be no spaces inside this paren. (space-in-parens)
(#15554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15555) Unexpected tab character. (no-tabs)
(#15555) There should be no spaces inside this paren. (space-in-parens)
(#15555) There should be no spaces inside this paren. (space-in-parens)
(#15555) There should be no spaces inside this paren. (space-in-parens)
(#15555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15556) Unexpected tab character. (no-tabs)
(#15556) There should be no spaces inside this paren. (space-in-parens)
(#15556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15557) Unexpected tab character. (no-tabs)
(#15557) There should be no spaces inside this paren. (space-in-parens)
(#15557) There should be no spaces inside this paren. (space-in-parens)
(#15557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15558) Unexpected tab character. (no-tabs)
(#15558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15560) Unexpected tab character. (no-tabs)
(#15560) There should be no spaces inside this paren. (space-in-parens)
(#15560) There should be no spaces inside this paren. (space-in-parens)
(#15560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15561) Unexpected tab character. (no-tabs)
(#15561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15562) Unexpected tab character. (no-tabs)
(#15562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15563) Unexpected tab character. (no-tabs)
(#15563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15564) Unexpected tab character. (no-tabs)
(#15564) There should be no spaces inside this paren. (space-in-parens)
(#15564) There should be no spaces inside this paren. (space-in-parens)
(#15564) There should be no spaces inside this paren. (space-in-parens)
(#15564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15565) Unexpected tab character. (no-tabs)
(#15565) There should be no spaces inside this paren. (space-in-parens)
(#15565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15566) Unexpected tab character. (no-tabs)
(#15566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15567) Unexpected tab character. (no-tabs)
(#15567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15568) Unexpected tab character. (no-tabs)
(#15568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15569) Unexpected tab character. (no-tabs)
(#15569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15571) Unexpected tab character. (no-tabs)
(#15571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15573) Unexpected tab character. (no-tabs)
(#15573) There should be no spaces inside this paren. (space-in-parens)
(#15573) There should be no spaces inside this paren. (space-in-parens)
(#15573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15574) Unexpected tab character. (no-tabs)
(#15574) There should be no spaces inside this paren. (space-in-parens)
(#15574) There should be no spaces inside this paren. (space-in-parens)
(#15574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15575) Unexpected tab character. (no-tabs)
(#15575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15576) Unexpected tab character. (no-tabs)
(#15576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15578) Unexpected tab character. (no-tabs)
(#15578) Expected space or tab after '//' in comment. (spaced-comment)
(#15578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15579) Unexpected tab character. (no-tabs)
(#15579) There should be no spaces inside this paren. (space-in-parens)
(#15579) There should be no spaces inside this paren. (space-in-parens)
(#15579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15581) Unexpected tab character. (no-tabs)
(#15581) Expected space or tab after '//' in comment. (spaced-comment)
(#15581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15582) Unexpected tab character. (no-tabs)
(#15582) There should be no spaces inside this paren. (space-in-parens)
(#15582) There should be no spaces inside this paren. (space-in-parens)
(#15582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15583) Unexpected tab character. (no-tabs)
(#15583) There should be no space after '['. (computed-property-spacing)
(#15583) There should be no space before ']'. (computed-property-spacing)
(#15583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15584) Unexpected tab character. (no-tabs)
(#15584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15585) Unexpected tab character. (no-tabs)
(#15585) There should be no spaces inside this paren. (space-in-parens)
(#15585) There should be no spaces inside this paren. (space-in-parens)
(#15585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15586) Unexpected tab character. (no-tabs)
(#15586) There should be no space after '['. (computed-property-spacing)
(#15586) There should be no space before ']'. (computed-property-spacing)
(#15586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15587) Unexpected tab character. (no-tabs)
(#15587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15589) Unexpected tab character. (no-tabs)
(#15589) Expected space or tab after '//' in comment. (spaced-comment)
(#15589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15590) Unexpected tab character. (no-tabs)
(#15590) There should be no spaces inside this paren. (space-in-parens)
(#15590) There should be no spaces inside this paren. (space-in-parens)
(#15590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15592) Unexpected tab character. (no-tabs)
(#15592) Expected space or tab after '//' in comment. (spaced-comment)
(#15592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15593) Unexpected tab character. (no-tabs)
(#15593) There should be no space after '['. (computed-property-spacing)
(#15593) There should be no space before ']'. (computed-property-spacing)
(#15593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15594) Unexpected tab character. (no-tabs)
(#15594) There should be no space after '['. (computed-property-spacing)
(#15594) There should be no space before ']'. (computed-property-spacing)
(#15594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15595) Unexpected tab character. (no-tabs)
(#15595) There should be no spaces inside this paren. (space-in-parens)
(#15595) There should be no spaces inside this paren. (space-in-parens)
(#15595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15596) Unexpected tab character. (no-tabs)
(#15596) There should be no spaces inside this paren. (space-in-parens)
(#15596) There should be no spaces inside this paren. (space-in-parens)
(#15596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15597) Unexpected tab character. (no-tabs)
(#15597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15598) Unexpected tab character. (no-tabs)
(#15598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15600) Unexpected tab character. (no-tabs)
(#15600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15601) Unexpected tab character. (no-tabs)
(#15601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15602) Unexpected tab character. (no-tabs)
(#15602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15603) Unexpected tab character. (no-tabs)
(#15603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15604) Unexpected tab character. (no-tabs)
(#15604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15605) Unexpected tab character. (no-tabs)
(#15605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15606) Unexpected tab character. (no-tabs)
(#15606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15607) Unexpected tab character. (no-tabs)
(#15607) There should be no spaces inside this paren. (space-in-parens)
(#15607) There should be no spaces inside this paren. (space-in-parens)
(#15607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15608) Unexpected tab character. (no-tabs)
(#15608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15609) Unexpected tab character. (no-tabs)
(#15609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15611) Unexpected tab character. (no-tabs)
(#15611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15612) Unexpected tab character. (no-tabs)
(#15612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15613) Unexpected tab character. (no-tabs)
(#15613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15614) Unexpected tab character. (no-tabs)
(#15614) There should be no spaces inside this paren. (space-in-parens)
(#15614) There should be no space after '['. (computed-property-spacing)
(#15614) There should be no space before ']'. (computed-property-spacing)
(#15614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15615) Unexpected tab character. (no-tabs)
(#15615) There should be no space after '['. (computed-property-spacing)
(#15615) There should be no space before ']'. (computed-property-spacing)
(#15615) There should be no space after '['. (computed-property-spacing)
(#15615) There should be no space before ']'. (computed-property-spacing)
(#15615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15616) Unexpected tab character. (no-tabs)
(#15616) There should be no spaces inside this paren. (space-in-parens)
(#15616) There should be no space after '['. (computed-property-spacing)
(#15616) There should be no space before ']'. (computed-property-spacing)
(#15616) There should be no spaces inside this paren. (space-in-parens)
(#15616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15617) Unexpected tab character. (no-tabs)
(#15617) There should be no spaces inside this paren. (space-in-parens)
(#15617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15618) Unexpected tab character. (no-tabs)
(#15618) There should be no spaces inside this paren. (space-in-parens)
(#15618) There should be no space after '['. (computed-property-spacing)
(#15618) There should be no space before ']'. (computed-property-spacing)
(#15618) There should be no spaces inside this paren. (space-in-parens)
(#15618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15619) Unexpected tab character. (no-tabs)
(#15619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15620) Unexpected tab character. (no-tabs)
(#15620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15621) Unexpected tab character. (no-tabs)
(#15621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15623) Unexpected tab character. (no-tabs)
(#15623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15625) Unexpected tab character. (no-tabs)
(#15625) There should be no spaces inside this paren. (space-in-parens)
(#15625) There should be no spaces inside this paren. (space-in-parens)
(#15625) There should be no spaces inside this paren. (space-in-parens)
(#15625) There should be no spaces inside this paren. (space-in-parens)
(#15625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15626) Unexpected tab character. (no-tabs)
(#15626) There should be no spaces inside this paren. (space-in-parens)
(#15626) There should be no spaces inside this paren. (space-in-parens)
(#15626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15627) Unexpected tab character. (no-tabs)
(#15627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15628) Unexpected tab character. (no-tabs)
(#15628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15629) Unexpected tab character. (no-tabs)
(#15629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15631) Unexpected tab character. (no-tabs)
(#15631) There should be no spaces inside this paren. (space-in-parens)
(#15631) There should be no spaces inside this paren. (space-in-parens)
(#15631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15632) Unexpected tab character. (no-tabs)
(#15632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15633) Unexpected tab character. (no-tabs)
(#15633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15634) Unexpected tab character. (no-tabs)
(#15634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15636) Unexpected tab character. (no-tabs)
(#15636) Expected space or tab after '//' in comment. (spaced-comment)
(#15636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15637) Unexpected tab character. (no-tabs)
(#15637) There should be no spaces inside this paren. (space-in-parens)
(#15637) There should be no spaces inside this paren. (space-in-parens)
(#15637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15639) Unexpected tab character. (no-tabs)
(#15639) Expected space or tab after '//' in comment. (spaced-comment)
(#15639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15640) Unexpected tab character. (no-tabs)
(#15640) There should be no spaces inside this paren. (space-in-parens)
(#15640) There should be no spaces inside this paren. (space-in-parens)
(#15640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15641) Unexpected tab character. (no-tabs)
(#15641) There should be no spaces inside this paren. (space-in-parens)
(#15641) There should be no spaces inside this paren. (space-in-parens)
(#15641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15642) Unexpected tab character. (no-tabs)
(#15642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15644) Unexpected tab character. (no-tabs)
(#15644) Expected space or tab after '//' in comment. (spaced-comment)
(#15644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15645) Unexpected tab character. (no-tabs)
(#15645) There should be no spaces inside this paren. (space-in-parens)
(#15645) There should be no spaces inside this paren. (space-in-parens)
(#15645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15647) Unexpected tab character. (no-tabs)
(#15647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15648) Unexpected tab character. (no-tabs)
(#15648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15650) Unexpected tab character. (no-tabs)
(#15650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15652) Unexpected tab character. (no-tabs)
(#15652) There should be no spaces inside this paren. (space-in-parens)
(#15652) There should be no spaces inside this paren. (space-in-parens)
(#15652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15654) Unexpected tab character. (no-tabs)
(#15654) There should be no spaces inside this paren. (space-in-parens)
(#15654) There should be no spaces inside this paren. (space-in-parens)
(#15654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15655) Unexpected tab character. (no-tabs)
(#15655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15656) Unexpected tab character. (no-tabs)
(#15656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15658) Unexpected tab character. (no-tabs)
(#15658) Expected space or tab after '//' in comment. (spaced-comment)
(#15658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15659) Unexpected tab character. (no-tabs)
(#15659) There should be no spaces inside this paren. (space-in-parens)
(#15659) There should be no spaces inside this paren. (space-in-parens)
(#15659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15660) Unexpected tab character. (no-tabs)
(#15660) There should be no spaces inside this paren. (space-in-parens)
(#15660) There should be no spaces inside this paren. (space-in-parens)
(#15660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15661) Unexpected tab character. (no-tabs)
(#15661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15663) Unexpected tab character. (no-tabs)
(#15663) There should be no spaces inside this paren. (space-in-parens)
(#15663) There should be no spaces inside this paren. (space-in-parens)
(#15663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15664) Unexpected tab character. (no-tabs)
(#15664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15665) Unexpected tab character. (no-tabs)
(#15665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15666) Unexpected tab character. (no-tabs)
(#15666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15667) Unexpected tab character. (no-tabs)
(#15667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15669) Unexpected tab character. (no-tabs)
(#15669) There should be no spaces inside this paren. (space-in-parens)
(#15669) There should be no spaces inside this paren. (space-in-parens)
(#15669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15670) Unexpected tab character. (no-tabs)
(#15670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15671) Unexpected tab character. (no-tabs)
(#15671) There should be no spaces inside this paren. (space-in-parens)
(#15671) There should be no space after '['. (computed-property-spacing)
(#15671) There should be no space before ']'. (computed-property-spacing)
(#15671) There should be no space after '['. (computed-property-spacing)
(#15671) There should be no space before ']'. (computed-property-spacing)
(#15671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15672) Unexpected tab character. (no-tabs)
(#15672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15673) Unexpected tab character. (no-tabs)
(#15673) There should be no space after '['. (computed-property-spacing)
(#15673) There should be no space before ']'. (computed-property-spacing)
(#15673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15674) Unexpected tab character. (no-tabs)
(#15674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15675) Unexpected tab character. (no-tabs)
(#15675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15676) Unexpected tab character. (no-tabs)
(#15676) There should be no spaces inside this paren. (space-in-parens)
(#15676) There should be no spaces inside this paren. (space-in-parens)
(#15676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15677) Unexpected tab character. (no-tabs)
(#15677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15678) Unexpected tab character. (no-tabs)
(#15678) There should be no spaces inside this paren. (space-in-parens)
(#15678) There should be no space after '['. (computed-property-spacing)
(#15678) There should be no space before ']'. (computed-property-spacing)
(#15678) There should be no space after '['. (computed-property-spacing)
(#15678) There should be no space before ']'. (computed-property-spacing)
(#15678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15679) Unexpected tab character. (no-tabs)
(#15679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15680) Unexpected tab character. (no-tabs)
(#15680) There should be no space after '['. (computed-property-spacing)
(#15680) There should be no space before ']'. (computed-property-spacing)
(#15680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15681) Unexpected tab character. (no-tabs)
(#15681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15682) Unexpected tab character. (no-tabs)
(#15682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15683) Unexpected tab character. (no-tabs)
(#15683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15684) Unexpected tab character. (no-tabs)
(#15684) There should be no spaces inside this paren. (space-in-parens)
(#15684) There should be no spaces inside this paren. (space-in-parens)
(#15684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15685) Unexpected tab character. (no-tabs)
(#15685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15686) Unexpected tab character. (no-tabs)
(#15686) There should be no spaces inside this paren. (space-in-parens)
(#15686) There should be no spaces inside this paren. (space-in-parens)
(#15686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15687) Unexpected tab character. (no-tabs)
(#15687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15688) Unexpected tab character. (no-tabs)
(#15688) There should be no spaces inside this paren. (space-in-parens)
(#15688) There should be no spaces inside this paren. (space-in-parens)
(#15688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15689) Unexpected tab character. (no-tabs)
(#15689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15690) Unexpected tab character. (no-tabs)
(#15690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15691) Unexpected tab character. (no-tabs)
(#15691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15692) Unexpected tab character. (no-tabs)
(#15692) There should be no spaces inside this paren. (space-in-parens)
(#15692) There should be no spaces inside this paren. (space-in-parens)
(#15692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15693) Unexpected tab character. (no-tabs)
(#15693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15695) Unexpected tab character. (no-tabs)
(#15695) Method '_mouseStop' expected no return value. (consistent-return)
(#15695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15697) Unexpected tab character. (no-tabs)
(#15697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15699) Unexpected tab character. (no-tabs)
(#15699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15701) Unexpected tab character. (no-tabs)
(#15701) There should be no spaces inside this paren. (space-in-parens)
(#15701) There should be no spaces inside this paren. (space-in-parens)
(#15701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15703) Unexpected tab character. (no-tabs)
(#15703) There should be no spaces inside this paren. (space-in-parens)
(#15703) There should be no spaces inside this paren. (space-in-parens)
(#15703) There should be no space after '{'. (object-curly-spacing)
(#15703) There should be no space before '}'. (object-curly-spacing)
(#15703) There should be no spaces inside this paren. (space-in-parens)
(#15703) There should be no spaces inside this paren. (space-in-parens)
(#15703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15705) Unexpected tab character. (no-tabs)
(#15705) There should be no spaces inside this paren. (space-in-parens)
(#15705) There should be no spaces inside this paren. (space-in-parens)
(#15705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15706) Unexpected tab character. (no-tabs)
(#15706) There should be no spaces inside this paren. (space-in-parens)
(#15706) There should be no spaces inside this paren. (space-in-parens)
(#15706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15707) Unexpected tab character. (no-tabs)
(#15707) There should be no spaces inside this paren. (space-in-parens)
(#15707) There should be no spaces inside this paren. (space-in-parens)
(#15707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15708) Unexpected tab character. (no-tabs)
(#15708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15709) Unexpected tab character. (no-tabs)
(#15709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15710) Unexpected tab character. (no-tabs)
(#15710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15712) Unexpected tab character. (no-tabs)
(#15712) Expected space or tab after '//' in comment. (spaced-comment)
(#15712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15713) Unexpected tab character. (no-tabs)
(#15713) There should be no spaces inside this paren. (space-in-parens)
(#15713) There should be no spaces inside this paren. (space-in-parens)
(#15713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15714) Unexpected tab character. (no-tabs)
(#15714) There should be no space after '['. (computed-property-spacing)
(#15714) There should be no space before ']'. (computed-property-spacing)
(#15714) There should be no spaces inside this paren. (space-in-parens)
(#15714) There should be no spaces inside this paren. (space-in-parens)
(#15714) There should be no spaces inside this paren. (space-in-parens)
(#15714) There should be no spaces inside this paren. (space-in-parens)
(#15714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15715) Unexpected tab character. (no-tabs)
(#15715) There should be no spaces inside this paren. (space-in-parens)
(#15715) There should be no space after '['. (computed-property-spacing)
(#15715) There should be no space before ']'. (computed-property-spacing)
(#15715) There should be no spaces inside this paren. (space-in-parens)
(#15715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15716) Unexpected tab character. (no-tabs)
(#15716) There should be no space after '['. (computed-property-spacing)
(#15716) There should be no space before ']'. (computed-property-spacing)
(#15716) There should be no spaces inside this paren. (space-in-parens)
(#15716) There should be no spaces inside this paren. (space-in-parens)
(#15716) There should be no spaces inside this paren. (space-in-parens)
(#15716) There should be no spaces inside this paren. (space-in-parens)
(#15716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15717) Unexpected tab character. (no-tabs)
(#15717) There should be no space after '['. (computed-property-spacing)
(#15717) There should be no space before ']'. (computed-property-spacing)
(#15717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15718) Unexpected tab character. (no-tabs)
(#15718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15719) Unexpected tab character. (no-tabs)
(#15719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15721) Unexpected tab character. (no-tabs)
(#15721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15723) Unexpected tab character. (no-tabs)
(#15723) There should be no spaces inside this paren. (space-in-parens)
(#15723) There should be no spaces inside this paren. (space-in-parens)
(#15723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15725) Unexpected tab character. (no-tabs)
(#15725) Expected space or tab after '//' in comment. (spaced-comment)
(#15725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15726) Unexpected tab character. (no-tabs)
(#15726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15727) Unexpected tab character. (no-tabs)
(#15727) There should be no spaces inside this paren. (space-in-parens)
(#15727) There should be no space after '['. (computed-property-spacing)
(#15727) There should be no space before ']'. (computed-property-spacing)
(#15727) There should be no spaces inside this paren. (space-in-parens)
(#15727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15728) Unexpected tab character. (no-tabs)
(#15728) There should be no space after '['. (computed-property-spacing)
(#15728) There should be no space before ']'. (computed-property-spacing)
(#15728) There should be no spaces inside this paren. (space-in-parens)
(#15728) There should be no space after '['. (computed-property-spacing)
(#15728) There should be no space before ']'. (computed-property-spacing)
(#15728) There should be no spaces inside this paren. (space-in-parens)
(#15728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15729) Unexpected tab character. (no-tabs)
(#15729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15730) Unexpected tab character. (no-tabs)
(#15730) There should be no spaces inside this paren. (space-in-parens)
(#15730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15731) Unexpected tab character. (no-tabs)
(#15731) There should be no space after '['. (computed-property-spacing)
(#15731) There should be no space before ']'. (computed-property-spacing)
(#15731) There should be no spaces inside this paren. (space-in-parens)
(#15731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15732) Unexpected tab character. (no-tabs)
(#15732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15733) Unexpected tab character. (no-tabs)
(#15733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15735) Unexpected tab character. (no-tabs)
(#15735) There should be no spaces inside this paren. (space-in-parens)
(#15735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15736) Unexpected tab character. (no-tabs)
(#15736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15737) Unexpected tab character. (no-tabs)
(#15737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15738) Unexpected tab character. (no-tabs)
(#15738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15739) Unexpected tab character. (no-tabs)
(#15739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15740) Unexpected tab character. (no-tabs)
(#15740) There should be no spaces inside this paren. (space-in-parens)
(#15740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15742) Unexpected tab character. (no-tabs)
(#15742) There should be no spaces inside this paren. (space-in-parens)
(#15742) There should be no spaces inside this paren. (space-in-parens)
(#15742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15743) Unexpected tab character. (no-tabs)
(#15743) There should be no spaces inside this paren. (space-in-parens)
(#15743) There should be no spaces inside this paren. (space-in-parens)
(#15743) There should be no spaces inside this paren. (space-in-parens)
(#15743) There should be no spaces inside this paren. (space-in-parens)
(#15743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15744) Unexpected tab character. (no-tabs)
(#15744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15745) Unexpected tab character. (no-tabs)
(#15745) There should be no spaces inside this paren. (space-in-parens)
(#15745) There should be no spaces inside this paren. (space-in-parens)
(#15745) There should be no spaces inside this paren. (space-in-parens)
(#15745) There should be no spaces inside this paren. (space-in-parens)
(#15745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15746) Unexpected tab character. (no-tabs)
(#15746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15747) Unexpected tab character. (no-tabs)
(#15747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15749) Unexpected tab character. (no-tabs)
(#15749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15751) Unexpected tab character. (no-tabs)
(#15751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15753) Unexpected tab character. (no-tabs)
(#15753) There should be no spaces inside this paren. (space-in-parens)
(#15753) There should be no spaces inside this paren. (space-in-parens)
(#15753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15755) Unexpected tab character. (no-tabs)
(#15755) There should be no spaces inside this paren. (space-in-parens)
(#15755) There should be no spaces inside this paren. (space-in-parens)
(#15755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15756) Unexpected tab character. (no-tabs)
(#15756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15757) Unexpected tab character. (no-tabs)
(#15757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15759) Unexpected tab character. (no-tabs)
(#15759) There should be no spaces inside this paren. (space-in-parens)
(#15759) There should be no spaces inside this paren. (space-in-parens)
(#15759) There should be no spaces inside this paren. (space-in-parens)
(#15759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15760) Unexpected tab character. (no-tabs)
(#15760) There should be no spaces inside this paren. (space-in-parens)
(#15760) There should be no spaces inside this paren. (space-in-parens)
(#15760) There should be no spaces inside this paren. (space-in-parens)
(#15760) There should be no spaces inside this paren. (space-in-parens)
(#15760) There should be no spaces inside this paren. (space-in-parens)
(#15760) There should be no spaces inside this paren. (space-in-parens)
(#15760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15761) Unexpected tab character. (no-tabs)
(#15761) There should be no spaces inside this paren. (space-in-parens)
(#15761) There should be no spaces inside this paren. (space-in-parens)
(#15761) Unnecessary escape character: \-. (no-useless-escape)
(#15761) There should be no spaces inside this paren. (space-in-parens)
(#15761) There should be no spaces inside this paren. (space-in-parens)
(#15761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15762) Unexpected tab character. (no-tabs)
(#15762) There should be no spaces inside this paren. (space-in-parens)
(#15762) There should be no spaces inside this paren. (space-in-parens)
(#15762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15763) Unexpected tab character. (no-tabs)
(#15763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15764) Unexpected tab character. (no-tabs)
(#15764) There should be no spaces inside this paren. (space-in-parens)
(#15764) There should be no space after '['. (computed-property-spacing)
(#15764) There should be no space before ']'. (computed-property-spacing)
(#15764) There should be no spaces inside this paren. (space-in-parens)
(#15764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15765) Unexpected tab character. (no-tabs)
(#15765) There should be no spaces inside this paren. (space-in-parens)
(#15765) There should be no space after '['. (computed-property-spacing)
(#15765) There should be no space before ']'. (computed-property-spacing)
(#15765) There should be no space after '['. (computed-property-spacing)
(#15765) There should be no space before ']'. (computed-property-spacing)
(#15765) There should be no spaces inside this paren. (space-in-parens)
(#15765) There should be no spaces inside this paren. (space-in-parens)
(#15765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15766) Unexpected tab character. (no-tabs)
(#15766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15767) Unexpected tab character. (no-tabs)
(#15767) There should be no spaces inside this paren. (space-in-parens)
(#15767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15769) Unexpected tab character. (no-tabs)
(#15769) There should be no spaces inside this paren. (space-in-parens)
(#15769) There should be no spaces inside this paren. (space-in-parens)
(#15769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15770) Unexpected tab character. (no-tabs)
(#15770) There should be no spaces inside this paren. (space-in-parens)
(#15770) There should be no spaces inside this paren. (space-in-parens)
(#15770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15771) Unexpected tab character. (no-tabs)
(#15771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15773) Unexpected tab character. (no-tabs)
(#15773) There should be no spaces inside this paren. (space-in-parens)
(#15773) There should be no spaces inside this paren. (space-in-parens)
(#15773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15775) Unexpected tab character. (no-tabs)
(#15775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15777) Unexpected tab character. (no-tabs)
(#15777) There should be no spaces inside this paren. (space-in-parens)
(#15777) There should be no spaces inside this paren. (space-in-parens)
(#15777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15779) Unexpected tab character. (no-tabs)
(#15779) There should be no spaces inside this paren. (space-in-parens)
(#15779) There should be no spaces inside this paren. (space-in-parens)
(#15779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15780) Unexpected tab character. (no-tabs)
(#15780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15782) Unexpected tab character. (no-tabs)
(#15782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15784) Unexpected tab character. (no-tabs)
(#15784) There should be no spaces inside this paren. (space-in-parens)
(#15784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15785) Unexpected tab character. (no-tabs)
(#15785) There should be no spaces inside this paren. (space-in-parens)
(#15785) There should be no spaces inside this paren. (space-in-parens)
(#15785) There should be no spaces inside this paren. (space-in-parens)
(#15785) There should be no spaces inside this paren. (space-in-parens)
(#15785) There should be no spaces inside this paren. (space-in-parens)
(#15785) There should be no spaces inside this paren. (space-in-parens)
(#15785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15786) Unexpected tab character. (no-tabs)
(#15786) There should be no spaces inside this paren. (space-in-parens)
(#15786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15787) Unexpected tab character. (no-tabs)
(#15787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15789) Unexpected tab character. (no-tabs)
(#15789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15791) Unexpected tab character. (no-tabs)
(#15791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15792) Unexpected tab character. (no-tabs)
(#15792) There should be no spaces inside this paren. (space-in-parens)
(#15792) There should be no spaces inside this paren. (space-in-parens)
(#15792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15794) Unexpected tab character. (no-tabs)
(#15794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15795) Unexpected tab character. (no-tabs)
(#15795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15796) Unexpected tab character. (no-tabs)
(#15796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15797) Unexpected tab character. (no-tabs)
(#15797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15798) Unexpected tab character. (no-tabs)
(#15798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15799) Unexpected tab character. (no-tabs)
(#15799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15800) Unexpected tab character. (no-tabs)
(#15800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15801) Unexpected tab character. (no-tabs)
(#15801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15802) Unexpected tab character. (no-tabs)
(#15802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15803) Unexpected tab character. (no-tabs)
(#15803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15804) Unexpected tab character. (no-tabs)
(#15804) There should be no spaces inside this paren. (space-in-parens)
(#15804) There should be no spaces inside this paren. (space-in-parens)
(#15804) There should be no spaces inside this paren. (space-in-parens)
(#15804) There should be no spaces inside this paren. (space-in-parens)
(#15804) There should be no spaces inside this paren. (space-in-parens)
(#15804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15805) Unexpected tab character. (no-tabs)
(#15805) There should be no spaces inside this paren. (space-in-parens)
(#15805) There should be no spaces inside this paren. (space-in-parens)
(#15805) There should be no spaces inside this paren. (space-in-parens)
(#15805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15806) Unexpected tab character. (no-tabs)
(#15806) There should be no spaces inside this paren. (space-in-parens)
(#15806) There should be no spaces inside this paren. (space-in-parens)
(#15806) There should be no spaces inside this paren. (space-in-parens)
(#15806) There should be no spaces inside this paren. (space-in-parens)
(#15806) There should be no spaces inside this paren. (space-in-parens)
(#15806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15807) Unexpected tab character. (no-tabs)
(#15807) There should be no spaces inside this paren. (space-in-parens)
(#15807) There should be no spaces inside this paren. (space-in-parens)
(#15807) There should be no spaces inside this paren. (space-in-parens)
(#15807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15808) Unexpected tab character. (no-tabs)
(#15808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15810) Unexpected tab character. (no-tabs)
(#15810) There should be no spaces inside this paren. (space-in-parens)
(#15810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15811) Unexpected tab character. (no-tabs)
(#15811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15812) Unexpected tab character. (no-tabs)
(#15812) There should be no spaces inside this paren. (space-in-parens)
(#15812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15813) Unexpected tab character. (no-tabs)
(#15813) There should be no space after '['. (computed-property-spacing)
(#15813) There should be no space before ']'. (computed-property-spacing)
(#15813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15814) Unexpected tab character. (no-tabs)
(#15814) There should be no space after '['. (computed-property-spacing)
(#15814) There should be no space before ']'. (computed-property-spacing)
(#15814) There should be no spaces inside this paren. (space-in-parens)
(#15814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15815) Unexpected tab character. (no-tabs)
(#15815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15816) Unexpected tab character. (no-tabs)
(#15816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15817) Unexpected tab character. (no-tabs)
(#15817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15819) Unexpected tab character. (no-tabs)
(#15819) There should be no spaces inside this paren. (space-in-parens)
(#15819) There should be no spaces inside this paren. (space-in-parens)
(#15819) There should be no spaces inside this paren. (space-in-parens)
(#15819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15820) Unexpected tab character. (no-tabs)
(#15820) There should be no spaces inside this paren. (space-in-parens)
(#15820) There should be no spaces inside this paren. (space-in-parens)
(#15820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15821) Unexpected tab character. (no-tabs)
(#15821) There should be no spaces inside this paren. (space-in-parens)
(#15821) There should be no spaces inside this paren. (space-in-parens)
(#15821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15822) Unexpected tab character. (no-tabs)
(#15822) There should be no spaces inside this paren. (space-in-parens)
(#15822) There should be no spaces inside this paren. (space-in-parens)
(#15822) There should be no spaces inside this paren. (space-in-parens)
(#15822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15824) Unexpected tab character. (no-tabs)
(#15824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15825) Unexpected tab character. (no-tabs)
(#15825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15827) Unexpected tab character. (no-tabs)
(#15827) There should be no spaces inside this paren. (space-in-parens)
(#15827) There should be no spaces inside this paren. (space-in-parens)
(#15827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15828) Unexpected tab character. (no-tabs)
(#15828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15829) Unexpected tab character. (no-tabs)
(#15829) There should be no spaces inside this paren. (space-in-parens)
(#15829) There should be no spaces inside this paren. (space-in-parens)
(#15829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15830) Unexpected tab character. (no-tabs)
(#15830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15831) Unexpected tab character. (no-tabs)
(#15831) There should be no spaces inside this paren. (space-in-parens)
(#15831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15832) Unexpected tab character. (no-tabs)
(#15832) There should be no spaces inside this paren. (space-in-parens)
(#15832) There should be no spaces inside this paren. (space-in-parens)
(#15832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15833) Unexpected tab character. (no-tabs)
(#15833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15834) Unexpected tab character. (no-tabs)
(#15834) There should be no spaces inside this paren. (space-in-parens)
(#15834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15835) Unexpected tab character. (no-tabs)
(#15835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15837) Unexpected tab character. (no-tabs)
(#15837) There should be no spaces inside this paren. (space-in-parens)
(#15837) There should be no spaces inside this paren. (space-in-parens)
(#15837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15838) Unexpected tab character. (no-tabs)
(#15838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15839) Unexpected tab character. (no-tabs)
(#15839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15841) Unexpected tab character. (no-tabs)
(#15841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15842) Unexpected tab character. (no-tabs)
(#15842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15844) Unexpected tab character. (no-tabs)
(#15844) Do not nest ternary expressions. (no-nested-ternary)
(#15844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15845) Unexpected tab character. (no-tabs)
(#15845) There should be no spaces inside this paren. (space-in-parens)
(#15845) There should be no spaces inside this paren. (space-in-parens)
(#15845) There should be no spaces inside this paren. (space-in-parens)
(#15845) There should be no spaces inside this paren. (space-in-parens)
(#15845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15846) Unexpected tab character. (no-tabs)
(#15846) There should be no spaces inside this paren. (space-in-parens)
(#15846) There should be no spaces inside this paren. (space-in-parens)
(#15846) There should be no spaces inside this paren. (space-in-parens)
(#15846) There should be no spaces inside this paren. (space-in-parens)
(#15846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15848) Unexpected tab character. (no-tabs)
(#15848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15850) Unexpected tab character. (no-tabs)
(#15850) There should be no spaces inside this paren. (space-in-parens)
(#15850) There should be no spaces inside this paren. (space-in-parens)
(#15850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15852) Unexpected tab character. (no-tabs)
(#15852) There should be no spaces inside this paren. (space-in-parens)
(#15852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15853) Unexpected tab character. (no-tabs)
(#15853) There should be no spaces inside this paren. (space-in-parens)
(#15853) There should be no spaces inside this paren. (space-in-parens)
(#15853) There should be no spaces inside this paren. (space-in-parens)
(#15853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15854) Unexpected tab character. (no-tabs)
(#15854) There should be no spaces inside this paren. (space-in-parens)
(#15854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15855) Unexpected tab character. (no-tabs)
(#15855) There should be no spaces inside this paren. (space-in-parens)
(#15855) There should be no spaces inside this paren. (space-in-parens)
(#15855) There should be no spaces inside this paren. (space-in-parens)
(#15855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15856) Unexpected tab character. (no-tabs)
(#15856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15857) Unexpected tab character. (no-tabs)
(#15857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15859) Unexpected tab character. (no-tabs)
(#15859) There should be no spaces inside this paren. (space-in-parens)
(#15859) There should be no spaces inside this paren. (space-in-parens)
(#15859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15860) Unexpected tab character. (no-tabs)
(#15860) There should be no spaces inside this paren. (space-in-parens)
(#15860) There should be no spaces inside this paren. (space-in-parens)
(#15860) There should be no spaces inside this paren. (space-in-parens)
(#15860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15861) Unexpected tab character. (no-tabs)
(#15861) There should be no spaces inside this paren. (space-in-parens)
(#15861) There should be no spaces inside this paren. (space-in-parens)
(#15861) There should be no spaces inside this paren. (space-in-parens)
(#15861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15862) Unexpected tab character. (no-tabs)
(#15862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15863) Unexpected tab character. (no-tabs)
(#15863) There should be no spaces inside this paren. (space-in-parens)
(#15863) There should be no spaces inside this paren. (space-in-parens)
(#15863) There should be no spaces inside this paren. (space-in-parens)
(#15863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15864) Unexpected tab character. (no-tabs)
(#15864) There should be no spaces inside this paren. (space-in-parens)
(#15864) There should be no spaces inside this paren. (space-in-parens)
(#15864) There should be no spaces inside this paren. (space-in-parens)
(#15864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15865) Unexpected tab character. (no-tabs)
(#15865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15867) Unexpected tab character. (no-tabs)
(#15867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15869) Unexpected tab character. (no-tabs)
(#15869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15870) Unexpected tab character. (no-tabs)
(#15870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15871) Unexpected tab character. (no-tabs)
(#15871) There should be no spaces inside this paren. (space-in-parens)
(#15871) There should be no spaces inside this paren. (space-in-parens)
(#15871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15872) Unexpected tab character. (no-tabs)
(#15872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15874) Unexpected tab character. (no-tabs)
(#15874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15875) Unexpected tab character. (no-tabs)
(#15875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15876) Unexpected tab character. (no-tabs)
(#15876) There should be no spaces inside this paren. (space-in-parens)
(#15876) There should be no spaces inside this paren. (space-in-parens)
(#15876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15877) Unexpected tab character. (no-tabs)
(#15877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15879) Unexpected tab character. (no-tabs)
(#15879) There should be no spaces inside this paren. (space-in-parens)
(#15879) There should be no spaces inside this paren. (space-in-parens)
(#15879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15880) Unexpected tab character. (no-tabs)
(#15880) There should be no spaces inside this paren. (space-in-parens)
(#15880) There should be no spaces inside this paren. (space-in-parens)
(#15880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15881) Unexpected tab character. (no-tabs)
(#15881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15882) Unexpected tab character. (no-tabs)
(#15882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15883) Unexpected tab character. (no-tabs)
(#15883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15884) Unexpected tab character. (no-tabs)
(#15884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15886) Unexpected tab character. (no-tabs)
(#15886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15887) Unexpected tab character. (no-tabs)
(#15887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15888) Unexpected tab character. (no-tabs)
(#15888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15889) Unexpected tab character. (no-tabs)
(#15889) There should be no space after '['. (array-bracket-spacing)
(#15889) There should be no space before ']'. (array-bracket-spacing)
(#15889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15890) Unexpected tab character. (no-tabs)
(#15890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15891) Unexpected tab character. (no-tabs)
(#15891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15893) Unexpected tab character. (no-tabs)
(#15893) There should be no spaces inside this paren. (space-in-parens)
(#15893) There should be no spaces inside this paren. (space-in-parens)
(#15893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15895) Unexpected tab character. (no-tabs)
(#15895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15896) Unexpected tab character. (no-tabs)
(#15896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15897) Unexpected tab character. (no-tabs)
(#15897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15898) Unexpected tab character. (no-tabs)
(#15898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15900) Unexpected tab character. (no-tabs)
(#15900) There should be no spaces inside this paren. (space-in-parens)
(#15900) There should be no spaces inside this paren. (space-in-parens)
(#15900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15901) Unexpected tab character. (no-tabs)
(#15901) There should be no spaces inside this paren. (space-in-parens)
(#15901) There should be no spaces inside this paren. (space-in-parens)
(#15901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15902) Unexpected tab character. (no-tabs)
(#15902) There should be no spaces inside this paren. (space-in-parens)
(#15902) There should be no space after '['. (computed-property-spacing)
(#15902) There should be no space before ']'. (computed-property-spacing)
(#15902) There should be no space after '['. (computed-property-spacing)
(#15902) There should be no space before ']'. (computed-property-spacing)
(#15902) There should be no spaces inside this paren. (space-in-parens)
(#15902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15903) Unexpected tab character. (no-tabs)
(#15903) There should be no spaces inside this paren. (space-in-parens)
(#15903) There should be no spaces inside this paren. (space-in-parens)
(#15903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15904) Unexpected tab character. (no-tabs)
(#15904) There should be no spaces inside this paren. (space-in-parens)
(#15904) There should be no space after '['. (computed-property-spacing)
(#15904) There should be no space before ']'. (computed-property-spacing)
(#15904) There should be no spaces inside this paren. (space-in-parens)
(#15904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15905) Unexpected tab character. (no-tabs)
(#15905) There should be no spaces inside this paren. (space-in-parens)
(#15905) There should be no spaces inside this paren. (space-in-parens)
(#15905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15906) Unexpected tab character. (no-tabs)
(#15906) There should be no spaces inside this paren. (space-in-parens)
(#15906) There should be no space after '['. (array-bracket-spacing)
(#15906) There should be no spaces inside this paren. (space-in-parens)
(#15906) There should be no spaces inside this paren. (space-in-parens)
(#15906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15907) Unexpected tab character. (no-tabs)
(#15907) There should be no spaces inside this paren. (space-in-parens)
(#15907) There should be no spaces inside this paren. (space-in-parens)
(#15907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15908) Unexpected tab character. (no-tabs)
(#15908) There should be no spaces inside this paren. (space-in-parens)
(#15908) There should be no spaces inside this paren. (space-in-parens)
(#15908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15909) Unexpected tab character. (no-tabs)
(#15909) There should be no spaces inside this paren. (space-in-parens)
(#15909) There should be no spaces inside this paren. (space-in-parens)
(#15909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15910) Unexpected tab character. (no-tabs)
(#15910) There should be no spaces inside this paren. (space-in-parens)
(#15910) There should be no spaces inside this paren. (space-in-parens)
(#15910) There should be no space before ']'. (array-bracket-spacing)
(#15910) There should be no spaces inside this paren. (space-in-parens)
(#15910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15911) Unexpected tab character. (no-tabs)
(#15911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15912) Unexpected tab character. (no-tabs)
(#15912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15913) Unexpected tab character. (no-tabs)
(#15913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15914) Unexpected tab character. (no-tabs)
(#15914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15916) Unexpected tab character. (no-tabs)
(#15916) There should be no spaces inside this paren. (space-in-parens)
(#15916) There should be no space after '['. (array-bracket-spacing)
(#15916) There should be no spaces inside this paren. (space-in-parens)
(#15916) There should be no spaces inside this paren. (space-in-parens)
(#15916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15917) Unexpected tab character. (no-tabs)
(#15917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15918) Unexpected tab character. (no-tabs)
(#15918) There should be no spaces inside this paren. (space-in-parens)
(#15918) There should be no space after '{'. (object-curly-spacing)
(#15918) There should be no space before '}'. (object-curly-spacing)
(#15918) There should be no spaces inside this paren. (space-in-parens)
(#15918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15919) Unexpected tab character. (no-tabs)
(#15919) There should be no spaces inside this paren. (space-in-parens)
(#15919) There should be no spaces inside this paren. (space-in-parens)
(#15919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15920) Unexpected tab character. (no-tabs)
(#15920) There should be no spaces inside this paren. (space-in-parens)
(#15920) There should be no spaces inside this paren. (space-in-parens)
(#15920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15921) Unexpected tab character. (no-tabs)
(#15921) There should be no spaces inside this paren. (space-in-parens)
(#15921) There should be no spaces inside this paren. (space-in-parens)
(#15921) There should be no space before ']'. (array-bracket-spacing)
(#15921) There should be no spaces inside this paren. (space-in-parens)
(#15921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15923) Unexpected tab character. (no-tabs)
(#15923) Missing JSDoc comment. (require-jsdoc)
(#15923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15924) Unexpected tab character. (no-tabs)
(#15924) There should be no spaces inside this paren. (space-in-parens)
(#15924) There should be no spaces inside this paren. (space-in-parens)
(#15924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15925) Unexpected tab character. (no-tabs)
(#15925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15926) Unexpected tab character. (no-tabs)
(#15926) There should be no spaces inside this paren. (space-in-parens)
(#15926) There should be no spaces inside this paren. (space-in-parens)
(#15926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15927) Unexpected tab character. (no-tabs)
(#15927) There should be no space after '['. (computed-property-spacing)
(#15927) There should be no space before ']'. (computed-property-spacing)
(#15927) There should be no space after '['. (computed-property-spacing)
(#15927) There should be no space before ']'. (computed-property-spacing)
(#15927) There should be no spaces inside this paren. (space-in-parens)
(#15927) There should be no spaces inside this paren. (space-in-parens)
(#15927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15928) Unexpected tab character. (no-tabs)
(#15928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15930) Unexpected tab character. (no-tabs)
(#15930) There should be no spaces inside this paren. (space-in-parens)
(#15930) There should be no spaces inside this paren. (space-in-parens)
(#15930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15932) Unexpected tab character. (no-tabs)
(#15932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15934) Unexpected tab character. (no-tabs)
(#15934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15936) Unexpected tab character. (no-tabs)
(#15936) There should be no spaces inside this paren. (space-in-parens)
(#15936) There should be no spaces inside this paren. (space-in-parens)
(#15936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15938) Unexpected tab character. (no-tabs)
(#15938) There should be no spaces inside this paren. (space-in-parens)
(#15938) There should be no spaces inside this paren. (space-in-parens)
(#15938) There should be no spaces inside this paren. (space-in-parens)
(#15938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15939) Unexpected tab character. (no-tabs)
(#15939) There should be no spaces inside this paren. (space-in-parens)
(#15939) There should be no spaces inside this paren. (space-in-parens)
(#15939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15940) Unexpected tab character. (no-tabs)
(#15940) There should be no spaces inside this paren. (space-in-parens)
(#15940) There should be no space after '['. (computed-property-spacing)
(#15940) There should be no space before ']'. (computed-property-spacing)
(#15940) There should be no space after '['. (computed-property-spacing)
(#15940) There should be no space before ']'. (computed-property-spacing)
(#15940) There should be no spaces inside this paren. (space-in-parens)
(#15940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15941) Unexpected tab character. (no-tabs)
(#15941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15942) Unexpected tab character. (no-tabs)
(#15942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15943) Unexpected tab character. (no-tabs)
(#15943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15944) Unexpected tab character. (no-tabs)
(#15944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15945) Unexpected tab character. (no-tabs)
(#15945) There should be no spaces inside this paren. (space-in-parens)
(#15945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15947) Unexpected tab character. (no-tabs)
(#15947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15949) Unexpected tab character. (no-tabs)
(#15949) There should be no spaces inside this paren. (space-in-parens)
(#15949) There should be no spaces inside this paren. (space-in-parens)
(#15949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15951) Unexpected tab character. (no-tabs)
(#15951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15952) Unexpected tab character. (no-tabs)
(#15952) There should be no space after '['. (array-bracket-spacing)
(#15952) There should be no space before ']'. (array-bracket-spacing)
(#15952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15954) Unexpected tab character. (no-tabs)
(#15954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15955) Unexpected tab character. (no-tabs)
(#15955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15956) Unexpected tab character. (no-tabs)
(#15956) There should be no space after '['. (array-bracket-spacing)
(#15956) There should be no space after '['. (array-bracket-spacing)
(#15956) There should be no spaces inside this paren. (space-in-parens)
(#15956) There should be no spaces inside this paren. (space-in-parens)
(#15956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15957) Unexpected tab character. (no-tabs)
(#15957) There should be no spaces inside this paren. (space-in-parens)
(#15957) There should be no space after '['. (computed-property-spacing)
(#15957) There should be no space before ']'. (computed-property-spacing)
(#15957) There should be no space after '{'. (object-curly-spacing)
(#15957) There should be no space before '}'. (object-curly-spacing)
(#15957) There should be no spaces inside this paren. (space-in-parens)
(#15957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15958) Unexpected tab character. (no-tabs)
(#15958) There should be no spaces inside this paren. (space-in-parens)
(#15958) There should be no spaces inside this paren. (space-in-parens)
(#15958) There should be no space before ']'. (array-bracket-spacing)
(#15958) There should be no space before ']'. (array-bracket-spacing)
(#15958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15959) Unexpected tab character. (no-tabs)
(#15959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15961) Unexpected tab character. (no-tabs)
(#15961) Expected space or tab after '//' in comment. (spaced-comment)
(#15961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15962) Unexpected tab character. (no-tabs)
(#15962) There should be no spaces inside this paren. (space-in-parens)
(#15962) There should be no spaces inside this paren. (space-in-parens)
(#15962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15963) Unexpected tab character. (no-tabs)
(#15963) There should be no spaces inside this paren. (space-in-parens)
(#15963) There should be no spaces inside this paren. (space-in-parens)
(#15963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15964) Unexpected tab character. (no-tabs)
(#15964) There should be no spaces inside this paren. (space-in-parens)
(#15964) There should be no space after '['. (computed-property-spacing)
(#15964) There should be no space before ']'. (computed-property-spacing)
(#15964) There should be no space after '['. (computed-property-spacing)
(#15964) There should be no space before ']'. (computed-property-spacing)
(#15964) There should be no spaces inside this paren. (space-in-parens)
(#15964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15965) Unexpected tab character. (no-tabs)
(#15965) There should be no spaces inside this paren. (space-in-parens)
(#15965) There should be no spaces inside this paren. (space-in-parens)
(#15965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15966) Unexpected tab character. (no-tabs)
(#15966) There should be no spaces inside this paren. (space-in-parens)
(#15966) There should be no space after '['. (computed-property-spacing)
(#15966) There should be no space before ']'. (computed-property-spacing)
(#15966) There should be no spaces inside this paren. (space-in-parens)
(#15966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15967) Unexpected tab character. (no-tabs)
(#15967) There should be no spaces inside this paren. (space-in-parens)
(#15967) There should be no spaces inside this paren. (space-in-parens)
(#15967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15968) Unexpected tab character. (no-tabs)
(#15968) There should be no spaces inside this paren. (space-in-parens)
(#15968) There should be no space after '['. (array-bracket-spacing)
(#15968) There should be no spaces inside this paren. (space-in-parens)
(#15968) There should be no spaces inside this paren. (space-in-parens)
(#15968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15969) Unexpected tab character. (no-tabs)
(#15969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15970) Unexpected tab character. (no-tabs)
(#15970) There should be no spaces inside this paren. (space-in-parens)
(#15970) There should be no space after '['. (computed-property-spacing)
(#15970) There should be no space before ']'. (computed-property-spacing)
(#15970) There should be no space after '{'. (object-curly-spacing)
(#15970) There should be no space before '}'. (object-curly-spacing)
(#15970) There should be no spaces inside this paren. (space-in-parens)
(#15970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15971) Unexpected tab character. (no-tabs)
(#15971) There should be no spaces inside this paren. (space-in-parens)
(#15971) There should be no spaces inside this paren. (space-in-parens)
(#15971) There should be no space before ']'. (array-bracket-spacing)
(#15971) There should be no spaces inside this paren. (space-in-parens)
(#15971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15972) Unexpected tab character. (no-tabs)
(#15972) There should be no spaces inside this paren. (space-in-parens)
(#15972) There should be no spaces inside this paren. (space-in-parens)
(#15972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15973) Unexpected tab character. (no-tabs)
(#15973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15974) Unexpected tab character. (no-tabs)
(#15974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15975) Unexpected tab character. (no-tabs)
(#15975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15976) Unexpected tab character. (no-tabs)
(#15976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15978) Unexpected tab character. (no-tabs)
(#15978) There should be no spaces inside this paren. (space-in-parens)
(#15978) There should be no spaces inside this paren. (space-in-parens)
(#15978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15979) Unexpected tab character. (no-tabs)
(#15979) There should be no space after '['. (computed-property-spacing)
(#15979) There should be no space before ']'. (computed-property-spacing)
(#15979) There should be no space after '['. (computed-property-spacing)
(#15979) There should be no space before ']'. (computed-property-spacing)
(#15979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15980) Unexpected tab character. (no-tabs)
(#15980) There should be no space after '['. (computed-property-spacing)
(#15980) There should be no space before ']'. (computed-property-spacing)
(#15980) There should be no space after '['. (computed-property-spacing)
(#15980) There should be no space before ']'. (computed-property-spacing)
(#15980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15982) Unexpected tab character. (no-tabs)
(#15982) There should be no spaces inside this paren. (space-in-parens)
(#15982) There should be no spaces inside this paren. (space-in-parens)
(#15982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15983) Unexpected tab character. (no-tabs)
(#15983) There should be no spaces inside this paren. (space-in-parens)
(#15983) There should be no space after '['. (computed-property-spacing)
(#15983) There should be no space before ']'. (computed-property-spacing)
(#15983) There should be no spaces inside this paren. (space-in-parens)
(#15983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15985) Unexpected tab character. (no-tabs)
(#15985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15986) Unexpected tab character. (no-tabs)
(#15986) There should be no spaces inside this paren. (space-in-parens)
(#15986) There should be no spaces inside this paren. (space-in-parens)
(#15986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15988) Unexpected tab character. (no-tabs)
(#15988) There should be no spaces inside this paren. (space-in-parens)
(#15988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15989) Unexpected tab character. (no-tabs)
(#15989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15990) Unexpected tab character. (no-tabs)
(#15990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15991) Unexpected tab character. (no-tabs)
(#15991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15992) Unexpected tab character. (no-tabs)
(#15992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15993) Unexpected tab character. (no-tabs)
(#15993) There should be no spaces inside this paren. (space-in-parens)
(#15993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15994) Unexpected tab character. (no-tabs)
(#15994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15995) Unexpected tab character. (no-tabs)
(#15995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15997) Unexpected tab character. (no-tabs)
(#15997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15999) Unexpected tab character. (no-tabs)
(#15999) There should be no spaces inside this paren. (space-in-parens)
(#15999) There should be no spaces inside this paren. (space-in-parens)
(#15999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16001) Unexpected tab character. (no-tabs)
(#16001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16002) Unexpected tab character. (no-tabs)
(#16002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16003) Unexpected tab character. (no-tabs)
(#16003) There should be no spaces inside this paren. (space-in-parens)
(#16003) There should be no space after '['. (computed-property-spacing)
(#16003) There should be no space before ']'. (computed-property-spacing)
(#16003) There should be no spaces inside this paren. (space-in-parens)
(#16003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16004) Unexpected tab character. (no-tabs)
(#16004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16006) Unexpected tab character. (no-tabs)
(#16006) Expected space or tab after '//' in comment. (spaced-comment)
(#16006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16007) Unexpected tab character. (no-tabs)
(#16007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16008) Unexpected tab character. (no-tabs)
(#16008) There should be no spaces inside this paren. (space-in-parens)
(#16008) There should be no spaces inside this paren. (space-in-parens)
(#16008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16009) Unexpected tab character. (no-tabs)
(#16009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16010) Unexpected tab character. (no-tabs)
(#16010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16012) Unexpected tab character. (no-tabs)
(#16012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16014) Unexpected tab character. (no-tabs)
(#16014) There should be no spaces inside this paren. (space-in-parens)
(#16014) There should be no spaces inside this paren. (space-in-parens)
(#16014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16015) Unexpected tab character. (no-tabs)
(#16015) There should be no space after '['. (computed-property-spacing)
(#16015) There should be no space before ']'. (computed-property-spacing)
(#16015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16017) Unexpected tab character. (no-tabs)
(#16017) Expected space or tab after '//' in comment. (spaced-comment)
(#16017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16018) Unexpected tab character. (no-tabs)
(#16018) There should be no spaces inside this paren. (space-in-parens)
(#16018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16019) Unexpected tab character. (no-tabs)
(#16019) There should be no space after '['. (computed-property-spacing)
(#16019) There should be no space before ']'. (computed-property-spacing)
(#16019) There should be no space after '['. (computed-property-spacing)
(#16019) There should be no space before ']'. (computed-property-spacing)
(#16019) There should be no spaces inside this paren. (space-in-parens)
(#16019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16020) Unexpected tab character. (no-tabs)
(#16020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16021) Unexpected tab character. (no-tabs)
(#16021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16023) Unexpected tab character. (no-tabs)
(#16023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16024) Unexpected tab character. (no-tabs)
(#16024) There should be no spaces inside this paren. (space-in-parens)
(#16024) There should be no spaces inside this paren. (space-in-parens)
(#16024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16025) Unexpected tab character. (no-tabs)
(#16025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16027) Unexpected tab character. (no-tabs)
(#16027) There should be no spaces inside this paren. (space-in-parens)
(#16027) There should be no spaces inside this paren. (space-in-parens)
(#16027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16028) Unexpected tab character. (no-tabs)
(#16028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16029) Unexpected tab character. (no-tabs)
(#16029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16030) Unexpected tab character. (no-tabs)
(#16030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16032) Unexpected tab character. (no-tabs)
(#16032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16033) Unexpected tab character. (no-tabs)
(#16033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16034) Unexpected tab character. (no-tabs)
(#16034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16035) Unexpected tab character. (no-tabs)
(#16035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16037) Unexpected tab character. (no-tabs)
(#16037) There should be no spaces inside this paren. (space-in-parens)
(#16037) There should be no spaces inside this paren. (space-in-parens)
(#16037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16038) Unexpected tab character. (no-tabs)
(#16038) There should be no spaces inside this paren. (space-in-parens)
(#16038) There should be no spaces inside this paren. (space-in-parens)
(#16038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16039) Unexpected tab character. (no-tabs)
(#16039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16040) Unexpected tab character. (no-tabs)
(#16040) There should be no spaces inside this paren. (space-in-parens)
(#16040) There should be no spaces inside this paren. (space-in-parens)
(#16040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16041) Unexpected tab character. (no-tabs)
(#16041) There should be no space after '['. (computed-property-spacing)
(#16041) There should be no space before ']'. (computed-property-spacing)
(#16041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16042) Unexpected tab character. (no-tabs)
(#16042) There should be no space after '['. (computed-property-spacing)
(#16042) There should be no space before ']'. (computed-property-spacing)
(#16042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16043) Unexpected tab character. (no-tabs)
(#16043) There should be no space after '['. (computed-property-spacing)
(#16043) There should be no space before ']'. (computed-property-spacing)
(#16043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16044) Unexpected tab character. (no-tabs)
(#16044) There should be no space after '['. (computed-property-spacing)
(#16044) There should be no space before ']'. (computed-property-spacing)
(#16044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16045) Unexpected tab character. (no-tabs)
(#16045) There should be no space after '['. (computed-property-spacing)
(#16045) There should be no space before ']'. (computed-property-spacing)
(#16045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16046) Unexpected tab character. (no-tabs)
(#16046) There should be no space after '['. (computed-property-spacing)
(#16046) There should be no space before ']'. (computed-property-spacing)
(#16046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16047) Unexpected tab character. (no-tabs)
(#16047) There should be no space after '['. (computed-property-spacing)
(#16047) There should be no space before ']'. (computed-property-spacing)
(#16047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16048) Unexpected tab character. (no-tabs)
(#16048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16049) Unexpected tab character. (no-tabs)
(#16049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16051) Unexpected tab character. (no-tabs)
(#16051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16052) Unexpected tab character. (no-tabs)
(#16052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16054) Unexpected tab character. (no-tabs)
(#16054) There should be no spaces inside this paren. (space-in-parens)
(#16054) There should be no spaces inside this paren. (space-in-parens)
(#16054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16055) Unexpected tab character. (no-tabs)
(#16055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16056) Unexpected tab character. (no-tabs)
(#16056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16057) Unexpected tab character. (no-tabs)
(#16057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16059) Unexpected tab character. (no-tabs)
(#16059) There should be no spaces inside this paren. (space-in-parens)
(#16059) There should be no spaces inside this paren. (space-in-parens)
(#16059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16060) Unexpected tab character. (no-tabs)
(#16060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16061) Unexpected tab character. (no-tabs)
(#16061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16062) Unexpected tab character. (no-tabs)
(#16062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16064) Unexpected tab character. (no-tabs)
(#16064) There should be no space after '['. (computed-property-spacing)
(#16064) There should be no space before ']'. (computed-property-spacing)
(#16064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16065) Unexpected tab character. (no-tabs)
(#16065) There should be no spaces inside this paren. (space-in-parens)
(#16065) There should be no space after '['. (computed-property-spacing)
(#16065) There should be no space before ']'. (computed-property-spacing)
(#16065) There should be no spaces inside this paren. (space-in-parens)
(#16065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16067) Unexpected tab character. (no-tabs)
(#16067) There should be no spaces inside this paren. (space-in-parens)
(#16067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16068) Unexpected tab character. (no-tabs)
(#16068) There should be no space after '['. (computed-property-spacing)
(#16068) There should be no space before ']'. (computed-property-spacing)
(#16068) There should be no spaces inside this paren. (space-in-parens)
(#16068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16069) Unexpected tab character. (no-tabs)
(#16069) There should be no spaces inside this paren. (space-in-parens)
(#16069) There should be no spaces inside this paren. (space-in-parens)
(#16069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16071) Unexpected tab character. (no-tabs)
(#16071) There should be no spaces inside this paren. (space-in-parens)
(#16071) There should be no spaces inside this paren. (space-in-parens)
(#16071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16072) Unexpected tab character. (no-tabs)
(#16072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16073) Unexpected tab character. (no-tabs)
(#16073) There should be no spaces inside this paren. (space-in-parens)
(#16073) There should be no spaces inside this paren. (space-in-parens)
(#16073) There should be no spaces inside this paren. (space-in-parens)
(#16073) There should be no spaces inside this paren. (space-in-parens)
(#16073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16074) Unexpected tab character. (no-tabs)
(#16074) There should be no spaces inside this paren. (space-in-parens)
(#16074) There should be no space after '['. (computed-property-spacing)
(#16074) There should be no space before ']'. (computed-property-spacing)
(#16074) There should be no spaces inside this paren. (space-in-parens)
(#16074) There should be no spaces inside this paren. (space-in-parens)
(#16074) There should be no spaces inside this paren. (space-in-parens)
(#16074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16075) Unexpected tab character. (no-tabs)
(#16075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16076) Unexpected tab character. (no-tabs)
(#16076) There should be no spaces inside this paren. (space-in-parens)
(#16076) There should be no spaces inside this paren. (space-in-parens)
(#16076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16077) Unexpected tab character. (no-tabs)
(#16077) There should be no spaces inside this paren. (space-in-parens)
(#16077) There should be no spaces inside this paren. (space-in-parens)
(#16077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16078) Unexpected tab character. (no-tabs)
(#16078) There should be no spaces inside this paren. (space-in-parens)
(#16078) There should be no spaces inside this paren. (space-in-parens)
(#16078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16079) Unexpected tab character. (no-tabs)
(#16079) There should be no spaces inside this paren. (space-in-parens)
(#16079) There should be no spaces inside this paren. (space-in-parens)
(#16079) There should be no spaces inside this paren. (space-in-parens)
(#16079) There should be no spaces inside this paren. (space-in-parens)
(#16079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16080) Unexpected tab character. (no-tabs)
(#16080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16082) Unexpected tab character. (no-tabs)
(#16082) There should be no spaces inside this paren. (space-in-parens)
(#16082) There should be no spaces inside this paren. (space-in-parens)
(#16082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16083) Unexpected tab character. (no-tabs)
(#16083) There should be no spaces inside this paren. (space-in-parens)
(#16083) There should be no spaces inside this paren. (space-in-parens)
(#16083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16084) Unexpected tab character. (no-tabs)
(#16084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16086) Unexpected tab character. (no-tabs)
(#16086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16087) Unexpected tab character. (no-tabs)
(#16087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16088) Unexpected tab character. (no-tabs)
(#16088) There should be no spaces inside this paren. (space-in-parens)
(#16088) There should be no spaces inside this paren. (space-in-parens)
(#16088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16090) Unexpected tab character. (no-tabs)
(#16090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16091) Unexpected tab character. (no-tabs)
(#16091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16092) Unexpected tab character. (no-tabs)
(#16092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16093) Unexpected tab character. (no-tabs)
(#16093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16094) Unexpected tab character. (no-tabs)
(#16094) There should be no spaces inside this paren. (space-in-parens)
(#16094) There should be no spaces inside this paren. (space-in-parens)
(#16094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16095) Unexpected tab character. (no-tabs)
(#16095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16096) Unexpected tab character. (no-tabs)
(#16096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16098) Unexpected tab character. (no-tabs)
(#16098) Expected space or tab after '//' in comment. (spaced-comment)
(#16098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16099) Unexpected tab character. (no-tabs)
(#16099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16100) Unexpected tab character. (no-tabs)
(#16100) There should be no spaces inside this paren. (space-in-parens)
(#16100) There should be no spaces inside this paren. (space-in-parens)
(#16100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16101) Unexpected tab character. (no-tabs)
(#16101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16102) Unexpected tab character. (no-tabs)
(#16102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16103) Unexpected tab character. (no-tabs)
(#16103) There should be no spaces inside this paren. (space-in-parens)
(#16103) There should be no spaces inside this paren. (space-in-parens)
(#16103) There should be no spaces inside this paren. (space-in-parens)
(#16103) There should be no spaces inside this paren. (space-in-parens)
(#16103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16104) Unexpected tab character. (no-tabs)
(#16104) There should be no spaces inside this paren. (space-in-parens)
(#16104) There should be no spaces inside this paren. (space-in-parens)
(#16104) There should be no spaces inside this paren. (space-in-parens)
(#16104) There should be no spaces inside this paren. (space-in-parens)
(#16104) There should be no spaces inside this paren. (space-in-parens)
(#16104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16105) Unexpected tab character. (no-tabs)
(#16105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16106) Unexpected tab character. (no-tabs)
(#16106) There should be no spaces inside this paren. (space-in-parens)
(#16106) There should be no spaces inside this paren. (space-in-parens)
(#16106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16107) Unexpected tab character. (no-tabs)
(#16107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16108) Unexpected tab character. (no-tabs)
(#16108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16109) Unexpected tab character. (no-tabs)
(#16109) There should be no spaces inside this paren. (space-in-parens)
(#16109) There should be no spaces inside this paren. (space-in-parens)
(#16109) There should be no spaces inside this paren. (space-in-parens)
(#16109) There should be no spaces inside this paren. (space-in-parens)
(#16109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16110) Unexpected tab character. (no-tabs)
(#16110) There should be no spaces inside this paren. (space-in-parens)
(#16110) There should be no spaces inside this paren. (space-in-parens)
(#16110) There should be no spaces inside this paren. (space-in-parens)
(#16110) There should be no spaces inside this paren. (space-in-parens)
(#16110) There should be no spaces inside this paren. (space-in-parens)
(#16110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16111) Unexpected tab character. (no-tabs)
(#16111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16112) Unexpected tab character. (no-tabs)
(#16112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16113) Unexpected tab character. (no-tabs)
(#16113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16114) Unexpected tab character. (no-tabs)
(#16114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16116) Unexpected tab character. (no-tabs)
(#16116) Expected space or tab after '//' in comment. (spaced-comment)
(#16116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16117) Unexpected tab character. (no-tabs)
(#16117) There should be no spaces inside this paren. (space-in-parens)
(#16117) There should be no spaces inside this paren. (space-in-parens)
(#16117) There should be no spaces inside this paren. (space-in-parens)
(#16117) There should be no spaces inside this paren. (space-in-parens)
(#16117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16119) Unexpected tab character. (no-tabs)
(#16119) Expected space or tab after '//' in comment. (spaced-comment)
(#16119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16120) Unexpected tab character. (no-tabs)
(#16120) There should be no spaces inside this paren. (space-in-parens)
(#16120) There should be no spaces inside this paren. (space-in-parens)
(#16120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16122) Unexpected tab character. (no-tabs)
(#16122) Expected space or tab after '//' in comment. (spaced-comment)
(#16122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16123) Unexpected tab character. (no-tabs)
(#16123) There should be no spaces inside this paren. (space-in-parens)
(#16123) There should be no spaces inside this paren. (space-in-parens)
(#16123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16125) Unexpected tab character. (no-tabs)
(#16125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16127) Unexpected tab character. (no-tabs)
(#16127) There should be no spaces inside this paren. (space-in-parens)
(#16127) There should be no spaces inside this paren. (space-in-parens)
(#16127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16128) Unexpected tab character. (no-tabs)
(#16128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16130) Unexpected tab character. (no-tabs)
(#16130) There should be no spaces inside this paren. (space-in-parens)
(#16130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16131) Unexpected tab character. (no-tabs)
(#16131) There should be no spaces inside this paren. (space-in-parens)
(#16131) There should be no space after '['. (computed-property-spacing)
(#16131) There should be no space before ']'. (computed-property-spacing)
(#16131) There should be no spaces inside this paren. (space-in-parens)
(#16131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16132) Unexpected tab character. (no-tabs)
(#16132) There should be no spaces inside this paren. (space-in-parens)
(#16132) There should be no spaces inside this paren. (space-in-parens)
(#16132) There should be no spaces inside this paren. (space-in-parens)
(#16132) There should be no spaces inside this paren. (space-in-parens)
(#16132) There should be no spaces inside this paren. (space-in-parens)
(#16132) There should be no spaces inside this paren. (space-in-parens)
(#16132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16133) Unexpected tab character. (no-tabs)
(#16133) There should be no spaces inside this paren. (space-in-parens)
(#16133) There should be no spaces inside this paren. (space-in-parens)
(#16133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16134) Unexpected tab character. (no-tabs)
(#16134) There should be no spaces inside this paren. (space-in-parens)
(#16134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16135) Unexpected tab character. (no-tabs)
(#16135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16137) Unexpected tab character. (no-tabs)
(#16137) Method '_contactContainers' has a complexity of 23. (complexity)
(#16137) There should be no spaces inside this paren. (space-in-parens)
(#16137) There should be no spaces inside this paren. (space-in-parens)
(#16137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16138) Unexpected tab character. (no-tabs)
(#16138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16139) Unexpected tab character. (no-tabs)
(#16139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16140) Unexpected tab character. (no-tabs)
(#16140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16141) Unexpected tab character. (no-tabs)
(#16141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16143) Unexpected tab character. (no-tabs)
(#16143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16144) Unexpected tab character. (no-tabs)
(#16144) There should be no spaces inside this paren. (space-in-parens)
(#16144) There should be no spaces inside this paren. (space-in-parens)
(#16144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16146) Unexpected tab character. (no-tabs)
(#16146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16147) Unexpected tab character. (no-tabs)
(#16147) There should be no spaces inside this paren. (space-in-parens)
(#16147) There should be no spaces inside this paren. (space-in-parens)
(#16147) There should be no space after '['. (computed-property-spacing)
(#16147) There should be no space before ']'. (computed-property-spacing)
(#16147) There should be no space after '['. (computed-property-spacing)
(#16147) There should be no space before ']'. (computed-property-spacing)
(#16147) There should be no space after '['. (computed-property-spacing)
(#16147) There should be no space before ']'. (computed-property-spacing)
(#16147) There should be no spaces inside this paren. (space-in-parens)
(#16147) There should be no spaces inside this paren. (space-in-parens)
(#16147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16148) Unexpected tab character. (no-tabs)
(#16148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16149) Unexpected tab character. (no-tabs)
(#16149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16151) Unexpected tab character. (no-tabs)
(#16151) There should be no spaces inside this paren. (space-in-parens)
(#16151) There should be no spaces inside this paren. (space-in-parens)
(#16151) There should be no space after '['. (computed-property-spacing)
(#16151) There should be no space before ']'. (computed-property-spacing)
(#16151) There should be no spaces inside this paren. (space-in-parens)
(#16151) There should be no spaces inside this paren. (space-in-parens)
(#16151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16153) Unexpected tab character. (no-tabs)
(#16153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16154) Unexpected tab character. (no-tabs)
(#16154) There should be no spaces inside this paren. (space-in-parens)
(#16154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16155) Unexpected tab character. (no-tabs)
(#16155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16156) Unexpected tab character. (no-tabs)
(#16156) There should be no space after '['. (computed-property-spacing)
(#16156) There should be no space before ']'. (computed-property-spacing)
(#16156) There should be no space after '['. (computed-property-spacing)
(#16156) There should be no space before ']'. (computed-property-spacing)
(#16156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16157) Unexpected tab character. (no-tabs)
(#16157) There should be no space after '['. (computed-property-spacing)
(#16157) There should be no space before ']'. (computed-property-spacing)
(#16157) There should be no spaces inside this paren. (space-in-parens)
(#16157) There should be no spaces inside this paren. (space-in-parens)
(#16157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16158) Unexpected tab character. (no-tabs)
(#16158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16159) Unexpected tab character. (no-tabs)
(#16159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16161) Unexpected tab character. (no-tabs)
(#16161) There should be no space after '['. (computed-property-spacing)
(#16161) There should be no space before ']'. (computed-property-spacing)
(#16161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16162) Unexpected tab character. (no-tabs)
(#16162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16164) Unexpected tab character. (no-tabs)
(#16164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16166) Unexpected tab character. (no-tabs)
(#16166) Comments should not begin with a lowercase character (capitalized-comments)
(#16166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16167) Unexpected tab character. (no-tabs)
(#16167) There should be no spaces inside this paren. (space-in-parens)
(#16167) There should be no space after '['. (computed-property-spacing)
(#16167) There should be no space before ']'. (computed-property-spacing)
(#16167) There should be no spaces inside this paren. (space-in-parens)
(#16167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16168) Unexpected tab character. (no-tabs)
(#16168) There should be no space after '['. (computed-property-spacing)
(#16168) There should be no space before ']'. (computed-property-spacing)
(#16168) There should be no spaces inside this paren. (space-in-parens)
(#16168) There should be no spaces inside this paren. (space-in-parens)
(#16168) There should be no spaces inside this paren. (space-in-parens)
(#16168) There should be no spaces inside this paren. (space-in-parens)
(#16168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16169) Unexpected tab character. (no-tabs)
(#16169) There should be no space after '['. (computed-property-spacing)
(#16169) There should be no space before ']'. (computed-property-spacing)
(#16169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16170) Unexpected tab character. (no-tabs)
(#16170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16171) Unexpected tab character. (no-tabs)
(#16171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16173) Unexpected tab character. (no-tabs)
(#16173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16175) Unexpected tab character. (no-tabs)
(#16175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16176) Unexpected tab character. (no-tabs)
(#16176) There should be no spaces inside this paren. (space-in-parens)
(#16176) There should be no spaces inside this paren. (space-in-parens)
(#16176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16177) Unexpected tab character. (no-tabs)
(#16177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16178) Unexpected tab character. (no-tabs)
(#16178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16180) Unexpected tab character. (no-tabs)
(#16180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16181) Unexpected tab character. (no-tabs)
(#16181) There should be no spaces inside this paren. (space-in-parens)
(#16181) There should be no spaces inside this paren. (space-in-parens)
(#16181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16182) Unexpected tab character. (no-tabs)
(#16182) There should be no spaces inside this paren. (space-in-parens)
(#16182) There should be no space after '['. (computed-property-spacing)
(#16182) There should be no space before ']'. (computed-property-spacing)
(#16182) There should be no spaces inside this paren. (space-in-parens)
(#16182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16183) Unexpected tab character. (no-tabs)
(#16183) There should be no space after '['. (computed-property-spacing)
(#16183) There should be no space before ']'. (computed-property-spacing)
(#16183) There should be no spaces inside this paren. (space-in-parens)
(#16183) There should be no spaces inside this paren. (space-in-parens)
(#16183) There should be no spaces inside this paren. (space-in-parens)
(#16183) There should be no spaces inside this paren. (space-in-parens)
(#16183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16184) Unexpected tab character. (no-tabs)
(#16184) There should be no space after '['. (computed-property-spacing)
(#16184) There should be no space before ']'. (computed-property-spacing)
(#16184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16185) Unexpected tab character. (no-tabs)
(#16185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16186) Unexpected tab character. (no-tabs)
(#16186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16188) Unexpected tab character. (no-tabs)
(#16188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16189) Unexpected tab character. (no-tabs)
(#16189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16190) Unexpected tab character. (no-tabs)
(#16190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16191) Unexpected tab character. (no-tabs)
(#16191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16192) Unexpected tab character. (no-tabs)
(#16192) There should be no spaces inside this paren. (space-in-parens)
(#16192) There should be no spaces inside this paren. (space-in-parens)
(#16192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16193) Unexpected tab character. (no-tabs)
(#16193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16194) Unexpected tab character. (no-tabs)
(#16194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16195) Unexpected tab character. (no-tabs)
(#16195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16197) Unexpected tab character. (no-tabs)
(#16197) There should be no spaces inside this paren. (space-in-parens)
(#16197) There should be no spaces inside this paren. (space-in-parens)
(#16197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16198) Unexpected tab character. (no-tabs)
(#16198) There should be no spaces inside this paren. (space-in-parens)
(#16198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16199) Unexpected tab character. (no-tabs)
(#16199) There should be no space after '['. (computed-property-spacing)
(#16199) There should be no space before ']'. (computed-property-spacing)
(#16199) There should be no space after '['. (computed-property-spacing)
(#16199) There should be no space before ']'. (computed-property-spacing)
(#16199) There should be no space after '['. (computed-property-spacing)
(#16199) There should be no space before ']'. (computed-property-spacing)
(#16199) There should be no space after '['. (computed-property-spacing)
(#16199) There should be no space before ']'. (computed-property-spacing)
(#16199) There should be no spaces inside this paren. (space-in-parens)
(#16199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16200) Unexpected tab character. (no-tabs)
(#16200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16201) Unexpected tab character. (no-tabs)
(#16201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16202) Unexpected tab character. (no-tabs)
(#16202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16203) Unexpected tab character. (no-tabs)
(#16203) There should be no spaces inside this paren. (space-in-parens)
(#16203) There should be no space after '['. (computed-property-spacing)
(#16203) There should be no space before ']'. (computed-property-spacing)
(#16203) There should be no space after '['. (computed-property-spacing)
(#16203) There should be no space before ']'. (computed-property-spacing)
(#16203) There should be no space after '['. (computed-property-spacing)
(#16203) There should be no space before ']'. (computed-property-spacing)
(#16203) There should be no spaces inside this paren. (space-in-parens)
(#16203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16204) Unexpected tab character. (no-tabs)
(#16204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16205) Unexpected tab character. (no-tabs)
(#16205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16207) Unexpected tab character. (no-tabs)
(#16207) There should be no space after '['. (computed-property-spacing)
(#16207) There should be no space before ']'. (computed-property-spacing)
(#16207) There should be no space after '['. (computed-property-spacing)
(#16207) There should be no space before ']'. (computed-property-spacing)
(#16207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16208) Unexpected tab character. (no-tabs)
(#16208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16209) Unexpected tab character. (no-tabs)
(#16209) There should be no spaces inside this paren. (space-in-parens)
(#16209) There should be no space after '['. (computed-property-spacing)
(#16209) There should be no space before ']'. (computed-property-spacing)
(#16209) There should be no space after '['. (computed-property-spacing)
(#16209) There should be no space before ']'. (computed-property-spacing)
(#16209) There should be no space after '['. (computed-property-spacing)
(#16209) There should be no space before ']'. (computed-property-spacing)
(#16209) There should be no spaces inside this paren. (space-in-parens)
(#16209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16210) Unexpected tab character. (no-tabs)
(#16210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16211) Unexpected tab character. (no-tabs)
(#16211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16213) Unexpected tab character. (no-tabs)
(#16213) There should be no spaces inside this paren. (space-in-parens)
(#16213) There should be no spaces inside this paren. (space-in-parens)
(#16213) There should be no space after '['. (computed-property-spacing)
(#16213) There should be no space before ']'. (computed-property-spacing)
(#16213) There should be no spaces inside this paren. (space-in-parens)
(#16213) There should be no spaces inside this paren. (space-in-parens)
(#16213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16214) Unexpected tab character. (no-tabs)
(#16214) There should be no spaces inside this paren. (space-in-parens)
(#16214) There should be no space after '['. (computed-property-spacing)
(#16214) There should be no space before ']'. (computed-property-spacing)
(#16214) There should be no spaces inside this paren. (space-in-parens)
(#16214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16215) Unexpected tab character. (no-tabs)
(#16215) There should be no space after '['. (computed-property-spacing)
(#16215) There should be no space before ']'. (computed-property-spacing)
(#16215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16216) Unexpected tab character. (no-tabs)
(#16216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16217) Unexpected tab character. (no-tabs)
(#16217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16218) Unexpected tab character. (no-tabs)
(#16218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16220) Unexpected tab character. (no-tabs)
(#16220) Expected space or tab after '//' in comment. (spaced-comment)
(#16220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16221) Unexpected tab character. (no-tabs)
(#16221) There should be no spaces inside this paren. (space-in-parens)
(#16221) There should be no spaces inside this paren. (space-in-parens)
(#16221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16222) Unexpected tab character. (no-tabs)
(#16222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16223) Unexpected tab character. (no-tabs)
(#16223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16225) Unexpected tab character. (no-tabs)
(#16225) There should be no spaces inside this paren. (space-in-parens)
(#16225) There should be no space after '['. (computed-property-spacing)
(#16225) There should be no space before ']'. (computed-property-spacing)
(#16225) There should be no spaces inside this paren. (space-in-parens)
(#16225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16226) Unexpected tab character. (no-tabs)
(#16226) There should be no spaces inside this paren. (space-in-parens)
(#16226) There should be no spaces inside this paren. (space-in-parens)
(#16226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16227) Unexpected tab character. (no-tabs)
(#16227) There should be no space after '['. (computed-property-spacing)
(#16227) There should be no space before ']'. (computed-property-spacing)
(#16227) There should be no spaces inside this paren. (space-in-parens)
(#16227) There should be no spaces inside this paren. (space-in-parens)
(#16227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16228) Unexpected tab character. (no-tabs)
(#16228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16229) Unexpected tab character. (no-tabs)
(#16229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16230) Unexpected tab character. (no-tabs)
(#16230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16231) Unexpected tab character. (no-tabs)
(#16231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16233) Unexpected tab character. (no-tabs)
(#16233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16234) Unexpected tab character. (no-tabs)
(#16234) There should be no spaces inside this paren. (space-in-parens)
(#16234) There should be no spaces inside this paren. (space-in-parens)
(#16234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16235) Unexpected tab character. (no-tabs)
(#16235) There should be no spaces inside this paren. (space-in-parens)
(#16235) There should be no space after '['. (computed-property-spacing)
(#16235) There should be no space before ']'. (computed-property-spacing)
(#16235) There should be no spaces inside this paren. (space-in-parens)
(#16235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16236) Unexpected tab character. (no-tabs)
(#16236) There should be no spaces inside this paren. (space-in-parens)
(#16236) There should be no spaces inside this paren. (space-in-parens)
(#16236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16237) Unexpected tab character. (no-tabs)
(#16237) There should be no space after '['. (computed-property-spacing)
(#16237) There should be no space before ']'. (computed-property-spacing)
(#16237) There should be no spaces inside this paren. (space-in-parens)
(#16237) There should be no spaces inside this paren. (space-in-parens)
(#16237) There should be no spaces inside this paren. (space-in-parens)
(#16237) There should be no spaces inside this paren. (space-in-parens)
(#16237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16238) Unexpected tab character. (no-tabs)
(#16238) There should be no space after '['. (computed-property-spacing)
(#16238) There should be no space before ']'. (computed-property-spacing)
(#16238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16240) Unexpected tab character. (no-tabs)
(#16240) Expected space or tab after '//' in comment. (spaced-comment)
(#16240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16241) Unexpected tab character. (no-tabs)
(#16241) There should be no spaces inside this paren. (space-in-parens)
(#16241) There should be no spaces inside this paren. (space-in-parens)
(#16241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16243) Unexpected tab character. (no-tabs)
(#16243) There should be no space after '['. (computed-property-spacing)
(#16243) There should be no space before ']'. (computed-property-spacing)
(#16243) There should be no spaces inside this paren. (space-in-parens)
(#16243) There should be no spaces inside this paren. (space-in-parens)
(#16243) There should be no spaces inside this paren. (space-in-parens)
(#16243) There should be no spaces inside this paren. (space-in-parens)
(#16243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16244) Unexpected tab character. (no-tabs)
(#16244) There should be no space after '['. (computed-property-spacing)
(#16244) There should be no space before ']'. (computed-property-spacing)
(#16244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16245) Unexpected tab character. (no-tabs)
(#16245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16247) Unexpected tab character. (no-tabs)
(#16247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16249) Unexpected tab character. (no-tabs)
(#16249) There should be no spaces inside this paren. (space-in-parens)
(#16249) There should be no spaces inside this paren. (space-in-parens)
(#16249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16251) Unexpected tab character. (no-tabs)
(#16251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16252) Unexpected tab character. (no-tabs)
(#16252) Do not nest ternary expressions. (no-nested-ternary)
(#16252) There should be no spaces inside this paren. (space-in-parens)
(#16252) There should be no spaces inside this paren. (space-in-parens)
(#16252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16253) Unexpected tab character. (no-tabs)
(#16253) There should be no spaces inside this paren. (space-in-parens)
(#16253) There should be no spaces inside this paren. (space-in-parens)
(#16253) There should be no space after '['. (computed-property-spacing)
(#16253) There should be no space before ']'. (computed-property-spacing)
(#16253) There should be no space after '['. (array-bracket-spacing)
(#16253) There should be no space before ']'. (array-bracket-spacing)
(#16253) There should be no spaces inside this paren. (space-in-parens)
(#16253) There should be no spaces inside this paren. (space-in-parens)
(#16253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16254) Unexpected tab character. (no-tabs)
(#16254) There should be no spaces inside this paren. (space-in-parens)
(#16254) There should be no spaces inside this paren. (space-in-parens)
(#16254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16256) Unexpected tab character. (no-tabs)
(#16256) Expected space or tab after '//' in comment. (spaced-comment)
(#16256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16257) Unexpected tab character. (no-tabs)
(#16257) There should be no spaces inside this paren. (space-in-parens)
(#16257) There should be no spaces inside this paren. (space-in-parens)
(#16257) There should be no spaces inside this paren. (space-in-parens)
(#16257) There should be no spaces inside this paren. (space-in-parens)
(#16257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16258) Unexpected tab character. (no-tabs)
(#16258) There should be no spaces inside this paren. (space-in-parens)
(#16258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16259) Unexpected tab character. (no-tabs)
(#16259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16260) Unexpected tab character. (no-tabs)
(#16260) There should be no space after '['. (computed-property-spacing)
(#16260) There should be no space before ']'. (computed-property-spacing)
(#16260) There should be no spaces inside this paren. (space-in-parens)
(#16260) There should be no space after '['. (computed-property-spacing)
(#16260) There should be no space before ']'. (computed-property-spacing)
(#16260) There should be no spaces inside this paren. (space-in-parens)
(#16260) There should be no space after '['. (computed-property-spacing)
(#16260) There should be no space before ']'. (computed-property-spacing)
(#16260) There should be no spaces inside this paren. (space-in-parens)
(#16260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16261) Unexpected tab character. (no-tabs)
(#16261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16263) Unexpected tab character. (no-tabs)
(#16263) There should be no spaces inside this paren. (space-in-parens)
(#16263) There should be no space after '['. (computed-property-spacing)
(#16263) There should be no space before ']'. (computed-property-spacing)
(#16263) There should be no space after '['. (computed-property-spacing)
(#16263) There should be no space before ']'. (computed-property-spacing)
(#16263) There should be no spaces inside this paren. (space-in-parens)
(#16263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16264) Unexpected tab character. (no-tabs)
(#16264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16265) Unexpected tab character. (no-tabs)
(#16265) There should be no space after '['. (computed-property-spacing)
(#16265) There should be no space before ']'. (computed-property-spacing)
(#16265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16266) Unexpected tab character. (no-tabs)
(#16266) There should be no space after '['. (computed-property-spacing)
(#16266) There should be no space before ']'. (computed-property-spacing)
(#16266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16267) Unexpected tab character. (no-tabs)
(#16267) There should be no spaces inside this paren. (space-in-parens)
(#16267) There should be no spaces inside this paren. (space-in-parens)
(#16267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16268) Unexpected tab character. (no-tabs)
(#16268) There should be no spaces inside this paren. (space-in-parens)
(#16268) There should be no spaces inside this paren. (space-in-parens)
(#16268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16269) Unexpected tab character. (no-tabs)
(#16269) There should be no spaces inside this paren. (space-in-parens)
(#16269) There should be no spaces inside this paren. (space-in-parens)
(#16269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16270) Unexpected tab character. (no-tabs)
(#16270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16271) Unexpected tab character. (no-tabs)
(#16271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16273) Unexpected tab character. (no-tabs)
(#16273) There should be no spaces inside this paren. (space-in-parens)
(#16273) There should be no space after '['. (computed-property-spacing)
(#16273) There should be no space before ']'. (computed-property-spacing)
(#16273) There should be no spaces inside this paren. (space-in-parens)
(#16273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16274) Unexpected tab character. (no-tabs)
(#16274) There should be no spaces inside this paren. (space-in-parens)
(#16274) There should be no spaces inside this paren. (space-in-parens)
(#16274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16275) Unexpected tab character. (no-tabs)
(#16275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16276) Unexpected tab character. (no-tabs)
(#16276) There should be no spaces inside this paren. (space-in-parens)
(#16276) There should be no space after '['. (computed-property-spacing)
(#16276) There should be no space before ']'. (computed-property-spacing)
(#16276) There should be no spaces inside this paren. (space-in-parens)
(#16276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16277) Unexpected tab character. (no-tabs)
(#16277) There should be no spaces inside this paren. (space-in-parens)
(#16277) There should be no spaces inside this paren. (space-in-parens)
(#16277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16278) Unexpected tab character. (no-tabs)
(#16278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16280) Unexpected tab character. (no-tabs)
(#16280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16282) Unexpected tab character. (no-tabs)
(#16282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16284) Unexpected tab character. (no-tabs)
(#16284) There should be no spaces inside this paren. (space-in-parens)
(#16284) There should be no spaces inside this paren. (space-in-parens)
(#16284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16285) Unexpected tab character. (no-tabs)
(#16285) There should be no spaces inside this paren. (space-in-parens)
(#16285) There should be no spaces inside this paren. (space-in-parens)
(#16285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16286) Unexpected tab character. (no-tabs)
(#16286) There should be no spaces inside this paren. (space-in-parens)
(#16286) There should be no spaces inside this paren. (space-in-parens)
(#16286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16287) Unexpected tab character. (no-tabs)
(#16287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16288) Unexpected tab character. (no-tabs)
(#16288) There should be no spaces inside this paren. (space-in-parens)
(#16288) There should be no spaces inside this paren. (space-in-parens)
(#16288) There should be no spaces inside this paren. (space-in-parens)
(#16288) There should be no spaces inside this paren. (space-in-parens)
(#16288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16289) Unexpected tab character. (no-tabs)
(#16289) There should be no space after '{'. (object-curly-spacing)
(#16289) There should be no space after '['. (computed-property-spacing)
(#16289) There should be no space before ']'. (computed-property-spacing)
(#16289) There should be no space after '['. (computed-property-spacing)
(#16289) There should be no space before ']'. (computed-property-spacing)
(#16289) There should be no space before '}'. (object-curly-spacing)
(#16289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16290) Unexpected tab character. (no-tabs)
(#16290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16291) Unexpected tab character. (no-tabs)
(#16291) There should be no spaces inside this paren. (space-in-parens)
(#16291) There should be no spaces inside this paren. (space-in-parens)
(#16291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16292) Unexpected tab character. (no-tabs)
(#16292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16293) Unexpected tab character. (no-tabs)
(#16293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16294) Unexpected tab character. (no-tabs)
(#16294) There should be no spaces inside this paren. (space-in-parens)
(#16294) There should be no spaces inside this paren. (space-in-parens)
(#16294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16295) Unexpected tab character. (no-tabs)
(#16295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16296) Unexpected tab character. (no-tabs)
(#16296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16297) Unexpected tab character. (no-tabs)
(#16297) There should be no spaces inside this paren. (space-in-parens)
(#16297) There should be no spaces inside this paren. (space-in-parens)
(#16297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16298) Unexpected tab character. (no-tabs)
(#16298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16299) Unexpected tab character. (no-tabs)
(#16299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16300) Unexpected tab character. (no-tabs)
(#16300) There should be no spaces inside this paren. (space-in-parens)
(#16300) There should be no spaces inside this paren. (space-in-parens)
(#16300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16301) Unexpected tab character. (no-tabs)
(#16301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16302) Unexpected tab character. (no-tabs)
(#16302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16303) Unexpected tab character. (no-tabs)
(#16303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16305) Unexpected tab character. (no-tabs)
(#16305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16307) Unexpected tab character. (no-tabs)
(#16307) Expected space or tab after '//' in comment. (spaced-comment)
(#16307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16308) Unexpected tab character. (no-tabs)
(#16308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16309) Unexpected tab character. (no-tabs)
(#16309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16311) Unexpected tab character. (no-tabs)
(#16311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16312) Unexpected tab character. (no-tabs)
(#16312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16313) Unexpected tab character. (no-tabs)
(#16313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16314) Unexpected tab character. (no-tabs)
(#16314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16315) Unexpected tab character. (no-tabs)
(#16315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16316) Unexpected tab character. (no-tabs)
(#16316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16317) Unexpected tab character. (no-tabs)
(#16317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16318) Unexpected tab character. (no-tabs)
(#16318) There should be no spaces inside this paren. (space-in-parens)
(#16318) There should be no space after '['. (computed-property-spacing)
(#16318) There should be no space before ']'. (computed-property-spacing)
(#16318) There should be no space after '['. (computed-property-spacing)
(#16318) There should be no space before ']'. (computed-property-spacing)
(#16318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16319) Unexpected tab character. (no-tabs)
(#16319) There should be no spaces inside this paren. (space-in-parens)
(#16319) There should be no space after '['. (computed-property-spacing)
(#16319) There should be no space before ']'. (computed-property-spacing)
(#16319) There should be no space after '['. (computed-property-spacing)
(#16319) There should be no space before ']'. (computed-property-spacing)
(#16319) There should be no spaces inside this paren. (space-in-parens)
(#16319) There should be no spaces inside this paren. (space-in-parens)
(#16319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16320) Unexpected tab character. (no-tabs)
(#16320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16321) Unexpected tab character. (no-tabs)
(#16321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16322) Unexpected tab character. (no-tabs)
(#16322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16324) Unexpected tab character. (no-tabs)
(#16324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16325) Unexpected tab character. (no-tabs)
(#16325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16326) Unexpected tab character. (no-tabs)
(#16326) There should be no spaces inside this paren. (space-in-parens)
(#16326) There should be no space after '['. (computed-property-spacing)
(#16326) There should be no space before ']'. (computed-property-spacing)
(#16326) There should be no space after '['. (computed-property-spacing)
(#16326) There should be no space before ']'. (computed-property-spacing)
(#16326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16327) Unexpected tab character. (no-tabs)
(#16327) There should be no spaces inside this paren. (space-in-parens)
(#16327) There should be no space after '['. (computed-property-spacing)
(#16327) There should be no space before ']'. (computed-property-spacing)
(#16327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16328) Unexpected tab character. (no-tabs)
(#16328) There should be no space after '['. (computed-property-spacing)
(#16328) There should be no space before ']'. (computed-property-spacing)
(#16328) There should be no spaces inside this paren. (space-in-parens)
(#16328) There should be no spaces inside this paren. (space-in-parens)
(#16328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16329) Unexpected tab character. (no-tabs)
(#16329) There should be no space after '{'. (object-curly-spacing)
(#16329) There should be no space before '}'. (object-curly-spacing)
(#16329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16330) Unexpected tab character. (no-tabs)
(#16330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16332) Unexpected tab character. (no-tabs)
(#16332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16333) Unexpected tab character. (no-tabs)
(#16333) There should be no spaces inside this paren. (space-in-parens)
(#16333) There should be no spaces inside this paren. (space-in-parens)
(#16333) There should be no spaces inside this paren. (space-in-parens)
(#16333) There should be no spaces inside this paren. (space-in-parens)
(#16333) There should be no spaces inside this paren. (space-in-parens)
(#16333) There should be no spaces inside this paren. (space-in-parens)
(#16333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16334) Unexpected tab character. (no-tabs)
(#16334) There should be no spaces inside this paren. (space-in-parens)
(#16334) There should be no spaces inside this paren. (space-in-parens)
(#16334) There should be no spaces inside this paren. (space-in-parens)
(#16334) There should be no spaces inside this paren. (space-in-parens)
(#16334) There should be no spaces inside this paren. (space-in-parens)
(#16334) There should be no spaces inside this paren. (space-in-parens)
(#16334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16335) Unexpected tab character. (no-tabs)
(#16335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16337) Unexpected tab character. (no-tabs)
(#16337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16339) Unexpected tab character. (no-tabs)
(#16339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16341) Unexpected tab character. (no-tabs)
(#16341) There should be no spaces inside this paren. (space-in-parens)
(#16341) There should be no spaces inside this paren. (space-in-parens)
(#16341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16342) Unexpected tab character. (no-tabs)
(#16342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16343) Unexpected tab character. (no-tabs)
(#16343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16344) Unexpected tab character. (no-tabs)
(#16344) There should be no spaces inside this paren. (space-in-parens)
(#16344) There should be no spaces inside this paren. (space-in-parens)
(#16344) There should be no spaces inside this paren. (space-in-parens)
(#16344) There should be no spaces inside this paren. (space-in-parens)
(#16344) There should be no spaces inside this paren. (space-in-parens)
(#16344) There should be no spaces inside this paren. (space-in-parens)
(#16344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16345) Unexpected tab character. (no-tabs)
(#16345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16346) Unexpected tab character. (no-tabs)
(#16346) There should be no spaces inside this paren. (space-in-parens)
(#16346) There should be no spaces inside this paren. (space-in-parens)
(#16346) There should be no spaces inside this paren. (space-in-parens)
(#16346) There should be no spaces inside this paren. (space-in-parens)
(#16346) There should be no spaces inside this paren. (space-in-parens)
(#16346) There should be no spaces inside this paren. (space-in-parens)
(#16346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16347) Unexpected tab character. (no-tabs)
(#16347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16348) Unexpected tab character. (no-tabs)
(#16348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16349) Unexpected tab character. (no-tabs)
(#16349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16350) Unexpected tab character. (no-tabs)
(#16350) There should be no space after '{'. (object-curly-spacing)
(#16350) There should be no space before '}'. (object-curly-spacing)
(#16350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16351) Unexpected tab character. (no-tabs)
(#16351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16353) Unexpected tab character. (no-tabs)
(#16353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16355) Unexpected tab character. (no-tabs)
(#16355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16356) Unexpected tab character. (no-tabs)
(#16356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16357) Unexpected tab character. (no-tabs)
(#16357) There should be no spaces inside this paren. (space-in-parens)
(#16357) There should be no spaces inside this paren. (space-in-parens)
(#16357) There should be no spaces inside this paren. (space-in-parens)
(#16357) There should be no spaces inside this paren. (space-in-parens)
(#16357) There should be no spaces inside this paren. (space-in-parens)
(#16357) There should be no spaces inside this paren. (space-in-parens)
(#16357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16358) Unexpected tab character. (no-tabs)
(#16358) There should be no spaces inside this paren. (space-in-parens)
(#16358) There should be no spaces inside this paren. (space-in-parens)
(#16358) There should be no spaces inside this paren. (space-in-parens)
(#16358) There should be no spaces inside this paren. (space-in-parens)
(#16358) There should be no spaces inside this paren. (space-in-parens)
(#16358) There should be no spaces inside this paren. (space-in-parens)
(#16358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16359) Unexpected tab character. (no-tabs)
(#16359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16360) Unexpected tab character. (no-tabs)
(#16360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16362) Unexpected tab character. (no-tabs)
(#16362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16363) Unexpected tab character. (no-tabs)
(#16363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16364) Unexpected tab character. (no-tabs)
(#16364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16365) Unexpected tab character. (no-tabs)
(#16365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16366) Unexpected tab character. (no-tabs)
(#16366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16367) Unexpected tab character. (no-tabs)
(#16367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16369) Unexpected tab character. (no-tabs)
(#16369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16371) Unexpected tab character. (no-tabs)
(#16371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16372) Unexpected tab character. (no-tabs)
(#16372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16373) Unexpected tab character. (no-tabs)
(#16373) There should be no spaces inside this paren. (space-in-parens)
(#16373) There should be no spaces inside this paren. (space-in-parens)
(#16373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16374) Unexpected tab character. (no-tabs)
(#16374) There should be no space after '['. (computed-property-spacing)
(#16374) There should be no space before ']'. (computed-property-spacing)
(#16374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16375) Unexpected tab character. (no-tabs)
(#16375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16376) Unexpected tab character. (no-tabs)
(#16376) There should be no spaces inside this paren. (space-in-parens)
(#16376) There should be no spaces inside this paren. (space-in-parens)
(#16376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16377) Unexpected tab character. (no-tabs)
(#16377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16378) Unexpected tab character. (no-tabs)
(#16378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16379) Unexpected tab character. (no-tabs)
(#16379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16380) Unexpected tab character. (no-tabs)
(#16380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16381) Unexpected tab character. (no-tabs)
(#16381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16382) Unexpected tab character. (no-tabs)
(#16382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16383) Unexpected tab character. (no-tabs)
(#16383) There should be no spaces inside this paren. (space-in-parens)
(#16383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16384) Unexpected tab character. (no-tabs)
(#16384) There should be no spaces inside this paren. (space-in-parens)
(#16384) There should be no spaces inside this paren. (space-in-parens)
(#16384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16385) Unexpected tab character. (no-tabs)
(#16385) There should be no space after '['. (computed-property-spacing)
(#16385) There should be no space before ']'. (computed-property-spacing)
(#16385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16386) Unexpected tab character. (no-tabs)
(#16386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16387) Unexpected tab character. (no-tabs)
(#16387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16388) Unexpected tab character. (no-tabs)
(#16388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16390) Unexpected tab character. (no-tabs)
(#16390) There should be no spaces inside this paren. (space-in-parens)
(#16390) There should be no spaces inside this paren. (space-in-parens)
(#16390) There should be no spaces inside this paren. (space-in-parens)
(#16390) There should be no spaces inside this paren. (space-in-parens)
(#16390) There should be no spaces inside this paren. (space-in-parens)
(#16390) There should be no spaces inside this paren. (space-in-parens)
(#16390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16391) Unexpected tab character. (no-tabs)
(#16391) There should be no spaces inside this paren. (space-in-parens)
(#16391) There should be no spaces inside this paren. (space-in-parens)
(#16391) There should be no space after '['. (computed-property-spacing)
(#16391) There should be no space before ']'. (computed-property-spacing)
(#16391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16392) Unexpected tab character. (no-tabs)
(#16392) There should be no spaces inside this paren. (space-in-parens)
(#16392) There should be no spaces inside this paren. (space-in-parens)
(#16392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16393) Unexpected tab character. (no-tabs)
(#16393) There should be no spaces inside this paren. (space-in-parens)
(#16393) There should be no spaces inside this paren. (space-in-parens)
(#16393) There should be no spaces inside this paren. (space-in-parens)
(#16393) There should be no spaces inside this paren. (space-in-parens)
(#16393) There should be no spaces inside this paren. (space-in-parens)
(#16393) There should be no spaces inside this paren. (space-in-parens)
(#16393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16395) Unexpected tab character. (no-tabs)
(#16395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16396) Unexpected tab character. (no-tabs)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) There should be no spaces inside this paren. (space-in-parens)
(#16396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16397) Unexpected tab character. (no-tabs)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) There should be no spaces inside this paren. (space-in-parens)
(#16397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16398) Unexpected tab character. (no-tabs)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) There should be no spaces inside this paren. (space-in-parens)
(#16398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16399) Unexpected tab character. (no-tabs)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) There should be no spaces inside this paren. (space-in-parens)
(#16399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16400) Unexpected tab character. (no-tabs)
(#16400) There should be no spaces inside this paren. (space-in-parens)
(#16400) There should be no spaces inside this paren. (space-in-parens)
(#16400) There should be no spaces inside this paren. (space-in-parens)
(#16400) There should be no spaces inside this paren. (space-in-parens)
(#16400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16401) Unexpected tab character. (no-tabs)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) There should be no spaces inside this paren. (space-in-parens)
(#16401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16402) Unexpected tab character. (no-tabs)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) There should be no spaces inside this paren. (space-in-parens)
(#16402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16403) Unexpected tab character. (no-tabs)
(#16403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16404) Unexpected tab character. (no-tabs)
(#16404) There should be no spaces inside this paren. (space-in-parens)
(#16404) There should be no spaces inside this paren. (space-in-parens)
(#16404) There should be no spaces inside this paren. (space-in-parens)
(#16404) There should be no spaces inside this paren. (space-in-parens)
(#16404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16405) Unexpected tab character. (no-tabs)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) There should be no spaces inside this paren. (space-in-parens)
(#16405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16406) Unexpected tab character. (no-tabs)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) There should be no spaces inside this paren. (space-in-parens)
(#16406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16407) Unexpected tab character. (no-tabs)
(#16407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16408) Unexpected tab character. (no-tabs)
(#16408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16409) Unexpected tab character. (no-tabs)
(#16409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16411) Unexpected tab character. (no-tabs)
(#16411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16413) Unexpected tab character. (no-tabs)
(#16413) There should be no spaces inside this paren. (space-in-parens)
(#16413) There should be no spaces inside this paren. (space-in-parens)
(#16413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16415) Unexpected tab character. (no-tabs)
(#16415) There should be no spaces inside this paren. (space-in-parens)
(#16415) There should be no spaces inside this paren. (space-in-parens)
(#16415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16416) Unexpected tab character. (no-tabs)
(#16416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16417) Unexpected tab character. (no-tabs)
(#16417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16418) Unexpected tab character. (no-tabs)
(#16418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16419) Unexpected tab character. (no-tabs)
(#16419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16420) Unexpected tab character. (no-tabs)
(#16420) There should be no spaces inside this paren. (space-in-parens)
(#16420) There should be no space after '['. (computed-property-spacing)
(#16420) There should be no space before ']'. (computed-property-spacing)
(#16420) There should be no space after '['. (computed-property-spacing)
(#16420) There should be no space before ']'. (computed-property-spacing)
(#16420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16421) Unexpected tab character. (no-tabs)
(#16421) There should be no spaces inside this paren. (space-in-parens)
(#16421) There should be no space after '['. (computed-property-spacing)
(#16421) There should be no space before ']'. (computed-property-spacing)
(#16421) There should be no space after '['. (computed-property-spacing)
(#16421) There should be no space before ']'. (computed-property-spacing)
(#16421) There should be no spaces inside this paren. (space-in-parens)
(#16421) There should be no spaces inside this paren. (space-in-parens)
(#16421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16422) Unexpected tab character. (no-tabs)
(#16422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16423) Unexpected tab character. (no-tabs)
(#16423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16424) Unexpected tab character. (no-tabs)
(#16424) There should be no spaces inside this paren. (space-in-parens)
(#16424) There should be no spaces inside this paren. (space-in-parens)
(#16424) There should be no spaces inside this paren. (space-in-parens)
(#16424) There should be no space after '['. (computed-property-spacing)
(#16424) There should be no space before ']'. (computed-property-spacing)
(#16424) There should be no spaces inside this paren. (space-in-parens)
(#16424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16426) Unexpected tab character. (no-tabs)
(#16426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16427) Unexpected tab character. (no-tabs)
(#16427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16429) Unexpected tab character. (no-tabs)
(#16429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16430) Unexpected tab character. (no-tabs)
(#16430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16432) Unexpected tab character. (no-tabs)
(#16432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16433) Unexpected tab character. (no-tabs)
(#16433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16435) Unexpected tab character. (no-tabs)
(#16435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16436) Unexpected tab character. (no-tabs)
(#16436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16437) Unexpected tab character. (no-tabs)
(#16437) There should be no spaces inside this paren. (space-in-parens)
(#16437) There should be no spaces inside this paren. (space-in-parens)
(#16437) Do not nest ternary expressions. (no-nested-ternary)
(#16437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16438) Unexpected tab character. (no-tabs)
(#16438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16439) Unexpected tab character. (no-tabs)
(#16439) There should be no spaces inside this paren. (space-in-parens)
(#16439) There should be no spaces inside this paren. (space-in-parens)
(#16439) There should be no spaces inside this paren. (space-in-parens)
(#16439) There should be no spaces inside this paren. (space-in-parens)
(#16439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16440) Unexpected tab character. (no-tabs)
(#16440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16441) Unexpected tab character. (no-tabs)
(#16441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16443) Unexpected tab character. (no-tabs)
(#16443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16444) Unexpected tab character. (no-tabs)
(#16444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16446) Unexpected tab character. (no-tabs)
(#16446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16447) Unexpected tab character. (no-tabs)
(#16447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16449) Unexpected tab character. (no-tabs)
(#16449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16450) Unexpected tab character. (no-tabs)
(#16450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16451) Unexpected tab character. (no-tabs)
(#16451) There should be no spaces inside this paren. (space-in-parens)
(#16451) There should be no spaces inside this paren. (space-in-parens)
(#16451) Do not nest ternary expressions. (no-nested-ternary)
(#16451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16452) Unexpected tab character. (no-tabs)
(#16452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16453) Unexpected tab character. (no-tabs)
(#16453) There should be no spaces inside this paren. (space-in-parens)
(#16453) There should be no spaces inside this paren. (space-in-parens)
(#16453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16454) Unexpected tab character. (no-tabs)
(#16454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16455) Unexpected tab character. (no-tabs)
(#16455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16457) Unexpected tab character. (no-tabs)
(#16457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16459) Unexpected tab character. (no-tabs)
(#16459) There should be no spaces inside this paren. (space-in-parens)
(#16459) There should be no spaces inside this paren. (space-in-parens)
(#16459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16461) Unexpected tab character. (no-tabs)
(#16461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16462) Unexpected tab character. (no-tabs)
(#16462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16463) Unexpected tab character. (no-tabs)
(#16463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16464) Unexpected tab character. (no-tabs)
(#16464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16465) Unexpected tab character. (no-tabs)
(#16465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16466) Unexpected tab character. (no-tabs)
(#16466) There should be no spaces inside this paren. (space-in-parens)
(#16466) There should be no space after '['. (computed-property-spacing)
(#16466) There should be no space before ']'. (computed-property-spacing)
(#16466) There should be no space after '['. (computed-property-spacing)
(#16466) There should be no space before ']'. (computed-property-spacing)
(#16466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16467) Unexpected tab character. (no-tabs)
(#16467) There should be no spaces inside this paren. (space-in-parens)
(#16467) There should be no space after '['. (computed-property-spacing)
(#16467) There should be no space before ']'. (computed-property-spacing)
(#16467) There should be no space after '['. (computed-property-spacing)
(#16467) There should be no space before ']'. (computed-property-spacing)
(#16467) There should be no spaces inside this paren. (space-in-parens)
(#16467) There should be no spaces inside this paren. (space-in-parens)
(#16467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16468) Unexpected tab character. (no-tabs)
(#16468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16469) Unexpected tab character. (no-tabs)
(#16469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16470) Unexpected tab character. (no-tabs)
(#16470) There should be no spaces inside this paren. (space-in-parens)
(#16470) There should be no spaces inside this paren. (space-in-parens)
(#16470) There should be no spaces inside this paren. (space-in-parens)
(#16470) There should be no space after '['. (computed-property-spacing)
(#16470) There should be no space before ']'. (computed-property-spacing)
(#16470) There should be no spaces inside this paren. (space-in-parens)
(#16470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16472) Unexpected tab character. (no-tabs)
(#16472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16473) Unexpected tab character. (no-tabs)
(#16473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16474) Unexpected tab character. (no-tabs)
(#16474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16475) Unexpected tab character. (no-tabs)
(#16475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16476) Unexpected tab character. (no-tabs)
(#16476) There should be no spaces inside this paren. (space-in-parens)
(#16476) There should be no spaces inside this paren. (space-in-parens)
(#16476) There should be no space after '['. (computed-property-spacing)
(#16476) There should be no space before ']'. (computed-property-spacing)
(#16476) There should be no space after '['. (computed-property-spacing)
(#16476) There should be no space before ']'. (computed-property-spacing)
(#16476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16477) Unexpected tab character. (no-tabs)
(#16477) There should be no space after '['. (computed-property-spacing)
(#16477) There should be no space before ']'. (computed-property-spacing)
(#16477) There should be no space after '['. (computed-property-spacing)
(#16477) There should be no space before ']'. (computed-property-spacing)
(#16477) There should be no spaces inside this paren. (space-in-parens)
(#16477) There should be no spaces inside this paren. (space-in-parens)
(#16477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16478) Unexpected tab character. (no-tabs)
(#16478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16479) Unexpected tab character. (no-tabs)
(#16479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16481) Unexpected tab character. (no-tabs)
(#16481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16482) Unexpected tab character. (no-tabs)
(#16482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16483) Unexpected tab character. (no-tabs)
(#16483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16484) Unexpected tab character. (no-tabs)
(#16484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16486) Unexpected tab character. (no-tabs)
(#16486) There should be no spaces inside this paren. (space-in-parens)
(#16486) There should be no spaces inside this paren. (space-in-parens)
(#16486) Expected space or tab after '//' in comment. (spaced-comment)
(#16486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16488) Unexpected tab character. (no-tabs)
(#16488) There should be no spaces inside this paren. (space-in-parens)
(#16488) There should be no spaces inside this paren. (space-in-parens)
(#16488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16489) Unexpected tab character. (no-tabs)
(#16489) There should be no spaces inside this paren. (space-in-parens)
(#16489) There should be no space after '['. (computed-property-spacing)
(#16489) There should be no space before ']'. (computed-property-spacing)
(#16489) There should be no spaces inside this paren. (space-in-parens)
(#16489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16490) Unexpected tab character. (no-tabs)
(#16490) There should be no space after '['. (computed-property-spacing)
(#16490) There should be no space before ']'. (computed-property-spacing)
(#16490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16491) Unexpected tab character. (no-tabs)
(#16491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16492) Unexpected tab character. (no-tabs)
(#16492) There should be no spaces inside this paren. (space-in-parens)
(#16492) There should be no space after '['. (computed-property-spacing)
(#16492) There should be no space before ']'. (computed-property-spacing)
(#16492) There should be no spaces inside this paren. (space-in-parens)
(#16492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16493) Unexpected tab character. (no-tabs)
(#16493) There should be no space after '['. (computed-property-spacing)
(#16493) There should be no space before ']'. (computed-property-spacing)
(#16493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16494) Unexpected tab character. (no-tabs)
(#16494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16495) Unexpected tab character. (no-tabs)
(#16495) There should be no spaces inside this paren. (space-in-parens)
(#16495) There should be no space after '['. (computed-property-spacing)
(#16495) There should be no space before ']'. (computed-property-spacing)
(#16495) There should be no spaces inside this paren. (space-in-parens)
(#16495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16496) Unexpected tab character. (no-tabs)
(#16496) There should be no space after '['. (computed-property-spacing)
(#16496) There should be no space before ']'. (computed-property-spacing)
(#16496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16497) Unexpected tab character. (no-tabs)
(#16497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16498) Unexpected tab character. (no-tabs)
(#16498) There should be no spaces inside this paren. (space-in-parens)
(#16498) There should be no space after '['. (computed-property-spacing)
(#16498) There should be no space before ']'. (computed-property-spacing)
(#16498) There should be no spaces inside this paren. (space-in-parens)
(#16498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16499) Unexpected tab character. (no-tabs)
(#16499) There should be no space after '['. (computed-property-spacing)
(#16499) There should be no space before ']'. (computed-property-spacing)
(#16499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16500) Unexpected tab character. (no-tabs)
(#16500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16501) Unexpected tab character. (no-tabs)
(#16501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16503) Unexpected tab character. (no-tabs)
(#16503) There should be no spaces inside this paren. (space-in-parens)
(#16503) There should be no spaces inside this paren. (space-in-parens)
(#16503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16504) Unexpected tab character. (no-tabs)
(#16504) There should be no spaces inside this paren. (space-in-parens)
(#16504) There should be no spaces inside this paren. (space-in-parens)
(#16504) There should be no spaces inside this paren. (space-in-parens)
(#16504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16505) Unexpected tab character. (no-tabs)
(#16505) There should be no space after '['. (computed-property-spacing)
(#16505) There should be no space before ']'. (computed-property-spacing)
(#16505) There should be no spaces inside this paren. (space-in-parens)
(#16505) There should be no space after '['. (computed-property-spacing)
(#16505) There should be no space before ']'. (computed-property-spacing)
(#16505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16506) Unexpected tab character. (no-tabs)
(#16506) Do not nest ternary expressions. (no-nested-ternary)
(#16506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16507) Unexpected tab character. (no-tabs)
(#16507) There should be no spaces inside this paren. (space-in-parens)
(#16507) Do not nest ternary expressions. (no-nested-ternary)
(#16507) There should be no spaces inside this paren. (space-in-parens)
(#16507) There should be no space after '['. (computed-property-spacing)
(#16507) There should be no space before ']'. (computed-property-spacing)
(#16507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16508) Unexpected tab character. (no-tabs)
(#16508) There should be no space after '['. (computed-property-spacing)
(#16508) There should be no space before ']'. (computed-property-spacing)
(#16508) There should be no spaces inside this paren. (space-in-parens)
(#16508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16509) Unexpected tab character. (no-tabs)
(#16509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16510) Unexpected tab character. (no-tabs)
(#16510) There should be no spaces inside this paren. (space-in-parens)
(#16510) There should be no spaces inside this paren. (space-in-parens)
(#16510) There should be no space after '['. (computed-property-spacing)
(#16510) There should be no space before ']'. (computed-property-spacing)
(#16510) There should be no spaces inside this paren. (space-in-parens)
(#16510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16511) Unexpected tab character. (no-tabs)
(#16511) There should be no space after '['. (computed-property-spacing)
(#16511) There should be no space before ']'. (computed-property-spacing)
(#16511) There should be no space after '['. (computed-property-spacing)
(#16511) There should be no space before ']'. (computed-property-spacing)
(#16511) There should be no spaces inside this paren. (space-in-parens)
(#16511) There should be no spaces inside this paren. (space-in-parens)
(#16511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16512) Unexpected tab character. (no-tabs)
(#16512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16514) Unexpected tab character. (no-tabs)
(#16514) There should be no spaces inside this paren. (space-in-parens)
(#16514) There should be no spaces inside this paren. (space-in-parens)
(#16514) There should be no spaces inside this paren. (space-in-parens)
(#16514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16515) Unexpected tab character. (no-tabs)
(#16515) There should be no space after '['. (computed-property-spacing)
(#16515) There should be no space before ']'. (computed-property-spacing)
(#16515) There should be no spaces inside this paren. (space-in-parens)
(#16515) There should be no space after '['. (computed-property-spacing)
(#16515) There should be no space before ']'. (computed-property-spacing)
(#16515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16516) Unexpected tab character. (no-tabs)
(#16516) Do not nest ternary expressions. (no-nested-ternary)
(#16516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16517) Unexpected tab character. (no-tabs)
(#16517) There should be no spaces inside this paren. (space-in-parens)
(#16517) Do not nest ternary expressions. (no-nested-ternary)
(#16517) There should be no spaces inside this paren. (space-in-parens)
(#16517) There should be no space after '['. (computed-property-spacing)
(#16517) There should be no space before ']'. (computed-property-spacing)
(#16517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16518) Unexpected tab character. (no-tabs)
(#16518) There should be no space after '['. (computed-property-spacing)
(#16518) There should be no space before ']'. (computed-property-spacing)
(#16518) There should be no spaces inside this paren. (space-in-parens)
(#16518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16519) Unexpected tab character. (no-tabs)
(#16519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16520) Unexpected tab character. (no-tabs)
(#16520) There should be no spaces inside this paren. (space-in-parens)
(#16520) There should be no spaces inside this paren. (space-in-parens)
(#16520) There should be no space after '['. (computed-property-spacing)
(#16520) There should be no space before ']'. (computed-property-spacing)
(#16520) There should be no spaces inside this paren. (space-in-parens)
(#16520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16521) Unexpected tab character. (no-tabs)
(#16521) There should be no space after '['. (computed-property-spacing)
(#16521) There should be no space before ']'. (computed-property-spacing)
(#16521) There should be no space after '['. (computed-property-spacing)
(#16521) There should be no space before ']'. (computed-property-spacing)
(#16521) There should be no spaces inside this paren. (space-in-parens)
(#16521) There should be no spaces inside this paren. (space-in-parens)
(#16521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16522) Unexpected tab character. (no-tabs)
(#16522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16523) Unexpected tab character. (no-tabs)
(#16523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16525) Unexpected tab character. (no-tabs)
(#16525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16527) Unexpected tab character. (no-tabs)
(#16527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16528) Unexpected tab character. (no-tabs)
(#16528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16530) Unexpected tab character. (no-tabs)
(#16530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16531) Unexpected tab character. (no-tabs)
(#16531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16533) Unexpected tab character. (no-tabs)
(#16533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16534) Unexpected tab character. (no-tabs)
(#16534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16536) Unexpected tab character. (no-tabs)
(#16536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16537) Unexpected tab character. (no-tabs)
(#16537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16539) Unexpected tab character. (no-tabs)
(#16539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16540) Unexpected tab character. (no-tabs)
(#16540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16541) Unexpected tab character. (no-tabs)
(#16541) There should be no spaces inside this paren. (space-in-parens)
(#16541) There should be no spaces inside this paren. (space-in-parens)
(#16541) Do not nest ternary expressions. (no-nested-ternary)
(#16541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16542) Unexpected tab character. (no-tabs)
(#16542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16543) Unexpected tab character. (no-tabs)
(#16543) There should be no spaces inside this paren. (space-in-parens)
(#16543) There should be no spaces inside this paren. (space-in-parens)
(#16543) There should be no spaces inside this paren. (space-in-parens)
(#16543) There should be no spaces inside this paren. (space-in-parens)
(#16543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16544) Unexpected tab character. (no-tabs)
(#16544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16545) Unexpected tab character. (no-tabs)
(#16545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16547) Unexpected tab character. (no-tabs)
(#16547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16548) Unexpected tab character. (no-tabs)
(#16548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16550) Unexpected tab character. (no-tabs)
(#16550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16551) Unexpected tab character. (no-tabs)
(#16551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16553) Unexpected tab character. (no-tabs)
(#16553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16554) Unexpected tab character. (no-tabs)
(#16554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16556) Unexpected tab character. (no-tabs)
(#16556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16557) Unexpected tab character. (no-tabs)
(#16557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16558) Unexpected tab character. (no-tabs)
(#16558) There should be no spaces inside this paren. (space-in-parens)
(#16558) There should be no spaces inside this paren. (space-in-parens)
(#16558) Do not nest ternary expressions. (no-nested-ternary)
(#16558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16559) Unexpected tab character. (no-tabs)
(#16559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16560) Unexpected tab character. (no-tabs)
(#16560) There should be no spaces inside this paren. (space-in-parens)
(#16560) There should be no spaces inside this paren. (space-in-parens)
(#16560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16561) Unexpected tab character. (no-tabs)
(#16561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16562) Unexpected tab character. (no-tabs)
(#16562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16564) Unexpected tab character. (no-tabs)
(#16564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16566) Unexpected tab character. (no-tabs)
(#16566) There should be no spaces inside this paren. (space-in-parens)
(#16566) There should be no spaces inside this paren. (space-in-parens)
(#16566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16568) Unexpected tab character. (no-tabs)
(#16568) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16568) There should be no space after '['. (computed-property-spacing)
(#16568) There should be no space before ']'. (computed-property-spacing)
(#16568) There should be no spaces inside this paren. (space-in-parens)
(#16568) There should be no space after '['. (computed-property-spacing)
(#16568) There should be no space before ']'. (computed-property-spacing)
(#16568) There should be no spaces inside this paren. (space-in-parens)
(#16568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16569) Unexpected tab character. (no-tabs)
(#16569) There should be no space after '['. (computed-property-spacing)
(#16569) There should be no space before ']'. (computed-property-spacing)
(#16569) There should be no spaces inside this paren. (space-in-parens)
(#16569) There should be no space after '['. (computed-property-spacing)
(#16569) There should be no space before ']'. (computed-property-spacing)
(#16569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16570) Unexpected tab character. (no-tabs)
(#16570) There should be no spaces inside this paren. (space-in-parens)
(#16570) There should be no space after '['. (computed-property-spacing)
(#16570) There should be no space before ']'. (computed-property-spacing)
(#16570) There should be no space after '['. (computed-property-spacing)
(#16570) There should be no space before ']'. (computed-property-spacing)
(#16570) There should be no spaces inside this paren. (space-in-parens)
(#16570) There should be no spaces inside this paren. (space-in-parens)
(#16570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16572) Unexpected tab character. (no-tabs)
(#16572) Expected space or tab after '//' in comment. (spaced-comment)
(#16572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16573) Unexpected tab character. (no-tabs)
(#16573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16574) Unexpected tab character. (no-tabs)
(#16574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16575) Unexpected tab character. (no-tabs)
(#16575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16576) Unexpected tab character. (no-tabs)
(#16576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16577) Unexpected tab character. (no-tabs)
(#16577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16578) Unexpected tab character. (no-tabs)
(#16578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16579) Unexpected tab character. (no-tabs)
(#16579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16581) Unexpected tab character. (no-tabs)
(#16581) There should be no spaces inside this paren. (space-in-parens)
(#16581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16582) Unexpected tab character. (no-tabs)
(#16582) There should be no spaces inside this paren. (space-in-parens)
(#16582) There should be no spaces inside this paren. (space-in-parens)
(#16582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16584) Unexpected tab character. (no-tabs)
(#16584) Expected space or tab after '//' in comment. (spaced-comment)
(#16584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16585) Unexpected tab character. (no-tabs)
(#16585) There should be no spaces inside this paren. (space-in-parens)
(#16585) There should be no spaces inside this paren. (space-in-parens)
(#16585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16586) Unexpected tab character. (no-tabs)
(#16586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16587) Unexpected tab character. (no-tabs)
(#16587) There should be no spaces inside this paren. (space-in-parens)
(#16587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16589) Unexpected tab character. (no-tabs)
(#16589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16591) Unexpected tab character. (no-tabs)
(#16591) Method '_clear' has a complexity of 24. (complexity)
(#16591) There should be no spaces inside this paren. (space-in-parens)
(#16591) There should be no spaces inside this paren. (space-in-parens)
(#16591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16593) Unexpected tab character. (no-tabs)
(#16593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16595) Unexpected tab character. (no-tabs)
(#16595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16596) Unexpected tab character. (no-tabs)
(#16596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16597) Unexpected tab character. (no-tabs)
(#16597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16598) Unexpected tab character. (no-tabs)
(#16598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16600) Unexpected tab character. (no-tabs)
(#16600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16601) Unexpected tab character. (no-tabs)
(#16601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16602) Unexpected tab character. (no-tabs)
(#16602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16603) Unexpected tab character. (no-tabs)
(#16603) There should be no spaces inside this paren. (space-in-parens)
(#16603) There should be no spaces inside this paren. (space-in-parens)
(#16603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16604) Unexpected tab character. (no-tabs)
(#16604) There should be no spaces inside this paren. (space-in-parens)
(#16604) There should be no spaces inside this paren. (space-in-parens)
(#16604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16605) Unexpected tab character. (no-tabs)
(#16605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16606) Unexpected tab character. (no-tabs)
(#16606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16608) Unexpected tab character. (no-tabs)
(#16608) There should be no spaces inside this paren. (space-in-parens)
(#16608) There should be no space after '['. (computed-property-spacing)
(#16608) There should be no space before ']'. (computed-property-spacing)
(#16608) There should be no space after '['. (computed-property-spacing)
(#16608) There should be no space before ']'. (computed-property-spacing)
(#16608) There should be no spaces inside this paren. (space-in-parens)
(#16608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16609) Unexpected tab character. (no-tabs)
(#16609) There should be no spaces inside this paren. (space-in-parens)
(#16609) There should be no spaces inside this paren. (space-in-parens)
(#16609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16610) Unexpected tab character. (no-tabs)
(#16610) There should be no spaces inside this paren. (space-in-parens)
(#16610) There should be no space after '['. (computed-property-spacing)
(#16610) There should be no space before ']'. (computed-property-spacing)
(#16610) There should be no space after '['. (computed-property-spacing)
(#16610) There should be no space before ']'. (computed-property-spacing)
(#16610) There should be no spaces inside this paren. (space-in-parens)
(#16610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16611) Unexpected tab character. (no-tabs)
(#16611) There should be no space after '['. (computed-property-spacing)
(#16611) There should be no space before ']'. (computed-property-spacing)
(#16611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16612) Unexpected tab character. (no-tabs)
(#16612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16613) Unexpected tab character. (no-tabs)
(#16613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16614) Unexpected tab character. (no-tabs)
(#16614) There should be no spaces inside this paren. (space-in-parens)
(#16614) There should be no spaces inside this paren. (space-in-parens)
(#16614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16615) Unexpected tab character. (no-tabs)
(#16615) There should be no spaces inside this paren. (space-in-parens)
(#16615) There should be no spaces inside this paren. (space-in-parens)
(#16615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16616) Unexpected tab character. (no-tabs)
(#16616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16617) Unexpected tab character. (no-tabs)
(#16617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16618) Unexpected tab character. (no-tabs)
(#16618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16620) Unexpected tab character. (no-tabs)
(#16620) There should be no spaces inside this paren. (space-in-parens)
(#16620) There should be no spaces inside this paren. (space-in-parens)
(#16620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16621) Unexpected tab character. (no-tabs)
(#16621) There should be no spaces inside this paren. (space-in-parens)
(#16621) There should be no spaces inside this paren. (space-in-parens)
(#16621) There should be no spaces inside this paren. (space-in-parens)
(#16621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16622) Unexpected tab character. (no-tabs)
(#16622) There should be no spaces inside this paren. (space-in-parens)
(#16622) There should be no spaces inside this paren. (space-in-parens)
(#16622) There should be no spaces inside this paren. (space-in-parens)
(#16622) There should be no spaces inside this paren. (space-in-parens)
(#16622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16623) Unexpected tab character. (no-tabs)
(#16623) There should be no spaces inside this paren. (space-in-parens)
(#16623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16624) Unexpected tab character. (no-tabs)
(#16624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16625) Unexpected tab character. (no-tabs)
(#16625) There should be no spaces inside this paren. (space-in-parens)
(#16625) There should be no spaces inside this paren. (space-in-parens)
(#16625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16626) Unexpected tab character. (no-tabs)
(#16626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16627) Unexpected tab character. (no-tabs)
(#16627) There should be no spaces inside this paren. (space-in-parens)
(#16627) There should be no spaces inside this paren. (space-in-parens)
(#16627) There should be no space after '['. (computed-property-spacing)
(#16627) There should be no space before ']'. (computed-property-spacing)
(#16627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16628) Unexpected tab character. (no-tabs)
(#16628) There should be no space after '['. (computed-property-spacing)
(#16628) There should be no space before ']'. (computed-property-spacing)
(#16628) There should be no spaces inside this paren. (space-in-parens)
(#16628) There should be no spaces inside this paren. (space-in-parens)
(#16628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16630) Unexpected tab character. (no-tabs)
(#16630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16631) Unexpected tab character. (no-tabs)
(#16631) There should be no spaces inside this paren. (space-in-parens)
(#16631) There should be no spaces inside this paren. (space-in-parens)
(#16631) There should be no spaces inside this paren. (space-in-parens)
(#16631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16632) Unexpected tab character. (no-tabs)
(#16632) There should be no spaces inside this paren. (space-in-parens)
(#16632) There should be no spaces inside this paren. (space-in-parens)
(#16632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16633) Unexpected tab character. (no-tabs)
(#16633) There should be no spaces inside this paren. (space-in-parens)
(#16633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16634) Unexpected tab character. (no-tabs)
(#16634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16636) Unexpected tab character. (no-tabs)
(#16636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16637) Unexpected tab character. (no-tabs)
(#16637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16638) Unexpected tab character. (no-tabs)
(#16638) There should be no spaces inside this paren. (space-in-parens)
(#16638) There should be no spaces inside this paren. (space-in-parens)
(#16638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16639) Unexpected tab character. (no-tabs)
(#16639) There should be no spaces inside this paren. (space-in-parens)
(#16639) There should be no spaces inside this paren. (space-in-parens)
(#16639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16640) Unexpected tab character. (no-tabs)
(#16640) There should be no spaces inside this paren. (space-in-parens)
(#16640) There should be no spaces inside this paren. (space-in-parens)
(#16640) There should be no spaces inside this paren. (space-in-parens)
(#16640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16641) Unexpected tab character. (no-tabs)
(#16641) There should be no spaces inside this paren. (space-in-parens)
(#16641) There should be no spaces inside this paren. (space-in-parens)
(#16641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16642) Unexpected tab character. (no-tabs)
(#16642) There should be no spaces inside this paren. (space-in-parens)
(#16642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16643) Unexpected tab character. (no-tabs)
(#16643) There should be no spaces inside this paren. (space-in-parens)
(#16643) There should be no spaces inside this paren. (space-in-parens)
(#16643) There should be no spaces inside this paren. (space-in-parens)
(#16643) There should be no spaces inside this paren. (space-in-parens)
(#16643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16644) Unexpected tab character. (no-tabs)
(#16644) There should be no spaces inside this paren. (space-in-parens)
(#16644) There should be no spaces inside this paren. (space-in-parens)
(#16644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16645) Unexpected tab character. (no-tabs)
(#16645) There should be no spaces inside this paren. (space-in-parens)
(#16645) There should be no spaces inside this paren. (space-in-parens)
(#16645) There should be no spaces inside this paren. (space-in-parens)
(#16645) There should be no spaces inside this paren. (space-in-parens)
(#16645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16646) Unexpected tab character. (no-tabs)
(#16646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16647) Unexpected tab character. (no-tabs)
(#16647) There should be no spaces inside this paren. (space-in-parens)
(#16647) There should be no spaces inside this paren. (space-in-parens)
(#16647) There should be no spaces inside this paren. (space-in-parens)
(#16647) There should be no spaces inside this paren. (space-in-parens)
(#16647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16648) Unexpected tab character. (no-tabs)
(#16648) There should be no spaces inside this paren. (space-in-parens)
(#16648) There should be no spaces inside this paren. (space-in-parens)
(#16648) There should be no spaces inside this paren. (space-in-parens)
(#16648) There should be no spaces inside this paren. (space-in-parens)
(#16648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16649) Unexpected tab character. (no-tabs)
(#16649) There should be no spaces inside this paren. (space-in-parens)
(#16649) There should be no spaces inside this paren. (space-in-parens)
(#16649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16650) Unexpected tab character. (no-tabs)
(#16650) There should be no spaces inside this paren. (space-in-parens)
(#16650) There should be no spaces inside this paren. (space-in-parens)
(#16650) There should be no spaces inside this paren. (space-in-parens)
(#16650) There should be no spaces inside this paren. (space-in-parens)
(#16650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16651) Unexpected tab character. (no-tabs)
(#16651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16652) Unexpected tab character. (no-tabs)
(#16652) There should be no spaces inside this paren. (space-in-parens)
(#16652) There should be no spaces inside this paren. (space-in-parens)
(#16652) There should be no spaces inside this paren. (space-in-parens)
(#16652) There should be no spaces inside this paren. (space-in-parens)
(#16652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16653) Unexpected tab character. (no-tabs)
(#16653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16654) Unexpected tab character. (no-tabs)
(#16654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16656) Unexpected tab character. (no-tabs)
(#16656) Expected space or tab after '//' in comment. (spaced-comment)
(#16656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16657) Unexpected tab character. (no-tabs)
(#16657) Missing JSDoc comment. (require-jsdoc)
(#16657) There should be no spaces inside this paren. (space-in-parens)
(#16657) There should be no spaces inside this paren. (space-in-parens)
(#16657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16658) Unexpected tab character. (no-tabs)
(#16658) There should be no spaces inside this paren. (space-in-parens)
(#16658) There should be no spaces inside this paren. (space-in-parens)
(#16658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16659) Unexpected tab character. (no-tabs)
(#16659) There should be no spaces inside this paren. (space-in-parens)
(#16659) There should be no spaces inside this paren. (space-in-parens)
(#16659) There should be no spaces inside this paren. (space-in-parens)
(#16659) There should be no spaces inside this paren. (space-in-parens)
(#16659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16660) Unexpected tab character. (no-tabs)
(#16660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16661) Unexpected tab character. (no-tabs)
(#16661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16662) Unexpected tab character. (no-tabs)
(#16662) There should be no spaces inside this paren. (space-in-parens)
(#16662) There should be no spaces inside this paren. (space-in-parens)
(#16662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16663) Unexpected tab character. (no-tabs)
(#16663) There should be no spaces inside this paren. (space-in-parens)
(#16663) There should be no spaces inside this paren. (space-in-parens)
(#16663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16664) Unexpected tab character. (no-tabs)
(#16664) There should be no spaces inside this paren. (space-in-parens)
(#16664) There should be no spaces inside this paren. (space-in-parens)
(#16664) There should be no space after '['. (computed-property-spacing)
(#16664) There should be no space before ']'. (computed-property-spacing)
(#16664) There should be no spaces inside this paren. (space-in-parens)
(#16664) There should be no spaces inside this paren. (space-in-parens)
(#16664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16665) Unexpected tab character. (no-tabs)
(#16665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16666) Unexpected tab character. (no-tabs)
(#16666) There should be no spaces inside this paren. (space-in-parens)
(#16666) There should be no space after '['. (computed-property-spacing)
(#16666) There should be no space before ']'. (computed-property-spacing)
(#16666) There should be no spaces inside this paren. (space-in-parens)
(#16666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16667) Unexpected tab character. (no-tabs)
(#16667) There should be no spaces inside this paren. (space-in-parens)
(#16667) There should be no spaces inside this paren. (space-in-parens)
(#16667) There should be no space after '['. (computed-property-spacing)
(#16667) There should be no space before ']'. (computed-property-spacing)
(#16667) There should be no spaces inside this paren. (space-in-parens)
(#16667) There should be no spaces inside this paren. (space-in-parens)
(#16667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16668) Unexpected tab character. (no-tabs)
(#16668) There should be no space after '['. (computed-property-spacing)
(#16668) There should be no space before ']'. (computed-property-spacing)
(#16668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16669) Unexpected tab character. (no-tabs)
(#16669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16670) Unexpected tab character. (no-tabs)
(#16670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16672) Unexpected tab character. (no-tabs)
(#16672) Expected space or tab after '//' in comment. (spaced-comment)
(#16672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16673) Unexpected tab character. (no-tabs)
(#16673) There should be no spaces inside this paren. (space-in-parens)
(#16673) There should be no spaces inside this paren. (space-in-parens)
(#16673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16674) Unexpected tab character. (no-tabs)
(#16674) There should be no spaces inside this paren. (space-in-parens)
(#16674) There should be no spaces inside this paren. (space-in-parens)
(#16674) There should be no spaces inside this paren. (space-in-parens)
(#16674) There should be no spaces inside this paren. (space-in-parens)
(#16674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16675) Unexpected tab character. (no-tabs)
(#16675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16676) Unexpected tab character. (no-tabs)
(#16676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16677) Unexpected tab character. (no-tabs)
(#16677) There should be no spaces inside this paren. (space-in-parens)
(#16677) There should be no spaces inside this paren. (space-in-parens)
(#16677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16678) Unexpected tab character. (no-tabs)
(#16678) There should be no spaces inside this paren. (space-in-parens)
(#16678) There should be no spaces inside this paren. (space-in-parens)
(#16678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16679) Unexpected tab character. (no-tabs)
(#16679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16680) Unexpected tab character. (no-tabs)
(#16680) There should be no spaces inside this paren. (space-in-parens)
(#16680) There should be no spaces inside this paren. (space-in-parens)
(#16680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16681) Unexpected tab character. (no-tabs)
(#16681) There should be no spaces inside this paren. (space-in-parens)
(#16681) There should be no spaces inside this paren. (space-in-parens)
(#16681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16682) Unexpected tab character. (no-tabs)
(#16682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16684) Unexpected tab character. (no-tabs)
(#16684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16686) Unexpected tab character. (no-tabs)
(#16686) There should be no spaces inside this paren. (space-in-parens)
(#16686) There should be no spaces inside this paren. (space-in-parens)
(#16686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16687) Unexpected tab character. (no-tabs)
(#16687) There should be no spaces inside this paren. (space-in-parens)
(#16687) There should be no spaces inside this paren. (space-in-parens)
(#16687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16688) Unexpected tab character. (no-tabs)
(#16688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16690) Unexpected tab character. (no-tabs)
(#16690) Expected space or tab after '//' in comment. (spaced-comment)
(#16690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16691) Unexpected tab character. (no-tabs)
(#16691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16692) Unexpected tab character. (no-tabs)
(#16692) There should be no space after '['. (computed-property-spacing)
(#16692) There should be no space before ']'. (computed-property-spacing)
(#16692) There should be no spaces inside this paren. (space-in-parens)
(#16692) There should be no space after '['. (computed-property-spacing)
(#16692) There should be no space before ']'. (computed-property-spacing)
(#16692) There should be no spaces inside this paren. (space-in-parens)
(#16692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16694) Unexpected tab character. (no-tabs)
(#16694) There should be no spaces inside this paren. (space-in-parens)
(#16694) There should be no spaces inside this paren. (space-in-parens)
(#16694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16695) Unexpected tab character. (no-tabs)
(#16695) There should be no spaces inside this paren. (space-in-parens)
(#16695) There should be no space after '['. (computed-property-spacing)
(#16695) There should be no space before ']'. (computed-property-spacing)
(#16695) There should be no space after '['. (computed-property-spacing)
(#16695) There should be no space before ']'. (computed-property-spacing)
(#16695) There should be no spaces inside this paren. (space-in-parens)
(#16695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16696) Unexpected tab character. (no-tabs)
(#16696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16697) Unexpected tab character. (no-tabs)
(#16697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16698) Unexpected tab character. (no-tabs)
(#16698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16699) Unexpected tab character. (no-tabs)
(#16699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16701) Unexpected tab character. (no-tabs)
(#16701) There should be no spaces inside this paren. (space-in-parens)
(#16701) There should be no spaces inside this paren. (space-in-parens)
(#16701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16702) Unexpected tab character. (no-tabs)
(#16702) There should be no spaces inside this paren. (space-in-parens)
(#16702) There should be no spaces inside this paren. (space-in-parens)
(#16702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16704) Unexpected tab character. (no-tabs)
(#16704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16705) Unexpected tab character. (no-tabs)
(#16705) There should be no space after '['. (computed-property-spacing)
(#16705) There should be no space before ']'. (computed-property-spacing)
(#16705) There should be no spaces inside this paren. (space-in-parens)
(#16705) There should be no spaces inside this paren. (space-in-parens)
(#16705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16706) Unexpected tab character. (no-tabs)
(#16706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16707) Unexpected tab character. (no-tabs)
(#16707) There should be no spaces inside this paren. (space-in-parens)
(#16707) There should be no spaces inside this paren. (space-in-parens)
(#16707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16708) Unexpected tab character. (no-tabs)
(#16708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16710) Unexpected tab character. (no-tabs)
(#16710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16711) Unexpected tab character. (no-tabs)
(#16711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16713) Unexpected tab character. (no-tabs)
(#16713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16715) Unexpected tab character. (no-tabs)
(#16715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16716) Unexpected tab character. (no-tabs)
(#16716) There should be no spaces inside this paren. (space-in-parens)
(#16716) There should be no spaces inside this paren. (space-in-parens)
(#16716) There should be no spaces inside this paren. (space-in-parens)
(#16716) There should be no spaces inside this paren. (space-in-parens)
(#16716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16717) Unexpected tab character. (no-tabs)
(#16717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16718) Unexpected tab character. (no-tabs)
(#16718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16719) Unexpected tab character. (no-tabs)
(#16719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16721) Unexpected tab character. (no-tabs)
(#16721) There should be no spaces inside this paren. (space-in-parens)
(#16721) There should be no spaces inside this paren. (space-in-parens)
(#16721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16722) Unexpected tab character. (no-tabs)
(#16722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16723) Unexpected tab character. (no-tabs)
(#16723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16724) Unexpected tab character. (no-tabs)
(#16724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16725) Unexpected tab character. (no-tabs)
(#16725) There should be no spaces inside this paren. (space-in-parens)
(#16725) There should be no spaces inside this paren. (space-in-parens)
(#16725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16726) Unexpected tab character. (no-tabs)
(#16726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16727) Unexpected tab character. (no-tabs)
(#16727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16728) Unexpected tab character. (no-tabs)
(#16728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16729) Unexpected tab character. (no-tabs)
(#16729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16730) Unexpected tab character. (no-tabs)
(#16730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16731) Unexpected tab character. (no-tabs)
(#16731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16732) Unexpected tab character. (no-tabs)
(#16732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16734) There should be no spaces inside this paren. (space-in-parens)
(#16734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16737) Expected space or tab after '/*' in comment. (spaced-comment)
(#16737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16746) Expected space or tab after '//' in comment. (spaced-comment)
(#16746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16747) Expected space or tab after '//' in comment. (spaced-comment)
(#16747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16748) Expected space or tab after '//' in comment. (spaced-comment)
(#16748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16749) Expected space or tab after '//' in comment. (spaced-comment)
(#16749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16750) Expected space or tab after '//' in comment. (spaced-comment)
(#16750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16751) Expected space or tab after '//' in comment. (spaced-comment)
(#16751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16752) Expected space or tab after '//' in comment. (spaced-comment)
(#16752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16753) Expected space or tab after '//' in comment. (spaced-comment)
(#16753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16754) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#16755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16757) Missing JSDoc comment. (require-jsdoc)
(#16757) There should be no spaces inside this paren. (space-in-parens)
(#16757) There should be no spaces inside this paren. (space-in-parens)
(#16757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16758) Unexpected tab character. (no-tabs)
(#16758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16759) Unexpected tab character. (no-tabs)
(#16759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16760) Unexpected tab character. (no-tabs)
(#16760) There should be no spaces inside this paren. (space-in-parens)
(#16760) There should be no spaces inside this paren. (space-in-parens)
(#16760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16761) Unexpected tab character. (no-tabs)
(#16761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16762) Unexpected tab character. (no-tabs)
(#16762) There should be no spaces inside this paren. (space-in-parens)
(#16762) There should be no spaces inside this paren. (space-in-parens)
(#16762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16763) Unexpected tab character. (no-tabs)
(#16763) There should be no spaces inside this paren. (space-in-parens)
(#16763) There should be no spaces inside this paren. (space-in-parens)
(#16763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16764) Unexpected tab character. (no-tabs)
(#16764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16765) Unexpected tab character. (no-tabs)
(#16765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16768) There should be no spaces inside this paren. (space-in-parens)
(#16768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16769) Unexpected tab character. (no-tabs)
(#16769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16770) Unexpected tab character. (no-tabs)
(#16770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16771) Unexpected tab character. (no-tabs)
(#16771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16772) Unexpected tab character. (no-tabs)
(#16772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16773) Unexpected tab character. (no-tabs)
(#16773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16774) Unexpected tab character. (no-tabs)
(#16774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16775) Unexpected tab character. (no-tabs)
(#16775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16776) Unexpected tab character. (no-tabs)
(#16776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16777) Unexpected tab character. (no-tabs)
(#16777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16778) Unexpected tab character. (no-tabs)
(#16778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16779) Unexpected tab character. (no-tabs)
(#16779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16780) Unexpected tab character. (no-tabs)
(#16780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16781) Unexpected tab character. (no-tabs)
(#16781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16782) Unexpected tab character. (no-tabs)
(#16782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16783) Unexpected tab character. (no-tabs)
(#16783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16784) Unexpected tab character. (no-tabs)
(#16784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16785) Unexpected tab character. (no-tabs)
(#16785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16786) Unexpected tab character. (no-tabs)
(#16786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16787) Unexpected tab character. (no-tabs)
(#16787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16788) Unexpected tab character. (no-tabs)
(#16788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16790) Unexpected tab character. (no-tabs)
(#16790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16791) Unexpected tab character. (no-tabs)
(#16791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16792) Unexpected tab character. (no-tabs)
(#16792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16793) Unexpected tab character. (no-tabs)
(#16793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16794) Unexpected tab character. (no-tabs)
(#16794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16796) Unexpected tab character. (no-tabs)
(#16796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16798) Unexpected tab character. (no-tabs)
(#16798) Comments should not begin with a lowercase character (capitalized-comments)
(#16798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16799) Unexpected tab character. (no-tabs)
(#16799) There should be no spaces inside this paren. (space-in-parens)
(#16799) There should be no spaces inside this paren. (space-in-parens)
(#16799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16800) Unexpected tab character. (no-tabs)
(#16800) There should be no spaces inside this paren. (space-in-parens)
(#16800) There should be no spaces inside this paren. (space-in-parens)
(#16800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16801) Unexpected tab character. (no-tabs)
(#16801) There should be no spaces inside this paren. (space-in-parens)
(#16801) There should be no spaces inside this paren. (space-in-parens)
(#16801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16803) Unexpected tab character. (no-tabs)
(#16803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16804) Unexpected tab character. (no-tabs)
(#16804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16805) Unexpected tab character. (no-tabs)
(#16805) There should be no spaces inside this paren. (space-in-parens)
(#16805) There should be no spaces inside this paren. (space-in-parens)
(#16805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16807) Unexpected tab character. (no-tabs)
(#16807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16808) Unexpected tab character. (no-tabs)
(#16808) There should be no spaces inside this paren. (space-in-parens)
(#16808) There should be no spaces inside this paren. (space-in-parens)
(#16808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16809) Unexpected tab character. (no-tabs)
(#16809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16811) Unexpected tab character. (no-tabs)
(#16811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16812) Unexpected tab character. (no-tabs)
(#16812) There should be no spaces inside this paren. (space-in-parens)
(#16812) There should be no spaces inside this paren. (space-in-parens)
(#16812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16813) Unexpected tab character. (no-tabs)
(#16813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16815) Unexpected tab character. (no-tabs)
(#16815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16816) Unexpected tab character. (no-tabs)
(#16816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16817) Unexpected tab character. (no-tabs)
(#16817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16818) Unexpected tab character. (no-tabs)
(#16818) There should be no spaces inside this paren. (space-in-parens)
(#16818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16819) Unexpected tab character. (no-tabs)
(#16819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16820) Unexpected tab character. (no-tabs)
(#16820) There should be no spaces inside this paren. (space-in-parens)
(#16820) There should be no spaces inside this paren. (space-in-parens)
(#16820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16821) Unexpected tab character. (no-tabs)
(#16821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16822) Unexpected tab character. (no-tabs)
(#16822) There should be no spaces inside this paren. (space-in-parens)
(#16822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16823) Unexpected tab character. (no-tabs)
(#16823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16825) Unexpected tab character. (no-tabs)
(#16825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16826) Unexpected tab character. (no-tabs)
(#16826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16827) Unexpected tab character. (no-tabs)
(#16827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16829) Unexpected tab character. (no-tabs)
(#16829) There should be no spaces inside this paren. (space-in-parens)
(#16829) There should be no space after '['. (array-bracket-spacing)
(#16829) There should be no space before ']'. (array-bracket-spacing)
(#16829) There should be no spaces inside this paren. (space-in-parens)
(#16829) There should be no spaces inside this paren. (space-in-parens)
(#16829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16830) Unexpected tab character. (no-tabs)
(#16830) There should be no spaces inside this paren. (space-in-parens)
(#16830) There should be no spaces inside this paren. (space-in-parens)
(#16830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16831) Unexpected tab character. (no-tabs)
(#16831) There should be no spaces inside this paren. (space-in-parens)
(#16831) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16831) There should be no spaces inside this paren. (space-in-parens)
(#16831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16832) Unexpected tab character. (no-tabs)
(#16832) There should be no space after '['. (computed-property-spacing)
(#16832) There should be no space before ']'. (computed-property-spacing)
(#16832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16833) Unexpected tab character. (no-tabs)
(#16833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16834) Unexpected tab character. (no-tabs)
(#16834) There should be no spaces inside this paren. (space-in-parens)
(#16834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16836) Unexpected tab character. (no-tabs)
(#16836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16837) Unexpected tab character. (no-tabs)
(#16837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16839) Unexpected tab character. (no-tabs)
(#16839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16840) Unexpected tab character. (no-tabs)
(#16840) There should be no spaces inside this paren. (space-in-parens)
(#16840) There should be no spaces inside this paren. (space-in-parens)
(#16840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16841) Unexpected tab character. (no-tabs)
(#16841) There should be no spaces inside this paren. (space-in-parens)
(#16841) There should be no spaces inside this paren. (space-in-parens)
(#16841) There should be no spaces inside this paren. (space-in-parens)
(#16841) There should be no spaces inside this paren. (space-in-parens)
(#16841) There should be no spaces inside this paren. (space-in-parens)
(#16841) There should be no spaces inside this paren. (space-in-parens)
(#16841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16842) Unexpected tab character. (no-tabs)
(#16842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16843) Unexpected tab character. (no-tabs)
(#16843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16844) Unexpected tab character. (no-tabs)
(#16844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16845) Unexpected tab character. (no-tabs)
(#16845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16846) Unexpected tab character. (no-tabs)
(#16846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16847) Unexpected tab character. (no-tabs)
(#16847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16848) Unexpected tab character. (no-tabs)
(#16848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16849) Unexpected tab character. (no-tabs)
(#16849) There should be no spaces inside this paren. (space-in-parens)
(#16849) There should be no spaces inside this paren. (space-in-parens)
(#16849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16850) Unexpected tab character. (no-tabs)
(#16850) There should be no spaces inside this paren. (space-in-parens)
(#16850) There should be no spaces inside this paren. (space-in-parens)
(#16850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16851) Unexpected tab character. (no-tabs)
(#16851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16852) Unexpected tab character. (no-tabs)
(#16852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16853) Unexpected tab character. (no-tabs)
(#16853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16855) Unexpected tab character. (no-tabs)
(#16855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16856) Unexpected tab character. (no-tabs)
(#16856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16857) Unexpected tab character. (no-tabs)
(#16857) There should be no spaces inside this paren. (space-in-parens)
(#16857) There should be no spaces inside this paren. (space-in-parens)
(#16857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16858) Unexpected tab character. (no-tabs)
(#16858) There should be no spaces inside this paren. (space-in-parens)
(#16858) There should be no spaces inside this paren. (space-in-parens)
(#16858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16859) Unexpected tab character. (no-tabs)
(#16859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16860) Unexpected tab character. (no-tabs)
(#16860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16861) Unexpected tab character. (no-tabs)
(#16861) There should be no spaces inside this paren. (space-in-parens)
(#16861) There should be no spaces inside this paren. (space-in-parens)
(#16861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16862) Unexpected tab character. (no-tabs)
(#16862) There should be no spaces inside this paren. (space-in-parens)
(#16862) There should be no spaces inside this paren. (space-in-parens)
(#16862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16863) Unexpected tab character. (no-tabs)
(#16863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16864) Unexpected tab character. (no-tabs)
(#16864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16865) Unexpected tab character. (no-tabs)
(#16865) There should be no spaces inside this paren. (space-in-parens)
(#16865) There should be no spaces inside this paren. (space-in-parens)
(#16865) There should be no spaces inside this paren. (space-in-parens)
(#16865) There should be no spaces inside this paren. (space-in-parens)
(#16865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16866) Unexpected tab character. (no-tabs)
(#16866) Method 'mousewheel' expected no return value. (consistent-return)
(#16866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16867) Unexpected tab character. (no-tabs)
(#16867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16869) Unexpected tab character. (no-tabs)
(#16869) There should be no spaces inside this paren. (space-in-parens)
(#16869) There should be no spaces inside this paren. (space-in-parens)
(#16869) There should be no spaces inside this paren. (space-in-parens)
(#16869) There should be no spaces inside this paren. (space-in-parens)
(#16869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16870) Unexpected tab character. (no-tabs)
(#16870) There should be no spaces inside this paren. (space-in-parens)
(#16870) There should be no spaces inside this paren. (space-in-parens)
(#16870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16871) Unexpected tab character. (no-tabs)
(#16871) There should be no spaces inside this paren. (space-in-parens)
(#16871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16872) Unexpected tab character. (no-tabs)
(#16872) There should be no spaces inside this paren. (space-in-parens)
(#16872) There should be no spaces inside this paren. (space-in-parens)
(#16872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16873) Unexpected tab character. (no-tabs)
(#16873) There should be no spaces inside this paren. (space-in-parens)
(#16873) There should be no spaces inside this paren. (space-in-parens)
(#16873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16874) Unexpected tab character. (no-tabs)
(#16874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16875) Unexpected tab character. (no-tabs)
(#16875) There should be no spaces inside this paren. (space-in-parens)
(#16875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16876) Unexpected tab character. (no-tabs)
(#16876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16877) Unexpected tab character. (no-tabs)
(#16877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16878) Unexpected tab character. (no-tabs)
(#16878) There should be no spaces inside this paren. (space-in-parens)
(#16878) There should be no spaces inside this paren. (space-in-parens)
(#16878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16879) Unexpected tab character. (no-tabs)
(#16879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16881) Unexpected tab character. (no-tabs)
(#16881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16882) Unexpected tab character. (no-tabs)
(#16882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16883) Unexpected tab character. (no-tabs)
(#16883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16884) Unexpected tab character. (no-tabs)
(#16884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16885) Unexpected tab character. (no-tabs)
(#16885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16886) Unexpected tab character. (no-tabs)
(#16886) There should be no space after '['. (computed-property-spacing)
(#16886) There should be no space before ']'. (computed-property-spacing)
(#16886) There should be no spaces inside this paren. (space-in-parens)
(#16886) There should be no space after '['. (computed-property-spacing)
(#16886) There should be no space before ']'. (computed-property-spacing)
(#16886) There should be no spaces inside this paren. (space-in-parens)
(#16886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16887) Unexpected tab character. (no-tabs)
(#16887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16888) Unexpected tab character. (no-tabs)
(#16888) Missing JSDoc comment. (require-jsdoc)
(#16888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16889) Unexpected tab character. (no-tabs)
(#16889) There should be no space after '['. (computed-property-spacing)
(#16889) There should be no space before ']'. (computed-property-spacing)
(#16889) There should be no spaces inside this paren. (space-in-parens)
(#16889) There should be no space after '['. (computed-property-spacing)
(#16889) There should be no space before ']'. (computed-property-spacing)
(#16889) There should be no spaces inside this paren. (space-in-parens)
(#16889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16890) Unexpected tab character. (no-tabs)
(#16890) There should be no spaces inside this paren. (space-in-parens)
(#16890) There should be no spaces inside this paren. (space-in-parens)
(#16890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16891) Unexpected tab character. (no-tabs)
(#16891) There should be no spaces inside this paren. (space-in-parens)
(#16891) There should be no spaces inside this paren. (space-in-parens)
(#16891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16892) Unexpected tab character. (no-tabs)
(#16892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16894) Unexpected tab character. (no-tabs)
(#16894) Comments should not begin with a lowercase character (capitalized-comments)
(#16894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16895) Unexpected tab character. (no-tabs)
(#16895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16896) Unexpected tab character. (no-tabs)
(#16896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16897) Unexpected tab character. (no-tabs)
(#16897) There should be no spaces inside this paren. (space-in-parens)
(#16897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16898) Unexpected tab character. (no-tabs)
(#16898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16899) Unexpected tab character. (no-tabs)
(#16899) There should be no spaces inside this paren. (space-in-parens)
(#16899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16900) Unexpected tab character. (no-tabs)
(#16900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16901) Unexpected tab character. (no-tabs)
(#16901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16903) Unexpected tab character. (no-tabs)
(#16903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16904) Unexpected tab character. (no-tabs)
(#16904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16905) Unexpected tab character. (no-tabs)
(#16905) There should be no spaces inside this paren. (space-in-parens)
(#16905) There should be no spaces inside this paren. (space-in-parens)
(#16905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16907) Unexpected tab character. (no-tabs)
(#16907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16908) Unexpected tab character. (no-tabs)
(#16908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16909) Unexpected tab character. (no-tabs)
(#16909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16910) Unexpected tab character. (no-tabs)
(#16910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16911) Unexpected tab character. (no-tabs)
(#16911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16912) Unexpected tab character. (no-tabs)
(#16912) There should be no spaces inside this paren. (space-in-parens)
(#16912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16913) Unexpected tab character. (no-tabs)
(#16913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16914) Unexpected tab character. (no-tabs)
(#16914) There should be no spaces inside this paren. (space-in-parens)
(#16914) There should be no spaces inside this paren. (space-in-parens)
(#16914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16915) Unexpected tab character. (no-tabs)
(#16915) There should be no spaces inside this paren. (space-in-parens)
(#16915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16917) Unexpected tab character. (no-tabs)
(#16917) There should be no spaces inside this paren. (space-in-parens)
(#16917) There should be no spaces inside this paren. (space-in-parens)
(#16917) There should be no spaces inside this paren. (space-in-parens)
(#16917) There should be no spaces inside this paren. (space-in-parens)
(#16917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16918) Unexpected tab character. (no-tabs)
(#16918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16919) Unexpected tab character. (no-tabs)
(#16919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16921) Unexpected tab character. (no-tabs)
(#16921) There should be no spaces inside this paren. (space-in-parens)
(#16921) There should be no spaces inside this paren. (space-in-parens)
(#16921) There should be no spaces inside this paren. (space-in-parens)
(#16921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16922) Unexpected tab character. (no-tabs)
(#16922) There should be no spaces inside this paren. (space-in-parens)
(#16922) There should be no spaces inside this paren. (space-in-parens)
(#16922) There should be no spaces inside this paren. (space-in-parens)
(#16922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16923) Unexpected tab character. (no-tabs)
(#16923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16924) Unexpected tab character. (no-tabs)
(#16924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16925) Unexpected tab character. (no-tabs)
(#16925) There should be no spaces inside this paren. (space-in-parens)
(#16925) There should be no spaces inside this paren. (space-in-parens)
(#16925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16927) Unexpected tab character. (no-tabs)
(#16927) Comments should not begin with a lowercase character (capitalized-comments)
(#16927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16928) Unexpected tab character. (no-tabs)
(#16928) There should be no spaces inside this paren. (space-in-parens)
(#16928) There should be no spaces inside this paren. (space-in-parens)
(#16928) There should be no spaces inside this paren. (space-in-parens)
(#16928) There should be no spaces inside this paren. (space-in-parens)
(#16928) There should be no spaces inside this paren. (space-in-parens)
(#16928) There should be no spaces inside this paren. (space-in-parens)
(#16928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16929) Unexpected tab character. (no-tabs)
(#16929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16930) Unexpected tab character. (no-tabs)
(#16930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16932) Unexpected tab character. (no-tabs)
(#16932) There should be no spaces inside this paren. (space-in-parens)
(#16932) There should be no spaces inside this paren. (space-in-parens)
(#16932) There should be no spaces inside this paren. (space-in-parens)
(#16932) There should be no spaces inside this paren. (space-in-parens)
(#16932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16933) Unexpected tab character. (no-tabs)
(#16933) Method 'mouseenter .ui-spinner-button' expected no return value. (consistent-return)
(#16933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16934) Unexpected tab character. (no-tabs)
(#16934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16935) Unexpected tab character. (no-tabs)
(#16935) There should be no spaces inside this paren. (space-in-parens)
(#16935) There should be no spaces inside this paren. (space-in-parens)
(#16935) There should be no spaces inside this paren. (space-in-parens)
(#16935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16936) Unexpected tab character. (no-tabs)
(#16936) There should be no spaces inside this paren. (space-in-parens)
(#16936) There should be no spaces inside this paren. (space-in-parens)
(#16936) There should be no spaces inside this paren. (space-in-parens)
(#16936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16937) Unexpected tab character. (no-tabs)
(#16937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16939) Unexpected tab character. (no-tabs)
(#16939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16940) Unexpected tab character. (no-tabs)
(#16940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16941) Unexpected tab character. (no-tabs)
(#16941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16942) Unexpected tab character. (no-tabs)
(#16942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16943) Unexpected tab character. (no-tabs)
(#16943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16945) Unexpected tab character. (no-tabs)
(#16945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16946) Unexpected tab character. (no-tabs)
(#16946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16947) Unexpected tab character. (no-tabs)
(#16947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16948) Unexpected tab character. (no-tabs)
(#16948) There should be no spaces inside this paren. (space-in-parens)
(#16948) There should be no spaces inside this paren. (space-in-parens)
(#16948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16949) Unexpected tab character. (no-tabs)
(#16949) There should be no spaces inside this paren. (space-in-parens)
(#16949) There should be no spaces inside this paren. (space-in-parens)
(#16949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16950) Unexpected tab character. (no-tabs)
(#16950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16952) Unexpected tab character. (no-tabs)
(#16952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16953) Unexpected tab character. (no-tabs)
(#16953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16954) Unexpected tab character. (no-tabs)
(#16954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16955) Unexpected tab character. (no-tabs)
(#16955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16956) Unexpected tab character. (no-tabs)
(#16956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16958) Unexpected tab character. (no-tabs)
(#16958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16959) Unexpected tab character. (no-tabs)
(#16959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16961) Unexpected tab character. (no-tabs)
(#16961) There should be no spaces inside this paren. (space-in-parens)
(#16961) There should be no spaces inside this paren. (space-in-parens)
(#16961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16962) Unexpected tab character. (no-tabs)
(#16962) There should be no spaces inside this paren. (space-in-parens)
(#16962) There should be no spaces inside this paren. (space-in-parens)
(#16962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16964) Unexpected tab character. (no-tabs)
(#16964) There should be no spaces inside this paren. (space-in-parens)
(#16964) There should be no spaces inside this paren. (space-in-parens)
(#16964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16966) Unexpected tab character. (no-tabs)
(#16966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16967) Unexpected tab character. (no-tabs)
(#16967) There should be no spaces inside this paren. (space-in-parens)
(#16967) There should be no spaces inside this paren. (space-in-parens)
(#16967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16968) Unexpected tab character. (no-tabs)
(#16968) There should be no spaces inside this paren. (space-in-parens)
(#16968) There should be no spaces inside this paren. (space-in-parens)
(#16968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16969) Unexpected tab character. (no-tabs)
(#16969) There should be no spaces inside this paren. (space-in-parens)
(#16969) There should be no spaces inside this paren. (space-in-parens)
(#16969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16970) Unexpected tab character. (no-tabs)
(#16970) There should be no spaces inside this paren. (space-in-parens)
(#16970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16971) Unexpected tab character. (no-tabs)
(#16971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16972) Unexpected tab character. (no-tabs)
(#16972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16973) Unexpected tab character. (no-tabs)
(#16973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16974) Unexpected tab character. (no-tabs)
(#16974) There should be no spaces inside this paren. (space-in-parens)
(#16974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16976) Unexpected tab character. (no-tabs)
(#16976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16977) Unexpected tab character. (no-tabs)
(#16977) There should be no spaces inside this paren. (space-in-parens)
(#16977) There should be no spaces inside this paren. (space-in-parens)
(#16977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16979) Unexpected tab character. (no-tabs)
(#16979) There should be no spaces inside this paren. (space-in-parens)
(#16979) There should be no spaces inside this paren. (space-in-parens)
(#16979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16980) Unexpected tab character. (no-tabs)
(#16980) There should be no spaces inside this paren. (space-in-parens)
(#16980) There should be no spaces inside this paren. (space-in-parens)
(#16980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16981) Unexpected tab character. (no-tabs)
(#16981) There should be no spaces inside this paren. (space-in-parens)
(#16981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16982) Unexpected tab character. (no-tabs)
(#16982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16983) Unexpected tab character. (no-tabs)
(#16983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16984) Unexpected tab character. (no-tabs)
(#16984) There should be no spaces inside this paren. (space-in-parens)
(#16984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16985) Unexpected tab character. (no-tabs)
(#16985) There should be no spaces inside this paren. (space-in-parens)
(#16985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16986) Unexpected tab character. (no-tabs)
(#16986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16987) Unexpected tab character. (no-tabs)
(#16987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16988) Unexpected tab character. (no-tabs)
(#16988) There should be no spaces inside this paren. (space-in-parens)
(#16988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16990) Unexpected tab character. (no-tabs)
(#16990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16991) Unexpected tab character. (no-tabs)
(#16991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16992) Unexpected tab character. (no-tabs)
(#16992) There should be no spaces inside this paren. (space-in-parens)
(#16992) There should be no spaces inside this paren. (space-in-parens)
(#16992) There should be no spaces inside this paren. (space-in-parens)
(#16992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16993) Unexpected tab character. (no-tabs)
(#16993) There should be no spaces inside this paren. (space-in-parens)
(#16993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16994) Unexpected tab character. (no-tabs)
(#16994) There should be no spaces inside this paren. (space-in-parens)
(#16994) There should be no spaces inside this paren. (space-in-parens)
(#16994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16995) Unexpected tab character. (no-tabs)
(#16995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16996) Unexpected tab character. (no-tabs)
(#16996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16998) Unexpected tab character. (no-tabs)
(#16998) There should be no spaces inside this paren. (space-in-parens)
(#16998) There should be no spaces inside this paren. (space-in-parens)
(#16998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16999) Unexpected tab character. (no-tabs)
(#16999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17000) Unexpected tab character. (no-tabs)
(#17000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17002) Unexpected tab character. (no-tabs)
(#17002) There should be no spaces inside this paren. (space-in-parens)
(#17002) There should be no spaces inside this paren. (space-in-parens)
(#17002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17003) Unexpected tab character. (no-tabs)
(#17003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17004) Unexpected tab character. (no-tabs)
(#17004) There should be no spaces inside this paren. (space-in-parens)
(#17004) There should be no spaces inside this paren. (space-in-parens)
(#17004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17005) Unexpected tab character. (no-tabs)
(#17005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17006) Unexpected tab character. (no-tabs)
(#17006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17007) Unexpected tab character. (no-tabs)
(#17007) There should be no spaces inside this paren. (space-in-parens)
(#17007) There should be no spaces inside this paren. (space-in-parens)
(#17007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17008) Unexpected tab character. (no-tabs)
(#17008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17009) Unexpected tab character. (no-tabs)
(#17009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17010) Unexpected tab character. (no-tabs)
(#17010) There should be no spaces inside this paren. (space-in-parens)
(#17010) There should be no spaces inside this paren. (space-in-parens)
(#17010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17011) Unexpected tab character. (no-tabs)
(#17011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17012) Unexpected tab character. (no-tabs)
(#17012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17013) Unexpected tab character. (no-tabs)
(#17013) There should be no spaces inside this paren. (space-in-parens)
(#17013) There should be no spaces inside this paren. (space-in-parens)
(#17013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17014) Unexpected tab character. (no-tabs)
(#17014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17015) Unexpected tab character. (no-tabs)
(#17015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17017) Unexpected tab character. (no-tabs)
(#17017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17018) Unexpected tab character. (no-tabs)
(#17018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17020) Unexpected tab character. (no-tabs)
(#17020) There should be no spaces inside this paren. (space-in-parens)
(#17020) There should be no spaces inside this paren. (space-in-parens)
(#17020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17021) Unexpected tab character. (no-tabs)
(#17021) There should be no spaces inside this paren. (space-in-parens)
(#17021) There should be no spaces inside this paren. (space-in-parens)
(#17021) There should be no spaces inside this paren. (space-in-parens)
(#17021) There should be no spaces inside this paren. (space-in-parens)
(#17021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17022) Unexpected tab character. (no-tabs)
(#17022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17023) Unexpected tab character. (no-tabs)
(#17023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17025) Unexpected tab character. (no-tabs)
(#17025) There should be no spaces inside this paren. (space-in-parens)
(#17025) There should be no spaces inside this paren. (space-in-parens)
(#17025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17026) Unexpected tab character. (no-tabs)
(#17026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17027) Unexpected tab character. (no-tabs)
(#17027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17028) Unexpected tab character. (no-tabs)
(#17028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17029) Unexpected tab character. (no-tabs)
(#17029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17030) Unexpected tab character. (no-tabs)
(#17030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17032) Unexpected tab character. (no-tabs)
(#17032) There should be no spaces inside this paren. (space-in-parens)
(#17032) There should be no spaces inside this paren. (space-in-parens)
(#17032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17033) Unexpected tab character. (no-tabs)
(#17033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17035) Unexpected tab character. (no-tabs)
(#17035) There should be no spaces inside this paren. (space-in-parens)
(#17035) There should be no spaces inside this paren. (space-in-parens)
(#17035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17036) Unexpected tab character. (no-tabs)
(#17036) There should be no spaces inside this paren. (space-in-parens)
(#17036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17037) Unexpected tab character. (no-tabs)
(#17037) There should be no spaces inside this paren. (space-in-parens)
(#17037) There should be no spaces inside this paren. (space-in-parens)
(#17037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17038) Unexpected tab character. (no-tabs)
(#17038) There should be no spaces inside this paren. (space-in-parens)
(#17038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17040) Unexpected tab character. (no-tabs)
(#17040) There should be no spaces inside this paren. (space-in-parens)
(#17040) There should be no spaces inside this paren. (space-in-parens)
(#17040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17041) Unexpected tab character. (no-tabs)
(#17041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17043) Unexpected tab character. (no-tabs)
(#17043) There should be no spaces inside this paren. (space-in-parens)
(#17043) There should be no spaces inside this paren. (space-in-parens)
(#17043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17044) Unexpected tab character. (no-tabs)
(#17044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17046) Unexpected tab character. (no-tabs)
(#17046) There should be no spaces inside this paren. (space-in-parens)
(#17046) There should be no spaces inside this paren. (space-in-parens)
(#17046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17047) Unexpected tab character. (no-tabs)
(#17047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17048) Unexpected tab character. (no-tabs)
(#17048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17050) Unexpected tab character. (no-tabs)
(#17050) There should be no spaces inside this paren. (space-in-parens)
(#17050) There should be no spaces inside this paren. (space-in-parens)
(#17050) There should be no spaces inside this paren. (space-in-parens)
(#17050) There should be no spaces inside this paren. (space-in-parens)
(#17050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17052) Unexpected tab character. (no-tabs)
(#17052) There should be no spaces inside this paren. (space-in-parens)
(#17052) There should be no spaces inside this paren. (space-in-parens)
(#17052) There should be no space after '{'. (object-curly-spacing)
(#17052) There should be no space before '}'. (object-curly-spacing)
(#17052) There should be no spaces inside this paren. (space-in-parens)
(#17052) There should be no spaces inside this paren. (space-in-parens)
(#17052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17053) Unexpected tab character. (no-tabs)
(#17053) There should be no spaces inside this paren. (space-in-parens)
(#17053) There should be no spaces inside this paren. (space-in-parens)
(#17053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17054) Unexpected tab character. (no-tabs)
(#17054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17055) Unexpected tab character. (no-tabs)
(#17055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17056) Unexpected tab character. (no-tabs)
(#17056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17058) Unexpected tab character. (no-tabs)
(#17058) There should be no spaces inside this paren. (space-in-parens)
(#17058) There should be no spaces inside this paren. (space-in-parens)
(#17058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17059) Unexpected tab character. (no-tabs)
(#17059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17061) Unexpected tab character. (no-tabs)
(#17061) There should be no spaces inside this paren. (space-in-parens)
(#17061) There should be no spaces inside this paren. (space-in-parens)
(#17061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17062) Unexpected tab character. (no-tabs)
(#17062) There should be no spaces inside this paren. (space-in-parens)
(#17062) There should be no spaces inside this paren. (space-in-parens)
(#17062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17063) Unexpected tab character. (no-tabs)
(#17063) There should be no spaces inside this paren. (space-in-parens)
(#17063) There should be no spaces inside this paren. (space-in-parens)
(#17063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17064) Unexpected tab character. (no-tabs)
(#17064) There should be no spaces inside this paren. (space-in-parens)
(#17064) There should be no spaces inside this paren. (space-in-parens)
(#17064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17065) Unexpected tab character. (no-tabs)
(#17065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17067) Unexpected tab character. (no-tabs)
(#17067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17068) Unexpected tab character. (no-tabs)
(#17068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17070) Unexpected tab character. (no-tabs)
(#17070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17071) Unexpected tab character. (no-tabs)
(#17071) There should be no spaces inside this paren. (space-in-parens)
(#17071) There should be no spaces inside this paren. (space-in-parens)
(#17071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17072) Unexpected tab character. (no-tabs)
(#17072) There should be no spaces inside this paren. (space-in-parens)
(#17072) There should be no spaces inside this paren. (space-in-parens)
(#17072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17073) Unexpected tab character. (no-tabs)
(#17073) There should be no spaces inside this paren. (space-in-parens)
(#17073) There should be no spaces inside this paren. (space-in-parens)
(#17073) There should be no spaces inside this paren. (space-in-parens)
(#17073) There should be no spaces inside this paren. (space-in-parens)
(#17073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17074) Unexpected tab character. (no-tabs)
(#17074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17075) Unexpected tab character. (no-tabs)
(#17075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17076) Unexpected tab character. (no-tabs)
(#17076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17078) Unexpected tab character. (no-tabs)
(#17078) There should be no spaces inside this paren. (space-in-parens)
(#17078) There should be no spaces inside this paren. (space-in-parens)
(#17078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17079) Unexpected tab character. (no-tabs)
(#17079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17080) Unexpected tab character. (no-tabs)
(#17080) There should be no spaces inside this paren. (space-in-parens)
(#17080) There should be no spaces inside this paren. (space-in-parens)
(#17080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17081) Unexpected tab character. (no-tabs)
(#17081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17082) Unexpected tab character. (no-tabs)
(#17082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17084) Unexpected tab character. (no-tabs)
(#17084) There should be no spaces inside this paren. (space-in-parens)
(#17084) There should be no spaces inside this paren. (space-in-parens)
(#17084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17085) Unexpected tab character. (no-tabs)
(#17085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17086) Unexpected tab character. (no-tabs)
(#17086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17088) Unexpected tab character. (no-tabs)
(#17088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17089) Unexpected tab character. (no-tabs)
(#17089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17090) Unexpected tab character. (no-tabs)
(#17090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17091) Unexpected tab character. (no-tabs)
(#17091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17093) Unexpected tab character. (no-tabs)
(#17093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17094) Unexpected tab character. (no-tabs)
(#17094) There should be no spaces inside this paren. (space-in-parens)
(#17094) There should be no spaces inside this paren. (space-in-parens)
(#17094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17096) Unexpected tab character. (no-tabs)
(#17096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17097) Unexpected tab character. (no-tabs)
(#17097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17099) Unexpected tab character. (no-tabs)
(#17099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17100) Unexpected tab character. (no-tabs)
(#17100) There should be no spaces inside this paren. (space-in-parens)
(#17100) There should be no spaces inside this paren. (space-in-parens)
(#17100) There should be no spaces inside this paren. (space-in-parens)
(#17100) There should be no spaces inside this paren. (space-in-parens)
(#17100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17102) Unexpected tab character. (no-tabs)
(#17102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17103) Unexpected tab character. (no-tabs)
(#17103) There should be no spaces inside this paren. (space-in-parens)
(#17103) There should be no spaces inside this paren. (space-in-parens)
(#17103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17104) Unexpected tab character. (no-tabs)
(#17104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17105) Unexpected tab character. (no-tabs)
(#17105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17106) Unexpected tab character. (no-tabs)
(#17106) There should be no spaces inside this paren. (space-in-parens)
(#17106) There should be no spaces inside this paren. (space-in-parens)
(#17106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17107) Unexpected tab character. (no-tabs)
(#17107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17108) Unexpected tab character. (no-tabs)
(#17108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17110) Unexpected tab character. (no-tabs)
(#17110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17111) Unexpected tab character. (no-tabs)
(#17111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17113) Unexpected tab character. (no-tabs)
(#17113) There should be no spaces inside this paren. (space-in-parens)
(#17113) There should be no spaces inside this paren. (space-in-parens)
(#17113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17114) Unexpected tab character. (no-tabs)
(#17114) There should be no spaces inside this paren. (space-in-parens)
(#17114) There should be no spaces inside this paren. (space-in-parens)
(#17114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17115) Unexpected tab character. (no-tabs)
(#17115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17116) Unexpected tab character. (no-tabs)
(#17116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17118) Unexpected tab character. (no-tabs)
(#17118) There should be no spaces inside this paren. (space-in-parens)
(#17118) There should be no spaces inside this paren. (space-in-parens)
(#17118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17119) Unexpected tab character. (no-tabs)
(#17119) There should be no spaces inside this paren. (space-in-parens)
(#17119) There should be no spaces inside this paren. (space-in-parens)
(#17119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17120) Unexpected tab character. (no-tabs)
(#17120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17121) Unexpected tab character. (no-tabs)
(#17121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17122) Unexpected tab character. (no-tabs)
(#17122) There should be no spaces inside this paren. (space-in-parens)
(#17122) There should be no spaces inside this paren. (space-in-parens)
(#17122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17123) Unexpected tab character. (no-tabs)
(#17123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17125) Unexpected tab character. (no-tabs)
(#17125) There should be no spaces inside this paren. (space-in-parens)
(#17125) There should be no spaces inside this paren. (space-in-parens)
(#17125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17126) Unexpected tab character. (no-tabs)
(#17126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17128) Unexpected tab character. (no-tabs)
(#17128) There should be no spaces inside this paren. (space-in-parens)
(#17128) There should be no spaces inside this paren. (space-in-parens)
(#17128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17129) Unexpected tab character. (no-tabs)
(#17129) There should be no spaces inside this paren. (space-in-parens)
(#17129) There should be no spaces inside this paren. (space-in-parens)
(#17129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17130) Unexpected tab character. (no-tabs)
(#17130) There should be no space after '['. (computed-property-spacing)
(#17130) There should be no space before ']'. (computed-property-spacing)
(#17130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17131) Unexpected tab character. (no-tabs)
(#17131) There should be no spaces inside this paren. (space-in-parens)
(#17131) There should be no spaces inside this paren. (space-in-parens)
(#17131) There should be no spaces inside this paren. (space-in-parens)
(#17131) There should be no spaces inside this paren. (space-in-parens)
(#17131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17132) Unexpected tab character. (no-tabs)
(#17132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17133) Unexpected tab character. (no-tabs)
(#17133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17135) Unexpected tab character. (no-tabs)
(#17135) There should be no spaces inside this paren. (space-in-parens)
(#17135) There should be no spaces inside this paren. (space-in-parens)
(#17135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17136) Unexpected tab character. (no-tabs)
(#17136) There should be no spaces inside this paren. (space-in-parens)
(#17136) There should be no spaces inside this paren. (space-in-parens)
(#17136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17137) Unexpected tab character. (no-tabs)
(#17137) There should be no spaces inside this paren. (space-in-parens)
(#17137) There should be no spaces inside this paren. (space-in-parens)
(#17137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17138) Unexpected tab character. (no-tabs)
(#17138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17139) Unexpected tab character. (no-tabs)
(#17139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17140) Unexpected tab character. (no-tabs)
(#17140) There should be no spaces inside this paren. (space-in-parens)
(#17140) There should be no spaces inside this paren. (space-in-parens)
(#17140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17141) Unexpected tab character. (no-tabs)
(#17141) There should be no spaces inside this paren. (space-in-parens)
(#17141) There should be no spaces inside this paren. (space-in-parens)
(#17141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17142) Unexpected tab character. (no-tabs)
(#17142) There should be no spaces inside this paren. (space-in-parens)
(#17142) There should be no spaces inside this paren. (space-in-parens)
(#17142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17143) Unexpected tab character. (no-tabs)
(#17143) There should be no spaces inside this paren. (space-in-parens)
(#17143) There should be no spaces inside this paren. (space-in-parens)
(#17143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17144) Unexpected tab character. (no-tabs)
(#17144) There should be no spaces inside this paren. (space-in-parens)
(#17144) There should be no spaces inside this paren. (space-in-parens)
(#17144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17145) Unexpected tab character. (no-tabs)
(#17145) There should be no spaces inside this paren. (space-in-parens)
(#17145) There should be no spaces inside this paren. (space-in-parens)
(#17145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17146) Unexpected tab character. (no-tabs)
(#17146) There should be no spaces inside this paren. (space-in-parens)
(#17146) There should be no spaces inside this paren. (space-in-parens)
(#17146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17147) Unexpected tab character. (no-tabs)
(#17147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17149) Unexpected tab character. (no-tabs)
(#17149) There should be no spaces inside this paren. (space-in-parens)
(#17149) There should be no spaces inside this paren. (space-in-parens)
(#17149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17150) Unexpected tab character. (no-tabs)
(#17150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17152) Unexpected tab character. (no-tabs)
(#17152) There should be no spaces inside this paren. (space-in-parens)
(#17152) There should be no spaces inside this paren. (space-in-parens)
(#17152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17153) Unexpected tab character. (no-tabs)
(#17153) There should be no spaces inside this paren. (space-in-parens)
(#17153) There should be no spaces inside this paren. (space-in-parens)
(#17153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17155) Unexpected tab character. (no-tabs)
(#17155) There should be no spaces inside this paren. (space-in-parens)
(#17155) There should be no spaces inside this paren. (space-in-parens)
(#17155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17156) Unexpected tab character. (no-tabs)
(#17156) There should be no spaces inside this paren. (space-in-parens)
(#17156) There should be no spaces inside this paren. (space-in-parens)
(#17156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17157) Unexpected tab character. (no-tabs)
(#17157) There should be no spaces inside this paren. (space-in-parens)
(#17157) There should be no spaces inside this paren. (space-in-parens)
(#17157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17158) Unexpected tab character. (no-tabs)
(#17158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17160) Unexpected tab character. (no-tabs)
(#17160) There should be no spaces inside this paren. (space-in-parens)
(#17160) There should be no spaces inside this paren. (space-in-parens)
(#17160) There should be no spaces inside this paren. (space-in-parens)
(#17160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17161) Unexpected tab character. (no-tabs)
(#17161) There should be no spaces inside this paren. (space-in-parens)
(#17161) There should be no spaces inside this paren. (space-in-parens)
(#17161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17162) Unexpected tab character. (no-tabs)
(#17162) There should be no spaces inside this paren. (space-in-parens)
(#17162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17164) Unexpected tab character. (no-tabs)
(#17164) There should be no spaces inside this paren. (space-in-parens)
(#17164) There should be no spaces inside this paren. (space-in-parens)
(#17164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17165) Unexpected tab character. (no-tabs)
(#17165) There should be no spaces inside this paren. (space-in-parens)
(#17165) There should be no spaces inside this paren. (space-in-parens)
(#17165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17166) Unexpected tab character. (no-tabs)
(#17166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17167) Unexpected tab character. (no-tabs)
(#17167) 'Globalize' is not defined. (no-undef)
(#17167) There should be no spaces inside this paren. (space-in-parens)
(#17167) There should be no spaces inside this paren. (space-in-parens)
(#17167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17168) Unexpected tab character. (no-tabs)
(#17168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17169) Unexpected tab character. (no-tabs)
(#17169) There should be no spaces inside this paren. (space-in-parens)
(#17169) There should be no spaces inside this paren. (space-in-parens)
(#17169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17170) Unexpected tab character. (no-tabs)
(#17170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17172) Unexpected tab character. (no-tabs)
(#17172) There should be no spaces inside this paren. (space-in-parens)
(#17172) There should be no spaces inside this paren. (space-in-parens)
(#17172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17173) Unexpected tab character. (no-tabs)
(#17173) There should be no spaces inside this paren. (space-in-parens)
(#17173) There should be no spaces inside this paren. (space-in-parens)
(#17173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17174) Unexpected tab character. (no-tabs)
(#17174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17175) Unexpected tab character. (no-tabs)
(#17175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17176) Unexpected tab character. (no-tabs)
(#17176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17177) Unexpected tab character. (no-tabs)
(#17177) 'Globalize' is not defined. (no-undef)
(#17177) There should be no spaces inside this paren. (space-in-parens)
(#17177) There should be no spaces inside this paren. (space-in-parens)
(#17177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17178) Unexpected tab character. (no-tabs)
(#17178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17179) Unexpected tab character. (no-tabs)
(#17179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17181) Unexpected tab character. (no-tabs)
(#17181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17182) Unexpected tab character. (no-tabs)
(#17182) There should be no spaces inside this paren. (space-in-parens)
(#17182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17183) Unexpected tab character. (no-tabs)
(#17183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17184) Unexpected tab character. (no-tabs)
(#17184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17186) Unexpected tab character. (no-tabs)
(#17186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17187) Unexpected tab character. (no-tabs)
(#17187) There should be no spaces inside this paren. (space-in-parens)
(#17187) There should be no spaces inside this paren. (space-in-parens)
(#17187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17188) Unexpected tab character. (no-tabs)
(#17188) There should be no spaces inside this paren. (space-in-parens)
(#17188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17189) Unexpected tab character. (no-tabs)
(#17189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17191) Unexpected tab character. (no-tabs)
(#17191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17192) Unexpected tab character. (no-tabs)
(#17192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17194) Unexpected tab character. (no-tabs)
(#17194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17195) Unexpected tab character. (no-tabs)
(#17195) There should be no spaces inside this paren. (space-in-parens)
(#17195) There should be no spaces inside this paren. (space-in-parens)
(#17195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17196) Unexpected tab character. (no-tabs)
(#17196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17197) Unexpected tab character. (no-tabs)
(#17197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17199) Unexpected tab character. (no-tabs)
(#17199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17200) Unexpected tab character. (no-tabs)
(#17200) There should be no spaces inside this paren. (space-in-parens)
(#17200) There should be no spaces inside this paren. (space-in-parens)
(#17200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17201) Unexpected tab character. (no-tabs)
(#17201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17203) Unexpected tab character. (no-tabs)
(#17203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17204) Unexpected tab character. (no-tabs)
(#17204) There should be no spaces inside this paren. (space-in-parens)
(#17204) There should be no spaces inside this paren. (space-in-parens)
(#17204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17205) Unexpected tab character. (no-tabs)
(#17205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17206) Unexpected tab character. (no-tabs)
(#17206) There should be no spaces inside this paren. (space-in-parens)
(#17206) There should be no spaces inside this paren. (space-in-parens)
(#17206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17207) Unexpected tab character. (no-tabs)
(#17207) There should be no spaces inside this paren. (space-in-parens)
(#17207) There should be no spaces inside this paren. (space-in-parens)
(#17207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17208) Unexpected tab character. (no-tabs)
(#17208) There should be no spaces inside this paren. (space-in-parens)
(#17208) There should be no spaces inside this paren. (space-in-parens)
(#17208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17209) Unexpected tab character. (no-tabs)
(#17209) There should be no spaces inside this paren. (space-in-parens)
(#17209) There should be no spaces inside this paren. (space-in-parens)
(#17209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17210) Unexpected tab character. (no-tabs)
(#17210) There should be no spaces inside this paren. (space-in-parens)
(#17210) There should be no spaces inside this paren. (space-in-parens)
(#17210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17211) Unexpected tab character. (no-tabs)
(#17211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17212) Unexpected tab character. (no-tabs)
(#17212) There should be no spaces inside this paren. (space-in-parens)
(#17212) There should be no spaces inside this paren. (space-in-parens)
(#17212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17213) Unexpected tab character. (no-tabs)
(#17213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17214) Unexpected tab character. (no-tabs)
(#17214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17215) Unexpected tab character. (no-tabs)
(#17215) There should be no spaces inside this paren. (space-in-parens)
(#17215) There should be no spaces inside this paren. (space-in-parens)
(#17215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17216) Unexpected tab character. (no-tabs)
(#17216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17217) Unexpected tab character. (no-tabs)
(#17217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17219) Unexpected tab character. (no-tabs)
(#17219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17220) Unexpected tab character. (no-tabs)
(#17220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17221) Unexpected tab character. (no-tabs)
(#17221) There should be no spaces inside this paren. (space-in-parens)
(#17221) There should be no spaces inside this paren. (space-in-parens)
(#17221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17222) Unexpected tab character. (no-tabs)
(#17222) There should be no spaces inside this paren. (space-in-parens)
(#17222) There should be no spaces inside this paren. (space-in-parens)
(#17222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17224) Unexpected tab character. (no-tabs)
(#17224) There should be no spaces inside this paren. (space-in-parens)
(#17224) There should be no spaces inside this paren. (space-in-parens)
(#17224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17225) Unexpected tab character. (no-tabs)
(#17225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17227) Unexpected tab character. (no-tabs)
(#17227) There should be no spaces inside this paren. (space-in-parens)
(#17227) There should be no spaces inside this paren. (space-in-parens)
(#17227) There should be no spaces inside this paren. (space-in-parens)
(#17227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17228) Unexpected tab character. (no-tabs)
(#17228) There should be no spaces inside this paren. (space-in-parens)
(#17228) There should be no spaces inside this paren. (space-in-parens)
(#17228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17229) Unexpected tab character. (no-tabs)
(#17229) There should be no spaces inside this paren. (space-in-parens)
(#17229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17230) Unexpected tab character. (no-tabs)
(#17230) There should be no spaces inside this paren. (space-in-parens)
(#17230) There should be no spaces inside this paren. (space-in-parens)
(#17230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17231) Unexpected tab character. (no-tabs)
(#17231) There should be no spaces inside this paren. (space-in-parens)
(#17231) There should be no spaces inside this paren. (space-in-parens)
(#17231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17232) Unexpected tab character. (no-tabs)
(#17232) There should be no spaces inside this paren. (space-in-parens)
(#17232) There should be no spaces inside this paren. (space-in-parens)
(#17232) There should be no spaces inside this paren. (space-in-parens)
(#17232) There should be no spaces inside this paren. (space-in-parens)
(#17232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17233) Unexpected tab character. (no-tabs)
(#17233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17234) Unexpected tab character. (no-tabs)
(#17234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17235) Unexpected tab character. (no-tabs)
(#17235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17237) Unexpected tab character. (no-tabs)
(#17237) There should be no spaces inside this paren. (space-in-parens)
(#17237) There should be no spaces inside this paren. (space-in-parens)
(#17237) There should be no spaces inside this paren. (space-in-parens)
(#17237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17238) Unexpected tab character. (no-tabs)
(#17238) There should be no spaces inside this paren. (space-in-parens)
(#17238) There should be no spaces inside this paren. (space-in-parens)
(#17238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17239) Unexpected tab character. (no-tabs)
(#17239) There should be no spaces inside this paren. (space-in-parens)
(#17239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17240) Unexpected tab character. (no-tabs)
(#17240) There should be no spaces inside this paren. (space-in-parens)
(#17240) There should be no spaces inside this paren. (space-in-parens)
(#17240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17241) Unexpected tab character. (no-tabs)
(#17241) There should be no spaces inside this paren. (space-in-parens)
(#17241) There should be no spaces inside this paren. (space-in-parens)
(#17241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17242) Unexpected tab character. (no-tabs)
(#17242) There should be no spaces inside this paren. (space-in-parens)
(#17242) There should be no spaces inside this paren. (space-in-parens)
(#17242) There should be no spaces inside this paren. (space-in-parens)
(#17242) There should be no spaces inside this paren. (space-in-parens)
(#17242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17243) Unexpected tab character. (no-tabs)
(#17243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17244) Unexpected tab character. (no-tabs)
(#17244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17245) Unexpected tab character. (no-tabs)
(#17245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17247) Unexpected tab character. (no-tabs)
(#17247) There should be no spaces inside this paren. (space-in-parens)
(#17247) There should be no spaces inside this paren. (space-in-parens)
(#17247) There should be no spaces inside this paren. (space-in-parens)
(#17247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17248) Unexpected tab character. (no-tabs)
(#17248) There should be no spaces inside this paren. (space-in-parens)
(#17248) There should be no spaces inside this paren. (space-in-parens)
(#17248) There should be no spaces inside this paren. (space-in-parens)
(#17248) There should be no spaces inside this paren. (space-in-parens)
(#17248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17249) Unexpected tab character. (no-tabs)
(#17249) There should be no spaces inside this paren. (space-in-parens)
(#17249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17251) Unexpected tab character. (no-tabs)
(#17251) There should be no spaces inside this paren. (space-in-parens)
(#17251) There should be no spaces inside this paren. (space-in-parens)
(#17251) There should be no spaces inside this paren. (space-in-parens)
(#17251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17252) Unexpected tab character. (no-tabs)
(#17252) There should be no spaces inside this paren. (space-in-parens)
(#17252) There should be no spaces inside this paren. (space-in-parens)
(#17252) There should be no spaces inside this paren. (space-in-parens)
(#17252) There should be no spaces inside this paren. (space-in-parens)
(#17252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17253) Unexpected tab character. (no-tabs)
(#17253) There should be no spaces inside this paren. (space-in-parens)
(#17253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17255) Unexpected tab character. (no-tabs)
(#17255) Expected to return a value at the end of method 'value'. (consistent-return)
(#17255) There should be no spaces inside this paren. (space-in-parens)
(#17255) There should be no spaces inside this paren. (space-in-parens)
(#17255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17256) Unexpected tab character. (no-tabs)
(#17256) There should be no spaces inside this paren. (space-in-parens)
(#17256) There should be no spaces inside this paren. (space-in-parens)
(#17256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17257) Unexpected tab character. (no-tabs)
(#17257) There should be no spaces inside this paren. (space-in-parens)
(#17257) There should be no spaces inside this paren. (space-in-parens)
(#17257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17258) Unexpected tab character. (no-tabs)
(#17258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17259) Unexpected tab character. (no-tabs)
(#17259) There should be no spaces inside this paren. (space-in-parens)
(#17259) There should be no spaces inside this paren. (space-in-parens)
(#17259) There should be no spaces inside this paren. (space-in-parens)
(#17259) There should be no spaces inside this paren. (space-in-parens)
(#17259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17260) Unexpected tab character. (no-tabs)
(#17260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17262) Unexpected tab character. (no-tabs)
(#17262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17263) Unexpected tab character. (no-tabs)
(#17263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17264) Unexpected tab character. (no-tabs)
(#17264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17265) There should be no spaces inside this paren. (space-in-parens)
(#17265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17269) There should be no spaces inside this paren. (space-in-parens)
(#17269) There should be no spaces inside this paren. (space-in-parens)
(#17269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17271) Unexpected tab character. (no-tabs)
(#17271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17272) Unexpected tab character. (no-tabs)
(#17272) There should be no spaces inside this paren. (space-in-parens)
(#17272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17273) Unexpected tab character. (no-tabs)
(#17273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17274) Unexpected tab character. (no-tabs)
(#17274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17275) Unexpected tab character. (no-tabs)
(#17275) There should be no spaces inside this paren. (space-in-parens)
(#17275) There should be no spaces inside this paren. (space-in-parens)
(#17275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17276) Unexpected tab character. (no-tabs)
(#17276) There should be no spaces inside this paren. (space-in-parens)
(#17276) There should be no spaces inside this paren. (space-in-parens)
(#17276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17277) Unexpected tab character. (no-tabs)
(#17277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17279) Unexpected tab character. (no-tabs)
(#17279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17280) Unexpected tab character. (no-tabs)
(#17280) There should be no spaces inside this paren. (space-in-parens)
(#17280) There should be no spaces inside this paren. (space-in-parens)
(#17280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17281) Unexpected tab character. (no-tabs)
(#17281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17282) Unexpected tab character. (no-tabs)
(#17282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17283) Unexpected tab character. (no-tabs)
(#17283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17284) Unexpected tab character. (no-tabs)
(#17284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17286) Unexpected tab character. (no-tabs)
(#17286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17287) Unexpected tab character. (no-tabs)
(#17287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17288) Unexpected tab character. (no-tabs)
(#17288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17289) Unexpected tab character. (no-tabs)
(#17289) There should be no spaces inside this paren. (space-in-parens)
(#17289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17292) 'widgetsSpinner' is assigned a value but never used. (no-unused-vars)
(#17292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17295) Expected space or tab after '/*' in comment. (spaced-comment)
(#17295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17304) Expected space or tab after '//' in comment. (spaced-comment)
(#17304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17305) Expected space or tab after '//' in comment. (spaced-comment)
(#17305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17306) Expected space or tab after '//' in comment. (spaced-comment)
(#17306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17307) Expected space or tab after '//' in comment. (spaced-comment)
(#17307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17308) Expected space or tab after '//' in comment. (spaced-comment)
(#17308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17309) Expected space or tab after '//' in comment. (spaced-comment)
(#17309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17310) Expected space or tab after '//' in comment. (spaced-comment)
(#17310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17311) Expected space or tab after '//' in comment. (spaced-comment)
(#17311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17312) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#17312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17315) There should be no spaces inside this paren. (space-in-parens)
(#17315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17316) Unexpected tab character. (no-tabs)
(#17316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17317) Unexpected tab character. (no-tabs)
(#17317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17318) Unexpected tab character. (no-tabs)
(#17318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17319) Unexpected tab character. (no-tabs)
(#17319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17320) Unexpected tab character. (no-tabs)
(#17320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17321) Unexpected tab character. (no-tabs)
(#17321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17322) Unexpected tab character. (no-tabs)
(#17322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17323) Unexpected tab character. (no-tabs)
(#17323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17324) Unexpected tab character. (no-tabs)
(#17324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17325) Unexpected tab character. (no-tabs)
(#17325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17326) Unexpected tab character. (no-tabs)
(#17326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17327) Unexpected tab character. (no-tabs)
(#17327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17328) Unexpected tab character. (no-tabs)
(#17328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17329) Unexpected tab character. (no-tabs)
(#17329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17330) Unexpected tab character. (no-tabs)
(#17330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17332) Unexpected tab character. (no-tabs)
(#17332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17333) Unexpected tab character. (no-tabs)
(#17333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17334) Unexpected tab character. (no-tabs)
(#17334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17335) Unexpected tab character. (no-tabs)
(#17335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17336) Unexpected tab character. (no-tabs)
(#17336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17337) Unexpected tab character. (no-tabs)
(#17337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17339) Unexpected tab character. (no-tabs)
(#17339) There should be no spaces inside this paren. (space-in-parens)
(#17339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17340) Unexpected tab character. (no-tabs)
(#17340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17342) Unexpected tab character. (no-tabs)
(#17342) There should be no spaces inside this paren. (space-in-parens)
(#17342) There should be no spaces inside this paren. (space-in-parens)
(#17342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17343) Unexpected tab character. (no-tabs)
(#17343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17345) Unexpected tab character. (no-tabs)
(#17345) There should be no spaces inside this paren. (space-in-parens)
(#17345) There should be no spaces inside this paren. (space-in-parens)
(#17345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17346) Unexpected tab character. (no-tabs)
(#17346) There should be no spaces inside this paren. (space-in-parens)
(#17346) There should be no spaces inside this paren. (space-in-parens)
(#17346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17348) Unexpected tab character. (no-tabs)
(#17348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17349) Unexpected tab character. (no-tabs)
(#17349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17350) Unexpected tab character. (no-tabs)
(#17350) There should be no spaces inside this paren. (space-in-parens)
(#17350) There should be no spaces inside this paren. (space-in-parens)
(#17350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17351) Unexpected tab character. (no-tabs)
(#17351) There should be no spaces inside this paren. (space-in-parens)
(#17351) There should be no spaces inside this paren. (space-in-parens)
(#17351) Empty block statement. (no-empty)
(#17351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17352) Unexpected tab character. (no-tabs)
(#17352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17353) Unexpected tab character. (no-tabs)
(#17353) There should be no spaces inside this paren. (space-in-parens)
(#17353) There should be no spaces inside this paren. (space-in-parens)
(#17353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17354) Unexpected tab character. (no-tabs)
(#17354) There should be no spaces inside this paren. (space-in-parens)
(#17354) There should be no spaces inside this paren. (space-in-parens)
(#17354) Empty block statement. (no-empty)
(#17354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17356) Unexpected tab character. (no-tabs)
(#17356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17357) Unexpected tab character. (no-tabs)
(#17357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17358) Unexpected tab character. (no-tabs)
(#17358) There should be no spaces inside this paren. (space-in-parens)
(#17358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17360) Unexpected tab character. (no-tabs)
(#17360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17361) Unexpected tab character. (no-tabs)
(#17361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17362) Unexpected tab character. (no-tabs)
(#17362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17364) Unexpected tab character. (no-tabs)
(#17364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17366) Unexpected tab character. (no-tabs)
(#17366) There should be no spaces inside this paren. (space-in-parens)
(#17366) There should be no spaces inside this paren. (space-in-parens)
(#17366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17367) Unexpected tab character. (no-tabs)
(#17367) There should be no spaces inside this paren. (space-in-parens)
(#17367) There should be no spaces inside this paren. (space-in-parens)
(#17367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17369) Unexpected tab character. (no-tabs)
(#17369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17370) Unexpected tab character. (no-tabs)
(#17370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17372) Unexpected tab character. (no-tabs)
(#17372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17373) Unexpected tab character. (no-tabs)
(#17373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17374) Unexpected tab character. (no-tabs)
(#17374) There should be no spaces inside this paren. (space-in-parens)
(#17374) There should be no spaces inside this paren. (space-in-parens)
(#17374) There should be no spaces inside this paren. (space-in-parens)
(#17374) There should be no spaces inside this paren. (space-in-parens)
(#17374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17375) Unexpected tab character. (no-tabs)
(#17375) There should be no spaces inside this paren. (space-in-parens)
(#17375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17376) Unexpected tab character. (no-tabs)
(#17376) There should be no spaces inside this paren. (space-in-parens)
(#17376) There should be no spaces inside this paren. (space-in-parens)
(#17376) There should be no spaces inside this paren. (space-in-parens)
(#17376) There should be no spaces inside this paren. (space-in-parens)
(#17376) There should be no spaces inside this paren. (space-in-parens)
(#17376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17377) Unexpected tab character. (no-tabs)
(#17377) There should be no spaces inside this paren. (space-in-parens)
(#17377) There should be no spaces inside this paren. (space-in-parens)
(#17377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17378) Unexpected tab character. (no-tabs)
(#17378) There should be no spaces inside this paren. (space-in-parens)
(#17378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17379) Unexpected tab character. (no-tabs)
(#17379) There should be no spaces inside this paren. (space-in-parens)
(#17379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17380) Unexpected tab character. (no-tabs)
(#17380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17382) Unexpected tab character. (no-tabs)
(#17382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17383) Unexpected tab character. (no-tabs)
(#17383) There should be no spaces inside this paren. (space-in-parens)
(#17383) There should be no spaces inside this paren. (space-in-parens)
(#17383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17384) Unexpected tab character. (no-tabs)
(#17384) There should be no spaces inside this paren. (space-in-parens)
(#17384) There should be no spaces inside this paren. (space-in-parens)
(#17384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17385) Unexpected tab character. (no-tabs)
(#17385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17386) Unexpected tab character. (no-tabs)
(#17386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17387) Unexpected tab character. (no-tabs)
(#17387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17389) Unexpected tab character. (no-tabs)
(#17389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17391) Unexpected tab character. (no-tabs)
(#17391) There should be no spaces inside this paren. (space-in-parens)
(#17391) There should be no spaces inside this paren. (space-in-parens)
(#17391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17392) Unexpected tab character. (no-tabs)
(#17392) There should be no spaces inside this paren. (space-in-parens)
(#17392) There should be no spaces inside this paren. (space-in-parens)
(#17392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17393) Unexpected tab character. (no-tabs)
(#17393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17394) Unexpected tab character. (no-tabs)
(#17394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17396) Unexpected tab character. (no-tabs)
(#17396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17397) Unexpected tab character. (no-tabs)
(#17397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17398) Unexpected tab character. (no-tabs)
(#17398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17399) Unexpected tab character. (no-tabs)
(#17399) There should be no spaces inside this paren. (space-in-parens)
(#17399) There should be no spaces inside this paren. (space-in-parens)
(#17399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17401) Unexpected tab character. (no-tabs)
(#17401) There should be no spaces inside this paren. (space-in-parens)
(#17401) There should be no spaces inside this paren. (space-in-parens)
(#17401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17403) Unexpected tab character. (no-tabs)
(#17403) Comments should not begin with a lowercase character (capitalized-comments)
(#17403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17404) Unexpected tab character. (no-tabs)
(#17404) There should be no spaces inside this paren. (space-in-parens)
(#17404) There should be no spaces inside this paren. (space-in-parens)
(#17404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17405) Unexpected tab character. (no-tabs)
(#17405) There should be no spaces inside this paren. (space-in-parens)
(#17405) Expected to return a value at the end of function. (consistent-return)
(#17405) There should be no spaces inside this paren. (space-in-parens)
(#17405) There should be no spaces inside this paren. (space-in-parens)
(#17405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17406) Unexpected tab character. (no-tabs)
(#17406) There should be no spaces inside this paren. (space-in-parens)
(#17406) There should be no spaces inside this paren. (space-in-parens)
(#17406) There should be no spaces inside this paren. (space-in-parens)
(#17406) There should be no spaces inside this paren. (space-in-parens)
(#17406) There should be no spaces inside this paren. (space-in-parens)
(#17406) There should be no spaces inside this paren. (space-in-parens)
(#17406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17407) Unexpected tab character. (no-tabs)
(#17407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17408) Unexpected tab character. (no-tabs)
(#17408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17409) Unexpected tab character. (no-tabs)
(#17409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17410) Unexpected tab character. (no-tabs)
(#17410) There should be no spaces inside this paren. (space-in-parens)
(#17410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17411) Unexpected tab character. (no-tabs)
(#17411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17413) Unexpected tab character. (no-tabs)
(#17413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17414) Unexpected tab character. (no-tabs)
(#17414) There should be no spaces inside this paren. (space-in-parens)
(#17414) There should be no spaces inside this paren. (space-in-parens)
(#17414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17415) Unexpected tab character. (no-tabs)
(#17415) There should be no spaces inside this paren. (space-in-parens)
(#17415) There should be no spaces inside this paren. (space-in-parens)
(#17415) There should be no spaces inside this paren. (space-in-parens)
(#17415) There should be no spaces inside this paren. (space-in-parens)
(#17415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17416) Unexpected tab character. (no-tabs)
(#17416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17418) Unexpected tab character. (no-tabs)
(#17418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17419) Unexpected tab character. (no-tabs)
(#17419) There should be no spaces inside this paren. (space-in-parens)
(#17419) There should be no spaces inside this paren. (space-in-parens)
(#17419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17420) Unexpected tab character. (no-tabs)
(#17420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17421) Unexpected tab character. (no-tabs)
(#17421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17422) Unexpected tab character. (no-tabs)
(#17422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17424) Unexpected tab character. (no-tabs)
(#17424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17425) Unexpected tab character. (no-tabs)
(#17425) There should be no spaces inside this paren. (space-in-parens)
(#17425) There should be no spaces inside this paren. (space-in-parens)
(#17425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17426) Unexpected tab character. (no-tabs)
(#17426) There should be no spaces inside this paren. (space-in-parens)
(#17426) There should be no spaces inside this paren. (space-in-parens)
(#17426) There should be no spaces inside this paren. (space-in-parens)
(#17426) There should be no spaces inside this paren. (space-in-parens)
(#17426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17427) Unexpected tab character. (no-tabs)
(#17427) There should be no spaces inside this paren. (space-in-parens)
(#17427) There should be no spaces inside this paren. (space-in-parens)
(#17427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17428) Unexpected tab character. (no-tabs)
(#17428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17429) Unexpected tab character. (no-tabs)
(#17429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17430) Unexpected tab character. (no-tabs)
(#17430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17432) Unexpected tab character. (no-tabs)
(#17432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17433) Unexpected tab character. (no-tabs)
(#17433) There should be no spaces inside this paren. (space-in-parens)
(#17433) There should be no spaces inside this paren. (space-in-parens)
(#17433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17434) Unexpected tab character. (no-tabs)
(#17434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17435) Unexpected tab character. (no-tabs)
(#17435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17437) Unexpected tab character. (no-tabs)
(#17437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17438) Unexpected tab character. (no-tabs)
(#17438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17440) Unexpected tab character. (no-tabs)
(#17440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17441) Unexpected tab character. (no-tabs)
(#17441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17442) Unexpected tab character. (no-tabs)
(#17442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17443) Unexpected tab character. (no-tabs)
(#17443) There should be no spaces inside this paren. (space-in-parens)
(#17443) There should be no spaces inside this paren. (space-in-parens)
(#17443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17444) Unexpected tab character. (no-tabs)
(#17444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17445) Unexpected tab character. (no-tabs)
(#17445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17447) Unexpected tab character. (no-tabs)
(#17447) There should be no spaces inside this paren. (space-in-parens)
(#17447) There should be no spaces inside this paren. (space-in-parens)
(#17447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17448) Unexpected tab character. (no-tabs)
(#17448) There should be no spaces inside this paren. (space-in-parens)
(#17448) There should be no spaces inside this paren. (space-in-parens)
(#17448) There should be no space after '['. (computed-property-spacing)
(#17448) There should be no space before ']'. (computed-property-spacing)
(#17448) There should be no spaces inside this paren. (space-in-parens)
(#17448) There should be no spaces inside this paren. (space-in-parens)
(#17448) There should be no spaces inside this paren. (space-in-parens)
(#17448) There should be no spaces inside this paren. (space-in-parens)
(#17448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17449) Unexpected tab character. (no-tabs)
(#17449) There should be no spaces inside this paren. (space-in-parens)
(#17449) There should be no spaces inside this paren. (space-in-parens)
(#17449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17450) Unexpected tab character. (no-tabs)
(#17450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17452) Unexpected tab character. (no-tabs)
(#17452) There should be no spaces inside this paren. (space-in-parens)
(#17452) There should be no spaces inside this paren. (space-in-parens)
(#17452) There should be no spaces inside this paren. (space-in-parens)
(#17452) There should be no spaces inside this paren. (space-in-parens)
(#17452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17453) Unexpected tab character. (no-tabs)
(#17453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17454) Unexpected tab character. (no-tabs)
(#17454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17456) Unexpected tab character. (no-tabs)
(#17456) There should be no spaces inside this paren. (space-in-parens)
(#17456) There should be no spaces inside this paren. (space-in-parens)
(#17456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17457) Unexpected tab character. (no-tabs)
(#17457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17458) Unexpected tab character. (no-tabs)
(#17458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17459) Unexpected tab character. (no-tabs)
(#17459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17460) Unexpected tab character. (no-tabs)
(#17460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17461) Unexpected tab character. (no-tabs)
(#17461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17462) Unexpected tab character. (no-tabs)
(#17462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17463) Unexpected tab character. (no-tabs)
(#17463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17464) Unexpected tab character. (no-tabs)
(#17464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17465) Unexpected tab character. (no-tabs)
(#17465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17466) Unexpected tab character. (no-tabs)
(#17466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17467) Unexpected tab character. (no-tabs)
(#17467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17468) Unexpected tab character. (no-tabs)
(#17468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17469) Unexpected tab character. (no-tabs)
(#17469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17470) Unexpected tab character. (no-tabs)
(#17470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17471) Unexpected tab character. (no-tabs)
(#17471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17472) Unexpected tab character. (no-tabs)
(#17472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17474) Unexpected tab character. (no-tabs)
(#17474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17475) Unexpected tab character. (no-tabs)
(#17475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17476) Unexpected tab character. (no-tabs)
(#17476) There should be no spaces inside this paren. (space-in-parens)
(#17476) There should be no spaces inside this paren. (space-in-parens)
(#17476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17477) Unexpected tab character. (no-tabs)
(#17477) There should be no spaces inside this paren. (space-in-parens)
(#17477) There should be no spaces inside this paren. (space-in-parens)
(#17477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17478) Unexpected tab character. (no-tabs)
(#17478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17479) Unexpected tab character. (no-tabs)
(#17479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17481) Unexpected tab character. (no-tabs)
(#17481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17482) Unexpected tab character. (no-tabs)
(#17482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17483) Unexpected tab character. (no-tabs)
(#17483) There should be no spaces inside this paren. (space-in-parens)
(#17483) There should be no spaces inside this paren. (space-in-parens)
(#17483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17485) Unexpected tab character. (no-tabs)
(#17485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17486) Unexpected tab character. (no-tabs)
(#17486) There should be no spaces inside this paren. (space-in-parens)
(#17486) There should be no spaces inside this paren. (space-in-parens)
(#17486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17487) Unexpected tab character. (no-tabs)
(#17487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17488) Unexpected tab character. (no-tabs)
(#17488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17489) Unexpected tab character. (no-tabs)
(#17489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17490) Unexpected tab character. (no-tabs)
(#17490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17492) Unexpected tab character. (no-tabs)
(#17492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17493) Unexpected tab character. (no-tabs)
(#17493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17494) Unexpected tab character. (no-tabs)
(#17494) There should be no spaces inside this paren. (space-in-parens)
(#17494) There should be no spaces inside this paren. (space-in-parens)
(#17494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17495) Unexpected tab character. (no-tabs)
(#17495) There should be no spaces inside this paren. (space-in-parens)
(#17495) There should be no spaces inside this paren. (space-in-parens)
(#17495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17497) Unexpected tab character. (no-tabs)
(#17497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17498) Unexpected tab character. (no-tabs)
(#17498) There should be no spaces inside this paren. (space-in-parens)
(#17498) There should be no spaces inside this paren. (space-in-parens)
(#17498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17500) Unexpected tab character. (no-tabs)
(#17500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17501) Unexpected tab character. (no-tabs)
(#17501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17502) Unexpected tab character. (no-tabs)
(#17502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17503) Unexpected tab character. (no-tabs)
(#17503) There should be no spaces inside this paren. (space-in-parens)
(#17503) There should be no spaces inside this paren. (space-in-parens)
(#17503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17504) Unexpected tab character. (no-tabs)
(#17504) There should be no spaces inside this paren. (space-in-parens)
(#17504) There should be no spaces inside this paren. (space-in-parens)
(#17504) There should be no spaces inside this paren. (space-in-parens)
(#17504) There should be no spaces inside this paren. (space-in-parens)
(#17504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17506) Unexpected tab character. (no-tabs)
(#17506) There should be no spaces inside this paren. (space-in-parens)
(#17506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17507) Unexpected tab character. (no-tabs)
(#17507) There should be no spaces inside this paren. (space-in-parens)
(#17507) There should be no spaces inside this paren. (space-in-parens)
(#17507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17508) Unexpected tab character. (no-tabs)
(#17508) There should be no spaces inside this paren. (space-in-parens)
(#17508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17509) Unexpected tab character. (no-tabs)
(#17509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17510) Unexpected tab character. (no-tabs)
(#17510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17512) Unexpected tab character. (no-tabs)
(#17512) There should be no spaces inside this paren. (space-in-parens)
(#17512) There should be no spaces inside this paren. (space-in-parens)
(#17512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17513) Unexpected tab character. (no-tabs)
(#17513) There should be no spaces inside this paren. (space-in-parens)
(#17513) There should be no spaces inside this paren. (space-in-parens)
(#17513) There should be no spaces inside this paren. (space-in-parens)
(#17513) There should be no spaces inside this paren. (space-in-parens)
(#17513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17514) Unexpected tab character. (no-tabs)
(#17514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17515) Unexpected tab character. (no-tabs)
(#17515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17517) Unexpected tab character. (no-tabs)
(#17517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17518) Unexpected tab character. (no-tabs)
(#17518) There should be no spaces inside this paren. (space-in-parens)
(#17518) There should be no spaces inside this paren. (space-in-parens)
(#17518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17519) Unexpected tab character. (no-tabs)
(#17519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17520) Unexpected tab character. (no-tabs)
(#17520) There should be no spaces inside this paren. (space-in-parens)
(#17520) There should be no spaces inside this paren. (space-in-parens)
(#17520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17521) Unexpected tab character. (no-tabs)
(#17521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17522) Unexpected tab character. (no-tabs)
(#17522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17524) Unexpected tab character. (no-tabs)
(#17524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17525) Unexpected tab character. (no-tabs)
(#17525) Expected to return a value at the end of method '_handlePageNav'. (consistent-return)
(#17525) There should be no spaces inside this paren. (space-in-parens)
(#17525) There should be no spaces inside this paren. (space-in-parens)
(#17525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17526) Unexpected tab character. (no-tabs)
(#17526) There should be no spaces inside this paren. (space-in-parens)
(#17526) There should be no spaces inside this paren. (space-in-parens)
(#17526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17527) Unexpected tab character. (no-tabs)
(#17527) There should be no spaces inside this paren. (space-in-parens)
(#17527) There should be no spaces inside this paren. (space-in-parens)
(#17527) There should be no spaces inside this paren. (space-in-parens)
(#17527) There should be no spaces inside this paren. (space-in-parens)
(#17527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17528) Unexpected tab character. (no-tabs)
(#17528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17529) Unexpected tab character. (no-tabs)
(#17529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17530) Unexpected tab character. (no-tabs)
(#17530) There should be no spaces inside this paren. (space-in-parens)
(#17530) There should be no spaces inside this paren. (space-in-parens)
(#17530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17531) Unexpected tab character. (no-tabs)
(#17531) There should be no spaces inside this paren. (space-in-parens)
(#17531) There should be no spaces inside this paren. (space-in-parens)
(#17531) There should be no spaces inside this paren. (space-in-parens)
(#17531) There should be no spaces inside this paren. (space-in-parens)
(#17531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17532) Unexpected tab character. (no-tabs)
(#17532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17533) Unexpected tab character. (no-tabs)
(#17533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17534) Unexpected tab character. (no-tabs)
(#17534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17536) Unexpected tab character. (no-tabs)
(#17536) There should be no spaces inside this paren. (space-in-parens)
(#17536) There should be no spaces inside this paren. (space-in-parens)
(#17536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17537) Unexpected tab character. (no-tabs)
(#17537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17539) Unexpected tab character. (no-tabs)
(#17539) Missing JSDoc comment. (require-jsdoc)
(#17539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17540) Unexpected tab character. (no-tabs)
(#17540) There should be no spaces inside this paren. (space-in-parens)
(#17540) There should be no spaces inside this paren. (space-in-parens)
(#17540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17541) Unexpected tab character. (no-tabs)
(#17541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17542) Unexpected tab character. (no-tabs)
(#17542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17543) Unexpected tab character. (no-tabs)
(#17543) There should be no spaces inside this paren. (space-in-parens)
(#17543) There should be no spaces inside this paren. (space-in-parens)
(#17543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17544) Unexpected tab character. (no-tabs)
(#17544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17545) Unexpected tab character. (no-tabs)
(#17545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17546) Unexpected tab character. (no-tabs)
(#17546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17547) Unexpected tab character. (no-tabs)
(#17547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17549) Unexpected tab character. (no-tabs)
(#17549) There should be no spaces inside this paren. (space-in-parens)
(#17549) There should be no spaces inside this paren. (space-in-parens)
(#17549) There should be no spaces inside this paren. (space-in-parens)
(#17549) There should be no spaces inside this paren. (space-in-parens)
(#17549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17550) Unexpected tab character. (no-tabs)
(#17550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17551) Unexpected tab character. (no-tabs)
(#17551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17553) Unexpected tab character. (no-tabs)
(#17553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17554) Unexpected tab character. (no-tabs)
(#17554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17556) Unexpected tab character. (no-tabs)
(#17556) There should be no spaces inside this paren. (space-in-parens)
(#17556) There should be no spaces inside this paren. (space-in-parens)
(#17556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17557) Unexpected tab character. (no-tabs)
(#17557) There should be no spaces inside this paren. (space-in-parens)
(#17557) There should be no spaces inside this paren. (space-in-parens)
(#17557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17558) Unexpected tab character. (no-tabs)
(#17558) There should be no spaces inside this paren. (space-in-parens)
(#17558) There should be no spaces inside this paren. (space-in-parens)
(#17558) There should be no spaces inside this paren. (space-in-parens)
(#17558) There should be no spaces inside this paren. (space-in-parens)
(#17558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17559) Unexpected tab character. (no-tabs)
(#17559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17560) Unexpected tab character. (no-tabs)
(#17560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17562) Unexpected tab character. (no-tabs)
(#17562) There should be no spaces inside this paren. (space-in-parens)
(#17562) There should be no spaces inside this paren. (space-in-parens)
(#17562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17563) Unexpected tab character. (no-tabs)
(#17563) There should be no spaces inside this paren. (space-in-parens)
(#17563) There should be no spaces inside this paren. (space-in-parens)
(#17563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17565) Unexpected tab character. (no-tabs)
(#17565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17566) Unexpected tab character. (no-tabs)
(#17566) There should be no spaces inside this paren. (space-in-parens)
(#17566) There should be no spaces inside this paren. (space-in-parens)
(#17566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17567) Unexpected tab character. (no-tabs)
(#17567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17568) Unexpected tab character. (no-tabs)
(#17568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17570) Unexpected tab character. (no-tabs)
(#17570) There should be no spaces inside this paren. (space-in-parens)
(#17570) There should be no spaces inside this paren. (space-in-parens)
(#17570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17572) Unexpected tab character. (no-tabs)
(#17572) There should be no spaces inside this paren. (space-in-parens)
(#17572) There should be no spaces inside this paren. (space-in-parens)
(#17572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17573) Unexpected tab character. (no-tabs)
(#17573) There should be no spaces inside this paren. (space-in-parens)
(#17573) There should be no spaces inside this paren. (space-in-parens)
(#17573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17575) Unexpected tab character. (no-tabs)
(#17575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17576) Unexpected tab character. (no-tabs)
(#17576) There should be no spaces inside this paren. (space-in-parens)
(#17576) There should be no spaces inside this paren. (space-in-parens)
(#17576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17577) Unexpected tab character. (no-tabs)
(#17577) There should be no spaces inside this paren. (space-in-parens)
(#17577) There should be no spaces inside this paren. (space-in-parens)
(#17577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17578) Unexpected tab character. (no-tabs)
(#17578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17579) Unexpected tab character. (no-tabs)
(#17579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17581) Unexpected tab character. (no-tabs)
(#17581) There should be no spaces inside this paren. (space-in-parens)
(#17581) There should be no spaces inside this paren. (space-in-parens)
(#17581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17582) Unexpected tab character. (no-tabs)
(#17582) There should be no spaces inside this paren. (space-in-parens)
(#17582) There should be no spaces inside this paren. (space-in-parens)
(#17582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17583) Unexpected tab character. (no-tabs)
(#17583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17585) Unexpected tab character. (no-tabs)
(#17585) There should be no spaces inside this paren. (space-in-parens)
(#17585) There should be no spaces inside this paren. (space-in-parens)
(#17585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17586) Unexpected tab character. (no-tabs)
(#17586) There should be no spaces inside this paren. (space-in-parens)
(#17586) There should be no spaces inside this paren. (space-in-parens)
(#17586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17587) Unexpected tab character. (no-tabs)
(#17587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17588) Unexpected tab character. (no-tabs)
(#17588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17590) Unexpected tab character. (no-tabs)
(#17590) There should be no spaces inside this paren. (space-in-parens)
(#17590) There should be no spaces inside this paren. (space-in-parens)
(#17590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17591) Unexpected tab character. (no-tabs)
(#17591) There should be no spaces inside this paren. (space-in-parens)
(#17591) Unnecessary escape character: \/. (no-useless-escape)
(#17591) Unnecessary escape character: \[. (no-useless-escape)
(#17591) Unnecessary escape character: \^. (no-useless-escape)
(#17591) There should be no spaces inside this paren. (space-in-parens)
(#17591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17592) Unexpected tab character. (no-tabs)
(#17592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17594) Unexpected tab character. (no-tabs)
(#17594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17595) Unexpected tab character. (no-tabs)
(#17595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17596) Unexpected tab character. (no-tabs)
(#17596) There should be no spaces inside this paren. (space-in-parens)
(#17596) There should be no spaces inside this paren. (space-in-parens)
(#17596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17598) Unexpected tab character. (no-tabs)
(#17598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17599) Unexpected tab character. (no-tabs)
(#17599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17600) Unexpected tab character. (no-tabs)
(#17600) There should be no spaces inside this paren. (space-in-parens)
(#17600) There should be no spaces inside this paren. (space-in-parens)
(#17600) There should be no spaces inside this paren. (space-in-parens)
(#17600) There should be no spaces inside this paren. (space-in-parens)
(#17600) There should be no spaces inside this paren. (space-in-parens)
(#17600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17601) Unexpected tab character. (no-tabs)
(#17601) There should be no spaces inside this paren. (space-in-parens)
(#17601) There should be no spaces inside this paren. (space-in-parens)
(#17601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17602) Unexpected tab character. (no-tabs)
(#17602) There should be no spaces inside this paren. (space-in-parens)
(#17602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17604) Unexpected tab character. (no-tabs)
(#17604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17606) Unexpected tab character. (no-tabs)
(#17606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17607) Unexpected tab character. (no-tabs)
(#17607) There should be no spaces inside this paren. (space-in-parens)
(#17607) There should be no spaces inside this paren. (space-in-parens)
(#17607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17608) Unexpected tab character. (no-tabs)
(#17608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17609) Unexpected tab character. (no-tabs)
(#17609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17611) Unexpected tab character. (no-tabs)
(#17611) Comments should not begin with a lowercase character (capitalized-comments)
(#17611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17612) Unexpected tab character. (no-tabs)
(#17612) There should be no spaces inside this paren. (space-in-parens)
(#17612) There should be no spaces inside this paren. (space-in-parens)
(#17612) There should be no space after '['. (computed-property-spacing)
(#17612) There should be no space before ']'. (computed-property-spacing)
(#17612) There should be no space after '['. (computed-property-spacing)
(#17612) There should be no space before ']'. (computed-property-spacing)
(#17612) There should be no spaces inside this paren. (space-in-parens)
(#17612) There should be no spaces inside this paren. (space-in-parens)
(#17612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17614) Unexpected tab character. (no-tabs)
(#17614) Comments should not begin with a lowercase character (capitalized-comments)
(#17614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17615) Unexpected tab character. (no-tabs)
(#17615) There should be no spaces inside this paren. (space-in-parens)
(#17615) There should be no spaces inside this paren. (space-in-parens)
(#17615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17616) Unexpected tab character. (no-tabs)
(#17616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17617) Unexpected tab character. (no-tabs)
(#17617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17619) Unexpected tab character. (no-tabs)
(#17619) Comments should not begin with a lowercase character (capitalized-comments)
(#17619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17620) Unexpected tab character. (no-tabs)
(#17620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17621) Unexpected tab character. (no-tabs)
(#17621) There should be no spaces inside this paren. (space-in-parens)
(#17621) There should be no spaces inside this paren. (space-in-parens)
(#17621) There should be no spaces inside this paren. (space-in-parens)
(#17621) There should be no spaces inside this paren. (space-in-parens)
(#17621) There should be no spaces inside this paren. (space-in-parens)
(#17621) There should be no spaces inside this paren. (space-in-parens)
(#17621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17622) Unexpected tab character. (no-tabs)
(#17622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17624) Unexpected tab character. (no-tabs)
(#17624) Comments should not begin with a lowercase character (capitalized-comments)
(#17624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17625) Unexpected tab character. (no-tabs)
(#17625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17627) Unexpected tab character. (no-tabs)
(#17627) Comments should not begin with a lowercase character (capitalized-comments)
(#17627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17628) Unexpected tab character. (no-tabs)
(#17628) There should be no spaces inside this paren. (space-in-parens)
(#17628) There should be no spaces inside this paren. (space-in-parens)
(#17628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17629) Unexpected tab character. (no-tabs)
(#17629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17631) Unexpected tab character. (no-tabs)
(#17631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17632) Unexpected tab character. (no-tabs)
(#17632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17634) Unexpected tab character. (no-tabs)
(#17634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17635) Unexpected tab character. (no-tabs)
(#17635) There should be no spaces inside this paren. (space-in-parens)
(#17635) There should be no spaces inside this paren. (space-in-parens)
(#17635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17636) Unexpected tab character. (no-tabs)
(#17636) There should be no spaces inside this paren. (space-in-parens)
(#17636) There should be no spaces inside this paren. (space-in-parens)
(#17636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17637) Unexpected tab character. (no-tabs)
(#17637) There should be no spaces inside this paren. (space-in-parens)
(#17637) There should be no spaces inside this paren. (space-in-parens)
(#17637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17639) Unexpected tab character. (no-tabs)
(#17639) There should be no spaces inside this paren. (space-in-parens)
(#17639) There should be no spaces inside this paren. (space-in-parens)
(#17639) There should be no spaces inside this paren. (space-in-parens)
(#17639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17640) Unexpected tab character. (no-tabs)
(#17640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17641) Unexpected tab character. (no-tabs)
(#17641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17642) Unexpected tab character. (no-tabs)
(#17642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17643) Unexpected tab character. (no-tabs)
(#17643) There should be no spaces inside this paren. (space-in-parens)
(#17643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17644) Unexpected tab character. (no-tabs)
(#17644) There should be no spaces inside this paren. (space-in-parens)
(#17644) There should be no spaces inside this paren. (space-in-parens)
(#17644) There should be no spaces inside this paren. (space-in-parens)
(#17644) There should be no spaces inside this paren. (space-in-parens)
(#17644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17645) Unexpected tab character. (no-tabs)
(#17645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17646) Unexpected tab character. (no-tabs)
(#17646) There should be no spaces inside this paren. (space-in-parens)
(#17646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17647) Unexpected tab character. (no-tabs)
(#17647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17648) Unexpected tab character. (no-tabs)
(#17648) There should be no spaces inside this paren. (space-in-parens)
(#17648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17650) Unexpected tab character. (no-tabs)
(#17650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17651) Unexpected tab character. (no-tabs)
(#17651) There should be no spaces inside this paren. (space-in-parens)
(#17651) There should be no spaces inside this paren. (space-in-parens)
(#17651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17652) Unexpected tab character. (no-tabs)
(#17652) There should be no spaces inside this paren. (space-in-parens)
(#17652) There should be no spaces inside this paren. (space-in-parens)
(#17652) There should be no spaces inside this paren. (space-in-parens)
(#17652) There should be no spaces inside this paren. (space-in-parens)
(#17652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17653) Unexpected tab character. (no-tabs)
(#17653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17654) Unexpected tab character. (no-tabs)
(#17654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17655) Unexpected tab character. (no-tabs)
(#17655) There should be no spaces inside this paren. (space-in-parens)
(#17655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17656) Unexpected tab character. (no-tabs)
(#17656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17657) Unexpected tab character. (no-tabs)
(#17657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17658) Unexpected tab character. (no-tabs)
(#17658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17659) Unexpected tab character. (no-tabs)
(#17659) There should be no spaces inside this paren. (space-in-parens)
(#17659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17660) Unexpected tab character. (no-tabs)
(#17660) There should be no spaces inside this paren. (space-in-parens)
(#17660) There should be no spaces inside this paren. (space-in-parens)
(#17660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17661) Unexpected tab character. (no-tabs)
(#17661) There should be no spaces inside this paren. (space-in-parens)
(#17661) There should be no spaces inside this paren. (space-in-parens)
(#17661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17662) Unexpected tab character. (no-tabs)
(#17662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17663) Unexpected tab character. (no-tabs)
(#17663) There should be no spaces inside this paren. (space-in-parens)
(#17663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17664) Unexpected tab character. (no-tabs)
(#17664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17665) Unexpected tab character. (no-tabs)
(#17665) There should be no spaces inside this paren. (space-in-parens)
(#17665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17666) Unexpected tab character. (no-tabs)
(#17666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17667) Unexpected tab character. (no-tabs)
(#17667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17669) Unexpected tab character. (no-tabs)
(#17669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17670) Unexpected tab character. (no-tabs)
(#17670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17671) Unexpected tab character. (no-tabs)
(#17671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17672) Unexpected tab character. (no-tabs)
(#17672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17673) Unexpected tab character. (no-tabs)
(#17673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17675) Unexpected tab character. (no-tabs)
(#17675) There should be no spaces inside this paren. (space-in-parens)
(#17675) There should be no spaces inside this paren. (space-in-parens)
(#17675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17676) Unexpected tab character. (no-tabs)
(#17676) There should be no spaces inside this paren. (space-in-parens)
(#17676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17677) Unexpected tab character. (no-tabs)
(#17677) There should be no spaces inside this paren. (space-in-parens)
(#17677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17679) Unexpected tab character. (no-tabs)
(#17679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17680) Unexpected tab character. (no-tabs)
(#17680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17681) Unexpected tab character. (no-tabs)
(#17681) There should be no spaces inside this paren. (space-in-parens)
(#17681) There should be no spaces inside this paren. (space-in-parens)
(#17681) There should be no spaces inside this paren. (space-in-parens)
(#17681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17682) Unexpected tab character. (no-tabs)
(#17682) There should be no spaces inside this paren. (space-in-parens)
(#17682) There should be no spaces inside this paren. (space-in-parens)
(#17682) There should be no spaces inside this paren. (space-in-parens)
(#17682) There should be no spaces inside this paren. (space-in-parens)
(#17682) There should be no spaces inside this paren. (space-in-parens)
(#17682) There should be no spaces inside this paren. (space-in-parens)
(#17682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17683) Unexpected tab character. (no-tabs)
(#17683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17684) Unexpected tab character. (no-tabs)
(#17684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17685) Unexpected tab character. (no-tabs)
(#17685) There should be no spaces inside this paren. (space-in-parens)
(#17685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17687) Unexpected tab character. (no-tabs)
(#17687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17688) Unexpected tab character. (no-tabs)
(#17688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17689) Unexpected tab character. (no-tabs)
(#17689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17690) Unexpected tab character. (no-tabs)
(#17690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17691) Unexpected tab character. (no-tabs)
(#17691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17692) Unexpected tab character. (no-tabs)
(#17692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17693) Unexpected tab character. (no-tabs)
(#17693) There should be no spaces inside this paren. (space-in-parens)
(#17693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17694) Unexpected tab character. (no-tabs)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) There should be no spaces inside this paren. (space-in-parens)
(#17694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17695) Unexpected tab character. (no-tabs)
(#17695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17696) Unexpected tab character. (no-tabs)
(#17696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17697) Unexpected tab character. (no-tabs)
(#17697) There should be no spaces inside this paren. (space-in-parens)
(#17697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17699) Unexpected tab character. (no-tabs)
(#17699) There should be no spaces inside this paren. (space-in-parens)
(#17699) There should be no spaces inside this paren. (space-in-parens)
(#17699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17700) Unexpected tab character. (no-tabs)
(#17700) There should be no spaces inside this paren. (space-in-parens)
(#17700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17701) Unexpected tab character. (no-tabs)
(#17701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17702) Unexpected tab character. (no-tabs)
(#17702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17703) Unexpected tab character. (no-tabs)
(#17703) There should be no spaces inside this paren. (space-in-parens)
(#17703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17704) Unexpected tab character. (no-tabs)
(#17704) There should be no spaces inside this paren. (space-in-parens)
(#17704) There should be no spaces inside this paren. (space-in-parens)
(#17704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17706) Unexpected tab character. (no-tabs)
(#17706) There should be no spaces inside this paren. (space-in-parens)
(#17706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17707) Unexpected tab character. (no-tabs)
(#17707) There should be no spaces inside this paren. (space-in-parens)
(#17707) There should be no spaces inside this paren. (space-in-parens)
(#17707) There should be no space after '['. (computed-property-spacing)
(#17707) There should be no space before ']'. (computed-property-spacing)
(#17707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17708) Unexpected tab character. (no-tabs)
(#17708) There should be no spaces inside this paren. (space-in-parens)
(#17708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17709) Unexpected tab character. (no-tabs)
(#17709) There should be no spaces inside this paren. (space-in-parens)
(#17709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17710) Unexpected tab character. (no-tabs)
(#17710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17711) Unexpected tab character. (no-tabs)
(#17711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17712) Unexpected tab character. (no-tabs)
(#17712) There should be no spaces inside this paren. (space-in-parens)
(#17712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17713) Unexpected tab character. (no-tabs)
(#17713) There should be no spaces inside this paren. (space-in-parens)
(#17713) There should be no spaces inside this paren. (space-in-parens)
(#17713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17715) Unexpected tab character. (no-tabs)
(#17715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17717) Unexpected tab character. (no-tabs)
(#17717) There should be no spaces inside this paren. (space-in-parens)
(#17717) There should be no spaces inside this paren. (space-in-parens)
(#17717) There should be no spaces inside this paren. (space-in-parens)
(#17717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17718) Unexpected tab character. (no-tabs)
(#17718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17719) Unexpected tab character. (no-tabs)
(#17719) There should be no spaces inside this paren. (space-in-parens)
(#17719) There should be no spaces inside this paren. (space-in-parens)
(#17719) There should be no spaces inside this paren. (space-in-parens)
(#17719) There should be no spaces inside this paren. (space-in-parens)
(#17719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17720) Unexpected tab character. (no-tabs)
(#17720) There should be no spaces inside this paren. (space-in-parens)
(#17720) There should be no spaces inside this paren. (space-in-parens)
(#17720) There should be no spaces inside this paren. (space-in-parens)
(#17720) There should be no spaces inside this paren. (space-in-parens)
(#17720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17721) Unexpected tab character. (no-tabs)
(#17721) There should be no spaces inside this paren. (space-in-parens)
(#17721) There should be no spaces inside this paren. (space-in-parens)
(#17721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17723) Unexpected tab character. (no-tabs)
(#17723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17724) Unexpected tab character. (no-tabs)
(#17724) There should be no spaces inside this paren. (space-in-parens)
(#17724) There should be no spaces inside this paren. (space-in-parens)
(#17724) There should be no spaces inside this paren. (space-in-parens)
(#17724) There should be no spaces inside this paren. (space-in-parens)
(#17724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17725) Unexpected tab character. (no-tabs)
(#17725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17726) Unexpected tab character. (no-tabs)
(#17726) There should be no spaces inside this paren. (space-in-parens)
(#17726) There should be no spaces inside this paren. (space-in-parens)
(#17726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17727) Unexpected tab character. (no-tabs)
(#17727) There should be no spaces inside this paren. (space-in-parens)
(#17727) There should be no spaces inside this paren. (space-in-parens)
(#17727) There should be no spaces inside this paren. (space-in-parens)
(#17727) There should be no spaces inside this paren. (space-in-parens)
(#17727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17729) Unexpected tab character. (no-tabs)
(#17729) Comments should not begin with a lowercase character (capitalized-comments)
(#17729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17730) Unexpected tab character. (no-tabs)
(#17730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17732) Unexpected tab character. (no-tabs)
(#17732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17733) Unexpected tab character. (no-tabs)
(#17733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17734) Unexpected tab character. (no-tabs)
(#17734) There should be no spaces inside this paren. (space-in-parens)
(#17734) There should be no spaces inside this paren. (space-in-parens)
(#17734) There should be no spaces inside this paren. (space-in-parens)
(#17734) There should be no spaces inside this paren. (space-in-parens)
(#17734) There should be no space after '['. (computed-property-spacing)
(#17734) There should be no space before ']'. (computed-property-spacing)
(#17734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17735) Unexpected tab character. (no-tabs)
(#17735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17736) Unexpected tab character. (no-tabs)
(#17736) There should be no spaces inside this paren. (space-in-parens)
(#17736) There should be no spaces inside this paren. (space-in-parens)
(#17736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17737) Unexpected tab character. (no-tabs)
(#17737) There should be no spaces inside this paren. (space-in-parens)
(#17737) There should be no spaces inside this paren. (space-in-parens)
(#17737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17738) Unexpected tab character. (no-tabs)
(#17738) There should be no spaces inside this paren. (space-in-parens)
(#17738) There should be no spaces inside this paren. (space-in-parens)
(#17738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17739) Unexpected tab character. (no-tabs)
(#17739) There should be no spaces inside this paren. (space-in-parens)
(#17739) There should be no space after '['. (computed-property-spacing)
(#17739) There should be no space before ']'. (computed-property-spacing)
(#17739) There should be no spaces inside this paren. (space-in-parens)
(#17739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17740) Unexpected tab character. (no-tabs)
(#17740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17741) Unexpected tab character. (no-tabs)
(#17741) There should be no spaces inside this paren. (space-in-parens)
(#17741) There should be no spaces inside this paren. (space-in-parens)
(#17741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17742) Unexpected tab character. (no-tabs)
(#17742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17744) Unexpected tab character. (no-tabs)
(#17744) There should be no spaces inside this paren. (space-in-parens)
(#17744) There should be no spaces inside this paren. (space-in-parens)
(#17744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17745) Unexpected tab character. (no-tabs)
(#17745) There should be no spaces inside this paren. (space-in-parens)
(#17745) There should be no spaces inside this paren. (space-in-parens)
(#17745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17746) Unexpected tab character. (no-tabs)
(#17746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17747) Unexpected tab character. (no-tabs)
(#17747) There should be no spaces inside this paren. (space-in-parens)
(#17747) There should be no spaces inside this paren. (space-in-parens)
(#17747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17748) Unexpected tab character. (no-tabs)
(#17748) There should be no spaces inside this paren. (space-in-parens)
(#17748) There should be no spaces inside this paren. (space-in-parens)
(#17748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17749) Unexpected tab character. (no-tabs)
(#17749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17750) Unexpected tab character. (no-tabs)
(#17750) There should be no spaces inside this paren. (space-in-parens)
(#17750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17751) Unexpected tab character. (no-tabs)
(#17751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17752) Unexpected tab character. (no-tabs)
(#17752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17753) Unexpected tab character. (no-tabs)
(#17753) There should be no spaces inside this paren. (space-in-parens)
(#17753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17754) Unexpected tab character. (no-tabs)
(#17754) There should be no spaces inside this paren. (space-in-parens)
(#17754) There should be no spaces inside this paren. (space-in-parens)
(#17754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17755) Unexpected tab character. (no-tabs)
(#17755) There should be no spaces inside this paren. (space-in-parens)
(#17755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17757) Unexpected tab character. (no-tabs)
(#17757) There should be no spaces inside this paren. (space-in-parens)
(#17757) There should be no spaces inside this paren. (space-in-parens)
(#17757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17758) Unexpected tab character. (no-tabs)
(#17758) There should be no spaces inside this paren. (space-in-parens)
(#17758) There should be no spaces inside this paren. (space-in-parens)
(#17758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17760) Unexpected tab character. (no-tabs)
(#17760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17761) Unexpected tab character. (no-tabs)
(#17761) There should be no spaces inside this paren. (space-in-parens)
(#17761) There should be no spaces inside this paren. (space-in-parens)
(#17761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17762) Unexpected tab character. (no-tabs)
(#17762) There should be no spaces inside this paren. (space-in-parens)
(#17762) There should be no spaces inside this paren. (space-in-parens)
(#17762) There should be no spaces inside this paren. (space-in-parens)
(#17762) There should be no spaces inside this paren. (space-in-parens)
(#17762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17763) Unexpected tab character. (no-tabs)
(#17763) There should be no spaces inside this paren. (space-in-parens)
(#17763) There should be no spaces inside this paren. (space-in-parens)
(#17763) There should be no spaces inside this paren. (space-in-parens)
(#17763) There should be no spaces inside this paren. (space-in-parens)
(#17763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17764) Unexpected tab character. (no-tabs)
(#17764) There should be no spaces inside this paren. (space-in-parens)
(#17764) There should be no spaces inside this paren. (space-in-parens)
(#17764) There should be no spaces inside this paren. (space-in-parens)
(#17764) There should be no spaces inside this paren. (space-in-parens)
(#17764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17765) Unexpected tab character. (no-tabs)
(#17765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17766) Unexpected tab character. (no-tabs)
(#17766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17768) Unexpected tab character. (no-tabs)
(#17768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17769) Unexpected tab character. (no-tabs)
(#17769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17770) Unexpected tab character. (no-tabs)
(#17770) There should be no spaces inside this paren. (space-in-parens)
(#17770) There should be no spaces inside this paren. (space-in-parens)
(#17770) There should be no spaces inside this paren. (space-in-parens)
(#17770) There should be no spaces inside this paren. (space-in-parens)
(#17770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17771) Unexpected tab character. (no-tabs)
(#17771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17773) Unexpected tab character. (no-tabs)
(#17773) There should be no spaces inside this paren. (space-in-parens)
(#17773) There should be no spaces inside this paren. (space-in-parens)
(#17773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17774) Unexpected tab character. (no-tabs)
(#17774) There should be no spaces inside this paren. (space-in-parens)
(#17774) There should be no spaces inside this paren. (space-in-parens)
(#17774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17775) Unexpected tab character. (no-tabs)
(#17775) There should be no spaces inside this paren. (space-in-parens)
(#17775) There should be no spaces inside this paren. (space-in-parens)
(#17775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17776) Unexpected tab character. (no-tabs)
(#17776) There should be no spaces inside this paren. (space-in-parens)
(#17776) There should be no spaces inside this paren. (space-in-parens)
(#17776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17777) Unexpected tab character. (no-tabs)
(#17777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17779) Unexpected tab character. (no-tabs)
(#17779) There should be no spaces inside this paren. (space-in-parens)
(#17779) There should be no spaces inside this paren. (space-in-parens)
(#17779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17780) Unexpected tab character. (no-tabs)
(#17780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17782) Unexpected tab character. (no-tabs)
(#17782) There should be no spaces inside this paren. (space-in-parens)
(#17782) There should be no spaces inside this paren. (space-in-parens)
(#17782) There should be no spaces inside this paren. (space-in-parens)
(#17782) There should be no spaces inside this paren. (space-in-parens)
(#17782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17783) Unexpected tab character. (no-tabs)
(#17783) There should be no spaces inside this paren. (space-in-parens)
(#17783) There should be no spaces inside this paren. (space-in-parens)
(#17783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17784) Unexpected tab character. (no-tabs)
(#17784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17785) Unexpected tab character. (no-tabs)
(#17785) There should be no spaces inside this paren. (space-in-parens)
(#17785) There should be no spaces inside this paren. (space-in-parens)
(#17785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17786) Unexpected tab character. (no-tabs)
(#17786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17787) Unexpected tab character. (no-tabs)
(#17787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17788) Unexpected tab character. (no-tabs)
(#17788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17790) Unexpected tab character. (no-tabs)
(#17790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17791) Unexpected tab character. (no-tabs)
(#17791) There should be no spaces inside this paren. (space-in-parens)
(#17791) There should be no spaces inside this paren. (space-in-parens)
(#17791) There should be no space after '['. (computed-property-spacing)
(#17791) There should be no space before ']'. (computed-property-spacing)
(#17791) There should be no spaces inside this paren. (space-in-parens)
(#17791) There should be no spaces inside this paren. (space-in-parens)
(#17791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17792) Unexpected tab character. (no-tabs)
(#17792) There should be no spaces inside this paren. (space-in-parens)
(#17792) There should be no spaces inside this paren. (space-in-parens)
(#17792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17793) Unexpected tab character. (no-tabs)
(#17793) There should be no spaces inside this paren. (space-in-parens)
(#17793) There should be no spaces inside this paren. (space-in-parens)
(#17793) There should be no spaces inside this paren. (space-in-parens)
(#17793) There should be no spaces inside this paren. (space-in-parens)
(#17793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17794) Unexpected tab character. (no-tabs)
(#17794) There should be no spaces inside this paren. (space-in-parens)
(#17794) There should be no spaces inside this paren. (space-in-parens)
(#17794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17795) Unexpected tab character. (no-tabs)
(#17795) There should be no spaces inside this paren. (space-in-parens)
(#17795) There should be no spaces inside this paren. (space-in-parens)
(#17795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17796) Unexpected tab character. (no-tabs)
(#17796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17797) Unexpected tab character. (no-tabs)
(#17797) There should be no spaces inside this paren. (space-in-parens)
(#17797) There should be no spaces inside this paren. (space-in-parens)
(#17797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17798) Unexpected tab character. (no-tabs)
(#17798) There should be no spaces inside this paren. (space-in-parens)
(#17798) There should be no spaces inside this paren. (space-in-parens)
(#17798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17799) Unexpected tab character. (no-tabs)
(#17799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17800) Unexpected tab character. (no-tabs)
(#17800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17802) Unexpected tab character. (no-tabs)
(#17802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17804) Unexpected tab character. (no-tabs)
(#17804) There should be no spaces inside this paren. (space-in-parens)
(#17804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17805) Unexpected tab character. (no-tabs)
(#17805) There should be no spaces inside this paren. (space-in-parens)
(#17805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17806) Unexpected tab character. (no-tabs)
(#17806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17808) Unexpected tab character. (no-tabs)
(#17808) There should be no spaces inside this paren. (space-in-parens)
(#17808) There should be no spaces inside this paren. (space-in-parens)
(#17808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17809) Unexpected tab character. (no-tabs)
(#17809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17810) Unexpected tab character. (no-tabs)
(#17810) There should be no spaces inside this paren. (space-in-parens)
(#17810) There should be no spaces inside this paren. (space-in-parens)
(#17810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17811) Unexpected tab character. (no-tabs)
(#17811) There should be no spaces inside this paren. (space-in-parens)
(#17811) There should be no spaces inside this paren. (space-in-parens)
(#17811) There should be no spaces inside this paren. (space-in-parens)
(#17811) There should be no spaces inside this paren. (space-in-parens)
(#17811) There should be no spaces inside this paren. (space-in-parens)
(#17811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17812) Unexpected tab character. (no-tabs)
(#17812) There should be no space after '['. (computed-property-spacing)
(#17812) There should be no space before ']'. (computed-property-spacing)
(#17812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17813) Unexpected tab character. (no-tabs)
(#17813) There should be no spaces inside this paren. (space-in-parens)
(#17813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17814) Unexpected tab character. (no-tabs)
(#17814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17816) Unexpected tab character. (no-tabs)
(#17816) There should be no spaces inside this paren. (space-in-parens)
(#17816) There should be no spaces inside this paren. (space-in-parens)
(#17816) There should be no spaces inside this paren. (space-in-parens)
(#17816) There should be no spaces inside this paren. (space-in-parens)
(#17816) There should be no spaces inside this paren. (space-in-parens)
(#17816) There should be no spaces inside this paren. (space-in-parens)
(#17816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17818) Unexpected tab character. (no-tabs)
(#17818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17819) Unexpected tab character. (no-tabs)
(#17819) There should be no spaces inside this paren. (space-in-parens)
(#17819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17820) Unexpected tab character. (no-tabs)
(#17820) There should be no spaces inside this paren. (space-in-parens)
(#17820) There should be no spaces inside this paren. (space-in-parens)
(#17820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17821) Unexpected tab character. (no-tabs)
(#17821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17822) Unexpected tab character. (no-tabs)
(#17822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17823) Unexpected tab character. (no-tabs)
(#17823) There should be no spaces inside this paren. (space-in-parens)
(#17823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17824) Unexpected tab character. (no-tabs)
(#17824) There should be no spaces inside this paren. (space-in-parens)
(#17824) There should be no spaces inside this paren. (space-in-parens)
(#17824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17825) Unexpected tab character. (no-tabs)
(#17825) There should be no spaces inside this paren. (space-in-parens)
(#17825) There should be no space after '{'. (object-curly-spacing)
(#17825) There should be no space before '}'. (object-curly-spacing)
(#17825) There should be no spaces inside this paren. (space-in-parens)
(#17825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17826) Unexpected tab character. (no-tabs)
(#17826) There should be no spaces inside this paren. (space-in-parens)
(#17826) There should be no space after '{'. (object-curly-spacing)
(#17826) There should be no space before '}'. (object-curly-spacing)
(#17826) There should be no spaces inside this paren. (space-in-parens)
(#17826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17828) Unexpected tab character. (no-tabs)
(#17828) There should be no spaces inside this paren. (space-in-parens)
(#17828) There should be no spaces inside this paren. (space-in-parens)
(#17828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17829) Unexpected tab character. (no-tabs)
(#17829) There should be no spaces inside this paren. (space-in-parens)
(#17829) There should be no spaces inside this paren. (space-in-parens)
(#17829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17830) Unexpected tab character. (no-tabs)
(#17830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17832) Unexpected tab character. (no-tabs)
(#17832) There should be no spaces inside this paren. (space-in-parens)
(#17832) There should be no spaces inside this paren. (space-in-parens)
(#17832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17833) Unexpected tab character. (no-tabs)
(#17833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17834) Unexpected tab character. (no-tabs)
(#17834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17836) Unexpected tab character. (no-tabs)
(#17836) There should be no spaces inside this paren. (space-in-parens)
(#17836) There should be no spaces inside this paren. (space-in-parens)
(#17836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17837) Unexpected tab character. (no-tabs)
(#17837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17838) Unexpected tab character. (no-tabs)
(#17838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17840) Unexpected tab character. (no-tabs)
(#17840) There should be no spaces inside this paren. (space-in-parens)
(#17840) There should be no spaces inside this paren. (space-in-parens)
(#17840) There should be no spaces inside this paren. (space-in-parens)
(#17840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17841) Unexpected tab character. (no-tabs)
(#17841) There should be no spaces inside this paren. (space-in-parens)
(#17841) There should be no spaces inside this paren. (space-in-parens)
(#17841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17842) Unexpected tab character. (no-tabs)
(#17842) There should be no spaces inside this paren. (space-in-parens)
(#17842) There should be no spaces inside this paren. (space-in-parens)
(#17842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17844) Unexpected tab character. (no-tabs)
(#17844) There should be no spaces inside this paren. (space-in-parens)
(#17844) There should be no spaces inside this paren. (space-in-parens)
(#17844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17845) Unexpected tab character. (no-tabs)
(#17845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17846) Unexpected tab character. (no-tabs)
(#17846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17847) Unexpected tab character. (no-tabs)
(#17847) There should be no spaces inside this paren. (space-in-parens)
(#17847) There should be no spaces inside this paren. (space-in-parens)
(#17847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17848) Unexpected tab character. (no-tabs)
(#17848) There should be no spaces inside this paren. (space-in-parens)
(#17848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17850) Unexpected tab character. (no-tabs)
(#17850) There should be no spaces inside this paren. (space-in-parens)
(#17850) There should be no spaces inside this paren. (space-in-parens)
(#17850) There should be no spaces inside this paren. (space-in-parens)
(#17850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17851) Unexpected tab character. (no-tabs)
(#17851) There should be no spaces inside this paren. (space-in-parens)
(#17851) There should be no spaces inside this paren. (space-in-parens)
(#17851) There should be no spaces inside this paren. (space-in-parens)
(#17851) There should be no spaces inside this paren. (space-in-parens)
(#17851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17852) Unexpected tab character. (no-tabs)
(#17852) There should be no spaces inside this paren. (space-in-parens)
(#17852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17854) Unexpected tab character. (no-tabs)
(#17854) There should be no spaces inside this paren. (space-in-parens)
(#17854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17855) Unexpected tab character. (no-tabs)
(#17855) There should be no spaces inside this paren. (space-in-parens)
(#17855) There should be no spaces inside this paren. (space-in-parens)
(#17855) There should be no spaces inside this paren. (space-in-parens)
(#17855) There should be no spaces inside this paren. (space-in-parens)
(#17855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17856) Unexpected tab character. (no-tabs)
(#17856) There should be no spaces inside this paren. (space-in-parens)
(#17856) There should be no spaces inside this paren. (space-in-parens)
(#17856) There should be no spaces inside this paren. (space-in-parens)
(#17856) There should be no spaces inside this paren. (space-in-parens)
(#17856) There should be no spaces inside this paren. (space-in-parens)
(#17856) There should be no spaces inside this paren. (space-in-parens)
(#17856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17857) Unexpected tab character. (no-tabs)
(#17857) There should be no spaces inside this paren. (space-in-parens)
(#17857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17858) Unexpected tab character. (no-tabs)
(#17858) There should be no spaces inside this paren. (space-in-parens)
(#17858) There should be no spaces inside this paren. (space-in-parens)
(#17858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17859) Unexpected tab character. (no-tabs)
(#17859) There should be no spaces inside this paren. (space-in-parens)
(#17859) There should be no spaces inside this paren. (space-in-parens)
(#17859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17860) Unexpected tab character. (no-tabs)
(#17860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17861) Unexpected tab character. (no-tabs)
(#17861) There should be no spaces inside this paren. (space-in-parens)
(#17861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17862) Unexpected tab character. (no-tabs)
(#17862) There should be no spaces inside this paren. (space-in-parens)
(#17862) There should be no spaces inside this paren. (space-in-parens)
(#17862) There should be no spaces inside this paren. (space-in-parens)
(#17862) There should be no spaces inside this paren. (space-in-parens)
(#17862) There should be no spaces inside this paren. (space-in-parens)
(#17862) There should be no spaces inside this paren. (space-in-parens)
(#17862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17863) Unexpected tab character. (no-tabs)
(#17863) There should be no spaces inside this paren. (space-in-parens)
(#17863) There should be no spaces inside this paren. (space-in-parens)
(#17863) There should be no spaces inside this paren. (space-in-parens)
(#17863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17864) Unexpected tab character. (no-tabs)
(#17864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17865) Unexpected tab character. (no-tabs)
(#17865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17867) Unexpected tab character. (no-tabs)
(#17867) There should be no spaces inside this paren. (space-in-parens)
(#17867) There should be no spaces inside this paren. (space-in-parens)
(#17867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17868) Unexpected tab character. (no-tabs)
(#17868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17869) Unexpected tab character. (no-tabs)
(#17869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17870) Unexpected tab character. (no-tabs)
(#17870) There should be no spaces inside this paren. (space-in-parens)
(#17870) There should be no spaces inside this paren. (space-in-parens)
(#17870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17871) Unexpected tab character. (no-tabs)
(#17871) There should be no spaces inside this paren. (space-in-parens)
(#17871) There should be no spaces inside this paren. (space-in-parens)
(#17871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17872) Unexpected tab character. (no-tabs)
(#17872) There should be no space after '['. (computed-property-spacing)
(#17872) There should be no space before ']'. (computed-property-spacing)
(#17872) There should be no space after '['. (computed-property-spacing)
(#17872) There should be no space before ']'. (computed-property-spacing)
(#17872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17873) Unexpected tab character. (no-tabs)
(#17873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17874) Unexpected tab character. (no-tabs)
(#17874) There should be no spaces inside this paren. (space-in-parens)
(#17874) There should be no spaces inside this paren. (space-in-parens)
(#17874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17875) Unexpected tab character. (no-tabs)
(#17875) There should be no spaces inside this paren. (space-in-parens)
(#17875) There should be no spaces inside this paren. (space-in-parens)
(#17875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17876) Unexpected tab character. (no-tabs)
(#17876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17877) Unexpected tab character. (no-tabs)
(#17877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17878) Unexpected tab character. (no-tabs)
(#17878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17879) Unexpected tab character. (no-tabs)
(#17879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17880) Unexpected tab character. (no-tabs)
(#17880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17881) Unexpected tab character. (no-tabs)
(#17881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17883) Unexpected tab character. (no-tabs)
(#17883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17885) Unexpected tab character. (no-tabs)
(#17885) There should be no spaces inside this paren. (space-in-parens)
(#17885) There should be no spaces inside this paren. (space-in-parens)
(#17885) There should be no spaces inside this paren. (space-in-parens)
(#17885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17887) Unexpected tab character. (no-tabs)
(#17887) Comments should not begin with a lowercase character (capitalized-comments)
(#17887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17888) Unexpected tab character. (no-tabs)
(#17888) There should be no spaces inside this paren. (space-in-parens)
(#17888) There should be no spaces inside this paren. (space-in-parens)
(#17888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17890) Unexpected tab character. (no-tabs)
(#17890) Comments should not begin with a lowercase character (capitalized-comments)
(#17890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17891) Unexpected tab character. (no-tabs)
(#17891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17893) Unexpected tab character. (no-tabs)
(#17893) Comments should not begin with a lowercase character (capitalized-comments)
(#17893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17894) Unexpected tab character. (no-tabs)
(#17894) There should be no spaces inside this paren. (space-in-parens)
(#17894) There should be no spaces inside this paren. (space-in-parens)
(#17894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17896) Unexpected tab character. (no-tabs)
(#17896) Comments should not begin with a lowercase character (capitalized-comments)
(#17896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17897) Unexpected tab character. (no-tabs)
(#17897) There should be no spaces inside this paren. (space-in-parens)
(#17897) There should be no spaces inside this paren. (space-in-parens)
(#17897) There should be no spaces inside this paren. (space-in-parens)
(#17897) There should be no spaces inside this paren. (space-in-parens)
(#17897) There should be no spaces inside this paren. (space-in-parens)
(#17897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17898) Unexpected tab character. (no-tabs)
(#17898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17899) Unexpected tab character. (no-tabs)
(#17899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17901) Unexpected tab character. (no-tabs)
(#17901) There should be no spaces inside this paren. (space-in-parens)
(#17901) There should be no spaces inside this paren. (space-in-parens)
(#17901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17903) Unexpected tab character. (no-tabs)
(#17903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17904) Unexpected tab character. (no-tabs)
(#17904) There should be no spaces inside this paren. (space-in-parens)
(#17904) There should be no spaces inside this paren. (space-in-parens)
(#17904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17905) Unexpected tab character. (no-tabs)
(#17905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17906) Unexpected tab character. (no-tabs)
(#17906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17908) Unexpected tab character. (no-tabs)
(#17908) There should be no spaces inside this paren. (space-in-parens)
(#17908) There should be no spaces inside this paren. (space-in-parens)
(#17908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17909) Unexpected tab character. (no-tabs)
(#17909) There should be no spaces inside this paren. (space-in-parens)
(#17909) There should be no spaces inside this paren. (space-in-parens)
(#17909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17910) Unexpected tab character. (no-tabs)
(#17910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17912) Unexpected tab character. (no-tabs)
(#17912) There should be no spaces inside this paren. (space-in-parens)
(#17912) There should be no spaces inside this paren. (space-in-parens)
(#17912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17913) Unexpected tab character. (no-tabs)
(#17913) There should be no spaces inside this paren. (space-in-parens)
(#17913) There should be no spaces inside this paren. (space-in-parens)
(#17913) There should be no spaces inside this paren. (space-in-parens)
(#17913) There should be no spaces inside this paren. (space-in-parens)
(#17913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17914) Unexpected tab character. (no-tabs)
(#17914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17915) Unexpected tab character. (no-tabs)
(#17915) There should be no spaces inside this paren. (space-in-parens)
(#17915) There should be no spaces inside this paren. (space-in-parens)
(#17915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17916) Unexpected tab character. (no-tabs)
(#17916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17918) Unexpected tab character. (no-tabs)
(#17918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17919) Unexpected tab character. (no-tabs)
(#17919) There should be no spaces inside this paren. (space-in-parens)
(#17919) There should be no spaces inside this paren. (space-in-parens)
(#17919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17920) Unexpected tab character. (no-tabs)
(#17920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17921) Unexpected tab character. (no-tabs)
(#17921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17922) Unexpected tab character. (no-tabs)
(#17922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17924) Unexpected tab character. (no-tabs)
(#17924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17926) Unexpected tab character. (no-tabs)
(#17926) Missing JSDoc comment. (require-jsdoc)
(#17926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17927) Unexpected tab character. (no-tabs)
(#17927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17928) Unexpected tab character. (no-tabs)
(#17928) There should be no spaces inside this paren. (space-in-parens)
(#17928) There should be no spaces inside this paren. (space-in-parens)
(#17928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17929) Unexpected tab character. (no-tabs)
(#17929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17931) Unexpected tab character. (no-tabs)
(#17931) Missing JSDoc comment. (require-jsdoc)
(#17931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17932) Unexpected tab character. (no-tabs)
(#17932) There should be no spaces inside this paren. (space-in-parens)
(#17932) There should be no spaces inside this paren. (space-in-parens)
(#17932) There should be no spaces inside this paren. (space-in-parens)
(#17932) There should be no spaces inside this paren. (space-in-parens)
(#17932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17934) Unexpected tab character. (no-tabs)
(#17934) There should be no spaces inside this paren. (space-in-parens)
(#17934) There should be no spaces inside this paren. (space-in-parens)
(#17934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17935) Unexpected tab character. (no-tabs)
(#17935) There should be no spaces inside this paren. (space-in-parens)
(#17935) There should be no spaces inside this paren. (space-in-parens)
(#17935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17936) Unexpected tab character. (no-tabs)
(#17936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17937) Unexpected tab character. (no-tabs)
(#17937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17938) Unexpected tab character. (no-tabs)
(#17938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17939) Unexpected tab character. (no-tabs)
(#17939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17940) Unexpected tab character. (no-tabs)
(#17940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17942) Unexpected tab character. (no-tabs)
(#17942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17943) Unexpected tab character. (no-tabs)
(#17943) There should be no spaces inside this paren. (space-in-parens)
(#17943) There should be no spaces inside this paren. (space-in-parens)
(#17943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17944) Unexpected tab character. (no-tabs)
(#17944) There should be no spaces inside this paren. (space-in-parens)
(#17944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17945) Unexpected tab character. (no-tabs)
(#17945) There should be no spaces inside this paren. (space-in-parens)
(#17945) There should be no spaces inside this paren. (space-in-parens)
(#17945) There should be no spaces inside this paren. (space-in-parens)
(#17945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17946) Unexpected tab character. (no-tabs)
(#17946) There should be no spaces inside this paren. (space-in-parens)
(#17946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17947) Unexpected tab character. (no-tabs)
(#17947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17948) Unexpected tab character. (no-tabs)
(#17948) There should be no spaces inside this paren. (space-in-parens)
(#17948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17949) Unexpected tab character. (no-tabs)
(#17949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17950) Unexpected tab character. (no-tabs)
(#17950) There should be no spaces inside this paren. (space-in-parens)
(#17950) There should be no spaces inside this paren. (space-in-parens)
(#17950) There should be no spaces inside this paren. (space-in-parens)
(#17950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17951) Unexpected tab character. (no-tabs)
(#17951) There should be no spaces inside this paren. (space-in-parens)
(#17951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17952) Unexpected tab character. (no-tabs)
(#17952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17953) Unexpected tab character. (no-tabs)
(#17953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17954) Unexpected tab character. (no-tabs)
(#17954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17956) Unexpected tab character. (no-tabs)
(#17956) There should be no spaces inside this paren. (space-in-parens)
(#17956) There should be no spaces inside this paren. (space-in-parens)
(#17956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17957) Unexpected tab character. (no-tabs)
(#17957) There should be no spaces inside this paren. (space-in-parens)
(#17957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17958) Unexpected tab character. (no-tabs)
(#17958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17959) Unexpected tab character. (no-tabs)
(#17959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17960) Unexpected tab character. (no-tabs)
(#17960) There should be no spaces inside this paren. (space-in-parens)
(#17960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17962) Unexpected tab character. (no-tabs)
(#17962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17963) Unexpected tab character. (no-tabs)
(#17963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17964) Unexpected tab character. (no-tabs)
(#17964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17965) Unexpected tab character. (no-tabs)
(#17965) There should be no spaces inside this paren. (space-in-parens)
(#17965) There should be no spaces inside this paren. (space-in-parens)
(#17965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17966) Unexpected tab character. (no-tabs)
(#17966) There should be no spaces inside this paren. (space-in-parens)
(#17966) There should be no spaces inside this paren. (space-in-parens)
(#17966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17967) Unexpected tab character. (no-tabs)
(#17967) There should be no spaces inside this paren. (space-in-parens)
(#17967) There should be no spaces inside this paren. (space-in-parens)
(#17967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17968) Unexpected tab character. (no-tabs)
(#17968) There should be no spaces inside this paren. (space-in-parens)
(#17968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17969) Unexpected tab character. (no-tabs)
(#17969) There should be no spaces inside this paren. (space-in-parens)
(#17969) There should be no spaces inside this paren. (space-in-parens)
(#17969) There should be no spaces inside this paren. (space-in-parens)
(#17969) There should be no spaces inside this paren. (space-in-parens)
(#17969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17970) Unexpected tab character. (no-tabs)
(#17970) There should be no spaces inside this paren. (space-in-parens)
(#17970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17971) Unexpected tab character. (no-tabs)
(#17971) There should be no spaces inside this paren. (space-in-parens)
(#17971) There should be no spaces inside this paren. (space-in-parens)
(#17971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17972) Unexpected tab character. (no-tabs)
(#17972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17974) Unexpected tab character. (no-tabs)
(#17974) There should be no spaces inside this paren. (space-in-parens)
(#17974) There should be no spaces inside this paren. (space-in-parens)
(#17974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17975) Unexpected tab character. (no-tabs)
(#17975) There should be no spaces inside this paren. (space-in-parens)
(#17975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17976) Unexpected tab character. (no-tabs)
(#17976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17977) Unexpected tab character. (no-tabs)
(#17977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17978) Unexpected tab character. (no-tabs)
(#17978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17979) Unexpected tab character. (no-tabs)
(#17979) There should be no spaces inside this paren. (space-in-parens)
(#17979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17980) Unexpected tab character. (no-tabs)
(#17980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17982) Unexpected tab character. (no-tabs)
(#17982) There should be no spaces inside this paren. (space-in-parens)
(#17982) There should be no spaces inside this paren. (space-in-parens)
(#17982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17983) Unexpected tab character. (no-tabs)
(#17983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17984) Unexpected tab character. (no-tabs)
(#17984) There should be no spaces inside this paren. (space-in-parens)
(#17984) There should be no spaces inside this paren. (space-in-parens)
(#17984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17986) Unexpected tab character. (no-tabs)
(#17986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17987) Unexpected tab character. (no-tabs)
(#17987) There should be no spaces inside this paren. (space-in-parens)
(#17987) There should be no space after '['. (computed-property-spacing)
(#17987) There should be no space before ']'. (computed-property-spacing)
(#17987) There should be no space after '['. (computed-property-spacing)
(#17987) There should be no space before ']'. (computed-property-spacing)
(#17987) There should be no spaces inside this paren. (space-in-parens)
(#17987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17988) Unexpected tab character. (no-tabs)
(#17988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17989) Unexpected tab character. (no-tabs)
(#17989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17991) Unexpected tab character. (no-tabs)
(#17991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17992) Unexpected tab character. (no-tabs)
(#17992) There should be no spaces inside this paren. (space-in-parens)
(#17992) There should be no spaces inside this paren. (space-in-parens)
(#17992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17993) Unexpected tab character. (no-tabs)
(#17993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17994) Unexpected tab character. (no-tabs)
(#17994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17996) Unexpected tab character. (no-tabs)
(#17996) There should be no spaces inside this paren. (space-in-parens)
(#17996) There should be no spaces inside this paren. (space-in-parens)
(#17996) There should be no space after '['. (computed-property-spacing)
(#17996) There should be no space before ']'. (computed-property-spacing)
(#17996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17997) Unexpected tab character. (no-tabs)
(#17997) There should be no spaces inside this paren. (space-in-parens)
(#17997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17998) Unexpected tab character. (no-tabs)
(#17998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17999) Unexpected tab character. (no-tabs)
(#17999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18000) Unexpected tab character. (no-tabs)
(#18000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18001) Unexpected tab character. (no-tabs)
(#18001) There should be no spaces inside this paren. (space-in-parens)
(#18001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18002) Unexpected tab character. (no-tabs)
(#18002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18004) Unexpected tab character. (no-tabs)
(#18004) There should be no spaces inside this paren. (space-in-parens)
(#18004) There should be no spaces inside this paren. (space-in-parens)
(#18004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18005) Unexpected tab character. (no-tabs)
(#18005) There should be no spaces inside this paren. (space-in-parens)
(#18005) There should be no spaces inside this paren. (space-in-parens)
(#18005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18006) Unexpected tab character. (no-tabs)
(#18006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18008) Unexpected tab character. (no-tabs)
(#18008) There should be no spaces inside this paren. (space-in-parens)
(#18008) There should be no spaces inside this paren. (space-in-parens)
(#18008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18010) Unexpected tab character. (no-tabs)
(#18010) Comments should not begin with a lowercase character (capitalized-comments)
(#18010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18011) Unexpected tab character. (no-tabs)
(#18011) There should be no spaces inside this paren. (space-in-parens)
(#18011) There should be no spaces inside this paren. (space-in-parens)
(#18011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18012) Unexpected tab character. (no-tabs)
(#18012) There should be no spaces inside this paren. (space-in-parens)
(#18012) There should be no spaces inside this paren. (space-in-parens)
(#18012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18013) Unexpected tab character. (no-tabs)
(#18013) There should be no spaces inside this paren. (space-in-parens)
(#18013) There should be no spaces inside this paren. (space-in-parens)
(#18013) There should be no spaces inside this paren. (space-in-parens)
(#18013) There should be no spaces inside this paren. (space-in-parens)
(#18013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18014) Unexpected tab character. (no-tabs)
(#18014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18016) Unexpected tab character. (no-tabs)
(#18016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18017) Unexpected tab character. (no-tabs)
(#18017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18019) Unexpected tab character. (no-tabs)
(#18019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18020) Unexpected tab character. (no-tabs)
(#18020) There should be no spaces inside this paren. (space-in-parens)
(#18020) There should be no spaces inside this paren. (space-in-parens)
(#18020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18021) Unexpected tab character. (no-tabs)
(#18021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18022) Unexpected tab character. (no-tabs)
(#18022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18024) Unexpected tab character. (no-tabs)
(#18024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18025) Unexpected tab character. (no-tabs)
(#18025) There should be no spaces inside this paren. (space-in-parens)
(#18025) There should be no spaces inside this paren. (space-in-parens)
(#18025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18026) Unexpected tab character. (no-tabs)
(#18026) There should be no spaces inside this paren. (space-in-parens)
(#18026) There should be no spaces inside this paren. (space-in-parens)
(#18026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18028) Unexpected tab character. (no-tabs)
(#18028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18029) Unexpected tab character. (no-tabs)
(#18029) There should be no spaces inside this paren. (space-in-parens)
(#18029) There should be no spaces inside this paren. (space-in-parens)
(#18029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18030) Unexpected tab character. (no-tabs)
(#18030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18032) Unexpected tab character. (no-tabs)
(#18032) There should be no spaces inside this paren. (space-in-parens)
(#18032) There should be no spaces inside this paren. (space-in-parens)
(#18032) There should be no spaces inside this paren. (space-in-parens)
(#18032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18033) Unexpected tab character. (no-tabs)
(#18033) There should be no spaces inside this paren. (space-in-parens)
(#18033) There should be no spaces inside this paren. (space-in-parens)
(#18033) There should be no spaces inside this paren. (space-in-parens)
(#18033) There should be no spaces inside this paren. (space-in-parens)
(#18033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18034) Unexpected tab character. (no-tabs)
(#18034) There should be no spaces inside this paren. (space-in-parens)
(#18034) There should be no spaces inside this paren. (space-in-parens)
(#18034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18035) Unexpected tab character. (no-tabs)
(#18035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18036) Unexpected tab character. (no-tabs)
(#18036) There should be no spaces inside this paren. (space-in-parens)
(#18036) There should be no spaces inside this paren. (space-in-parens)
(#18036) There should be no spaces inside this paren. (space-in-parens)
(#18036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18037) Unexpected tab character. (no-tabs)
(#18037) There should be no spaces inside this paren. (space-in-parens)
(#18037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18038) Unexpected tab character. (no-tabs)
(#18038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18039) Unexpected tab character. (no-tabs)
(#18039) There should be no spaces inside this paren. (space-in-parens)
(#18039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18041) Unexpected tab character. (no-tabs)
(#18041) There should be no spaces inside this paren. (space-in-parens)
(#18041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18042) Unexpected tab character. (no-tabs)
(#18042) There should be no spaces inside this paren. (space-in-parens)
(#18042) There should be no spaces inside this paren. (space-in-parens)
(#18042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18043) Unexpected tab character. (no-tabs)
(#18043) There should be no spaces inside this paren. (space-in-parens)
(#18043) There should be no spaces inside this paren. (space-in-parens)
(#18043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18044) Unexpected tab character. (no-tabs)
(#18044) There should be no spaces inside this paren. (space-in-parens)
(#18044) There should be no spaces inside this paren. (space-in-parens)
(#18044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18045) Unexpected tab character. (no-tabs)
(#18045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18046) Unexpected tab character. (no-tabs)
(#18046) There should be no spaces inside this paren. (space-in-parens)
(#18046) There should be no spaces inside this paren. (space-in-parens)
(#18046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18047) Unexpected tab character. (no-tabs)
(#18047) There should be no spaces inside this paren. (space-in-parens)
(#18047) There should be no spaces inside this paren. (space-in-parens)
(#18047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18048) Unexpected tab character. (no-tabs)
(#18048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18049) Unexpected tab character. (no-tabs)
(#18049) There should be no spaces inside this paren. (space-in-parens)
(#18049) There should be no spaces inside this paren. (space-in-parens)
(#18049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18050) Unexpected tab character. (no-tabs)
(#18050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18051) Unexpected tab character. (no-tabs)
(#18051) There should be no spaces inside this paren. (space-in-parens)
(#18051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18053) Unexpected tab character. (no-tabs)
(#18053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18055) Unexpected tab character. (no-tabs)
(#18055) There should be no spaces inside this paren. (space-in-parens)
(#18055) There should be no spaces inside this paren. (space-in-parens)
(#18055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18056) Unexpected tab character. (no-tabs)
(#18056) There should be no spaces inside this paren. (space-in-parens)
(#18056) There should be no spaces inside this paren. (space-in-parens)
(#18056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18057) Unexpected tab character. (no-tabs)
(#18057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18058) Unexpected tab character. (no-tabs)
(#18058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18060) Unexpected tab character. (no-tabs)
(#18060) There should be no spaces inside this paren. (space-in-parens)
(#18060) There should be no spaces inside this paren. (space-in-parens)
(#18060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18061) Unexpected tab character. (no-tabs)
(#18061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18062) Unexpected tab character. (no-tabs)
(#18062) There should be no spaces inside this paren. (space-in-parens)
(#18062) There should be no spaces inside this paren. (space-in-parens)
(#18062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18063) Unexpected tab character. (no-tabs)
(#18063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18064) Unexpected tab character. (no-tabs)
(#18064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18066) Unexpected tab character. (no-tabs)
(#18066) There should be no spaces inside this paren. (space-in-parens)
(#18066) There should be no spaces inside this paren. (space-in-parens)
(#18066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18067) Unexpected tab character. (no-tabs)
(#18067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18068) Unexpected tab character. (no-tabs)
(#18068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18069) Unexpected tab character. (no-tabs)
(#18069) There should be no spaces inside this paren. (space-in-parens)
(#18069) There should be no spaces inside this paren. (space-in-parens)
(#18069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18070) Unexpected tab character. (no-tabs)
(#18070) There should be no spaces inside this paren. (space-in-parens)
(#18070) There should be no spaces inside this paren. (space-in-parens)
(#18070) There should be no spaces inside this paren. (space-in-parens)
(#18070) There should be no spaces inside this paren. (space-in-parens)
(#18070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18071) Unexpected tab character. (no-tabs)
(#18071) There should be no spaces inside this paren. (space-in-parens)
(#18071) There should be no spaces inside this paren. (space-in-parens)
(#18071) There should be no spaces inside this paren. (space-in-parens)
(#18071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18072) Unexpected tab character. (no-tabs)
(#18072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18073) Unexpected tab character. (no-tabs)
(#18073) There should be no spaces inside this paren. (space-in-parens)
(#18073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18074) Unexpected tab character. (no-tabs)
(#18074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18075) Unexpected tab character. (no-tabs)
(#18075) There should be no spaces inside this paren. (space-in-parens)
(#18075) There should be no spaces inside this paren. (space-in-parens)
(#18075) There should be no spaces inside this paren. (space-in-parens)
(#18075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18076) Unexpected tab character. (no-tabs)
(#18076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18077) Unexpected tab character. (no-tabs)
(#18077) There should be no spaces inside this paren. (space-in-parens)
(#18077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18078) Unexpected tab character. (no-tabs)
(#18078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18079) Unexpected tab character. (no-tabs)
(#18079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18080) Unexpected tab character. (no-tabs)
(#18080) There should be no spaces inside this paren. (space-in-parens)
(#18080) There should be no spaces inside this paren. (space-in-parens)
(#18080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18081) Unexpected tab character. (no-tabs)
(#18081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18083) Unexpected tab character. (no-tabs)
(#18083) There should be no spaces inside this paren. (space-in-parens)
(#18083) There should be no spaces inside this paren. (space-in-parens)
(#18083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18084) Unexpected tab character. (no-tabs)
(#18084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18085) Unexpected tab character. (no-tabs)
(#18085) There should be no spaces inside this paren. (space-in-parens)
(#18085) There should be no spaces inside this paren. (space-in-parens)
(#18085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18086) Unexpected tab character. (no-tabs)
(#18086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18087) Unexpected tab character. (no-tabs)
(#18087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18089) Unexpected tab character. (no-tabs)
(#18089) There should be no spaces inside this paren. (space-in-parens)
(#18089) There should be no spaces inside this paren. (space-in-parens)
(#18089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18090) Unexpected tab character. (no-tabs)
(#18090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18091) Unexpected tab character. (no-tabs)
(#18091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18092) Unexpected tab character. (no-tabs)
(#18092) There should be no spaces inside this paren. (space-in-parens)
(#18092) There should be no spaces inside this paren. (space-in-parens)
(#18092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18093) Unexpected tab character. (no-tabs)
(#18093) There should be no spaces inside this paren. (space-in-parens)
(#18093) There should be no spaces inside this paren. (space-in-parens)
(#18093) There should be no spaces inside this paren. (space-in-parens)
(#18093) There should be no spaces inside this paren. (space-in-parens)
(#18093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18094) Unexpected tab character. (no-tabs)
(#18094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18095) Unexpected tab character. (no-tabs)
(#18095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18096) Unexpected tab character. (no-tabs)
(#18096) There should be no spaces inside this paren. (space-in-parens)
(#18096) There should be no spaces inside this paren. (space-in-parens)
(#18096) There should be no spaces inside this paren. (space-in-parens)
(#18096) There should be no spaces inside this paren. (space-in-parens)
(#18096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18097) Unexpected tab character. (no-tabs)
(#18097) There should be no spaces inside this paren. (space-in-parens)
(#18097) There should be no space after '['. (array-bracket-spacing)
(#18097) There should be no space before ']'. (array-bracket-spacing)
(#18097) There should be no spaces inside this paren. (space-in-parens)
(#18097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18098) Unexpected tab character. (no-tabs)
(#18098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18099) Unexpected tab character. (no-tabs)
(#18099) There should be no space after '['. (array-bracket-spacing)
(#18099) There should be no space before ']'. (array-bracket-spacing)
(#18099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18100) Unexpected tab character. (no-tabs)
(#18100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18101) Unexpected tab character. (no-tabs)
(#18101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18102) Unexpected tab character. (no-tabs)
(#18102) There should be no spaces inside this paren. (space-in-parens)
(#18102) There should be no spaces inside this paren. (space-in-parens)
(#18102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18103) Unexpected tab character. (no-tabs)
(#18103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18105) Unexpected tab character. (no-tabs)
(#18105) There should be no spaces inside this paren. (space-in-parens)
(#18105) There should be no spaces inside this paren. (space-in-parens)
(#18105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18106) Unexpected tab character. (no-tabs)
(#18106) There should be no spaces inside this paren. (space-in-parens)
(#18106) There should be no spaces inside this paren. (space-in-parens)
(#18106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18107) Unexpected tab character. (no-tabs)
(#18107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18108) Unexpected tab character. (no-tabs)
(#18108) There should be no spaces inside this paren. (space-in-parens)
(#18108) There should be no spaces inside this paren. (space-in-parens)
(#18108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18109) Unexpected tab character. (no-tabs)
(#18109) There should be no spaces inside this paren. (space-in-parens)
(#18109) There should be no spaces inside this paren. (space-in-parens)
(#18109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18110) Unexpected tab character. (no-tabs)
(#18110) There should be no spaces inside this paren. (space-in-parens)
(#18110) There should be no spaces inside this paren. (space-in-parens)
(#18110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18111) Unexpected tab character. (no-tabs)
(#18111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18112) Unexpected tab character. (no-tabs)
(#18112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18113) Unexpected tab character. (no-tabs)
(#18113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18114) Unexpected tab character. (no-tabs)
(#18114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18115) Unexpected tab character. (no-tabs)
(#18115) There should be no spaces inside this paren. (space-in-parens)
(#18115) There should be no spaces inside this paren. (space-in-parens)
(#18115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18116) Unexpected tab character. (no-tabs)
(#18116) There should be no spaces inside this paren. (space-in-parens)
(#18116) There should be no spaces inside this paren. (space-in-parens)
(#18116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18117) Unexpected tab character. (no-tabs)
(#18117) There should be no spaces inside this paren. (space-in-parens)
(#18117) There should be no spaces inside this paren. (space-in-parens)
(#18117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18118) Unexpected tab character. (no-tabs)
(#18118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18120) Unexpected tab character. (no-tabs)
(#18120) There should be no spaces inside this paren. (space-in-parens)
(#18120) There should be no spaces inside this paren. (space-in-parens)
(#18120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18121) Unexpected tab character. (no-tabs)
(#18121) There should be no spaces inside this paren. (space-in-parens)
(#18121) There should be no spaces inside this paren. (space-in-parens)
(#18121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18123) Unexpected tab character. (no-tabs)
(#18123) There should be no spaces inside this paren. (space-in-parens)
(#18123) There should be no spaces inside this paren. (space-in-parens)
(#18123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18124) Unexpected tab character. (no-tabs)
(#18124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18125) Unexpected tab character. (no-tabs)
(#18125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18126) Unexpected tab character. (no-tabs)
(#18126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18128) Unexpected tab character. (no-tabs)
(#18128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18129) Unexpected tab character. (no-tabs)
(#18129) There should be no spaces inside this paren. (space-in-parens)
(#18129) There should be no spaces inside this paren. (space-in-parens)
(#18129) There should be no space after '['. (computed-property-spacing)
(#18129) There should be no space before ']'. (computed-property-spacing)
(#18129) There should be no spaces inside this paren. (space-in-parens)
(#18129) There should be no spaces inside this paren. (space-in-parens)
(#18129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18130) Unexpected tab character. (no-tabs)
(#18130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18131) Unexpected tab character. (no-tabs)
(#18131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18133) Unexpected tab character. (no-tabs)
(#18133) There should be no spaces inside this paren. (space-in-parens)
(#18133) There should be no spaces inside this paren. (space-in-parens)
(#18133) There should be no spaces inside this paren. (space-in-parens)
(#18133) There should be no spaces inside this paren. (space-in-parens)
(#18133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18135) Unexpected tab character. (no-tabs)
(#18135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18136) Unexpected tab character. (no-tabs)
(#18136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18137) Unexpected tab character. (no-tabs)
(#18137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18138) Unexpected tab character. (no-tabs)
(#18138) There should be no spaces inside this paren. (space-in-parens)
(#18138) There should be no spaces inside this paren. (space-in-parens)
(#18138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18139) Unexpected tab character. (no-tabs)
(#18139) There should be no spaces inside this paren. (space-in-parens)
(#18139) There should be no spaces inside this paren. (space-in-parens)
(#18139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18140) Unexpected tab character. (no-tabs)
(#18140) There should be no spaces inside this paren. (space-in-parens)
(#18140) There should be no spaces inside this paren. (space-in-parens)
(#18140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18142) Unexpected tab character. (no-tabs)
(#18142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18143) Unexpected tab character. (no-tabs)
(#18143) There should be no spaces inside this paren. (space-in-parens)
(#18143) There should be no spaces inside this paren. (space-in-parens)
(#18143) There should be no spaces inside this paren. (space-in-parens)
(#18143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18145) Unexpected tab character. (no-tabs)
(#18145) Comments should not begin with a lowercase character (capitalized-comments)
(#18145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18146) Unexpected tab character. (no-tabs)
(#18146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18147) Unexpected tab character. (no-tabs)
(#18147) There should be no spaces inside this paren. (space-in-parens)
(#18147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18148) Unexpected tab character. (no-tabs)
(#18148) There should be no spaces inside this paren. (space-in-parens)
(#18148) There should be no spaces inside this paren. (space-in-parens)
(#18148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18149) Unexpected tab character. (no-tabs)
(#18149) There should be no spaces inside this paren. (space-in-parens)
(#18149) There should be no spaces inside this paren. (space-in-parens)
(#18149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18151) Unexpected tab character. (no-tabs)
(#18151) There should be no spaces inside this paren. (space-in-parens)
(#18151) There should be no spaces inside this paren. (space-in-parens)
(#18151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18152) Unexpected tab character. (no-tabs)
(#18152) There should be no spaces inside this paren. (space-in-parens)
(#18152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18153) Unexpected tab character. (no-tabs)
(#18153) There should be no spaces inside this paren. (space-in-parens)
(#18153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18154) Unexpected tab character. (no-tabs)
(#18154) There should be no spaces inside this paren. (space-in-parens)
(#18154) There should be no spaces inside this paren. (space-in-parens)
(#18154) There should be no spaces inside this paren. (space-in-parens)
(#18154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18156) Unexpected tab character. (no-tabs)
(#18156) Comments should not begin with a lowercase character (capitalized-comments)
(#18156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18157) Unexpected tab character. (no-tabs)
(#18157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18158) Unexpected tab character. (no-tabs)
(#18158) There should be no spaces inside this paren. (space-in-parens)
(#18158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18159) Unexpected tab character. (no-tabs)
(#18159) There should be no spaces inside this paren. (space-in-parens)
(#18159) There should be no spaces inside this paren. (space-in-parens)
(#18159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18160) Unexpected tab character. (no-tabs)
(#18160) There should be no spaces inside this paren. (space-in-parens)
(#18160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18161) Unexpected tab character. (no-tabs)
(#18161) There should be no spaces inside this paren. (space-in-parens)
(#18161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18162) Unexpected tab character. (no-tabs)
(#18162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18163) Unexpected tab character. (no-tabs)
(#18163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18165) Unexpected tab character. (no-tabs)
(#18165) There should be no spaces inside this paren. (space-in-parens)
(#18165) There should be no spaces inside this paren. (space-in-parens)
(#18165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18166) Unexpected tab character. (no-tabs)
(#18166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18167) Unexpected tab character. (no-tabs)
(#18167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18169) Unexpected tab character. (no-tabs)
(#18169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18170) Unexpected tab character. (no-tabs)
(#18170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18171) Unexpected tab character. (no-tabs)
(#18171) There should be no spaces inside this paren. (space-in-parens)
(#18171) There should be no spaces inside this paren. (space-in-parens)
(#18171) There should be no spaces inside this paren. (space-in-parens)
(#18171) There should be no spaces inside this paren. (space-in-parens)
(#18171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18172) Unexpected tab character. (no-tabs)
(#18172) There should be no spaces inside this paren. (space-in-parens)
(#18172) There should be no spaces inside this paren. (space-in-parens)
(#18172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18173) Unexpected tab character. (no-tabs)
(#18173) There should be no spaces inside this paren. (space-in-parens)
(#18173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18174) Unexpected tab character. (no-tabs)
(#18174) There should be no spaces inside this paren. (space-in-parens)
(#18174) There should be no space after '{'. (object-curly-spacing)
(#18174) There should be no space before '}'. (object-curly-spacing)
(#18174) There should be no spaces inside this paren. (space-in-parens)
(#18174) There should be no spaces inside this paren. (space-in-parens)
(#18174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18175) Unexpected tab character. (no-tabs)
(#18175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18176) Unexpected tab character. (no-tabs)
(#18176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18177) Unexpected tab character. (no-tabs)
(#18177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18179) Unexpected tab character. (no-tabs)
(#18179) There should be no spaces inside this paren. (space-in-parens)
(#18179) There should be no spaces inside this paren. (space-in-parens)
(#18179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18180) Unexpected tab character. (no-tabs)
(#18180) There should be no spaces inside this paren. (space-in-parens)
(#18180) There should be no spaces inside this paren. (space-in-parens)
(#18180) There should be no spaces inside this paren. (space-in-parens)
(#18180) There should be no spaces inside this paren. (space-in-parens)
(#18180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18181) Unexpected tab character. (no-tabs)
(#18181) There should be no spaces inside this paren. (space-in-parens)
(#18181) There should be no spaces inside this paren. (space-in-parens)
(#18181) There should be no spaces inside this paren. (space-in-parens)
(#18181) There should be no spaces inside this paren. (space-in-parens)
(#18181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18182) Unexpected tab character. (no-tabs)
(#18182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18183) There should be no spaces inside this paren. (space-in-parens)
(#18183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18187) There should be no spaces inside this paren. (space-in-parens)
(#18187) There should be no spaces inside this paren. (space-in-parens)
(#18187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18189) Unexpected tab character. (no-tabs)
(#18189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18190) Unexpected tab character. (no-tabs)
(#18190) There should be no spaces inside this paren. (space-in-parens)
(#18190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18191) Unexpected tab character. (no-tabs)
(#18191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18192) Unexpected tab character. (no-tabs)
(#18192) There should be no spaces inside this paren. (space-in-parens)
(#18192) There should be no spaces inside this paren. (space-in-parens)
(#18192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18193) Unexpected tab character. (no-tabs)
(#18193) There should be no spaces inside this paren. (space-in-parens)
(#18193) There should be no spaces inside this paren. (space-in-parens)
(#18193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18194) Unexpected tab character. (no-tabs)
(#18194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18195) Unexpected tab character. (no-tabs)
(#18195) There should be no spaces inside this paren. (space-in-parens)
(#18195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18198) 'widgetsTabs' is assigned a value but never used. (no-unused-vars)
(#18198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18201) Expected space or tab after '/*' in comment. (spaced-comment)
(#18201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18210) Expected space or tab after '//' in comment. (spaced-comment)
(#18210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18211) Expected space or tab after '//' in comment. (spaced-comment)
(#18211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18212) Expected space or tab after '//' in comment. (spaced-comment)
(#18212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18213) Expected space or tab after '//' in comment. (spaced-comment)
(#18213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18214) Expected space or tab after '//' in comment. (spaced-comment)
(#18214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18215) Expected space or tab after '//' in comment. (spaced-comment)
(#18215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18216) Expected space or tab after '//' in comment. (spaced-comment)
(#18216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18217) Expected space or tab after '//' in comment. (spaced-comment)
(#18217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18218) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#18218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18221) There should be no spaces inside this paren. (space-in-parens)
(#18221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18222) Unexpected tab character. (no-tabs)
(#18222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18223) Unexpected tab character. (no-tabs)
(#18223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18224) Unexpected tab character. (no-tabs)
(#18224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18225) Unexpected tab character. (no-tabs)
(#18225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18226) Unexpected tab character. (no-tabs)
(#18226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18227) Unexpected tab character. (no-tabs)
(#18227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18229) Unexpected tab character. (no-tabs)
(#18229) Comments should not begin with a lowercase character (capitalized-comments)
(#18229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18230) Unexpected tab character. (no-tabs)
(#18230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18231) Unexpected tab character. (no-tabs)
(#18231) There should be no spaces inside this paren. (space-in-parens)
(#18231) There should be no spaces inside this paren. (space-in-parens)
(#18231) There should be no spaces inside this paren. (space-in-parens)
(#18231) There should be no spaces inside this paren. (space-in-parens)
(#18231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18233) Unexpected tab character. (no-tabs)
(#18233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18234) Unexpected tab character. (no-tabs)
(#18234) There should be no spaces inside this paren. (space-in-parens)
(#18234) There should be no spaces inside this paren. (space-in-parens)
(#18234) There should be no spaces inside this paren. (space-in-parens)
(#18234) There should be no spaces inside this paren. (space-in-parens)
(#18234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18235) Unexpected tab character. (no-tabs)
(#18235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18236) Unexpected tab character. (no-tabs)
(#18236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18238) Unexpected tab character. (no-tabs)
(#18238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18239) Unexpected tab character. (no-tabs)
(#18239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18240) Unexpected tab character. (no-tabs)
(#18240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18241) Unexpected tab character. (no-tabs)
(#18241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18242) Unexpected tab character. (no-tabs)
(#18242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18243) Unexpected tab character. (no-tabs)
(#18243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18244) Unexpected tab character. (no-tabs)
(#18244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18245) Unexpected tab character. (no-tabs)
(#18245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18246) Unexpected tab character. (no-tabs)
(#18246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18248) Unexpected tab character. (no-tabs)
(#18248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18249) Unexpected tab character. (no-tabs)
(#18249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18250) Unexpected tab character. (no-tabs)
(#18250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18251) Unexpected tab character. (no-tabs)
(#18251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18253) Unexpected tab character. (no-tabs)
(#18253) There should be no spaces inside this paren. (space-in-parens)
(#18253) There should be no spaces inside this paren. (space-in-parens)
(#18253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18254) Unexpected tab character. (no-tabs)
(#18254) There should be no spaces inside this paren. (space-in-parens)
(#18254) There should be no spaces inside this paren. (space-in-parens)
(#18254) There should be no spaces inside this paren. (space-in-parens)
(#18254) There should be no spaces inside this paren. (space-in-parens)
(#18254) There should be no spaces inside this paren. (space-in-parens)
(#18254) There should be no spaces inside this paren. (space-in-parens)
(#18254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18255) Unexpected tab character. (no-tabs)
(#18255) There should be no spaces inside this paren. (space-in-parens)
(#18255) There should be no spaces inside this paren. (space-in-parens)
(#18255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18256) Unexpected tab character. (no-tabs)
(#18256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18257) Unexpected tab character. (no-tabs)
(#18257) There should be no spaces inside this paren. (space-in-parens)
(#18257) There should be no spaces inside this paren. (space-in-parens)
(#18257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18258) Unexpected tab character. (no-tabs)
(#18258) There should be no spaces inside this paren. (space-in-parens)
(#18258) There should be no spaces inside this paren. (space-in-parens)
(#18258) There should be no spaces inside this paren. (space-in-parens)
(#18258) There should be no spaces inside this paren. (space-in-parens)
(#18258) There should be no spaces inside this paren. (space-in-parens)
(#18258) There should be no spaces inside this paren. (space-in-parens)
(#18258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18259) Unexpected tab character. (no-tabs)
(#18259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18261) Unexpected tab character. (no-tabs)
(#18261) There should be no spaces inside this paren. (space-in-parens)
(#18261) There should be no spaces inside this paren. (space-in-parens)
(#18261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18262) Unexpected tab character. (no-tabs)
(#18262) There should be no spaces inside this paren. (space-in-parens)
(#18262) There should be no spaces inside this paren. (space-in-parens)
(#18262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18263) Unexpected tab character. (no-tabs)
(#18263) There should be no spaces inside this paren. (space-in-parens)
(#18263) There should be no spaces inside this paren. (space-in-parens)
(#18263) There should be no spaces inside this paren. (space-in-parens)
(#18263) There should be no spaces inside this paren. (space-in-parens)
(#18263) There should be no spaces inside this paren. (space-in-parens)
(#18263) There should be no spaces inside this paren. (space-in-parens)
(#18263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18264) Unexpected tab character. (no-tabs)
(#18264) There should be no spaces inside this paren. (space-in-parens)
(#18264) There should be no spaces inside this paren. (space-in-parens)
(#18264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18266) Unexpected tab character. (no-tabs)
(#18266) There should be no spaces inside this paren. (space-in-parens)
(#18266) There should be no spaces inside this paren. (space-in-parens)
(#18266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18267) Unexpected tab character. (no-tabs)
(#18267) There should be no spaces inside this paren. (space-in-parens)
(#18267) There should be no spaces inside this paren. (space-in-parens)
(#18267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18268) Unexpected tab character. (no-tabs)
(#18268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18270) Unexpected tab character. (no-tabs)
(#18270) There should be no spaces inside this paren. (space-in-parens)
(#18270) There should be no spaces inside this paren. (space-in-parens)
(#18270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18271) Unexpected tab character. (no-tabs)
(#18271) There should be no spaces inside this paren. (space-in-parens)
(#18271) There should be no spaces inside this paren. (space-in-parens)
(#18271) There should be no spaces inside this paren. (space-in-parens)
(#18271) There should be no spaces inside this paren. (space-in-parens)
(#18271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18272) Unexpected tab character. (no-tabs)
(#18272) There should be no spaces inside this paren. (space-in-parens)
(#18272) There should be no spaces inside this paren. (space-in-parens)
(#18272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18273) Unexpected tab character. (no-tabs)
(#18273) There should be no spaces inside this paren. (space-in-parens)
(#18273) There should be no spaces inside this paren. (space-in-parens)
(#18273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18274) Unexpected tab character. (no-tabs)
(#18274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18275) Unexpected tab character. (no-tabs)
(#18275) There should be no spaces inside this paren. (space-in-parens)
(#18275) There should be no spaces inside this paren. (space-in-parens)
(#18275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18276) Unexpected tab character. (no-tabs)
(#18276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18277) Unexpected tab character. (no-tabs)
(#18277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18279) Unexpected tab character. (no-tabs)
(#18279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18280) Unexpected tab character. (no-tabs)
(#18280) There should be no spaces inside this paren. (space-in-parens)
(#18280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18281) Unexpected tab character. (no-tabs)
(#18281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18282) Unexpected tab character. (no-tabs)
(#18282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18283) Unexpected tab character. (no-tabs)
(#18283) There should be no spaces inside this paren. (space-in-parens)
(#18283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18285) Unexpected tab character. (no-tabs)
(#18285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18286) Unexpected tab character. (no-tabs)
(#18286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18288) Unexpected tab character. (no-tabs)
(#18288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18289) Unexpected tab character. (no-tabs)
(#18289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18291) Unexpected tab character. (no-tabs)
(#18291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18292) Unexpected tab character. (no-tabs)
(#18292) There should be no spaces inside this paren. (space-in-parens)
(#18292) There should be no spaces inside this paren. (space-in-parens)
(#18292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18293) Unexpected tab character. (no-tabs)
(#18293) There should be no spaces inside this paren. (space-in-parens)
(#18293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18294) Unexpected tab character. (no-tabs)
(#18294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18295) Unexpected tab character. (no-tabs)
(#18295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18296) Unexpected tab character. (no-tabs)
(#18296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18297) Unexpected tab character. (no-tabs)
(#18297) There should be no spaces inside this paren. (space-in-parens)
(#18297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18298) Unexpected tab character. (no-tabs)
(#18298) There should be no spaces inside this paren. (space-in-parens)
(#18298) There should be no space after '['. (computed-property-spacing)
(#18298) There should be no space before ']'. (computed-property-spacing)
(#18298) There should be no spaces inside this paren. (space-in-parens)
(#18298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18299) Unexpected tab character. (no-tabs)
(#18299) There should be no spaces inside this paren. (space-in-parens)
(#18299) There should be no spaces inside this paren. (space-in-parens)
(#18299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18301) Unexpected tab character. (no-tabs)
(#18301) There should be no spaces inside this paren. (space-in-parens)
(#18301) There should be no spaces inside this paren. (space-in-parens)
(#18301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18302) Unexpected tab character. (no-tabs)
(#18302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18304) Unexpected tab character. (no-tabs)
(#18304) There should be no spaces inside this paren. (space-in-parens)
(#18304) There should be no spaces inside this paren. (space-in-parens)
(#18304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18305) Unexpected tab character. (no-tabs)
(#18305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18307) Unexpected tab character. (no-tabs)
(#18307) There should be no spaces inside this paren. (space-in-parens)
(#18307) There should be no spaces inside this paren. (space-in-parens)
(#18307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18309) Unexpected tab character. (no-tabs)
(#18309) There should be no spaces inside this paren. (space-in-parens)
(#18309) There should be no spaces inside this paren. (space-in-parens)
(#18309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18310) Unexpected tab character. (no-tabs)
(#18310) There should be no spaces inside this paren. (space-in-parens)
(#18310) There should be no spaces inside this paren. (space-in-parens)
(#18310) There should be no spaces inside this paren. (space-in-parens)
(#18310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18311) Unexpected tab character. (no-tabs)
(#18311) There should be no spaces inside this paren. (space-in-parens)
(#18311) There should be no spaces inside this paren. (space-in-parens)
(#18311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18312) Unexpected tab character. (no-tabs)
(#18312) There should be no spaces inside this paren. (space-in-parens)
(#18312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18313) Unexpected tab character. (no-tabs)
(#18313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18314) Unexpected tab character. (no-tabs)
(#18314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18316) Unexpected tab character. (no-tabs)
(#18316) There should be no spaces inside this paren. (space-in-parens)
(#18316) There should be no spaces inside this paren. (space-in-parens)
(#18316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18317) Unexpected tab character. (no-tabs)
(#18317) There should be no space after '['. (computed-property-spacing)
(#18317) There should be no space before ']'. (computed-property-spacing)
(#18317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18318) Unexpected tab character. (no-tabs)
(#18318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18320) Unexpected tab character. (no-tabs)
(#18320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18321) Unexpected tab character. (no-tabs)
(#18321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18323) Unexpected tab character. (no-tabs)
(#18323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18324) Unexpected tab character. (no-tabs)
(#18324) There should be no spaces inside this paren. (space-in-parens)
(#18324) There should be no spaces inside this paren. (space-in-parens)
(#18324) There should be no spaces inside this paren. (space-in-parens)
(#18324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18325) Unexpected tab character. (no-tabs)
(#18325) There should be no spaces inside this paren. (space-in-parens)
(#18325) There should be no spaces inside this paren. (space-in-parens)
(#18325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18326) Unexpected tab character. (no-tabs)
(#18326) There should be no space after '['. (computed-property-spacing)
(#18326) There should be no space before ']'. (computed-property-spacing)
(#18326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18327) Unexpected tab character. (no-tabs)
(#18327) There should be no spaces inside this paren. (space-in-parens)
(#18327) There should be no spaces inside this paren. (space-in-parens)
(#18327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18328) Unexpected tab character. (no-tabs)
(#18328) There should be no spaces inside this paren. (space-in-parens)
(#18328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18330) Unexpected tab character. (no-tabs)
(#18330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18331) Unexpected tab character. (no-tabs)
(#18331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18332) Unexpected tab character. (no-tabs)
(#18332) There should be no spaces inside this paren. (space-in-parens)
(#18332) There should be no spaces inside this paren. (space-in-parens)
(#18332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18333) Unexpected tab character. (no-tabs)
(#18333) There should be no spaces inside this paren. (space-in-parens)
(#18333) Expected to return a value at the end of function. (consistent-return)
(#18333) Expected to return a value at the end of function. (array-callback-return)
(#18333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18334) Unexpected tab character. (no-tabs)
(#18334) There should be no spaces inside this paren. (space-in-parens)
(#18334) There should be no spaces inside this paren. (space-in-parens)
(#18334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18335) Unexpected tab character. (no-tabs)
(#18335) There should be no spaces inside this paren. (space-in-parens)
(#18335) There should be no spaces inside this paren. (space-in-parens)
(#18335) There should be no spaces inside this paren. (space-in-parens)
(#18335) There should be no spaces inside this paren. (space-in-parens)
(#18335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18336) Unexpected tab character. (no-tabs)
(#18336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18337) Unexpected tab character. (no-tabs)
(#18337) There should be no spaces inside this paren. (space-in-parens)
(#18337) There should be no spaces inside this paren. (space-in-parens)
(#18337) There should be no spaces inside this paren. (space-in-parens)
(#18337) There should be no spaces inside this paren. (space-in-parens)
(#18337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18338) Unexpected tab character. (no-tabs)
(#18338) There should be no spaces inside this paren. (space-in-parens)
(#18338) There should be no spaces inside this paren. (space-in-parens)
(#18338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18339) Unexpected tab character. (no-tabs)
(#18339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18340) Unexpected tab character. (no-tabs)
(#18340) There should be no spaces inside this paren. (space-in-parens)
(#18340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18341) Unexpected tab character. (no-tabs)
(#18341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18342) Unexpected tab character. (no-tabs)
(#18342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18344) Unexpected tab character. (no-tabs)
(#18344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18346) Unexpected tab character. (no-tabs)
(#18346) Comments should not begin with a lowercase character (capitalized-comments)
(#18346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18347) Unexpected tab character. (no-tabs)
(#18347) There should be no spaces inside this paren. (space-in-parens)
(#18347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18348) Unexpected tab character. (no-tabs)
(#18348) There should be no spaces inside this paren. (space-in-parens)
(#18348) There should be no spaces inside this paren. (space-in-parens)
(#18348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18349) Unexpected tab character. (no-tabs)
(#18349) There should be no spaces inside this paren. (space-in-parens)
(#18349) There should be no spaces inside this paren. (space-in-parens)
(#18349) There should be no spaces inside this paren. (space-in-parens)
(#18349) There should be no spaces inside this paren. (space-in-parens)
(#18349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18350) Unexpected tab character. (no-tabs)
(#18350) There should be no spaces inside this paren. (space-in-parens)
(#18350) There should be no spaces inside this paren. (space-in-parens)
(#18350) There should be no spaces inside this paren. (space-in-parens)
(#18350) There should be no spaces inside this paren. (space-in-parens)
(#18350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18351) Unexpected tab character. (no-tabs)
(#18351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18352) Unexpected tab character. (no-tabs)
(#18352) There should be no spaces inside this paren. (space-in-parens)
(#18352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18353) Unexpected tab character. (no-tabs)
(#18353) There should be no spaces inside this paren. (space-in-parens)
(#18353) There should be no spaces inside this paren. (space-in-parens)
(#18353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18354) Unexpected tab character. (no-tabs)
(#18354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18356) Unexpected tab character. (no-tabs)
(#18356) There should be no spaces inside this paren. (space-in-parens)
(#18356) There should be no spaces inside this paren. (space-in-parens)
(#18356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18357) Unexpected tab character. (no-tabs)
(#18357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18358) Unexpected tab character. (no-tabs)
(#18358) There should be no spaces inside this paren. (space-in-parens)
(#18358) There should be no spaces inside this paren. (space-in-parens)
(#18358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18360) Unexpected tab character. (no-tabs)
(#18360) Comments should not begin with a lowercase character (capitalized-comments)
(#18360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18361) Unexpected tab character. (no-tabs)
(#18361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18362) Unexpected tab character. (no-tabs)
(#18362) There should be no spaces inside this paren. (space-in-parens)
(#18362) There should be no spaces inside this paren. (space-in-parens)
(#18362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18364) Unexpected tab character. (no-tabs)
(#18364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18365) Unexpected tab character. (no-tabs)
(#18365) There should be no spaces inside this paren. (space-in-parens)
(#18365) There should be no spaces inside this paren. (space-in-parens)
(#18365) There should be no spaces inside this paren. (space-in-parens)
(#18365) There should be no spaces inside this paren. (space-in-parens)
(#18365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18366) Unexpected tab character. (no-tabs)
(#18366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18367) Unexpected tab character. (no-tabs)
(#18367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18369) Unexpected tab character. (no-tabs)
(#18369) There should be no spaces inside this paren. (space-in-parens)
(#18369) There should be no spaces inside this paren. (space-in-parens)
(#18369) There should be no spaces inside this paren. (space-in-parens)
(#18369) There should be no spaces inside this paren. (space-in-parens)
(#18369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18370) Unexpected tab character. (no-tabs)
(#18370) There should be no spaces inside this paren. (space-in-parens)
(#18370) There should be no spaces inside this paren. (space-in-parens)
(#18370) There should be no spaces inside this paren. (space-in-parens)
(#18370) There should be no spaces inside this paren. (space-in-parens)
(#18370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18371) Unexpected tab character. (no-tabs)
(#18371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18373) Unexpected tab character. (no-tabs)
(#18373) There should be no spaces inside this paren. (space-in-parens)
(#18373) There should be no spaces inside this paren. (space-in-parens)
(#18373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18375) Unexpected tab character. (no-tabs)
(#18375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18376) Unexpected tab character. (no-tabs)
(#18376) There should be no spaces inside this paren. (space-in-parens)
(#18376) There should be no spaces inside this paren. (space-in-parens)
(#18376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18377) Unexpected tab character. (no-tabs)
(#18377) There should be no spaces inside this paren. (space-in-parens)
(#18377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18378) Unexpected tab character. (no-tabs)
(#18378) There should be no spaces inside this paren. (space-in-parens)
(#18378) There should be no spaces inside this paren. (space-in-parens)
(#18378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18379) Unexpected tab character. (no-tabs)
(#18379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18380) Unexpected tab character. (no-tabs)
(#18380) There should be no spaces inside this paren. (space-in-parens)
(#18380) There should be no spaces inside this paren. (space-in-parens)
(#18380) There should be no spaces inside this paren. (space-in-parens)
(#18380) There should be no spaces inside this paren. (space-in-parens)
(#18380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18381) Unexpected tab character. (no-tabs)
(#18381) There should be no spaces inside this paren. (space-in-parens)
(#18381) There should be no spaces inside this paren. (space-in-parens)
(#18381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18382) Unexpected tab character. (no-tabs)
(#18382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18383) Unexpected tab character. (no-tabs)
(#18383) There should be no spaces inside this paren. (space-in-parens)
(#18383) There should be no spaces inside this paren. (space-in-parens)
(#18383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18384) Unexpected tab character. (no-tabs)
(#18384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18385) Unexpected tab character. (no-tabs)
(#18385) There should be no spaces inside this paren. (space-in-parens)
(#18385) There should be no spaces inside this paren. (space-in-parens)
(#18385) There should be no spaces inside this paren. (space-in-parens)
(#18385) There should be no spaces inside this paren. (space-in-parens)
(#18385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18386) Unexpected tab character. (no-tabs)
(#18386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18387) Unexpected tab character. (no-tabs)
(#18387) There should be no space after '['. (computed-property-spacing)
(#18387) There should be no space before ']'. (computed-property-spacing)
(#18387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18388) Unexpected tab character. (no-tabs)
(#18388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18389) Unexpected tab character. (no-tabs)
(#18389) There should be no spaces inside this paren. (space-in-parens)
(#18389) There should be no spaces inside this paren. (space-in-parens)
(#18389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18390) Unexpected tab character. (no-tabs)
(#18390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18391) Unexpected tab character. (no-tabs)
(#18391) There should be no spaces inside this paren. (space-in-parens)
(#18391) There should be no spaces inside this paren. (space-in-parens)
(#18391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18392) Unexpected tab character. (no-tabs)
(#18392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18393) Unexpected tab character. (no-tabs)
(#18393) There should be no spaces inside this paren. (space-in-parens)
(#18393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18394) Unexpected tab character. (no-tabs)
(#18394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18396) Unexpected tab character. (no-tabs)
(#18396) There should be no spaces inside this paren. (space-in-parens)
(#18396) There should be no spaces inside this paren. (space-in-parens)
(#18396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18397) Unexpected tab character. (no-tabs)
(#18397) There should be no spaces inside this paren. (space-in-parens)
(#18397) There should be no spaces inside this paren. (space-in-parens)
(#18397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18398) Unexpected tab character. (no-tabs)
(#18398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18400) Unexpected tab character. (no-tabs)
(#18400) Expected to return a value at the end of method '_updateContent'. (consistent-return)
(#18400) There should be no spaces inside this paren. (space-in-parens)
(#18400) There should be no spaces inside this paren. (space-in-parens)
(#18400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18401) Unexpected tab character. (no-tabs)
(#18401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18402) Unexpected tab character. (no-tabs)
(#18402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18403) Unexpected tab character. (no-tabs)
(#18403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18404) Unexpected tab character. (no-tabs)
(#18404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18406) Unexpected tab character. (no-tabs)
(#18406) There should be no spaces inside this paren. (space-in-parens)
(#18406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18407) Unexpected tab character. (no-tabs)
(#18407) There should be no spaces inside this paren. (space-in-parens)
(#18407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18408) Unexpected tab character. (no-tabs)
(#18408) There should be no spaces inside this paren. (space-in-parens)
(#18408) There should be no spaces inside this paren. (space-in-parens)
(#18408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18409) Unexpected tab character. (no-tabs)
(#18409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18411) Unexpected tab character. (no-tabs)
(#18411) There should be no spaces inside this paren. (space-in-parens)
(#18411) There should be no space after '['. (computed-property-spacing)
(#18411) There should be no space before ']'. (computed-property-spacing)
(#18411) There should be no spaces inside this paren. (space-in-parens)
(#18411) There should be no spaces inside this paren. (space-in-parens)
(#18411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18413) Unexpected tab character. (no-tabs)
(#18413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18414) Unexpected tab character. (no-tabs)
(#18414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18415) Unexpected tab character. (no-tabs)
(#18415) There should be no spaces inside this paren. (space-in-parens)
(#18415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18417) Unexpected tab character. (no-tabs)
(#18417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18418) Unexpected tab character. (no-tabs)
(#18418) There should be no spaces inside this paren. (space-in-parens)
(#18418) There should be no spaces inside this paren. (space-in-parens)
(#18418) There should be no spaces inside this paren. (space-in-parens)
(#18418) There should be no spaces inside this paren. (space-in-parens)
(#18418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18419) Unexpected tab character. (no-tabs)
(#18419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18420) Unexpected tab character. (no-tabs)
(#18420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18422) Unexpected tab character. (no-tabs)
(#18422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18423) Unexpected tab character. (no-tabs)
(#18423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18424) Unexpected tab character. (no-tabs)
(#18424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18425) Unexpected tab character. (no-tabs)
(#18425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18426) Unexpected tab character. (no-tabs)
(#18426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18427) Unexpected tab character. (no-tabs)
(#18427) There should be no spaces inside this paren. (space-in-parens)
(#18427) There should be no spaces inside this paren. (space-in-parens)
(#18427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18428) Unexpected tab character. (no-tabs)
(#18428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18429) Unexpected tab character. (no-tabs)
(#18429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18430) Unexpected tab character. (no-tabs)
(#18430) There should be no spaces inside this paren. (space-in-parens)
(#18430) There should be no spaces inside this paren. (space-in-parens)
(#18430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18431) Unexpected tab character. (no-tabs)
(#18431) There should be no spaces inside this paren. (space-in-parens)
(#18431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18432) Unexpected tab character. (no-tabs)
(#18432) There should be no spaces inside this paren. (space-in-parens)
(#18432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18433) Unexpected tab character. (no-tabs)
(#18433) There should be no spaces inside this paren. (space-in-parens)
(#18433) There should be no spaces inside this paren. (space-in-parens)
(#18433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18434) Unexpected tab character. (no-tabs)
(#18434) There should be no spaces inside this paren. (space-in-parens)
(#18434) There should be no spaces inside this paren. (space-in-parens)
(#18434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18435) Unexpected tab character. (no-tabs)
(#18435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18436) Unexpected tab character. (no-tabs)
(#18436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18438) Unexpected tab character. (no-tabs)
(#18438) There should be no spaces inside this paren. (space-in-parens)
(#18438) There should be no spaces inside this paren. (space-in-parens)
(#18438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18439) Unexpected tab character. (no-tabs)
(#18439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18440) Unexpected tab character. (no-tabs)
(#18440) There should be no spaces inside this paren. (space-in-parens)
(#18440) There should be no spaces inside this paren. (space-in-parens)
(#18440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18442) Unexpected tab character. (no-tabs)
(#18442) There should be no spaces inside this paren. (space-in-parens)
(#18442) There should be no spaces inside this paren. (space-in-parens)
(#18442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18443) Unexpected tab character. (no-tabs)
(#18443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18444) Unexpected tab character. (no-tabs)
(#18444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18446) Unexpected tab character. (no-tabs)
(#18446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18447) Unexpected tab character. (no-tabs)
(#18447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18448) Unexpected tab character. (no-tabs)
(#18448) There should be no spaces inside this paren. (space-in-parens)
(#18448) There should be no spaces inside this paren. (space-in-parens)
(#18448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18449) Unexpected tab character. (no-tabs)
(#18449) There should be no spaces inside this paren. (space-in-parens)
(#18449) There should be no spaces inside this paren. (space-in-parens)
(#18449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18450) Unexpected tab character. (no-tabs)
(#18450) There should be no spaces inside this paren. (space-in-parens)
(#18450) There should be no spaces inside this paren. (space-in-parens)
(#18450) There should be no spaces inside this paren. (space-in-parens)
(#18450) There should be no spaces inside this paren. (space-in-parens)
(#18450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18451) Unexpected tab character. (no-tabs)
(#18451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18452) Unexpected tab character. (no-tabs)
(#18452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18454) Unexpected tab character. (no-tabs)
(#18454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18455) Unexpected tab character. (no-tabs)
(#18455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18456) Unexpected tab character. (no-tabs)
(#18456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18457) Unexpected tab character. (no-tabs)
(#18457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18458) Unexpected tab character. (no-tabs)
(#18458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18459) Unexpected tab character. (no-tabs)
(#18459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18460) Unexpected tab character. (no-tabs)
(#18460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18461) Unexpected tab character. (no-tabs)
(#18461) There should be no spaces inside this paren. (space-in-parens)
(#18461) There should be no spaces inside this paren. (space-in-parens)
(#18461) There should be no spaces inside this paren. (space-in-parens)
(#18461) There should be no spaces inside this paren. (space-in-parens)
(#18461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18462) Unexpected tab character. (no-tabs)
(#18462) There should be no spaces inside this paren. (space-in-parens)
(#18462) There should be no spaces inside this paren. (space-in-parens)
(#18462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18463) Unexpected tab character. (no-tabs)
(#18463) There should be no spaces inside this paren. (space-in-parens)
(#18463) There should be no spaces inside this paren. (space-in-parens)
(#18463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18464) Unexpected tab character. (no-tabs)
(#18464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18465) Unexpected tab character. (no-tabs)
(#18465) There should be no spaces inside this paren. (space-in-parens)
(#18465) There should be no spaces inside this paren. (space-in-parens)
(#18465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18466) Unexpected tab character. (no-tabs)
(#18466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18467) Unexpected tab character. (no-tabs)
(#18467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18469) Unexpected tab character. (no-tabs)
(#18469) There should be no spaces inside this paren. (space-in-parens)
(#18469) There should be no spaces inside this paren. (space-in-parens)
(#18469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18470) Unexpected tab character. (no-tabs)
(#18470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18471) Unexpected tab character. (no-tabs)
(#18471) There should be no spaces inside this paren. (space-in-parens)
(#18471) There should be no spaces inside this paren. (space-in-parens)
(#18471) There should be no spaces inside this paren. (space-in-parens)
(#18471) There should be no spaces inside this paren. (space-in-parens)
(#18471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18472) Unexpected tab character. (no-tabs)
(#18472) There should be no spaces inside this paren. (space-in-parens)
(#18472) There should be no spaces inside this paren. (space-in-parens)
(#18472) There should be no spaces inside this paren. (space-in-parens)
(#18472) There should be no spaces inside this paren. (space-in-parens)
(#18472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18474) Unexpected tab character. (no-tabs)
(#18474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18475) Unexpected tab character. (no-tabs)
(#18475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18476) Unexpected tab character. (no-tabs)
(#18476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18477) Unexpected tab character. (no-tabs)
(#18477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18478) Unexpected tab character. (no-tabs)
(#18478) There should be no spaces inside this paren. (space-in-parens)
(#18478) There should be no spaces inside this paren. (space-in-parens)
(#18478) There should be no spaces inside this paren. (space-in-parens)
(#18478) There should be no spaces inside this paren. (space-in-parens)
(#18478) There should be no spaces inside this paren. (space-in-parens)
(#18478) There should be no spaces inside this paren. (space-in-parens)
(#18478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18479) Unexpected tab character. (no-tabs)
(#18479) There should be no spaces inside this paren. (space-in-parens)
(#18479) There should be no spaces inside this paren. (space-in-parens)
(#18479) There should be no spaces inside this paren. (space-in-parens)
(#18479) There should be no spaces inside this paren. (space-in-parens)
(#18479) There should be no spaces inside this paren. (space-in-parens)
(#18479) There should be no spaces inside this paren. (space-in-parens)
(#18479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18480) Unexpected tab character. (no-tabs)
(#18480) There should be no spaces inside this paren. (space-in-parens)
(#18480) There should be no spaces inside this paren. (space-in-parens)
(#18480) There should be no spaces inside this paren. (space-in-parens)
(#18480) There should be no spaces inside this paren. (space-in-parens)
(#18480) There should be no spaces inside this paren. (space-in-parens)
(#18480) There should be no spaces inside this paren. (space-in-parens)
(#18480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18481) Unexpected tab character. (no-tabs)
(#18481) There should be no spaces inside this paren. (space-in-parens)
(#18481) There should be no spaces inside this paren. (space-in-parens)
(#18481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18483) Unexpected tab character. (no-tabs)
(#18483) Missing JSDoc comment. (require-jsdoc)
(#18483) There should be no spaces inside this paren. (space-in-parens)
(#18483) There should be no spaces inside this paren. (space-in-parens)
(#18483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18484) Unexpected tab character. (no-tabs)
(#18484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18485) Unexpected tab character. (no-tabs)
(#18485) There should be no spaces inside this paren. (space-in-parens)
(#18485) There should be no spaces inside this paren. (space-in-parens)
(#18485) There should be no spaces inside this paren. (space-in-parens)
(#18485) There should be no spaces inside this paren. (space-in-parens)
(#18485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18486) Unexpected tab character. (no-tabs)
(#18486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18487) Unexpected tab character. (no-tabs)
(#18487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18488) Unexpected tab character. (no-tabs)
(#18488) There should be no spaces inside this paren. (space-in-parens)
(#18488) There should be no spaces inside this paren. (space-in-parens)
(#18488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18489) Unexpected tab character. (no-tabs)
(#18489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18490) Unexpected tab character. (no-tabs)
(#18490) There should be no spaces inside this paren. (space-in-parens)
(#18490) There should be no spaces inside this paren. (space-in-parens)
(#18490) There should be no spaces inside this paren. (space-in-parens)
(#18490) There should be no spaces inside this paren. (space-in-parens)
(#18490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18491) Unexpected tab character. (no-tabs)
(#18491) There should be no spaces inside this paren. (space-in-parens)
(#18491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18492) Unexpected tab character. (no-tabs)
(#18492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18493) Unexpected tab character. (no-tabs)
(#18493) There should be no spaces inside this paren. (space-in-parens)
(#18493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18495) Unexpected tab character. (no-tabs)
(#18495) Comments should not begin with a lowercase character (capitalized-comments)
(#18495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18496) Unexpected tab character. (no-tabs)
(#18496) There should be no spaces inside this paren. (space-in-parens)
(#18496) There should be no spaces inside this paren. (space-in-parens)
(#18496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18497) Unexpected tab character. (no-tabs)
(#18497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18498) Unexpected tab character. (no-tabs)
(#18498) There should be no spaces inside this paren. (space-in-parens)
(#18498) There should be no spaces inside this paren. (space-in-parens)
(#18498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18499) Unexpected tab character. (no-tabs)
(#18499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18500) Unexpected tab character. (no-tabs)
(#18500) There should be no spaces inside this paren. (space-in-parens)
(#18500) There should be no spaces inside this paren. (space-in-parens)
(#18500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18501) Unexpected tab character. (no-tabs)
(#18501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18503) Unexpected tab character. (no-tabs)
(#18503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18505) Unexpected tab character. (no-tabs)
(#18505) There should be no spaces inside this paren. (space-in-parens)
(#18505) There should be no spaces inside this paren. (space-in-parens)
(#18505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18507) Unexpected tab character. (no-tabs)
(#18507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18508) Unexpected tab character. (no-tabs)
(#18508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18509) Unexpected tab character. (no-tabs)
(#18509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18510) Unexpected tab character. (no-tabs)
(#18510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18511) Unexpected tab character. (no-tabs)
(#18511) There should be no spaces inside this paren. (space-in-parens)
(#18511) There should be no spaces inside this paren. (space-in-parens)
(#18511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18512) Unexpected tab character. (no-tabs)
(#18512) There should be no spaces inside this paren. (space-in-parens)
(#18512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18513) Unexpected tab character. (no-tabs)
(#18513) There should be no spaces inside this paren. (space-in-parens)
(#18513) There should be no spaces inside this paren. (space-in-parens)
(#18513) There should be no spaces inside this paren. (space-in-parens)
(#18513) There should be no spaces inside this paren. (space-in-parens)
(#18513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18514) Unexpected tab character. (no-tabs)
(#18514) There should be no spaces inside this paren. (space-in-parens)
(#18514) There should be no spaces inside this paren. (space-in-parens)
(#18514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18515) Unexpected tab character. (no-tabs)
(#18515) There should be no spaces inside this paren. (space-in-parens)
(#18515) There should be no spaces inside this paren. (space-in-parens)
(#18515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18516) Unexpected tab character. (no-tabs)
(#18516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18517) Unexpected tab character. (no-tabs)
(#18517) There should be no spaces inside this paren. (space-in-parens)
(#18517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18518) Unexpected tab character. (no-tabs)
(#18518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18520) Unexpected tab character. (no-tabs)
(#18520) There should be no spaces inside this paren. (space-in-parens)
(#18520) There should be no space after '{'. (object-curly-spacing)
(#18520) There should be no space before '}'. (object-curly-spacing)
(#18520) There should be no spaces inside this paren. (space-in-parens)
(#18520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18521) Unexpected tab character. (no-tabs)
(#18521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18523) Unexpected tab character. (no-tabs)
(#18523) There should be no spaces inside this paren. (space-in-parens)
(#18523) There should be no spaces inside this paren. (space-in-parens)
(#18523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18524) Unexpected tab character. (no-tabs)
(#18524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18525) Unexpected tab character. (no-tabs)
(#18525) There should be no spaces inside this paren. (space-in-parens)
(#18525) There should be no spaces inside this paren. (space-in-parens)
(#18525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18526) Unexpected tab character. (no-tabs)
(#18526) There should be no spaces inside this paren. (space-in-parens)
(#18526) There should be no spaces inside this paren. (space-in-parens)
(#18526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18527) Unexpected tab character. (no-tabs)
(#18527) There should be no spaces inside this paren. (space-in-parens)
(#18527) There should be no spaces inside this paren. (space-in-parens)
(#18527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18528) Unexpected tab character. (no-tabs)
(#18528) There should be no space after '['. (computed-property-spacing)
(#18528) There should be no space before ']'. (computed-property-spacing)
(#18528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18529) Unexpected tab character. (no-tabs)
(#18529) There should be no spaces inside this paren. (space-in-parens)
(#18529) There should be no spaces inside this paren. (space-in-parens)
(#18529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18530) Unexpected tab character. (no-tabs)
(#18530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18531) Unexpected tab character. (no-tabs)
(#18531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18532) Unexpected tab character. (no-tabs)
(#18532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18534) Unexpected tab character. (no-tabs)
(#18534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18535) Unexpected tab character. (no-tabs)
(#18535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18536) Unexpected tab character. (no-tabs)
(#18536) There should be no spaces inside this paren. (space-in-parens)
(#18536) There should be no space after '['. (computed-property-spacing)
(#18536) There should be no space before ']'. (computed-property-spacing)
(#18536) There should be no space after '['. (computed-property-spacing)
(#18536) There should be no space before ']'. (computed-property-spacing)
(#18536) There should be no spaces inside this paren. (space-in-parens)
(#18536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18537) Unexpected tab character. (no-tabs)
(#18537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18538) Unexpected tab character. (no-tabs)
(#18538) There should be no spaces inside this paren. (space-in-parens)
(#18538) There should be no spaces inside this paren. (space-in-parens)
(#18538) There should be no spaces inside this paren. (space-in-parens)
(#18538) There should be no spaces inside this paren. (space-in-parens)
(#18538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18539) Unexpected tab character. (no-tabs)
(#18539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18540) Unexpected tab character. (no-tabs)
(#18540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18542) Unexpected tab character. (no-tabs)
(#18542) There should be no spaces inside this paren. (space-in-parens)
(#18542) There should be no spaces inside this paren. (space-in-parens)
(#18542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18543) Unexpected tab character. (no-tabs)
(#18543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18544) Unexpected tab character. (no-tabs)
(#18544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18545) Unexpected tab character. (no-tabs)
(#18545) There should be no spaces inside this paren. (space-in-parens)
(#18545) There should be no spaces inside this paren. (space-in-parens)
(#18545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18546) Unexpected tab character. (no-tabs)
(#18546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18547) Unexpected tab character. (no-tabs)
(#18547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18548) Unexpected tab character. (no-tabs)
(#18548) There should be no spaces inside this paren. (space-in-parens)
(#18548) There should be no spaces inside this paren. (space-in-parens)
(#18548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18549) Unexpected tab character. (no-tabs)
(#18549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18551) Unexpected tab character. (no-tabs)
(#18551) There should be no spaces inside this paren. (space-in-parens)
(#18551) There should be no spaces inside this paren. (space-in-parens)
(#18551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18552) Unexpected tab character. (no-tabs)
(#18552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18553) Unexpected tab character. (no-tabs)
(#18553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18554) Unexpected tab character. (no-tabs)
(#18554) There should be no spaces inside this paren. (space-in-parens)
(#18554) There should be no spaces inside this paren. (space-in-parens)
(#18554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18555) Unexpected tab character. (no-tabs)
(#18555) There should be no spaces inside this paren. (space-in-parens)
(#18555) There should be no spaces inside this paren. (space-in-parens)
(#18555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18557) Unexpected tab character. (no-tabs)
(#18557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18558) Unexpected tab character. (no-tabs)
(#18558) There should be no spaces inside this paren. (space-in-parens)
(#18558) There should be no spaces inside this paren. (space-in-parens)
(#18558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18560) Unexpected tab character. (no-tabs)
(#18560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18561) Unexpected tab character. (no-tabs)
(#18561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18562) Unexpected tab character. (no-tabs)
(#18562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18563) Unexpected tab character. (no-tabs)
(#18563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18564) Unexpected tab character. (no-tabs)
(#18564) There should be no spaces inside this paren. (space-in-parens)
(#18564) There should be no spaces inside this paren. (space-in-parens)
(#18564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18565) Unexpected tab character. (no-tabs)
(#18565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18566) Unexpected tab character. (no-tabs)
(#18566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18568) Unexpected tab character. (no-tabs)
(#18568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18570) Unexpected tab character. (no-tabs)
(#18570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18571) Unexpected tab character. (no-tabs)
(#18571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18572) Unexpected tab character. (no-tabs)
(#18572) There should be no spaces inside this paren. (space-in-parens)
(#18572) There should be no spaces inside this paren. (space-in-parens)
(#18572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18573) Unexpected tab character. (no-tabs)
(#18573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18574) Unexpected tab character. (no-tabs)
(#18574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18576) Unexpected tab character. (no-tabs)
(#18576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18577) Unexpected tab character. (no-tabs)
(#18577) There should be no spaces inside this paren. (space-in-parens)
(#18577) There should be no spaces inside this paren. (space-in-parens)
(#18577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18579) Unexpected tab character. (no-tabs)
(#18579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18580) Unexpected tab character. (no-tabs)
(#18580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18581) Unexpected tab character. (no-tabs)
(#18581) There should be no spaces inside this paren. (space-in-parens)
(#18581) There should be no spaces inside this paren. (space-in-parens)
(#18581) There should be no spaces inside this paren. (space-in-parens)
(#18581) There should be no spaces inside this paren. (space-in-parens)
(#18581) There should be no spaces inside this paren. (space-in-parens)
(#18581) There should be no spaces inside this paren. (space-in-parens)
(#18581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18582) Unexpected tab character. (no-tabs)
(#18582) There should be no spaces inside this paren. (space-in-parens)
(#18582) There should be no spaces inside this paren. (space-in-parens)
(#18582) There should be no spaces inside this paren. (space-in-parens)
(#18582) There should be no spaces inside this paren. (space-in-parens)
(#18582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18583) Unexpected tab character. (no-tabs)
(#18583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18585) Unexpected tab character. (no-tabs)
(#18585) There should be no spaces inside this paren. (space-in-parens)
(#18585) There should be no spaces inside this paren. (space-in-parens)
(#18585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18587) Unexpected tab character. (no-tabs)
(#18587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18588) Unexpected tab character. (no-tabs)
(#18588) There should be no spaces inside this paren. (space-in-parens)
(#18588) There should be no spaces inside this paren. (space-in-parens)
(#18588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18589) Unexpected tab character. (no-tabs)
(#18589) There should be no spaces inside this paren. (space-in-parens)
(#18589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18590) Unexpected tab character. (no-tabs)
(#18590) There should be no spaces inside this paren. (space-in-parens)
(#18590) There should be no spaces inside this paren. (space-in-parens)
(#18590) There should be no spaces inside this paren. (space-in-parens)
(#18590) There should be no spaces inside this paren. (space-in-parens)
(#18590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18591) Unexpected tab character. (no-tabs)
(#18591) There should be no spaces inside this paren. (space-in-parens)
(#18591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18593) Unexpected tab character. (no-tabs)
(#18593) There should be no spaces inside this paren. (space-in-parens)
(#18593) There should be no spaces inside this paren. (space-in-parens)
(#18593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18594) Unexpected tab character. (no-tabs)
(#18594) There should be no spaces inside this paren. (space-in-parens)
(#18594) There should be no spaces inside this paren. (space-in-parens)
(#18594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18596) Unexpected tab character. (no-tabs)
(#18596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18597) Unexpected tab character. (no-tabs)
(#18597) There should be no spaces inside this paren. (space-in-parens)
(#18597) There should be no space after '['. (computed-property-spacing)
(#18597) There should be no space before ']'. (computed-property-spacing)
(#18597) There should be no space after '['. (computed-property-spacing)
(#18597) There should be no space before ']'. (computed-property-spacing)
(#18597) There should be no spaces inside this paren. (space-in-parens)
(#18597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18598) Unexpected tab character. (no-tabs)
(#18598) There should be no spaces inside this paren. (space-in-parens)
(#18598) There should be no spaces inside this paren. (space-in-parens)
(#18598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18599) Unexpected tab character. (no-tabs)
(#18599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18600) Unexpected tab character. (no-tabs)
(#18600) There should be no spaces inside this paren. (space-in-parens)
(#18600) There should be no spaces inside this paren. (space-in-parens)
(#18600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18602) Unexpected tab character. (no-tabs)
(#18602) There should be no spaces inside this paren. (space-in-parens)
(#18602) There should be no spaces inside this paren. (space-in-parens)
(#18602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18603) Unexpected tab character. (no-tabs)
(#18603) There should be no spaces inside this paren. (space-in-parens)
(#18603) There should be no spaces inside this paren. (space-in-parens)
(#18603) There should be no spaces inside this paren. (space-in-parens)
(#18603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18604) Unexpected tab character. (no-tabs)
(#18604) There should be no spaces inside this paren. (space-in-parens)
(#18604) There should be no spaces inside this paren. (space-in-parens)
(#18604) There should be no spaces inside this paren. (space-in-parens)
(#18604) There should be no spaces inside this paren. (space-in-parens)
(#18604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18605) Unexpected tab character. (no-tabs)
(#18605) There should be no space after '['. (computed-property-spacing)
(#18605) There should be no space before ']'. (computed-property-spacing)
(#18605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18606) Unexpected tab character. (no-tabs)
(#18606) There should be no spaces inside this paren. (space-in-parens)
(#18606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18607) Unexpected tab character. (no-tabs)
(#18607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18609) Unexpected tab character. (no-tabs)
(#18609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18610) Unexpected tab character. (no-tabs)
(#18610) There should be no spaces inside this paren. (space-in-parens)
(#18610) There should be no space after '{'. (object-curly-spacing)
(#18610) There should be no space before '}'. (object-curly-spacing)
(#18610) There should be no spaces inside this paren. (space-in-parens)
(#18610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18611) Unexpected tab character. (no-tabs)
(#18611) There should be no spaces inside this paren. (space-in-parens)
(#18611) There should be no spaces inside this paren. (space-in-parens)
(#18611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18612) Unexpected tab character. (no-tabs)
(#18612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18613) Unexpected tab character. (no-tabs)
(#18613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18614) Unexpected tab character. (no-tabs)
(#18614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18616) Unexpected tab character. (no-tabs)
(#18616) There should be no spaces inside this paren. (space-in-parens)
(#18616) There should be no spaces inside this paren. (space-in-parens)
(#18616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18617) Unexpected tab character. (no-tabs)
(#18617) There should be no spaces inside this paren. (space-in-parens)
(#18617) There should be no spaces inside this paren. (space-in-parens)
(#18617) There should be no spaces inside this paren. (space-in-parens)
(#18617) There should be no spaces inside this paren. (space-in-parens)
(#18617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18618) Unexpected tab character. (no-tabs)
(#18618) There should be no spaces inside this paren. (space-in-parens)
(#18618) There should be no spaces inside this paren. (space-in-parens)
(#18618) There should be no spaces inside this paren. (space-in-parens)
(#18618) There should be no spaces inside this paren. (space-in-parens)
(#18618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18619) Unexpected tab character. (no-tabs)
(#18619) There should be no spaces inside this paren. (space-in-parens)
(#18619) There should be no spaces inside this paren. (space-in-parens)
(#18619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18621) Unexpected tab character. (no-tabs)
(#18621) There should be no spaces inside this paren. (space-in-parens)
(#18621) There should be no spaces inside this paren. (space-in-parens)
(#18621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18622) Unexpected tab character. (no-tabs)
(#18622) There should be no spaces inside this paren. (space-in-parens)
(#18622) There should be no spaces inside this paren. (space-in-parens)
(#18622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18624) Unexpected tab character. (no-tabs)
(#18624) There should be no spaces inside this paren. (space-in-parens)
(#18624) There should be no spaces inside this paren. (space-in-parens)
(#18624) There should be no spaces inside this paren. (space-in-parens)
(#18624) There should be no spaces inside this paren. (space-in-parens)
(#18624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18626) Unexpected tab character. (no-tabs)
(#18626) Return statement should not contain assignment. (no-return-assign)
(#18626) There should be no space after '['. (computed-property-spacing)
(#18626) There should be no space before ']'. (computed-property-spacing)
(#18626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18627) Unexpected tab character. (no-tabs)
(#18627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18628) Unexpected tab character. (no-tabs)
(#18628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18629) Unexpected tab character. (no-tabs)
(#18629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18630) Unexpected tab character. (no-tabs)
(#18630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18632) Unexpected tab character. (no-tabs)
(#18632) There should be no spaces inside this paren. (space-in-parens)
(#18632) There should be no spaces inside this paren. (space-in-parens)
(#18632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18633) Unexpected tab character. (no-tabs)
(#18633) There should be no spaces inside this paren. (space-in-parens)
(#18633) There should be no spaces inside this paren. (space-in-parens)
(#18633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18634) Unexpected tab character. (no-tabs)
(#18634) There should be no space after '['. (computed-property-spacing)
(#18634) There should be no space before ']'. (computed-property-spacing)
(#18634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18635) Unexpected tab character. (no-tabs)
(#18635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18637) Unexpected tab character. (no-tabs)
(#18637) There should be no spaces inside this paren. (space-in-parens)
(#18637) There should be no spaces inside this paren. (space-in-parens)
(#18637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18638) Unexpected tab character. (no-tabs)
(#18638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18639) Unexpected tab character. (no-tabs)
(#18639) There should be no space after '['. (computed-property-spacing)
(#18639) There should be no spaces inside this paren. (space-in-parens)
(#18639) There should be no spaces inside this paren. (space-in-parens)
(#18639) There should be no space before ']'. (computed-property-spacing)
(#18639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18640) Unexpected tab character. (no-tabs)
(#18640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18642) Unexpected tab character. (no-tabs)
(#18642) There should be no spaces inside this paren. (space-in-parens)
(#18642) There should be no spaces inside this paren. (space-in-parens)
(#18642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18643) Unexpected tab character. (no-tabs)
(#18643) There should be no spaces inside this paren. (space-in-parens)
(#18643) There should be no spaces inside this paren. (space-in-parens)
(#18643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18645) Unexpected tab character. (no-tabs)
(#18645) There should be no spaces inside this paren. (space-in-parens)
(#18645) There should be no spaces inside this paren. (space-in-parens)
(#18645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18646) Unexpected tab character. (no-tabs)
(#18646) There should be no space after '['. (computed-property-spacing)
(#18646) There should be no space before ']'. (computed-property-spacing)
(#18646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18647) Unexpected tab character. (no-tabs)
(#18647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18649) Unexpected tab character. (no-tabs)
(#18649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18650) Unexpected tab character. (no-tabs)
(#18650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18652) Unexpected tab character. (no-tabs)
(#18652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18653) Unexpected tab character. (no-tabs)
(#18653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18655) Unexpected tab character. (no-tabs)
(#18655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18656) Unexpected tab character. (no-tabs)
(#18656) There should be no spaces inside this paren. (space-in-parens)
(#18656) There should be no spaces inside this paren. (space-in-parens)
(#18656) There should be no spaces inside this paren. (space-in-parens)
(#18656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18658) Unexpected tab character. (no-tabs)
(#18658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18659) Unexpected tab character. (no-tabs)
(#18659) There should be no spaces inside this paren. (space-in-parens)
(#18659) There should be no spaces inside this paren. (space-in-parens)
(#18659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18660) Unexpected tab character. (no-tabs)
(#18660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18661) Unexpected tab character. (no-tabs)
(#18661) There should be no space after '['. (computed-property-spacing)
(#18661) There should be no space before ']'. (computed-property-spacing)
(#18661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18662) Unexpected tab character. (no-tabs)
(#18662) There should be no spaces inside this paren. (space-in-parens)
(#18662) There should be no spaces inside this paren. (space-in-parens)
(#18662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18664) Unexpected tab character. (no-tabs)
(#18664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18665) Unexpected tab character. (no-tabs)
(#18665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18666) Unexpected tab character. (no-tabs)
(#18666) There should be no spaces inside this paren. (space-in-parens)
(#18666) There should be no spaces inside this paren. (space-in-parens)
(#18666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18668) Unexpected tab character. (no-tabs)
(#18668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18669) Unexpected tab character. (no-tabs)
(#18669) There should be no spaces inside this paren. (space-in-parens)
(#18669) There should be no spaces inside this paren. (space-in-parens)
(#18669) There should be no spaces inside this paren. (space-in-parens)
(#18669) There should be no spaces inside this paren. (space-in-parens)
(#18669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18671) Unexpected tab character. (no-tabs)
(#18671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18672) Unexpected tab character. (no-tabs)
(#18672) There should be no spaces inside this paren. (space-in-parens)
(#18672) There should be no spaces inside this paren. (space-in-parens)
(#18672) There should be no spaces inside this paren. (space-in-parens)
(#18672) There should be no spaces inside this paren. (space-in-parens)
(#18672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18673) Unexpected tab character. (no-tabs)
(#18673) There should be no spaces inside this paren. (space-in-parens)
(#18673) There should be no spaces inside this paren. (space-in-parens)
(#18673) There should be no spaces inside this paren. (space-in-parens)
(#18673) There should be no spaces inside this paren. (space-in-parens)
(#18673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18674) Unexpected tab character. (no-tabs)
(#18674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18675) Unexpected tab character. (no-tabs)
(#18675) There should be no spaces inside this paren. (space-in-parens)
(#18675) There should be no spaces inside this paren. (space-in-parens)
(#18675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18676) Unexpected tab character. (no-tabs)
(#18676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18677) Unexpected tab character. (no-tabs)
(#18677) There should be no spaces inside this paren. (space-in-parens)
(#18677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18678) Unexpected tab character. (no-tabs)
(#18678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18679) Unexpected tab character. (no-tabs)
(#18679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18680) There should be no spaces inside this paren. (space-in-parens)
(#18680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18684) There should be no spaces inside this paren. (space-in-parens)
(#18684) There should be no spaces inside this paren. (space-in-parens)
(#18684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18686) Unexpected tab character. (no-tabs)
(#18686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18687) Unexpected tab character. (no-tabs)
(#18687) There should be no spaces inside this paren. (space-in-parens)
(#18687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18688) Unexpected tab character. (no-tabs)
(#18688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18689) Unexpected tab character. (no-tabs)
(#18689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18690) Unexpected tab character. (no-tabs)
(#18690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18691) Unexpected tab character. (no-tabs)
(#18691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18692) Unexpected tab character. (no-tabs)
(#18692) There should be no spaces inside this paren. (space-in-parens)
(#18692) There should be no spaces inside this paren. (space-in-parens)
(#18692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18693) Unexpected tab character. (no-tabs)
(#18693) There should be no spaces inside this paren. (space-in-parens)
(#18693) There should be no spaces inside this paren. (space-in-parens)
(#18693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18694) Unexpected tab character. (no-tabs)
(#18694) There should be no spaces inside this paren. (space-in-parens)
(#18694) There should be no spaces inside this paren. (space-in-parens)
(#18694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18695) Unexpected tab character. (no-tabs)
(#18695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18696) Unexpected tab character. (no-tabs)
(#18696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18697) Unexpected tab character. (no-tabs)
(#18697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18698) Unexpected tab character. (no-tabs)
(#18698) There should be no spaces inside this paren. (space-in-parens)
(#18698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18701) 'widgetsTooltip' is assigned a value but never used. (no-unused-vars)
(#18701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18702) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#18703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(976 errors, 24 warnings)

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

blocks/cmanager/css/main.css
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#3) Expected newline after "{" (block-opening-brace-newline-after)
(#54) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected "#00FF00" to be "#00ff00" (color-hex-case)
(#4) Expected "#00FF00" to be "#0F0" (color-hex-length)
(#60) Expected "#000000" to be "#000" (color-hex-length)
(#4) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#5) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#27) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#62) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#38) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#40) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#66) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#12) Expected no more than 2 empty lines (max-empty-lines)
(#16) Expected no more than 2 empty lines (max-empty-lines)
(#23) Expected no more than 2 empty lines (max-empty-lines)
(#24) Expected no more than 2 empty lines (max-empty-lines)
(#3) Unexpected whitespace at end of line (no-eol-whitespace)
(#4) Unexpected whitespace at end of line (no-eol-whitespace)
(#5) Unexpected whitespace at end of line (no-eol-whitespace)
(#6) Unexpected whitespace at end of line (no-eol-whitespace)
(#8) Unexpected whitespace at end of line (no-eol-whitespace)
(#27) Unexpected whitespace at end of line (no-eol-whitespace)
(#35) Unexpected whitespace at end of line (no-eol-whitespace)
(#62) Unexpected whitespace at end of line (no-eol-whitespace)
(#6) Unexpected unit "pt" (unit-blacklist)
blocks/cmanager/js/jquery/jquery-ui.css
(#1095) Expected newline before "}" (block-closing-brace-newline-before)
(#1096) Expected newline before "}" (block-closing-brace-newline-before)
(#1097) Expected newline before "}" (block-closing-brace-newline-before)
(#1098) Expected newline before "}" (block-closing-brace-newline-before)
(#1099) Expected newline before "}" (block-closing-brace-newline-before)
(#1100) Expected newline before "}" (block-closing-brace-newline-before)
(#1101) Expected newline before "}" (block-closing-brace-newline-before)
(#1102) Expected newline before "}" (block-closing-brace-newline-before)
(#1103) Expected newline before "}" (block-closing-brace-newline-before)
(#1104) Expected newline before "}" (block-closing-brace-newline-before)
(#1105) Expected newline before "}" (block-closing-brace-newline-before)
(#1106) Expected newline before "}" (block-closing-brace-newline-before)
(#1107) Expected newline before "}" (block-closing-brace-newline-before)
(#1108) Expected newline before "}" (block-closing-brace-newline-before)
(#1109) Expected newline before "}" (block-closing-brace-newline-before)
(#1110) Expected newline before "}" (block-closing-brace-newline-before)
(#1111) Expected newline before "}" (block-closing-brace-newline-before)
(#1112) Expected newline before "}" (block-closing-brace-newline-before)
(#1113) Expected newline before "}" (block-closing-brace-newline-before)
(#1114) Expected newline before "}" (block-closing-brace-newline-before)
(#1115) Expected newline before "}" (block-closing-brace-newline-before)
(#1116) Expected newline before "}" (block-closing-brace-newline-before)
(#1117) Expected newline before "}" (block-closing-brace-newline-before)
(#1118) Expected newline before "}" (block-closing-brace-newline-before)
(#1119) Expected newline before "}" (block-closing-brace-newline-before)
(#1120) Expected newline before "}" (block-closing-brace-newline-before)
(#1121) Expected newline before "}" (block-closing-brace-newline-before)
(#1122) Expected newline before "}" (block-closing-brace-newline-before)
(#1123) Expected newline before "}" (block-closing-brace-newline-before)
(#1124) Expected newline before "}" (block-closing-brace-newline-before)
(#1125) Expected newline before "}" (block-closing-brace-newline-before)
(#1126) Expected newline before "}" (block-closing-brace-newline-before)
(#1127) Expected newline before "}" (block-closing-brace-newline-before)
(#1128) Expected newline before "}" (block-closing-brace-newline-before)
(#1129) Expected newline before "}" (block-closing-brace-newline-before)
(#1130) Expected newline before "}" (block-closing-brace-newline-before)
(#1131) Expected newline before "}" (block-closing-brace-newline-before)
(#1132) Expected newline before "}" (block-closing-brace-newline-before)
(#1133) Expected newline before "}" (block-closing-brace-newline-before)
(#1134) Expected newline before "}" (block-closing-brace-newline-before)
(#1135) Expected newline before "}" (block-closing-brace-newline-before)
(#1136) Expected newline before "}" (block-closing-brace-newline-before)
(#1137) Expected newline before "}" (block-closing-brace-newline-before)
(#1138) Expected newline before "}" (block-closing-brace-newline-before)
(#1139) Expected newline before "}" (block-closing-brace-newline-before)
(#1140) Expected newline before "}" (block-closing-brace-newline-before)
(#1141) Expected newline before "}" (block-closing-brace-newline-before)
(#1142) Expected newline before "}" (block-closing-brace-newline-before)
(#1143) Expected newline before "}" (block-closing-brace-newline-before)
(#1144) Expected newline before "}" (block-closing-brace-newline-before)
(#1145) Expected newline before "}" (block-closing-brace-newline-before)
(#1146) Expected newline before "}" (block-closing-brace-newline-before)
(#1147) Expected newline before "}" (block-closing-brace-newline-before)
(#1148) Expected newline before "}" (block-closing-brace-newline-before)
(#1149) Expected newline before "}" (block-closing-brace-newline-before)
(#1150) Expected newline before "}" (block-closing-brace-newline-before)
(#1151) Expected newline before "}" (block-closing-brace-newline-before)
(#1152) Expected newline before "}" (block-closing-brace-newline-before)
(#1153) Expected newline before "}" (block-closing-brace-newline-before)
(#1154) Expected newline before "}" (block-closing-brace-newline-before)
(#1155) Expected newline before "}" (block-closing-brace-newline-before)
(#1156) Expected newline before "}" (block-closing-brace-newline-before)
(#1157) Expected newline before "}" (block-closing-brace-newline-before)
(#1158) Expected newline before "}" (block-closing-brace-newline-before)
(#1159) Expected newline before "}" (block-closing-brace-newline-before)
(#1160) Expected newline before "}" (block-closing-brace-newline-before)
(#1161) Expected newline before "}" (block-closing-brace-newline-before)
(#1162) Expected newline before "}" (block-closing-brace-newline-before)
(#1163) Expected newline before "}" (block-closing-brace-newline-before)
(#1164) Expected newline before "}" (block-closing-brace-newline-before)
(#1165) Expected newline before "}" (block-closing-brace-newline-before)
(#1166) Expected newline before "}" (block-closing-brace-newline-before)
(#1167) Expected newline before "}" (block-closing-brace-newline-before)
(#1168) Expected newline before "}" (block-closing-brace-newline-before)
(#1169) Expected newline before "}" (block-closing-brace-newline-before)
(#1170) Expected newline before "}" (block-closing-brace-newline-before)
(#1171) Expected newline before "}" (block-closing-brace-newline-before)
(#1172) Expected newline before "}" (block-closing-brace-newline-before)
(#1173) Expected newline before "}" (block-closing-brace-newline-before)
(#1174) Expected newline before "}" (block-closing-brace-newline-before)
(#1175) Expected newline before "}" (block-closing-brace-newline-before)
(#1176) Expected newline before "}" (block-closing-brace-newline-before)
(#1177) Expected newline before "}" (block-closing-brace-newline-before)
(#1178) Expected newline before "}" (block-closing-brace-newline-before)
(#1179) Expected newline before "}" (block-closing-brace-newline-before)
(#1180) Expected newline before "}" (block-closing-brace-newline-before)
(#1181) Expected newline before "}" (block-closing-brace-newline-before)
(#1182) Expected newline before "}" (block-closing-brace-newline-before)
(#1183) Expected newline before "}" (block-closing-brace-newline-before)
(#1184) Expected newline before "}" (block-closing-brace-newline-before)
(#1185) Expected newline before "}" (block-closing-brace-newline-before)
(#1186) Expected newline before "}" (block-closing-brace-newline-before)
(#1187) Expected newline before "}" (block-closing-brace-newline-before)
(#1188) Expected newline before "}" (block-closing-brace-newline-before)
(#1189) Expected newline before "}" (block-closing-brace-newline-before)
(#1190) Expected newline before "}" (block-closing-brace-newline-before)
(#1191) Expected newline before "}" (block-closing-brace-newline-before)
(#1192) Expected newline before "}" (block-closing-brace-newline-before)
(#1193) Expected newline before "}" (block-closing-brace-newline-before)
(#1194) Expected newline before "}" (block-closing-brace-newline-before)
(#1195) Expected newline before "}" (block-closing-brace-newline-before)
(#1196) Expected newline before "}" (block-closing-brace-newline-before)
(#1197) Expected newline before "}" (block-closing-brace-newline-before)
(#1198) Expected newline before "}" (block-closing-brace-newline-before)
(#1199) Expected newline before "}" (block-closing-brace-newline-before)
(#1200) Expected newline before "}" (block-closing-brace-newline-before)
(#1201) Expected newline before "}" (block-closing-brace-newline-before)
(#1202) Expected newline before "}" (block-closing-brace-newline-before)
(#1203) Expected newline before "}" (block-closing-brace-newline-before)
(#1204) Expected newline before "}" (block-closing-brace-newline-before)
(#1205) Expected newline before "}" (block-closing-brace-newline-before)
(#1206) Expected newline before "}" (block-closing-brace-newline-before)
(#1207) Expected newline before "}" (block-closing-brace-newline-before)
(#1208) Expected newline before "}" (block-closing-brace-newline-before)
(#1209) Expected newline before "}" (block-closing-brace-newline-before)
(#1210) Expected newline before "}" (block-closing-brace-newline-before)
(#1211) Expected newline before "}" (block-closing-brace-newline-before)
(#1212) Expected newline before "}" (block-closing-brace-newline-before)
(#1213) Expected newline before "}" (block-closing-brace-newline-before)
(#1214) Expected newline before "}" (block-closing-brace-newline-before)
(#1215) Expected newline before "}" (block-closing-brace-newline-before)
(#1216) Expected newline before "}" (block-closing-brace-newline-before)
(#1217) Expected newline before "}" (block-closing-brace-newline-before)
(#1218) Expected newline before "}" (block-closing-brace-newline-before)
(#1219) Expected newline before "}" (block-closing-brace-newline-before)
(#1220) Expected newline before "}" (block-closing-brace-newline-before)
(#1221) Expected newline before "}" (block-closing-brace-newline-before)
(#1222) Expected newline before "}" (block-closing-brace-newline-before)
(#1223) Expected newline before "}" (block-closing-brace-newline-before)
(#1224) Expected newline before "}" (block-closing-brace-newline-before)
(#1225) Expected newline before "}" (block-closing-brace-newline-before)
(#1226) Expected newline before "}" (block-closing-brace-newline-before)
(#1227) Expected newline before "}" (block-closing-brace-newline-before)
(#1228) Expected newline before "}" (block-closing-brace-newline-before)
(#1229) Expected newline before "}" (block-closing-brace-newline-before)
(#1230) Expected newline before "}" (block-closing-brace-newline-before)
(#1231) Expected newline before "}" (block-closing-brace-newline-before)
(#1233) Expected newline before "}" (block-closing-brace-newline-before)
(#1234) Expected newline before "}" (block-closing-brace-newline-before)
(#1235) Expected newline before "}" (block-closing-brace-newline-before)
(#1236) Expected newline before "}" (block-closing-brace-newline-before)
(#1237) Expected newline before "}" (block-closing-brace-newline-before)
(#1238) Expected newline before "}" (block-closing-brace-newline-before)
(#1239) Expected newline before "}" (block-closing-brace-newline-before)
(#1240) Expected newline before "}" (block-closing-brace-newline-before)
(#1241) Expected newline before "}" (block-closing-brace-newline-before)
(#1242) Expected newline before "}" (block-closing-brace-newline-before)
(#1243) Expected newline before "}" (block-closing-brace-newline-before)
(#1244) Expected newline before "}" (block-closing-brace-newline-before)
(#1245) Expected newline before "}" (block-closing-brace-newline-before)
(#1246) Expected newline before "}" (block-closing-brace-newline-before)
(#1247) Expected newline before "}" (block-closing-brace-newline-before)
(#1248) Expected newline before "}" (block-closing-brace-newline-before)
(#1249) Expected newline before "}" (block-closing-brace-newline-before)
(#1250) Expected newline before "}" (block-closing-brace-newline-before)
(#1251) Expected newline before "}" (block-closing-brace-newline-before)
(#1252) Expected newline before "}" (block-closing-brace-newline-before)
(#1253) Expected newline before "}" (block-closing-brace-newline-before)
(#1254) Expected newline before "}" (block-closing-brace-newline-before)
(#1255) Expected newline before "}" (block-closing-brace-newline-before)
(#1256) Expected newline before "}" (block-closing-brace-newline-before)
(#1257) Expected newline before "}" (block-closing-brace-newline-before)
(#1258) Expected newline before "}" (block-closing-brace-newline-before)
(#1259) Expected newline before "}" (block-closing-brace-newline-before)
(#1260) Expected newline before "}" (block-closing-brace-newline-before)
(#1261) Expected newline before "}" (block-closing-brace-newline-before)
(#1262) Expected newline before "}" (block-closing-brace-newline-before)
(#1263) Expected newline before "}" (block-closing-brace-newline-before)
(#1264) Expected newline before "}" (block-closing-brace-newline-before)
(#1265) Expected newline before "}" (block-closing-brace-newline-before)
(#1266) Expected newline before "}" (block-closing-brace-newline-before)
(#1267) Expected newline before "}" (block-closing-brace-newline-before)
(#1268) Expected newline before "}" (block-closing-brace-newline-before)
(#1269) Expected newline before "}" (block-closing-brace-newline-before)
(#1270) Expected newline before "}" (block-closing-brace-newline-before)
(#1095) Expected newline after "{" (block-opening-brace-newline-after)
(#1096) Expected newline after "{" (block-opening-brace-newline-after)
(#1097) Expected newline after "{" (block-opening-brace-newline-after)
(#1098) Expected newline after "{" (block-opening-brace-newline-after)
(#1099) Expected newline after "{" (block-opening-brace-newline-after)
(#1100) Expected newline after "{" (block-opening-brace-newline-after)
(#1101) Expected newline after "{" (block-opening-brace-newline-after)
(#1102) Expected newline after "{" (block-opening-brace-newline-after)
(#1103) Expected newline after "{" (block-opening-brace-newline-after)
(#1104) Expected newline after "{" (block-opening-brace-newline-after)
(#1105) Expected newline after "{" (block-opening-brace-newline-after)
(#1106) Expected newline after "{" (block-opening-brace-newline-after)
(#1107) Expected newline after "{" (block-opening-brace-newline-after)
(#1108) Expected newline after "{" (block-opening-brace-newline-after)
(#1109) Expected newline after "{" (block-opening-brace-newline-after)
(#1110) Expected newline after "{" (block-opening-brace-newline-after)
(#1111) Expected newline after "{" (block-opening-brace-newline-after)
(#1112) Expected newline after "{" (block-opening-brace-newline-after)
(#1113) Expected newline after "{" (block-opening-brace-newline-after)
(#1114) Expected newline after "{" (block-opening-brace-newline-after)
(#1115) Expected newline after "{" (block-opening-brace-newline-after)
(#1116) Expected newline after "{" (block-opening-brace-newline-after)
(#1117) Expected newline after "{" (block-opening-brace-newline-after)
(#1118) Expected newline after "{" (block-opening-brace-newline-after)
(#1119) Expected newline after "{" (block-opening-brace-newline-after)
(#1120) Expected newline after "{" (block-opening-brace-newline-after)
(#1121) Expected newline after "{" (block-opening-brace-newline-after)
(#1122) Expected newline after "{" (block-opening-brace-newline-after)
(#1123) Expected newline after "{" (block-opening-brace-newline-after)
(#1124) Expected newline after "{" (block-opening-brace-newline-after)
(#1125) Expected newline after "{" (block-opening-brace-newline-after)
(#1126) Expected newline after "{" (block-opening-brace-newline-after)
(#1127) Expected newline after "{" (block-opening-brace-newline-after)
(#1128) Expected newline after "{" (block-opening-brace-newline-after)
(#1129) Expected newline after "{" (block-opening-brace-newline-after)
(#1130) Expected newline after "{" (block-opening-brace-newline-after)
(#1131) Expected newline after "{" (block-opening-brace-newline-after)
(#1132) Expected newline after "{" (block-opening-brace-newline-after)
(#1133) Expected newline after "{" (block-opening-brace-newline-after)
(#1134) Expected newline after "{" (block-opening-brace-newline-after)
(#1135) Expected newline after "{" (block-opening-brace-newline-after)
(#1136) Expected newline after "{" (block-opening-brace-newline-after)
(#1137) Expected newline after "{" (block-opening-brace-newline-after)
(#1138) Expected newline after "{" (block-opening-brace-newline-after)
(#1139) Expected newline after "{" (block-opening-brace-newline-after)
(#1140) Expected newline after "{" (block-opening-brace-newline-after)
(#1141) Expected newline after "{" (block-opening-brace-newline-after)
(#1142) Expected newline after "{" (block-opening-brace-newline-after)
(#1143) Expected newline after "{" (block-opening-brace-newline-after)
(#1144) Expected newline after "{" (block-opening-brace-newline-after)
(#1145) Expected newline after "{" (block-opening-brace-newline-after)
(#1146) Expected newline after "{" (block-opening-brace-newline-after)
(#1147) Expected newline after "{" (block-opening-brace-newline-after)
(#1148) Expected newline after "{" (block-opening-brace-newline-after)
(#1149) Expected newline after "{" (block-opening-brace-newline-after)
(#1150) Expected newline after "{" (block-opening-brace-newline-after)
(#1151) Expected newline after "{" (block-opening-brace-newline-after)
(#1152) Expected newline after "{" (block-opening-brace-newline-after)
(#1153) Expected newline after "{" (block-opening-brace-newline-after)
(#1154) Expected newline after "{" (block-opening-brace-newline-after)
(#1155) Expected newline after "{" (block-opening-brace-newline-after)
(#1156) Expected newline after "{" (block-opening-brace-newline-after)
(#1157) Expected newline after "{" (block-opening-brace-newline-after)
(#1158) Expected newline after "{" (block-opening-brace-newline-after)
(#1159) Expected newline after "{" (block-opening-brace-newline-after)
(#1160) Expected newline after "{" (block-opening-brace-newline-after)
(#1161) Expected newline after "{" (block-opening-brace-newline-after)
(#1162) Expected newline after "{" (block-opening-brace-newline-after)
(#1163) Expected newline after "{" (block-opening-brace-newline-after)
(#1164) Expected newline after "{" (block-opening-brace-newline-after)
(#1165) Expected newline after "{" (block-opening-brace-newline-after)
(#1166) Expected newline after "{" (block-opening-brace-newline-after)
(#1167) Expected newline after "{" (block-opening-brace-newline-after)
(#1168) Expected newline after "{" (block-opening-brace-newline-after)
(#1169) Expected newline after "{" (block-opening-brace-newline-after)
(#1170) Expected newline after "{" (block-opening-brace-newline-after)
(#1171) Expected newline after "{" (block-opening-brace-newline-after)
(#1172) Expected newline after "{" (block-opening-brace-newline-after)
(#1173) Expected newline after "{" (block-opening-brace-newline-after)
(#1174) Expected newline after "{" (block-opening-brace-newline-after)
(#1175) Expected newline after "{" (block-opening-brace-newline-after)
(#1176) Expected newline after "{" (block-opening-brace-newline-after)
(#1177) Expected newline after "{" (block-opening-brace-newline-after)
(#1178) Expected newline after "{" (block-opening-brace-newline-after)
(#1179) Expected newline after "{" (block-opening-brace-newline-after)
(#1180) Expected newline after "{" (block-opening-brace-newline-after)
(#1181) Expected newline after "{" (block-opening-brace-newline-after)
(#1182) Expected newline after "{" (block-opening-brace-newline-after)
(#1183) Expected newline after "{" (block-opening-brace-newline-after)
(#1184) Expected newline after "{" (block-opening-brace-newline-after)
(#1185) Expected newline after "{" (block-opening-brace-newline-after)
(#1186) Expected newline after "{" (block-opening-brace-newline-after)
(#1187) Expected newline after "{" (block-opening-brace-newline-after)
(#1188) Expected newline after "{" (block-opening-brace-newline-after)
(#1189) Expected newline after "{" (block-opening-brace-newline-after)
(#1190) Expected newline after "{" (block-opening-brace-newline-after)
(#1191) Expected newline after "{" (block-opening-brace-newline-after)
(#1192) Expected newline after "{" (block-opening-brace-newline-after)
(#1193) Expected newline after "{" (block-opening-brace-newline-after)
(#1194) Expected newline after "{" (block-opening-brace-newline-after)
(#1195) Expected newline after "{" (block-opening-brace-newline-after)
(#1196) Expected newline after "{" (block-opening-brace-newline-after)
(#1197) Expected newline after "{" (block-opening-brace-newline-after)
(#1198) Expected newline after "{" (block-opening-brace-newline-after)
(#1199) Expected newline after "{" (block-opening-brace-newline-after)
(#1200) Expected newline after "{" (block-opening-brace-newline-after)
(#1201) Expected newline after "{" (block-opening-brace-newline-after)
(#1202) Expected newline after "{" (block-opening-brace-newline-after)
(#1203) Expected newline after "{" (block-opening-brace-newline-after)
(#1204) Expected newline after "{" (block-opening-brace-newline-after)
(#1205) Expected newline after "{" (block-opening-brace-newline-after)
(#1206) Expected newline after "{" (block-opening-brace-newline-after)
(#1207) Expected newline after "{" (block-opening-brace-newline-after)
(#1208) Expected newline after "{" (block-opening-brace-newline-after)
(#1209) Expected newline after "{" (block-opening-brace-newline-after)
(#1210) Expected newline after "{" (block-opening-brace-newline-after)
(#1211) Expected newline after "{" (block-opening-brace-newline-after)
(#1212) Expected newline after "{" (block-opening-brace-newline-after)
(#1213) Expected newline after "{" (block-opening-brace-newline-after)
(#1214) Expected newline after "{" (block-opening-brace-newline-after)
(#1215) Expected newline after "{" (block-opening-brace-newline-after)
(#1216) Expected newline after "{" (block-opening-brace-newline-after)
(#1217) Expected newline after "{" (block-opening-brace-newline-after)
(#1218) Expected newline after "{" (block-opening-brace-newline-after)
(#1219) Expected newline after "{" (block-opening-brace-newline-after)
(#1220) Expected newline after "{" (block-opening-brace-newline-after)
(#1221) Expected newline after "{" (block-opening-brace-newline-after)
(#1222) Expected newline after "{" (block-opening-brace-newline-after)
(#1223) Expected newline after "{" (block-opening-brace-newline-after)
(#1224) Expected newline after "{" (block-opening-brace-newline-after)
(#1225) Expected newline after "{" (block-opening-brace-newline-after)
(#1226) Expected newline after "{" (block-opening-brace-newline-after)
(#1227) Expected newline after "{" (block-opening-brace-newline-after)
(#1228) Expected newline after "{" (block-opening-brace-newline-after)
(#1229) Expected newline after "{" (block-opening-brace-newline-after)
(#1230) Expected newline after "{" (block-opening-brace-newline-after)
(#1231) Expected newline after "{" (block-opening-brace-newline-after)
(#1233) Expected newline after "{" (block-opening-brace-newline-after)
(#1234) Expected newline after "{" (block-opening-brace-newline-after)
(#1235) Expected newline after "{" (block-opening-brace-newline-after)
(#1236) Expected newline after "{" (block-opening-brace-newline-after)
(#1237) Expected newline after "{" (block-opening-brace-newline-after)
(#1238) Expected newline after "{" (block-opening-brace-newline-after)
(#1239) Expected newline after "{" (block-opening-brace-newline-after)
(#1240) Expected newline after "{" (block-opening-brace-newline-after)
(#1241) Expected newline after "{" (block-opening-brace-newline-after)
(#1242) Expected newline after "{" (block-opening-brace-newline-after)
(#1243) Expected newline after "{" (block-opening-brace-newline-after)
(#1244) Expected newline after "{" (block-opening-brace-newline-after)
(#1245) Expected newline after "{" (block-opening-brace-newline-after)
(#1246) Expected newline after "{" (block-opening-brace-newline-after)
(#1247) Expected newline after "{" (block-opening-brace-newline-after)
(#1248) Expected newline after "{" (block-opening-brace-newline-after)
(#1249) Expected newline after "{" (block-opening-brace-newline-after)
(#1250) Expected newline after "{" (block-opening-brace-newline-after)
(#1251) Expected newline after "{" (block-opening-brace-newline-after)
(#1252) Expected newline after "{" (block-opening-brace-newline-after)
(#1253) Expected newline after "{" (block-opening-brace-newline-after)
(#1254) Expected newline after "{" (block-opening-brace-newline-after)
(#1255) Expected newline after "{" (block-opening-brace-newline-after)
(#1256) Expected newline after "{" (block-opening-brace-newline-after)
(#1257) Expected newline after "{" (block-opening-brace-newline-after)
(#1258) Expected newline after "{" (block-opening-brace-newline-after)
(#1259) Expected newline after "{" (block-opening-brace-newline-after)
(#1260) Expected newline after "{" (block-opening-brace-newline-after)
(#1261) Expected newline after "{" (block-opening-brace-newline-after)
(#1262) Expected newline after "{" (block-opening-brace-newline-after)
(#1263) Expected newline after "{" (block-opening-brace-newline-after)
(#1264) Expected newline after "{" (block-opening-brace-newline-after)
(#1265) Expected newline after "{" (block-opening-brace-newline-after)
(#1266) Expected newline after "{" (block-opening-brace-newline-after)
(#1267) Expected newline after "{" (block-opening-brace-newline-after)
(#1268) Expected newline after "{" (block-opening-brace-newline-after)
(#1269) Expected newline after "{" (block-opening-brace-newline-after)
(#1270) Expected newline after "{" (block-opening-brace-newline-after)
(#903) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#904) Expected "#ffffff" to be "#fff" (color-hex-length)
(#905) Expected "#333333" to be "#333" (color-hex-length)
(#908) Expected "#333333" to be "#333" (color-hex-length)
(#911) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#913) Expected "#333333" to be "#333" (color-hex-length)
(#917) Expected "#333333" to be "#333" (color-hex-length)
(#954) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#985) Expected "#ffffff" to be "#fff" (color-hex-length)
(#990) Expected "#ffffff" to be "#fff" (color-hex-length)
(#995) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1304) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#1309) Expected "#666666" to be "#666" (color-hex-length)
(#1310) Expected "#666666" to be "#666" (color-hex-length)
(#286) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1043) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1050) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1054) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#59) Unexpected !important (declaration-no-important)
(#48) Expected "Alpha" to be "alpha" (function-name-case)
(#1043) Expected "Alpha" to be "alpha" (function-name-case)
(#1050) Expected "Alpha" to be "alpha" (function-name-case)
(#1054) Expected "Alpha" to be "alpha" (function-name-case)
(#1306) Expected "Alpha" to be "alpha" (function-name-case)
(#286) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#286) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#126) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#665) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#10) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#339) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#354) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#373) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#397) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#401) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#403) Expected indentation of 4 spaces (indentation)
(#404) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#409) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#469) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#485) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#491) Expected indentation of 4 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#494) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#498) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#513) Expected indentation of 4 spaces (indentation)
(#514) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 4 spaces (indentation)
(#526) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#528) Expected indentation of 4 spaces (indentation)
(#529) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#533) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#537) Expected indentation of 4 spaces (indentation)
(#540) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#549) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#553) Expected indentation of 4 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#560) Expected indentation of 4 spaces (indentation)
(#563) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#572) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#591) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#600) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#608) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#617) Expected indentation of 4 spaces (indentation)
(#618) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#622) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 4 spaces (indentation)
(#630) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#643) Expected indentation of 4 spaces (indentation)
(#644) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#653) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 4 spaces (indentation)
(#678) Expected indentation of 4 spaces (indentation)
(#679) Expected indentation of 4 spaces (indentation)
(#680) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#685) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#688) Expected indentation of 4 spaces (indentation)
(#691) Expected indentation of 4 spaces (indentation)
(#692) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#705) Expected indentation of 4 spaces (indentation)
(#708) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#711) Expected indentation of 4 spaces (indentation)
(#714) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#724) Expected indentation of 4 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#765) Expected indentation of 4 spaces (indentation)
(#769) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#773) Expected indentation of 4 spaces (indentation)
(#774) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#779) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#792) Expected indentation of 4 spaces (indentation)
(#793) Expected indentation of 4 spaces (indentation)
(#794) Expected indentation of 4 spaces (indentation)
(#795) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#799) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#802) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#806) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 4 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#813) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#815) Expected indentation of 4 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 4 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#819) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#831) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#843) Expected indentation of 4 spaces (indentation)
(#844) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#849) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 4 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#866) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 4 spaces (indentation)
(#871) Expected indentation of 4 spaces (indentation)
(#872) Expected indentation of 4 spaces (indentation)
(#875) Expected indentation of 4 spaces (indentation)
(#876) Expected indentation of 4 spaces (indentation)
(#877) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#900) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#905) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 4 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#917) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#932) Expected indentation of 4 spaces (indentation)
(#933) Expected indentation of 4 spaces (indentation)
(#934) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#984) Expected indentation of 4 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1005) Expected indentation of 4 spaces (indentation)
(#1006) Expected indentation of 4 spaces (indentation)
(#1009) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1015) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 4 spaces (indentation)
(#1021) Expected indentation of 4 spaces (indentation)
(#1022) Expected indentation of 4 spaces (indentation)
(#1027) Expected indentation of 4 spaces (indentation)
(#1032) Expected indentation of 4 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1042) Expected indentation of 4 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1050) Expected indentation of 4 spaces (indentation)
(#1051) Expected indentation of 4 spaces (indentation)
(#1054) Expected indentation of 4 spaces (indentation)
(#1062) Expected indentation of 4 spaces (indentation)
(#1063) Expected indentation of 4 spaces (indentation)
(#1067) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 4 spaces (indentation)
(#1076) Expected indentation of 4 spaces (indentation)
(#1080) Expected indentation of 4 spaces (indentation)
(#1084) Expected indentation of 4 spaces (indentation)
(#1088) Expected indentation of 4 spaces (indentation)
(#1091) Expected indentation of 4 spaces (indentation)
(#1281) Expected indentation of 4 spaces (indentation)
(#1287) Expected indentation of 4 spaces (indentation)
(#1293) Expected indentation of 4 spaces (indentation)
(#1299) Expected indentation of 4 spaces (indentation)
(#1304) Expected indentation of 4 spaces (indentation)
(#1305) Expected indentation of 4 spaces (indentation)
(#1306) Expected indentation of 4 spaces (indentation)
(#1309) Expected indentation of 4 spaces (indentation)
(#1310) Expected indentation of 4 spaces (indentation)
(#1309) Unexpected unit (length-zero-no-unit)
(#1309) Unexpected unit (length-zero-no-unit)
(#1310) Unexpected unit (length-zero-no-unit)
(#1310) Unexpected unit (length-zero-no-unit)
(#3) Expected line length to be no more than 132 characters (max-line-length)
(#4) Expected line length to be no more than 132 characters (max-line-length)
(#834) Expected line length to be no more than 132 characters (max-line-length)
(#925) Expected no more than 0 empty lines (selector-max-empty-lines)
(#886) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#886) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#896) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#896) Expected single space after "," in a single-line list (value-list-comma-space-after)

PHPDocs style problems

(140 errors, 5 warnings)

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

blocks/cmanager/admin/approve_course.php
(#89) Class block_cmanager_approve_course_form is not documented
(#91) Function block_cmanager_approve_course_form::definition is not documented
blocks/cmanager/admin/bulk_approve.php
(#52) Class block_cmanager_bulk_approve_form is not documented
(#54) Function block_cmanager_bulk_approve_form::definition is not documented
blocks/cmanager/admin/bulk_deny.php
(#68) Class block_cmanager_bulk_deny is not documented
(#70) Function block_cmanager_bulk_deny::definition is not documented
blocks/cmanager/admin/comment.php
(#86) Class block_cmanager_comment_form is not documented
(#88) Function block_cmanager_comment_form::definition is not documented
blocks/cmanager/admin/deny_course.php
(#74) Class block_cmanager_deny_form is not documented
(#76) Function block_cmanager_deny_form::definition is not documented
(#278) Phpdocs for function block_cmanager_get_username has incomplete parameters list
blocks/cmanager/admin/showcoursedetails.php
(#2) Empty line found after PHP open tag
blocks/cmanager/approve_mod.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#51) Function block_cmanager_approve_module_form::definition is not documented
(#42) No one-line description found in phpdocs for class block_cmanager_approve_module_form
blocks/cmanager/block_cmanager.php
(#22) File-level phpdocs block is not found
(#64) Package is not specified for function block_cmanager_get_html_content. It is also not specified in file-level phpdocs
blocks/cmanager/classes/event/course_created.php
(#31) Class course_created is not documented
(#32) Function course_created::init is not documented
(#38) Function course_created::get_name is not documented
(#42) Function course_created::get_description is not documented
(#46) Function course_created::get_url is not documented
(#50) Function course_created::get_legacy_logdata is not documented
(#54) Function course_created::get_legacy_eventname is not documented
(#58) Function course_created::get_legacy_eventdata is not documented
blocks/cmanager/classes/event/course_deleted.php
(#31) Class course_deleted is not documented
(#32) Function course_deleted::init is not documented
(#38) Function course_deleted::get_name is not documented
(#42) Function course_deleted::get_description is not documented
(#46) Function course_deleted::get_url is not documented
(#50) Function course_deleted::get_legacy_logdata is not documented
(#54) Function course_deleted::get_legacy_eventname is not documented
(#58) Function course_deleted::get_legacy_eventdata is not documented
blocks/cmanager/classes/event/course_process.php
(#31) Class course_process is not documented
(#32) Function course_process::init is not documented
(#38) Function course_process::get_name is not documented
(#42) Function course_process::get_description is not documented
(#46) Function course_process::get_url is not documented
(#50) Function course_process::get_legacy_logdata is not documented
(#54) Function course_process::get_legacy_eventname is not documented
(#58) Function course_process::get_legacy_eventdata is not documented
blocks/cmanager/cmanager_admin.php
(#101) Function block_cmanager_admin_form::definition is not documented
blocks/cmanager/cmanager_admin_arch.php
(#109) Function block_cmanager_adminarch_form::definition is not documented
blocks/cmanager/cmanager_adminsettings.php
(#242) Function block_cmanager_adminsettings_form::definition is not documented
(#282) Found comment starting with three or more slashes
(#509) Found comment starting with three or more slashes
(#574) Phpdocs for function block_cmanager_validate_email has incomplete parameters list
blocks/cmanager/cmanager_config.php
(#132) Function block_cmanager_config_form::definition is not documented
(#248) Found comment starting with three or more slashes
(#406) Found comment starting with three or more slashes
(#458) Phpdocs for function block_cmanager_validate_email has incomplete parameters list
blocks/cmanager/cmanager_confighome.php
(#62) Function block_cmanager_confighome_form::definition is not documented
blocks/cmanager/cmanager_email.php
(#41) Phpdocs for function block_cmanager_convert_tags_to_values has incomplete parameters list
(#73) Phpdocs for function block_cmanager_new_course_approved_mail_user has incomplete parameters list
(#105) Phpdocs for function block_cmanager_new_course_approved_mail_admin has incomplete parameters list
(#138) Phpdocs for function block_cmanager_request_new_mod_email_admins has incomplete parameters list
(#168) Phpdocs for function block_cmanager_request_new_mod_email_user has incomplete parameters list
(#189) Phpdocs for function block_cmanager_send_email_to_Address has incomplete parameters list
(#211) Phpdocs for function block_cmanager_email_comment_to_user has incomplete parameters list
(#239) Phpdocs for function block_cmanager_email_comment_to_admin has incomplete parameters list
(#279) Phpdocs for function block_cmanager_send_deny_email_admin has incomplete parameters list
(#318) Phpdocs for function block_cmanager_send_deny_email_user has incomplete parameters list
(#345) Phpdocs for function block_cmanager_handover_email_lecturers has incomplete parameters list
blocks/cmanager/comment.php
(#113) Function block_cmanager_comment_form::definition is not documented
blocks/cmanager/course_exists.php
(#2) Empty line found after PHP open tag
(#53) Class block_cmanager_course_exists_form is not documented
(#55) Function block_cmanager_course_exists_form::definition is not documented
blocks/cmanager/course_new.php
(#72) Function block_cmanager_new_course_form::definition is not documented
(#234) Phpdocs for function block_cmanager_create_text_field has incomplete parameters list
(#248) Phpdocs for function block_cmanager_create_text_area has incomplete parameters list
(#267) Phpdocs for function block_cmanager_create_radio has incomplete parameters list
(#306) Phpdocs for function block_cmanager_create_dropdown has incomplete parameters list
blocks/cmanager/course_request.php
(#116) Function block_cmanager_courserequest_form::definition is not documented
blocks/cmanager/db/install.php
(#28) Function xmldb_block_cmanager_install is not documented
blocks/cmanager/db/upgrade.php
(#28) Function xmldb_block_cmanager_upgrade is not documented
blocks/cmanager/edit_form.php
(#22) File-level phpdocs block is not found
(#31) Function block_cmanager_edit_form::specific_definition is not documented
blocks/cmanager/formeditor/form_builder.php
(#139) Class block_cmanager_builder_form is not documented
(#141) Function block_cmanager_builder_form::definition is not documented
blocks/cmanager/formeditor/page1.php
(#154) Function block_cmanager_page1_form::definition is not documented
(#148) Package block_socialbookmark is not valid
blocks/cmanager/formeditor/preview.php
(#81) Function block_cmanager_preview_form::definition is not documented
(#144) Phpdocs for function block_cmanager_create_textfield has incomplete parameters list
(#156) Phpdocs for function block_cmanager_create_textarea has incomplete parameters list
(#170) Phpdocs for function block_cmanager_create_radio has incomplete parameters list
(#209) Phpdocs for function block_cmanager_create_dropdown has incomplete parameters list
blocks/cmanager/history/delete.php
(#58) Function block_cmanager_delete_form::definition is not documented
blocks/cmanager/lib.php
(#28) Phpdocs for function block_cmanager_get_lecturer_info has incomplete parameters list
(#60) Phpdocs for function block_cmanager_get_lecturer_ids_space_sep has incomplete parameters list
(#91) Phpdocs for function block_cmanager_get_list_of_lecturer_emails has incomplete parameters list
blocks/cmanager/lib/boot.php
(#2) Empty line found after PHP open tag
(#11) File-level phpdocs block is not found
(#11) Function generateGenericPop is not documented
(#57) Function generateGenericConfirm is not documented
(#11) Package is not specified for function generateGenericPop. It is also not specified in file-level phpdocs
(#57) Package is not specified for function generateGenericConfirm. It is also not specified in file-level phpdocs
blocks/cmanager/lib/course_lib.php
(#38) Variable block_cmanager_new_course::$returnto is not documented
(#39) Variable block_cmanager_new_course::$category is not documented
(#40) Variable block_cmanager_new_course::$fullname is not documented
(#41) Variable block_cmanager_new_course::$shortname is not documented
(#42) Variable block_cmanager_new_course::$idnumber is not documented
(#43) Variable block_cmanager_new_course::$summary_editor is not documented
(#44) Variable block_cmanager_new_course::$format is not documented
(#45) Variable block_cmanager_new_course::$numsections is not documented
(#46) Variable block_cmanager_new_course::$startdate is not documented
(#47) Variable block_cmanager_new_course::$hiddensections is not documented
(#48) Variable block_cmanager_new_course::$newsitems is not documented
(#49) Variable block_cmanager_new_course::$showgrades is not documented
(#50) Variable block_cmanager_new_course::$showreports is not documented
(#51) Variable block_cmanager_new_course::$maxbytes is not documented
(#52) Variable block_cmanager_new_course::$enrol_guest_status_0 is not documented
(#53) Variable block_cmanager_new_course::$groupmode is not documented
(#54) Variable block_cmanager_new_course::$groupmodeforce is not documented
(#55) Variable block_cmanager_new_course::$defaultgroupingid is not documented
(#56) Variable block_cmanager_new_course::$visible is not documented
(#57) Variable block_cmanager_new_course::$lang is not documented
(#58) Variable block_cmanager_new_course::$enablecompletion is not documented
(#59) Variable block_cmanager_new_course::$completionstartonenrol is not documented
(#60) Variable block_cmanager_new_course::$restrictmodules is not documented
(#61) Variable block_cmanager_new_course::$role_1 is not documented
(#62) Variable block_cmanager_new_course::$role_2 is not documented
(#63) Variable block_cmanager_new_course::$mform_showadvanced_last is not documented
(#64) Variable block_cmanager_new_course::$role_3 is not documented
(#65) Variable block_cmanager_new_course::$role_4 is not documented
(#66) Variable block_cmanager_new_course::$role_5 is not documented
(#67) Variable block_cmanager_new_course::$role_6 is not documented
(#68) Variable block_cmanager_new_course::$role_7 is not documented
(#69) Variable block_cmanager_new_course::$role_8 is not documented
(#70) Variable block_cmanager_new_course::$role_9 is not documented
(#73) Phpdocs for function block_cmanager_create_new_course_by_record_id has incomplete parameters list
(#343) Phpdocs for function block_cmanager_send_emails has incomplete parameters list
(#33) Class block_cmanager_new_course does not have @copyright tag
(#33) Class block_cmanager_new_course does not have @license tag
blocks/cmanager/lib/displayLists.php
(#41) Phpdocs for function block_cmanager_display_admin_list has incomplete parameters list
(#381) Phpdocs for function block_cmanager_generate_summary has incomplete parameters list
blocks/cmanager/module_manager.php
(#95) Function block_cmanager_module_manager_form::definition is not documented
blocks/cmanager/module_manager_history.php
(#88) Function block_cmanager_module_manager_history_form::definition is not documented
(#78) No one-line description found in phpdocs for class block_cmanager_module_manager_history_form
blocks/cmanager/requests/request_control.php
(#58) Class block_cmanager_request_control_form is not documented
(#60) Function block_cmanager_request_control_form::definition is not documented
blocks/cmanager/review_request.php
(#81) Function block_cmanager_review_request_form::definition is not documented
(#162) Phpdocs for function block_cmanager_get_username has incomplete parameters list
blocks/cmanager/validate_admin.php
(#2) Empty line found after PHP open tag
blocks/cmanager/view_summary.php
(#78) Function block_cmanager_view_summary_form::definition is not documented

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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